@import url("https://fonts.googleapis.com/css2?family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap");

:root {
  --second-font-family: "STIX Two Text", serif;
  --silver: #a8a9ab;
  --black: #000;
  --white: #fff;
}
::-webkit-scrollbar-thumb {
  background: black;
}
::-webkit-scrollbar-track {
  background: var(--white);
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  font-size: 14px;
  color: var(--silver);
  background-color: var(--black);
}

p {
  margin-bottom: 0;
}


.second-font-family {
  font-family: var(--second-font-family);
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.custom-navbar.navbar {
  padding: 0;
  margin-bottom: 10px;
}

.custom-navbar .navbar-brand {
  min-height: 100px;
  display: flex;
  align-items: center;
  padding: 0;
}

.custom-navbar .navbar-brand img {
  opacity: 1;
  max-width: 220px;
  height: auto;
}

.custom-navbar.navbar-expand-lg .navbar-collapse {
  margin-left: 0;
  margin-right: 0;
}

.custom-navbar .navbar-nav {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 100%;
}

.custom-navbar .menu-grid {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-gap: 15px;
  justify-content: normal;
  width: 100%;
  margin-bottom: 2rem;
}

.custom-navbar.navbar .nav-item {
  padding: 0px;
  margin: 0;
  width: 100%;
  border: 2px solid var(--silver);
  transition: all ease 0.4s;
  /* border: 2px solid black; */
}

.custom-navbar.navbar .nav-item:hover {
  background-color: var(--white);
}
.custom-navbar.navbar .nav-item.active {
  background-color: var(--white);
}

.custom-navbar.navbar .nav-item:hover .nav-link {
  color: var(--black) !important;
}
.custom-navbar.navbar .nav-item.active .nav-link {
  color: var(--black) !important;
}

.custom-navbar.navbar .nav-item.show {
  background-color: var(--white);
}

.custom-navbar.navbar .nav-item.show .nav-link {
  color: var(--silver) !important;
}



.custom-navbar .navbar-nav .nav-link {
  padding: 7px !important;
  text-align: center;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin: 0 !important;
  position: relative;
  transition: none;
  color: var(--silver) !important;
  text-transform: uppercase;
}

.custom-navbar .dropdown-toggle::after {
  position: absolute !important;
  right: 8px;
  top: -2px;
  font-size: 30px;
}

.custom-navbar.navbar .dropdown {
  position: relative;
}

.custom-navbar.navbar .dropdown-menu {
  border: none;
  width: 100%;
  padding: 0.5rem 0;
  margin: 0;
  border-radius: 0;
  color: black;
  border-top: none;
  text-align: center;
  box-sizing: border-box;
  max-height: 625px;
  overflow-y: auto;
  overflow-x: hidden;
}

.custom-navbar.navbar .dropdown-menu::before,
.custom-navbar.navbar .dropdown-menu::after {
  content: none;
}

.custom-navbar.navbar .dropdown-item {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-style: italic;
  white-space: normal;
  text-transform: lowercase;
}
.custom-navbar.navbar .dropdown-item.sub{
  font-size: 1.2rem !important;
}
.custom-navbar.navbar .dropdown-item.marchi{
  white-space: normal !important;
}

.custom-navbar .dropdown-item:focus,
.custom-navbar .dropdown-item:hover {
  background-color: transparent;
}

.custom-navbar .dropdown-item:active {
    color: black;
}
.custom-navbar .dropdown-item.active {
    color: var(--white);
    background-color: black;
}

.custom-navbar .right-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-width: 340px;
  margin-bottom: 2rem;
}

.custom-navbar .right-menu a {
  position: relative;
  flex-basis: max-content;
  text-wrap: nowrap;
}

.custom-navbar .right-menu a .icon {
  width: 30px;
  filter: contrast(0);
}

.home-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.home-slider button:focus {
  outline: none;
}

.home-slider .owl-nav {
  margin-top: 0;
}

.home-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.home-slider .owl-nav img {
  width: 20px;
}

.home-slider .owl-nav .owl-prev {
  left: 5px;
  filter: brightness(0) invert(1);
}

.home-slider .owl-nav .owl-next {
  right: 5px;
  filter: brightness(0) invert(1);
}

.home-slider .owl-theme .item {
  height: 50vw;
}

.home-slider .owl-theme .item img {
  height: 100%;
  object-fit: cover;
}

.home-slider .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}

