@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* colori */
.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.active.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade {
  -webkit-animation: fade-in 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.active.fade-up {
  -webkit-animation: fade-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.active.fade-left {
  -webkit-animation: fade-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.bounce-in-fwd {
  -webkit-animation: bounce-in-fwd 1.1s both;
  animation: bounce-in-fwd 1.1s both;
}

@-webkit-keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/* KEYFRAMES */
/* animation fade-in */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* animation fade-up */
@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-up {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* fade-left */
@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.active.bounce-in-top {
  -webkit-animation: bounce-in-top 1.1s both;
  animation: bounce-in-top 1.1s both;
}

@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/* Shine */
.shine {
  position: relative;
  overflow: hidden;
}
.shine::after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: slide 1s; /* infinite */
  display: none;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgb 128, 186, 232, 0), color-stop(100%, rgba(125, 185, 232, 0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* Chrome1 +,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#007db9e8",GradientType=1 ); /* IE6-9 */
}
.shine:hover::after {
  display: block;
}

/* animation */
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.mega_tit {
  font-family: "Roboto", sans-serif;
  font-size: clamp(6rem, 8vw, 8rem); /* min, val, max */
  font-weight: 500;
  /* font-style: italic; */
  line-height: 1;
}
@media screen and (min-width: 1300px) {
  .mega_tit {
    font-size: clamp(8rem, 10vw, 10rem);
  }
}
@media screen and (min-width: 1420px) {
  .mega_tit {
    font-size: clamp(8rem, 12vw, 12rem);
  }
}

.tit-6 {
  font-size: clamp(4rem, 6vw, 6rem);
  font-weight: 500;
  /* font-style: italic; */
}
.tit-9 {
  /* font-size: clamp(5rem, 9vw, 9rem); */
  font-size: clamp(4rem, 7vw, 8rem);
  font-weight: 500;
  /* font-style: italic; */
}

.tit-14 {
  font-size: clamp(7rem, 14vw, 14rem);
  font-weight: 500;
  /* font-style: italic; */
}

.tit-4 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  font-style: normal;
}

.tit-3 {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 500;
  font-style: normal;
}

.txt-30 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
}

.txt-20 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 300;
  font-style: normal;
}
.txt-20.titolino {
  text-transform: uppercase;
  font-weight: 400;
}

.btn_line {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 2rem 0;
  text-transform: uppercase;
}
.btn_line span {
  padding: 0 0 5px;
  display: block;
  position: relative;
}
.btn_line span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.w100 {
  width: 100%;
}

.none{
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #000000;
  background: #fff;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 300;
  font-style: normal;
  line-height: 2.4;
}

hr {
  margin: 3rem auto;
}

ul, ol, nav {
  list-style: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.2;
}

.txt-20.titolino {
  color: #6F6F6F;
}

a {
  text-decoration: none;
  color: #000000;
  transition: all 0.3s;
  cursor: pointer;
}

button {
  border: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  background: transparent;
  transition: all 0.4s;
  font-size: 1.6rem;
}

input {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

textarea {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  resize: vertical;
}

.center {
  text-align: center;
}

.container {
  width: 100%;
  max-width: 142rem;
  padding: 0 2%;
  margin: 0 auto;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}



.slide_prodotti .splide__arrows .splide__arrow {
    position: absolute !important;
    top: 30% !important;
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.splide__arrow {
  position: absolute;
  z-index: 9;
  /* top: 34%; */
}
.splide__arrow svg {
  fill: #fff;
}

.splide__arrow--prev {
  left: 0;
  translate: 0 -4px;
  rotate: 180deg;
}

.splide__arrow--next {
  right: 0;
}

.splide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-out;
  transform-origin: center center;
}

.splide__slide a:hover img,
.splide__slide:hover img {
    transform: scale(1.03); 
}

/* PER ANIMAZIONI!!! mantenere in tutti i file insieme a reveal.js - selezionare le animazioni a mano e copiarle nel file animation.css con classe .active davanti*/
.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}

/* form */
.form_bg {
  background-color: #EDEDED;
}

form {
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (min-width: 769px) {
  form {
    padding: 7rem 0;
  }
}
form .btn {
  padding: 1.5rem 2.5rem;
  font-size: 1.8rem;
  background-color: rgb(206, 222, 0);
  border-radius: 6px;
}
form .btn::after {
  display: none;
}
form .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
form .flex div[class^=box-] {
  padding: 0;
  text-align: left;
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  border-bottom: 1px solid rgba(25, 25, 25, 0.4);
}
form .flex .box-50 {
  width: 100%;
}
@media screen and (min-width: 581px) {
  form .flex .box-50 {
    width: 48%;
  }
}
form .flex .box-100 {
  width: 100%;
}
form label {
  width: 100%;
  font-size: 1.5rem;
  text-transform: uppercase;
  opacity: 0.8;
  display: inline;
  margin: 0;
  font-weight: 400;
  color: #000000;
}
form .input__text {
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  padding: 1rem;
  color: #000000;
}
form .input__text:focus {
  outline: none;
}
form textarea.input__text {
  resize: vertical;
  min-height: 12rem;
}

.txt-small {
  font-size: 1.2rem;
  margin: 1rem 0 0;
  color: #000000;
}

.privacy h2, .privacy h3, .privacy h4, .privacy h5 {
  margin: 2.5rem 0 1rem;
}
.privacy h2 {
  font-size: 3rem;
}
.privacy h3, .privacy h4, .privacy h5 {
  font-size: 2rem;
}

.form #msg_invio {
  margin: 2rem 0 0;
  font-size: 1.6rem;
  color: #000000;
}

/*SITEMAP*/
ul.sitemap {
  margin: 5rem auto 10rem;
}
ul.sitemap li {
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 5px 0;
}
ul.sitemap li a {
  color: #000000;
}
ul.sitemap li a:hover {
  color: rgb(206, 222, 0);
}
ul.sitemap li.sublink {
  font-size: 1.6rem;
  /* padding: 0 0 0 3rem; */
  text-transform: none;
}

p.errore {
  font-size: 27vw;
  line-height: 1;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 401px) {
  p.errore {
    font-size: 12rem;
  }
}

p.errore_p {
  font-size: 2.5rem;
  line-height: 1.4;
}

/* SITO */
.ico-down {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
  transition: all 0.3s;
}

.dropdown {
  display: inline-block;
  margin: 0;
  /* position: relative; */
}
.dropdown .dropdown-content {
  position: absolute;
  z-index: 99;
  top: calc(100% - 2rem);
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  margin: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 10rem rgba(0, 0, 0, 0.5);
}
.dropdown .dropdown-content a {
  line-height: 1.2;
}
.dropdown .dropdown-content a:hover {
  color: #000000;
}
.dropdown:hover .dropdown-content {
  height: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

ul.accordion .inner {
  overflow: hidden;
  display: none;
  padding: 1rem 0;
  width: 100%;
}

.rotate {
  rotate: 180deg;
}

#myBtn {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 99;
  transition: all 0.3s;
  background: #000000;
  border-radius: 8rem;
  height: 3.5rem;
  width: 3.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
#myBtn img {
  width: 2.5rem;
  height: 2.5rem;
}
#myBtn.arrow-visible {
  opacity: 1;
  visibility: visible;
}

.cta {
  display: flex;
  margin: 0;
  padding: 0 0 0 2.5rem;
  align-items: center;
}
.cta img {
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 1025px) {
  .cta img {
    width: 2rem;
    height: 2rem;
  }
}

/* MENU' */
/* HEADER BASE */
.fascia_menu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}

.fascia_menu .wrap {
  width: 100%;
  max-width: 180rem;
  margin: 0 auto;
  padding: 2rem 2% 0;
  display: flex;
  align-items: center;
  position: relative;
}

/* LOGO */
.logo {
  width: 18rem;
  height: auto;
  object-fit: contain;
  margin: 0;
  max-width: 100%;
  aspect-ratio: 105/41;
}
@media screen and (min-width: 1025px) {
  .logo {
    width: 21rem;
    aspect-ratio: 105/31;
  }
}

/* CTA WHATSAPP */
.cta_wa {
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
}
.cta_wa img {
    width: 3rem;
    aspect-ratio: 1 / 1; 
    object-fit: contain;
    display: block; 
}

/* NAV PRINCIPALE */
.main-nav {
  margin-left: auto;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}

.nav-list > li > a,
.nav-list > li > .nav-link {
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 1rem 1.8rem;
  position: relative;
  font-size: 1.6rem;
}

.nav-list > li > a:hover,
.nav-list > li > .nav-link:hover {
  color: rgb(206, 222, 0);
}

.nav-list > li > a.active {
  font-weight: 500;
}