.home-slider .owl-theme .caption {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.home-slider .owl-theme .caption h3 {
  font-size: clamp(12px, 4vw, 38px);
}

.home-slider .owl-theme .caption p {
  font-size: clamp(10px, 3vw, 20px);
  letter-spacing: 3px;
}

.home-slider .item::before {
    content: "";
    background-color: black;
    opacity: 0.4;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
  }

footer {
  text-align: left !important;
}
.footer-p {
  background-color: #d1d1d1;
  color: black;
  font-size: 1.5rem;
  padding: 40px !important;
  border-top: none;
}

.footer-p ul {
  margin-left: 15px;
  margin-top: 15px;
}

.footer-p a {
  color: #5e5e5e;
}

.footer-p .social-media {
  display: flex;
  gap: 20px;
  margin-left: 15px;
  list-style: none;
  padding-inline-start: 5px;
  justify-content: start;
}

.footer-p .social-media a {
  font-size: 1.8em;
  color: black;
}

.footer-copy {
  background-color: #000;
  color: #9e9e9e;
  padding: 7px;
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 3px;
  font-family: "Lato", sans-serif;
  letter-spacing: 5px;
}

.section-btn {
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 2px solid black;
  /*   margin-top: 80px; */
  min-width: 300px;
}

.quote-section {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

blockquote {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 3px;
  position: relative;
  margin: 0;
  margin-top: 60px;
  margin-bottom: 80px;
  padding: 0.5rem;
}

blockquote b {
  font-size: 1.8rem;
}

blockquote:before,
blockquote:after {
  position: absolute;
  color: #9d9d9d;
  font-size: 8rem;
  line-height: 0;
}

blockquote:before {
  content: "“";
  /* left: 4vw; */
  left: 0;
  top: 20px;
}

blockquote:after {
  content: "”";
  /* right: 4vw; */
  right: 0;
  bottom: -60px;
}

section .section-title {
  margin-top: 85px;
  font-size: clamp(3rem, 10vw, 12rem);
  font-style: italic;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 0px 20px;
  color: var(--silver);
}

.bg-light-grey {
  background: #e7e7e7;
}

.box-container {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-container.min_h_to_set{
  min-height: calc(100vh - 230px);
}

section.sustainability .big-img {
  width: 100%;
  max-width: none;
  aspect-ratio: 20 / 12;
  object-fit: cover;
}

section .paragraph {
  /* font-size: 1.3rem; */
  font-size: 1.2rem;
  line-height: 1.8;
  /* color: black; */
  color: var(--silver);
  position: relative;
}

.box-motif .paragraph::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -50px;
  right: 20px;
  left: 20px;
  height: calc(100% + 70px);
  border: 2px solid var(--silver);
  z-index: 1;
}

section .paragraph-small {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: var(--silver);
}

section .paragraph-small .p-big-text {
  font-size: 2.3rem;
}

.logos {
  display: grid;
  grid-template-columns: auto;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding-top: 20px;
}
.logos.single {
  gap: 0;
}

.logos img {
  height: 100%;
  max-width: 200px;
  justify-self: center;
}
.logos-carousel .owl-item {
  display: flex;
  justify-content: center;
}

.px-6 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.box-motif {
  position: relative;
}

.big-black-border {
  border: 2px solid black;
}

section.production .big-img {
  position: relative;
  /* left: -50px; */
  width: calc(100% + 55px);
  max-width: none;
  aspect-ratio: 20 / 12;
  object-fit: cover;
}

.numbers .number {
  display: inline-block;
  font-size: clamp(5rem, 8vw, 10rem);
  line-height: 8rem;
  font-family: var(--second-font-family);
  font-weight: 500;
  letter-spacing: 5px;
  /* color: #b6b6b6; */
  color: var(--silver);
  position: relative;
  padding: 60px 20px;
  font-style: italic;
}

.numbers .number.big-font {
  font-size: clamp(8rem, 11vw, 16rem);
  line-height: 10rem;
}

.numbers .number.large-font {
  font-size: clamp(10rem, 12vw, 20rem);
  line-height: 10rem;
}

.numbers .number span {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  /* color: black; */
  color: var(--silver);
  position: absolute;
  /* top: calc(100% - 45px); */
  top: calc(100% - 15px);
  left: calc(50% - 10px);
  transform: translateX(-50%);
  line-height: normal;
  display: inline-block;
  width: 100%;
  text-align: center;
}

section.collections .card-title {
  text-align: center;
  margin-top: 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: var(--second-font-family);
  color: var(--silver);
  /* font-weight: 600;
  color: black; */
}

.fs-2rem {
  font-size: 2rem;
}

.imge-with-text-center {
  position: relative;
}

.imge-with-text-center::before {
  content: "";
  background-color: black;
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

.imge-with-text-center .title {
  font-size: clamp(3rem, 10vw, 12rem);
  font-style: italic;
  font-weight: bold;
  letter-spacing: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-wrap: nowrap;
  color: #dfd6d6;
  opacity: 0.8;
  z-index: 3;
  pointer-events: none;
}

section .right-image .big-img {
  position: relative;
  left: 20px;
  width: calc(100% - 40px);
  max-width: none;
  aspect-ratio: 20 / 12;
  object-fit: cover;
}

section .left-image .big-img {
  position: relative;
  right: -20px;
  width: calc(100% - 40px);
  max-width: none;
  aspect-ratio: 20 / 12;
  object-fit: cover;
}

.box-press .title {
  letter-spacing: 1px;
}

.box-press .title span {
  margin-bottom: 0;
}

.bg-wihite-50 {
  background-color: rgba(255, 255, 255, 0.75);
}

.cart-num {
  transform: translate(50%, -50%);
  background-color: var(--white);
  color: var(--black);
}

.min-h-slider{
    min-height: calc(70vh - 250px ) !important;
}

.owl-slider-with-text-center .item {
  height: 50vw;
}

.owl-slider-with-text-center .item img {
  height: 100%;
  object-fit: cover;
}

.big-white-border {
    border: 2px solid var(--white);
}
.big-silver-border {
    border: 2px solid var(--silver);
}

.btn-outlined.btn-silver, .btn-outlined.btn-black{
  background: none !important;
  color: var(--silver) !important;
  border-color: var(--silver) !important;
  transition: all ease 0.2s;
}

.btn-outlined.btn-silver:hover, .btn-outlined.btn-black:hover{
  background: var(--white) !important;
  color: var(--black) !important;
}

.btn-outlined.btn-black-inv {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

.btn-outlined.btn-black-inv:hover, .btn-outlined.btn-black-inv:active {
    background: var(--silver) !important;
    color: #fff !important;
    border-color: var(--silver) !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  color: var(--silver) !important;
}

#toTopBtn {
  position: fixed !important;
  bottom: 15px !important;
  right: 10px !important;
  z-index: 98 !important;
  padding: 12px !important;
  background-color: #fff !important;
  color: #000 !important;
}

.icon_factory{
  filter: invert(1);
}

.icon_social_world{
  color: var(--silver) !important;
}

.title-outlined{
  border-color: #fff !important;
}

.corner-box{
  border: solid 1px var(--silver);
}

.box-col {
    border: double !important;
}

.form-control {
  background-color: #fff !important;
}

.box-outlined{
  border: solid 1px var(--silver) !important;
}

.texture_booking_icon{
    width: 35px;
    position: relative;
    height: 35px;
    background-color: #ccc;
    border: dotted 3px #3127275c;
}

.hp_title_contacts{
  font-size: 3rem;
  text-decoration: underline;
  font-weight: 400;
}

@media (min-width: 576px) {
}

/* Medium (md) */
@media (min-width: 768px) {
  .logos {
    grid-template-columns: auto auto;
    padding-top: 10px;
  }
}

/* Large (lg) */
@media (min-width: 992px) {
  .custom-navbar .navbar-brand img {
    max-width: 390px;
    width: 290px;
    height: auto;
  }

  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .logos-carousel .owl-stage-outer {
    /*  display: flex; */
    justify-content: center;
  }
}



/* Extra large (xl) */
@media (min-width: 1200px) {

  /* .home-slider .owl-nav .owl-prev {
    left: -100px;
  }
  .home-slider .owl-nav .owl-next{
    right: -100px;
  } */

  .nav-left {
    justify-content: left !important;
    /* padding-left: 20px; */
  }
  .nav-right {
    justify-content: right !important;
    /* padding-right: 20px; */
  }

  /* .nav-item.dropdown{
    margin-right: 20px !important;
  } */

  .nav_logo{
    margin: 100px 0 50px 0 !important;
  }
  .custom-navbar .right-menu {
    position: absolute;
    right: 0;
    top: -220px;
    min-width: unset;
}
  .mw-xl-80 {
    max-width: 80%;
  }
  .min-h-xl-auto{
    min-height: auto !important;
  }

  .custom-navbar .navbar-brand img {
    max-width: 250px;
    width: auto;
    height: auto;
  }

  .custom-navbar .navbar-brand {
    min-height: 180px;
  }

  .custom-navbar.navbar .nav-item {
    width: 190px;
  }

  .custom-navbar .menu-grid {
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    margin-bottom: 0;
  }

  .custom-navbar .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .custom-navbar.navbar .dropdown-menu {
    border: none;
    background-color: var(--white) !important;
    width: calc(100% + 4px);
    left: -2px;
    right: 0;
    top: 100%;
    padding: 0.5rem 0;
    margin: 0;
    border-radius: 0;
    color: black;
    border: 2px solid var(--silver);
    border-top: none;
    text-align: center;
    box-sizing: border-box;
  }
  .custom-navbar.navbar .nav-item.show {
    border-bottom: none;
  }

  /* .custom-navbar .right-menu {
    margin-bottom: 0;
  } */
  .custom-navbar .right-menu a .icon {
    width: 30px;
  }

  .home-slider .owl-theme .item {
    height: 815px;
  }

  .home-slider .owl-nav img {
    width: 55px;
  }

  .quote-section {
    padding-top: 175px;
    padding-left: 80px;
    padding-right: 80px;
  }

  blockquote {
    font-weight: 600;
    font-size: 2.9rem;
    line-height: 1.4;
    letter-spacing: 3px;
    position: relative;
    margin: 0;
    margin-bottom: 80px;
    padding: 0.5rem;
  }

  blockquote b {
    font-size: 3.8rem;
  }

  .section-btn {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }

  section.sustainability .big-img {
    width: calc(100% + 55px);
    max-width: none;
    aspect-ratio: 20 / 12;
    object-fit: cover;
  }

  .box-container {
    position: relative;
    /* padding-top: 45px;
    padding-bottom: 45px; */
    padding-top: 20px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  section .section-title {
    margin-top: 85px;
    font-size: 12rem;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 18px;
    /* padding: 0 56px; */
    /* color: #afafaf; */
    color: var(--silver);
  }

  .box-motif::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: -50px;
    width: 48%;
    right: 40px;
    height: calc(100% + 50px);
    border: 2px solid var(--silver);
    z-index: 1;
  }

  .box-motif .paragraph::after {
    content: none;
  }

  .logos {
    grid-template-columns: auto auto auto auto;
    padding-top: 10px;
  }

  .numbers .number {
    letter-spacing: 25px;
  }

  .px-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .pr-xl-40 {
    padding-right: 40px;
  }

  .px-xl-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pl-xl-40 {
    padding-left: 40px;
  }

  blockquote:before,
  blockquote:after {
    font-size: 14rem;
    width: 4rem;
    height: 4rem;
    line-height: normal;
  }

  blockquote:before {
    content: "“";
    /* left: 10%; */
    left: 0;
    top: -100px;
  }

  blockquote:after {
    content: "”";
    /* right: 25%; */
    right: 0;
    bottom: -10px;
  }

  section .paragraph {
    font-size: 1.6rem;
 /*    font-size: 1.3rem; */
    line-height: 1.8;
  }

  section .right-image .big-img {
    left: -80px;
    width: calc(100% + 40px);
  }

  section .left-image .big-img {
    right: -40px;
    width: calc(100% + 40px);
  }

  .imge-with-text-center .title {
    letter-spacing: 15px;
  }
  .numbers .number {
    padding: 120px 60px 0px 60px;
  }
  .border-xl-left-0 {
    border-left: 0;
  }

  section .paragraph.p-xl-big-text {
    font-size: 1.7rem;
  }
    section.prints .section-title,
    section.sustainability .section-title {
        margin-bottom: 60px;
    }


    .owl-slider-with-text-center .item {
        height: 815px;
    }

}


/* Extra extra large (xxl) */
@media (min-width: 1400px) {
  .custom-navbar .navbar-brand img {
    max-width: 320px;
    width: 320px;
    /* height: 80px; */
  }

  .custom-navbar.navbar .nav-item {
    width: 220px;
  }

  .custom-navbar .right-menu a .icon {
    width: 30px;
  }
}

@media (min-width: 1600px) {
  .custom-navbar .navbar-brand img {
    max-width: 390px;
    width: 390px;
  /*   height: 80px; */
  }

  .custom-navbar.navbar .nav-item {
    width: 240px;
  }

  .custom-navbar .right-menu a .icon {
    width: 42px;
  }
  section .paragraph {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}


@media (max-width: 1200px) {

  #toTopBtn {
    bottom: 80px !important;
    right: 7px !important;
    padding: 8px !important;
  }

  body {
    padding-bottom: 70px !important;
    padding-top: 80px !important;
  }

  .nav_top_mobile{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 999;
    background-color: var(--black);
    border-bottom: solid 1px var(--silver);
  }

  .custom-navbar.navbar {
    margin-bottom: 0 !important;
  }
  .nav_logo{
    margin: 15px 0 15px 0 !important; 
  }

  .custom-navbar .navbar-brand{
    min-height: 80px !important;
    display: flex !important;
    align-items: center;
    margin: 0 auto !important;
  }

  .tf-toolbar-bottom .icon.nav_bottom{
    width: 20px;
  }

  /* .tf-toolbar-bottom .cart-num.nav_bottom {
    transform: translate(50%, -50%);
    background-color: var(--black) !important;
    color: var(--white) !important;
  } */

  .tf-toolbar-bottom {
    height: 70px !important;
    display: flex;
    padding: 15px 0px;
    overflow-x: auto;
    overflow-y: hidden;
    position: fixed;
    z-index: 60;
    bottom: 0;
    right: 0;
    left: 0;
    /* box-shadow: 0px 5px 18px 5px #40485726; */
    background-color: var(--black);
    border-top: solid 1px var(--silver);
  }
  .tf-toolbar-bottom .toolbar-item {
    flex: 1 0 20%;
    position: relative;
  }

  .tf-toolbar-bottom .toolbar-item a {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    height: 40px;
    gap: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .tf-toolbar-bottom .toolbar-item a .toolbar-icon {
    position: relative;
    color: #fff;
  }

  .tf-toolbar-bottom .toolbar-item a .toolbar-label {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .aos-sm-disabled[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .numbers .number{
    line-height: 2rem;
  }
}

.nav_logo{
  filter: invert(0.9);
  max-width: 450px;
  margin: 50px 0 50px 0;
}

.navbar-light .navbar-toggler-icon {
  filter: invert(1);
}

.sustainability_img_nav{
  width: 75px;
}
.marchi_img_nav{
  max-width: 120px !important;
}


@media (min-width: 1200px) {
    
    /* Contenitore principale del Mega Menu */
    .custom-navbar .dropdown-menu.megamenu-custom {
        width: 750px;
        max-width: 42vw;
        left: 50%;
        transform: translateX(-50%);
        /* padding: 1rem 1.5rem; */
        text-align: left;
        top: 100%;
        background-color: var(--white);
        /* border: 2px solid var(--silver); */
        /* box-shadow: 0 10px 30px rgba(0,0,0,0.05); */
    }

    /* TITOLI COLONNE (Stagioni, Archivio, Home) */
    .megamenu-title {
        font-family: var(--second-font-family);
        font-size: 2rem;
        margin-bottom: 30px;
        color: black;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: lowercase;
    }

    /* LISTA LINK */
    .megamenu-list .dropdown-item {
        /* font-family: "Roboto", Helvetica, Arial, sans-serif; */
        font-size: 1.1rem !important;
        font-weight: 400;
        /* color: #333; */
        padding: 8px 0; /* Spazio tra le voci */
        margin-bottom: 0;
        text-transform: none; /* Le voci non sono uppercase */
        letter-spacing: 0.5px;
        background: transparent !important; /* Rimuove hover bg standard */
        transition: color 0.3s;
    }
    
    /* Hover sui link */
    .megamenu-list .dropdown-item:hover {
        color: var(--silver); /* O black, a scelta */
        text-decoration: none;
        background: transparent;
    }

    /* Bordi divisori opzionali tra le colonne (se li vuoi) */
    /* .border-right-custom { border-right: 1px solid #eee; } */
}

/* --- MOBILE ADJUSTMENTS (< 1200px) --- */
@media (max-width: 1199px) {
    .megamenu-title {
        font-size: 1.5rem;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 15px;
        padding-left: 20px;
        border-bottom: 1px solid #eee;
        display: inline-block;
    }
    
    .megamenu-list .dropdown-item {
        padding-left: 20px;
        font-size: 1.2rem;
    }
    
    .text-red {
        padding-left: 20px;
        padding-bottom: 20px;
    }
}

.breadcrumb-item.active{
  color: var(--silver) !important;
}