/* BURGER MOBILE */
.menuresponsive {
  margin-left: auto;
  background: none;
  border: none;
  padding: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Destra: CTA accanto a burger su mobile, accanto a nav su desktop */
@media (min-width: 1025px) {
  .menuresponsive {
    display: none;
  }

  .mobile-nav-header{
    display: none;
  }
}

/* NAV DESKTOP vs MOBILE */
@media (max-width: 1024px) {
  body.nav-open {
    overflow: hidden; /* evita scroll del body sotto */
  }

  .main-nav {
    position: fixed;
    inset: 0;
    background: #000;
    transform: translateX(100%);
    transition: transform .4s ease;
    z-index: 999;
    padding: 0rem 2rem 3rem;
    overflow-y: auto;
  }

  body.nav-open .main-nav {
    transform: translateX(0);
  }

  .mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }

  .logo-resp img {
    width: 14rem;
    height: auto;
  }

  .close-nav img {
    width: 2.5rem;
  }

  .mega-panel {
    display: none;
    padding: 0;
    background: transparent;
  }

  .mega-label {
    display: none !important; /* ❌ non visibile su mobile */
  }

  /* colori voci categorie da mobile */
  .cats-list .cat-item a {
    color: #fff !important;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }

  /* sottocategorie visibili in bianco */
  .subcats-list li a {
    color: #fff !important;
  }

  /* freccia vicino a categoria */
  .cat-item a::after {
    opacity: 0 !important; /* senza underline su mobile */
  }

  /* X WhatsApp sotto menu (scompare quando nav-open) */
  body.nav-open .cta_wa {
    opacity: 0;
    pointer-events: none;
  }

  .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .nav-list > li > a,
  .nav-list > li > .nav-link {
    width: 100%;
    padding: 0 0;
    font-size: 2rem;
  }

  .cta_wa {
    position: absolute;
    right: 7rem; /* prima del menu */
    top: 4.5rem;
  }
}

/* FRECCINA SU PRODOTTI (desktop + mobile) */
.nav-link.nav-prod {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.nav-arrow {
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
/* nascondi freccina su desktop */
@media (min-width: 1025px) {
  .nav-arrow {
    display: none !important;
  }
}

/* mostra su mobile */
@media (max-width: 1024px) {
  .nav-arrow {
    display: inline-block;
  }
}

/* Ruota freccia quando aperto (mobile) */
.has-mega.is-open .nav-arrow {
  transform: rotate(-135deg);
}

/* DESKTOP: MEGA MENU */
@media (min-width: 1025px) {
  .has-mega {
    /* position: relative; */
  }

  .nav-link.nav-prod {
    pointer-events: none; /* su desktop non cliccabile, solo hover */
  }

  .has-mega:hover .mega-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .mega-panel {
    position: absolute !important;
    z-index: 99;
    top: calc(100% - 0rem) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: rgba(255,255,255,0.9);
    padding: 2rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }

  .mega-inner {
    max-width: 180rem; /* stesso limite della fascia_menu */
    margin: 0 auto;
    padding: 0 2%;
    /* display: grid;
    grid-template-columns: 1.2fr 1.2fr 2fr;
    gap: 4rem; */
    display: flex; 
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
  }

  .mega-image {
    display: block;
  }

  .subcats-list li a {
    position: relative;
    color: #444;
    text-decoration: none;
    transition: color .25s ease;

    background-image: linear-gradient(#000, #000);
    background-size: 0% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s;
  }
  .subcats-list li a:hover {
      background-size: 100% 1px;
  }
  .subcats-list---OLD li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: 0;
    /* transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease, opacity .25s ease; */
  }

  /* Hover: underline animata */
  .subcats-list li a:hover {
    color: #000;
  }

  .subcats-list li a:hover::after {
    opacity: 1;
    transform: scaleX(1);
  }
}

/* MOBILE: MEGA PANEL = ACCORDION */
@media (max-width: 1024px) {
  .mega-panel {
    width: 100%;
    background: transparent;
    padding: 0.5rem 0 0.5rem 1.5rem;
    display: none;
  }

  .has-mega.is-open > .mega-panel {
    display: block;
  }

  .mega-inner {
    display: block;
  }

  .mega-cats{
    width: 100% !important;
  }

  .mega-subcats{
    width: 100% !important;
    border: none;
    padding: 0;
  }

  .cat-item.is-open .subcats-list {
      border-left: 2px solid rgba(255,255,255,0.35);
      margin-left: 0.5rem;
      padding-left: 1.5rem;
  }

  .subcats-list {
    margin: 0;
    padding: 0 0 0 2rem !important;
  }

  .subcats-list li {
    margin-bottom: 0.5rem;
  }
  .subcats-list li a {
    padding: 0.6rem 0;
  }

  .mega-image {
    display: none; /* niente immagine su mobile */
  }
}

/* COLONNE CONTENUTO MEGA */
.mega-label {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #777;
}

.mega-cats{
  width: 28%;
}

.cats-list,
.subcats-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cats-list .cat-item {
  margin-bottom: 0.5rem;
  position: relative;
}

.cats-list .cat-item a {
  background: none;
  border: none;
  padding: 0.8rem 0;
  color: #000;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  font-weight: 300;
  text-transform: none;
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: left;

    background-image: linear-gradient(#000, #000);
    background-size: 0% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s;
}
.cats-list .cat-item a:hover {
    background-size: 100% 1px;
}

/* .cats-list .cat-item a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0;
  transition: all 0.3s;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
} */

/* .cats-list .cat-item::before {
    content: "";
    width: 8px;  
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    
    position: absolute;
    left: -18px;  
    top: 50%;
    transform: translateY(-50%);
    
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease;
  }

    .cats-list .cat-item:hover::before,
  .cats-list .cat-item.is-active::before {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
  } */

.cats-list .cat-item.is-active a::after {
  opacity: 1;
}

/* Subcats */
.mega-subcats {
  width: 25%;
  border-left: 1px solid #eee;
  padding-left: 2rem;
}

.subcats-list {
  display: none;
}

.subcats-list.is-active {
  display: block;
}

.subcats-list li a {
  /* display: block; */
  padding: 0.6rem 0;
  color: #444;
  text-transform: none;
}

/* Immagine mega desktop */
.mega-image {
    width: 46%;
    min-height: 48rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;

    opacity: 1;
    transition: opacity .25s ease-in-out;
}
/* fine MENU' */

.dropdown-content .box {
  max-width: 142rem;
  width: 100%;
  padding: 0 2%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

nav.menu ul.sub-nav {
  flex-direction: column;
  width: 50%;
  align-items: flex-start;
}
nav.menu ul.sub-nav a {
  padding: 1rem 0;
  color: #000000;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  font-weight: 500;
  position: relative;
  text-transform: none;
}
nav.menu ul.sub-nav a::after {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background-color: rgb(206, 222, 0);
  opacity: 0;
  transition: all 0.3s;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
}
nav.menu ul.sub-nav a:hover::after {
  opacity: 1;
}

.image-box {
  width: 50%;
  height: auto;
  aspect-ratio: 4/3;
}
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.image-box img.active {
  display: block;
}

li.mainbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
li.mainbox .toggle {
  flex-grow: 2;
  display: flex;
  justify-content: flex-end;
}

.chevron {
  width: 2rem;
  height: auto;
  aspect-ratio: 9/5;
  transition: all 0.3s;
}

#slide-home {
  width: 100%;
  height: 100vh;
  min-height: 65rem;
}
#slide-home .splide__track, #slide-home .splide__list, #slide-home .splide__slide, #slide-home .img_slide {
  height: 100%;
}

#header-home {
  position: relative;
}


#header-home-boxed {
  width: 100%;
  max-width: 180rem;
  margin: 0 auto;
  padding: 0 2% 8rem;
  position: relative;
}
#header-home-boxed .overlay{
  background: rgba(10, 10, 10, 0.1);
}
@media screen and (min-width: 800px) {
  #header-home-boxed {
    padding: 0 5rem 14rem;
    /* width: 96%;
    margin: 6rem 2%; */
  }
}

.overlay {
  background: rgba(10, 10, 10, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
#header-home .overlay{
  background: rgba(10, 10, 10, 0.1);
      display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.overlay .mega_tit {
  padding: 0 2% 15%;
  color: #fff;
  width: 100%;
  max-width: 200rem;
}
#header-home .overlay .mega_tit{
  padding: 0;
}
@media screen and (min-width: 650px) {
  .overlay .mega_tit {
    padding: 0 2% 10%;
  }
}
.overlay .mega_tit span {
  display: block;
}
.overlay .mega_tit span:first-of-type {
  text-align: center; margin: 0px;
}
@media screen and (min-width: 650px) {
  .overlay .mega_tit span:first-of-type {
    text-align: left;
  }
}
.overlay .mega_tit span:last-of-type {
  text-align: center; margin-bottom: 0px;
}
@media screen and (min-width: 650px) {
  .overlay .mega_tit span:last-of-type {
    text-align: center;
  }
}

.chevron_down {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

.btn {
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  margin-top: 3rem;
}
.btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 5px;
  left: 0;
  background-color: #000000;
  transition: all 0.3s;
}
.btn:hover {
  translate: 0 -8px;
}
.btn:hover::after {
  /* background-color: rgb(206, 222, 0); */
}

.simple {
  padding: 10rem 0 6rem;
}
.simple .box {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.simple .box .tit-9 {
  text-align: center;
}
.simple .box .box_txt {
  max-width: 55rem;
  margin: 3rem auto 0;
}

.simple_right {
  padding: 10rem 0 6rem;
}
.simple_right .box {
  max-width: 85rem;
  margin: 0 0 0 auto;
  text-align: center;
}
.simple_right .box .tit-9 {
  text-align: right;
}
.simple_right .box .box_txt {
  max-width: 55rem;
  margin: 3rem auto 0;
}

#tabscontent {
  position: relative;
}

.tabpage {
  opacity: 0;
  pointer-events: none;
}
.tabpage.active {
  opacity: 1;
  pointer-events: all;
}
.tabpage#tabpage_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.splide img.img_prodotti {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 6px;
}

.slide_prodotti .splide__track {
  padding: 0 0 0;
}
/* .slide_prodotti .splide__slide {
  transition: all 0.3s;
}
.slide_prodotti .splide__slide.is-active {
  translate: 0 -6rem;
} */
.slide_prodotti .box_txt {
  margin: 3rem 0 0;
}
.slide_prodotti .box_txt .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  overflow: hidden;
  line-clamp: 8;
  -webkit-line-clamp: 8;
  margin: 2rem 0 0;
  line-height: 1.8;

  text-align: justify;
  text-justify: inter-word;
}
.slide_prodotti .box_txt p{
  margin: 0;
}
.slide_prodotti .box_txt .tit-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.slide_prodotti .splide__pagination {
  gap: 2rem;
  justify-content: center;
  position: relative;
  z-index: 3;
  margin: 6rem auto 0;
}
.slide_prodotti .splide__pagination li button {
  width: 1.4rem;
  height: 1.4rem;
  background-color: #6F6F6F;
}
.slide_prodotti .splide__pagination li button.is-active {
  background-color: rgb(206, 222, 0);
}

.fascia_prodotti {
  padding: 6rem 0 8rem;
}

#tabs {
  margin: 0 0 2rem;
}
@media screen and (min-width: 425px) {
  #tabs {
    margin: 0 0 5rem;
  }
}
#tabs ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.5rem;
  border-bottom: 2px solid;
}
@media screen and (min-width: 425px) {
  #tabs ul {
    gap: 6rem;
    border-bottom: 2px solid;
  }
}
#tabs ul li {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
    padding: 2rem 0;
  line-height: 1;
  /* background-color: #EDEDED;
  border-radius: 5px; */
}
@media screen and (min-width: 425px) {
  #tabs ul li {
    background-color: transparent;
    border-bottom: 6px solid transparent;
    padding: 2rem 0;
    margin: 0 0 -3px;
    border-radius: 0;
  }
}
/* #tabs ul li.tabActiveHeader {
  background-color: rgb(206, 222, 0);
}
@media screen and (min-width: 425px) {
  #tabs ul li.tabActiveHeader {
    background-color: transparent;
    border-bottom: 6px solid rgb(206, 222, 0);
  }
} */

.fascia_marchi {
  width: 100%;
  max-width: 180rem;
  margin: 4rem auto;
  background-color: #EDEDED;
  padding: 6rem 2% 8rem;
}
@media screen and (min-width: 800px) {
  .fascia_marchi {
    padding: 9rem 5rem 14rem;
    /* width: 96%;
    margin: 6rem 2%; */
  }
}
.fascia_marchi .txt {
  max-width: 100rem;
  text-align: center;
  margin: 0 auto;
}
.fascia_marchi .txt .titolino {
  margin: 0 0 1rem;
}
.fascia_marchi .wrap {
  text-align: center;
}

.wrap_loghi {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5rem;
  margin: 8rem 0;
  justify-content: center;
}
.wrap_loghi .box {
  width: 100%;
  background-color: #000;
  /* background-color: #fff; */
  transition: all 0.3s;
  border-radius: 6px;
  position: relative;
  overflow: visible;
  z-index: 0;
}
.wrap_loghi .box .box_link{
  display: flex;
  height: 100%;
  width: 100%;
  padding: 2rem 2rem;
  align-items: center;
  justify-content: center;
 }
.wrap_loghi .box .box_desc {
  font-size: 14px; line-height: 22px;
  position: absolute;
  left: 5%;
  bottom: 0%;
  width: 90%;
  padding: 12px;
  z-index: 10;  
  display: block;
  text-align: center;
  border-radius: 6px;
  opacity: 0;
  transform: translateY(20%); /* 🔥 Nascosta completamente */
  transition: transform .4s ease-out, opacity .3s ease-out;
  pointer-events: none;
}
.wrap_loghi .box .box_desc.download{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  transform: scale(1.05); /* leggero zoom iniziale */
  transition: opacity .4s ease, transform .4s ease;
  z-index: 2;
  font-size: 18px;
  line-height: 30px;

  pointer-events: none; /* solo quando visibile cliccabile */
}
.wrap_loghi .box .box_desc strong {
  font-size: 16px; display: block; margin-bottom: 5px;
}

/* @media screen and (min-width: 400px) {
  .wrap_loghi .box {
    width: calc(50% - 2.5rem);
  }
} */
@media screen and (min-width: 600px) {
  .wrap_loghi .box {
    /* width: calc(33.3% - 3.33rem); */
    width: calc(50% - 2.5rem);
  }
}
@media screen and (max-width: 600px) {
  .wrap_loghi .box .box_link{
    padding: 4rem 2rem;
  }
}
/* @media screen and (min-width: 900px) {
  .wrap_loghi .box {
    width: calc(25% - 3.75rem);
  }
} */
@media screen and (min-width: 900px) {
  .wrap_loghi .box {
    width: calc(33.3% - 3.33rem);
  }
}
@media screen and (max-width: 900px) {
  .wrap_loghi .box:hover .box_desc {
    transform: translateY(-10%) !important;
  }
  .wrap_loghi .box:hover .box_desc.download {
    transform: translateY(0) !important;
  }
}
@media screen and (min-width: 1100px) {
  .wrap_loghi .box {
    /* width: calc(20% - 4rem); */
    width: calc(25% - 3.75rem);
  }
}
/* .wrap_loghi .box a {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 2rem;
  align-items: center;
  justify-content: center;
} */
.wrap_loghi .box img {
  width: 20rem;
  height: auto;
  /* aspect-ratio: 16/11; */
  aspect-ratio: 1/1;
  object-fit: contain;
  max-width: 100%;
  opacity: 80%;
  /* opacity: 50%; */
}
@media (pointer: coarse) {
  .wrap_loghi .box img {
    opacity: 100%;
  }
}
.wrap_loghi .box:hover {
  /* translate: 0 -8px; */
  z-index: 20;
}
.wrap_loghi .box:hover img {
  opacity: 100%;
}
.wrap_loghi .box:hover .box_desc {
  opacity: 1;
  transform: translateY(-5%); /* Rientra dal basso */
  pointer-events: auto;
}
.wrap_loghi .box:hover .box_desc.download {
  opacity: 1;
  transform: scale(1); /* effetto di avvicinamento */
  pointer-events: auto;
}

.su_misura {
  padding: 6rem 0 12rem;
}
.su_misura .title {
  line-height: 1;
  margin: 0 0 1rem 0;
  text-align: center;
}
.su_misura .title div:first-of-type {
  /* text-align: left; */
}
.su_misura .title div:last-of-type {
  /* text-align: right; */
}
.su_misura .txt {
  max-width: 50rem;
  margin: 3rem auto 4rem;

  text-align: justify;
  text-justify: inter-word;
}

.img_mess {
  max-width: 160rem;
  width: 100%;
  position: relative;
  padding: 0 2%;
  margin: 3rem auto 0;
  aspect-ratio: 4/3;
  max-height: 85rem;
}
@media screen and (min-width: 769px) {
  .img_mess {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 800px) {
  .img_mess {
    margin: -3rem auto 0;
  }
}
.img_mess .img {
  position: absolute;
}
.img_mess .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_mess .img-1 {
  top: 10%;
  left: 22%;
  width: 33%;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 4;
}
@media screen and (min-width: 769px) {
  .img_mess .img-1 {
    width: 25%;
    top: 45%;
    left: 0;
  }
}
.img_mess .img-2 {
  bottom: 0;
  left: 0;
  width: 55%;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .img_mess .img-2 {
    width: 43%;
    left: 15%;
  }
}
.img_mess .img-logo {
  top: 50%;
  left: 50%;
  width: 20%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  translate: -50% -50%;
}
@media screen and (min-width: 769px) {
  .img_mess .img-logo {
    width: 12%;
  }
}
.img_mess .img-logo img {
  padding: 1rem;
}
.img_mess .img-3 {
  top: 0;
  right: 0;
  width: 52%;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .img_mess .img-3 {
    width: 43%;
    z-index: 2;
    right: 8%;
  }
}
.img_mess .img-4 {
  bottom: 10%;
  right: 8%;
  width: 33%;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .img_mess .img-4 {
    width: 25%;
    right: 0;
    bottom: 3%;
  }
}

footer {
  /* background-color: #000000; */
  padding: 10rem 0;
  color: #6F6F6F;
}
footer a {
  color: #6F6F6F;
}
footer a:hover {
  color: #000;
}
footer .container {
  max-width: 100rem;
}
footer .container .box {
  max-width: 60rem;
  margin: 0 auto 6rem;
  text-align: center;
}
footer .container .box .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
footer .container .box .flex .bl {
  width: 100%;
}
@media screen and (min-width: 550px) {
  footer .container .box .flex .bl {
    width: 48%;
    text-align: left;
  }
}
footer .logo_ft {
  margin: 0 auto 5rem;
}
footer .logo_ft img {
  width: 20rem;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  aspect-ratio: 25/13;
}
footer ul.social li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
@media screen and (min-width: 550px) {
  footer ul.social li a {
    justify-content: flex-start;
  }
}
footer ul.social img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
footer .credits {
  /* color: rgba(255, 255, 255, 0.4); */
  color: #6F6F6F;
  font-size: 1.3rem;
  padding: 3rem 0 0;
  /* border-top: 1px solid rgba(255, 255, 255, 0.4); */
  border-top: 1px solid #6F6F6F;
  text-align: center;
}
footer .credits a {
  /* color: rgba(255, 255, 255, 0.4); */
  color: #6F6F6F;
}
footer .credits a:hover {
  color: #000;
}

#header-pag {
  height: 30rem;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#header-pag.top {
  background-position: top center;
}
#header-pag.bottom {
  background-position: bottom center;
}
#header-pag .overlay {
  display: block;
}
@media screen and (min-width: 1024px) {
  #header-pag {
    height: 40rem;
  }
}
#header-pag.head_prod {
  height: 80vh;
  min-height: 60rem;
}

.box_title_page {
  position: absolute;
  max-width: 180rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 2rem;
  z-index: 2;
}
.box_title_page .box {
  max-width: 100rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 0 2%;
  color: #fff;
}
.box_title_page .box h1 {
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 500;
  font-style: normal;
}

@media screen and (min-width: 1024px) {
  .head_prod .box_title_page {
    bottom: 8rem;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  gap: 1rem;
}
.breadcrumbs li, .breadcrumbs span {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.breadcrumbs li a, .breadcrumbs span a {
  color: #fff;
}
.breadcrumbs li a:hover, .breadcrumbs span a:hover {
  color: rgb(206, 222, 0);
}

.page_intro {
  padding: 7rem 0 4rem;
}
.page_intro h1 {
  /* max-width: 100rem; */
  line-height: 1;
  margin: 0 0 2rem;
}
.page_intro p {
  max-width: 100rem;
  margin: 0 0 0 auto;
}

.categorie {
  padding: 2rem 0 8rem;
}
.categorie .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 7rem 4rem;
}
@media screen and (min-width: 1024px) {
  .categorie .container {
    gap: 8rem;
  }
}
.categorie .container .bl {
  width: 100%;
  transition: all 0.3s;
}
@media screen and (min-width: 650px) {
  .categorie .container .bl {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1024px) {
  .categorie .container .bl {
    width: calc(50% - 4rem);
  }
}
.categorie .container .bl img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.categorie .container .bl .btn {
  margin: 0;
}
.categorie .container .bl:hover {
  translate: 0 -8px;
}
.categorie.three .container {
  gap: 8rem 4rem;
}
@media screen and (min-width: 1024px) {
  .categorie.three .container .bl {
    width: calc(33.3% - 2.66rem);
  }
}
.categorie.three .container .bl .tit-4 {
  font-size: clamp(2.5rem, 3.5vw, 3.5rem);
}

.desc {
  padding: 0 0 5rem;
  max-width: 85rem;
  margin: 0 auto 0;
}
.desc.intro {
  padding: 8rem 0 10rem;
}
.desc h2 {
  font-size: clamp(3rem, 4.5vw, 4.5rem);
  margin: 2rem 0 1rem;
}
.desc h3 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  margin: 2rem 0 1rem;
}
.desc h4 {
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  margin: 2rem 0 1rem;
}
.desc h5 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin: 2rem 0 1rem;
}
.desc p {
  margin: 0 0 2rem;
  text-align: justify;
  text-justify: inter-word;
}
.desc ul, .desc ol {
  margin: 1rem 0 2rem;
}
.desc ul li {
  list-style: inside disc;
}
.desc ol li {
  list-style: inside decimal;
}
.desc a:not(.btn) {
  text-decoration: underline;
  color: #6F6F6F;
}
.desc a:not(.btn):hover {
  color: rgb(206, 222, 0);
}
.desc .btn {
  padding: 1.5rem 2.5rem;
  font-size: 1.8rem;
  background-color: rgb(206, 222, 0);
  border-radius: 6px;
}
.desc .btn::after {
  display: none;
}

.gallery {
  padding: 0 0 10rem;
}

#slide-gallery {
  padding: 0 4rem;
}
#slide-gallery svg path {
  fill: #6F6F6F;
}

.categorie .wrap_loghi {
  margin: 0;
  padding: 4rem 2%;
  background-color: #EDEDED;
}
@media screen and (min-width: 769px) {
  .categorie .wrap_loghi {
    padding: 10rem;
  }
}
@media screen and (min-width: 1100px) {
  .categorie .wrap_loghi .box {
    width: calc(25% - 3.75rem);
  }
}
/* .categorie .wrap_loghi .box a {
  padding: 5rem 2rem;
} */
.categorie .wrap_loghi .box img {
  aspect-ratio: 1/1;
}

.fascia_prodotti.correlati {
  padding: 0 0 10rem;
}
@media screen and (min-width: 1024px) {
  .fascia_prodotti.correlati {
    padding: 6rem 0 15rem;
  }
}

.fascia_novita {
  width: 100%;
  max-width: 180rem;
  margin: 4rem auto;
  padding: 6rem 2% 8rem;
}
@media screen and (min-width: 800px) {
  .fascia_novita {
    padding: 9rem 5rem 14rem;
    /* width: 96%;
    margin: 6rem 2%; */
  }
}

.mappa iframe {
  width: 100%;
  height: 50rem;
}

.btn_err {
  padding: 1.5rem 2.5rem;
  font-size: 1.8rem;
  background-color: rgb(206, 222, 0);
  border-radius: 6px;
}
.btn_err::after {
  display: none;
}

.certificati {
  width: 100%;
  max-width: 180rem;
  margin: 4rem auto;
  background-color: #EDEDED;
  padding: 6rem 2% 8rem;
}

.sec-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
}

.cert_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.cert_card {
    background: #fff;
    border-radius: 6px;
    text-align: center;
    padding: 25px;
    transition: transform .3s ease, box-shadow .3s ease;
    border: 1px solid #e0e0e0;
}

.cert_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.09);
}

.cert_logo {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.cert_logo img {
    width: 200px;
    max-width: 200px;
    max-height: 200px;
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
}

.cert_title {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
}

.cert_desc {
    font-size: 14px;
    line-height: 1.4em;
    color: #444;
}

@media (max-width: 768px) {
    .certificati {
        padding: 50px 0;
    }
    .sec-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .cert_card {
        padding: 20px;
    }
    .cert_title {
        font-size: 18px;
    }
}

.gallery-lab {
  width: 100%;
  max-width: 180rem;
  margin: 4rem auto;
  background-color: #f8f8f8;
  padding: 6rem 2% 8rem;
}

.gallery-item {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    background: #000;
    transition: transform .6s ease-out, opacity .6s ease-out;
    cursor: zoom-in;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .6s ease-out, opacity .6s ease-out;
    transform-origin: center center;
    backface-visibility: hidden;
    will-change: transform;
}

.gallery-item:hover img {
    transform: scale(1.06);
    opacity: .97;
}

/* Versione MASONRY */
.gallery-grid.masonry {
    column-count: 2;
    column-gap: 20px;
}

.gallery-grid.masonry .gallery-item {
    margin-bottom: 20px;
    break-inside: avoid;
    height: auto; /* dinamico in base all'immagine */
}

/* Versione ORDINATA */
.gallery-grid.ordered {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.gallery-grid.ordered .gallery-item {
    aspect-ratio: 4/3; /* tutte le card ordinate e uguali */
}

/* Responsive */
@media (max-width: 992px) {
    .gallery-grid.masonry {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .gallery-lab {
        padding: 50px 0;
    }
    .gallery-grid.masonry {
        column-count: 1;
    }
}



.subcat-products {
    width: 100%;
    max-width: 160rem;
    margin: 6rem auto;
    padding: 0 2%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.product-card {
    background: #f2f2f2;
    padding: 3rem;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.product-row1 {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.product-media,
.product-info {
    width: 50%;
}
.product-info {
    padding-top: 0.5rem;
}

/* Alternanza automatica */
.product-card:nth-child(odd) .product-row1 {
    flex-direction: row; /* Foto sx - testo dx */
}

.product-card:nth-child(even) .product-row1 {
    flex-direction: row-reverse; /* Foto dx - testo sx */
}

.product-title {
    font-size: clamp(2rem, 2.5vw, 2.8rem);
    font-weight: 600;
    margin-bottom: 2rem;
}

.product-desc {
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    line-height: 1.5;
    color: #333;
    margin-bottom: 2rem;
}
.product-desc p {
    margin: 0 0 2rem;
  text-align: justify;
  text-justify: inter-word;
}

.product-brand {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 2rem;
    margin: 4rem 0;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.product-brand .box{
    width: 120px;
    height: 120px;
    background-color: #000;
    transition: all 0.3s;
    border-radius: 6px;
    position: relative;
    overflow: visible;
    z-index: 0;
}
.product-brand .box .box_link {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 1.5rem;
    align-items: center;
    justify-content: center;
}
.product-brand .box img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    max-width: 100%;
    opacity: 80%;
}
.product-brand .box:hover img {
  opacity: 100%;
}

.product-media {
    position: relative;
}

.product-media .splide__arrows .splide__arrow {
    position: absolute !important;
    top: 50% !important;
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.product-media .splide__arrows .splide__arrow:disabled{
  opacity: 0.3;
}

@media (max-width: 992px) {
    .product-row1 {
          flex-wrap: wrap;
  }

    .product-card {
        flex-direction: column !important; /* annulla alternanza */
        text-align: left;
    }

    .product-media,
    .product-info {
        width: 100%;
    }

  .product-brand .box{
      width: 100px;
      height: 100px;
      background-color: #000;
      transition: all 0.3s;
      border-radius: 6px;
      position: relative;
      overflow: visible;
      z-index: 0;
  }
}

/*# sourceMappingURL=style.css.map */
