@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap";
body, html {
  box-sizing: border-box;
  background: #464646;
  margin: 0;
  padding: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  line-height: 1;
}

*, :before, :after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0 0 1rem;
  padding: 0;
}

ol, ul {
  padding-left: 20px;
  line-height: 1.5;
}

img {
  height: auto;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: .8rem;
}

h6 {
  font-size: .6rem;
}

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5rem;
}

a {
  text-decoration: none;
}

.grid {
  z-index: 2;
  flex-flow: wrap;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
}

.grid-swiper {
  flex-flow: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
}

.grid--center {
  justify-content: center;
}

.col {
  flex: 1;
}

[class*="col-"] {
  padding: 0 15px;
  position: relative;
}

.col-15 {
  width: 15%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-33 {
  width: 33.33%;
}

.col-40 {
  width: 40%;
}

.col-50 {
  width: 50%;
}

.col-60 {
  width: 60%;
}

.col-70 {
  width: 70%;
}

.col-80 {
  width: 80%;
}

.col-85 {
  width: 85%;
}

.col-100 {
  width: 100%;
}

@media (width <= 991px) {
  .tab-15 {
    width: 15%;
  }

  .tab-20 {
    width: 20%;
  }

  .tab-25 {
    width: 25%;
  }

  .tab-30 {
    width: 30%;
  }

  .tab-33 {
    width: 33.33%;
  }

  .tab-40 {
    width: 40%;
  }

  .tab-50 {
    width: 50%;
  }

  .tab-60 {
    width: 60%;
  }

  .tab-70 {
    width: 70%;
  }

  .tab-80 {
    width: 80%;
  }

  .tab-85 {
    width: 85%;
  }

  .tab-100 {
    width: 100%;
  }
}

@media (width <= 768px) {
  [class*="col-"] {
    width: 100%;
  }

  .sma-15 {
    width: 15%;
  }

  .sma-20 {
    width: 20%;
  }

  .sma-25 {
    width: 25%;
  }

  .sma-30 {
    width: 30%;
  }

  .sma-33 {
    width: 33.33%;
  }

  .sma-40 {
    width: 40%;
  }

  .sma-50 {
    width: 50%;
  }

  .sma-60 {
    width: 60%;
  }

  .sma-70 {
    width: 70%;
  }

  .sma-80 {
    width: 80%;
  }

  .sma-85 {
    width: 85%;
  }

  .sma-100 {
    width: 100%;
  }
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 40px;
}

.mt-4 {
  margin-top: 100px;
}

.mt-5 {
  margin-top: 200px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 40px;
}

.mb-4 {
  margin-bottom: 100px;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 10px;
}

.p-2 {
  padding: 20px;
}

.p-3 {
  padding: 40px;
}

.p-4 {
  padding: 100px;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 40px;
}

.pt-4 {
  padding-top: 15vh;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 40px;
}

.pb-4 {
  padding-bottom: 15vh;
}

.space-between {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-red {
  color: red;
}

.img-res {
  vertical-align: middle;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.img-round {
  border-radius: 10px;
}

.bg-white {
  background: #fff !important;
}

.bg-red {
  background: red !important;
}

.border-top {
  border-top: 1px solid #000;
  padding: 10px;
}

.buttons {
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
  display: flex;
}

.btn-rosso {
  color: #fff;
  cursor: pointer;
  background-color: red;
  border: none;
  border-radius: 50px;
  align-items: center;
  padding: 10px 20px!important;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.btn-rosso:hover {
  background-color: #000;
}

.btn-rosso svg {
  fill: #fff;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  transition: transform .3s;
}

.btn-rosso:hover svg {
  transform: translateX(5px)translateY(-5px);
}

.btn-bianco {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  align-items: center;
  padding: 10px 20px!important;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.btn-bianco:hover {
  background-color: #d3d3d3;
}

.btn-bianco svg {
  fill: #000;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  transition: transform .3s;
}

.btn-bianco:hover svg {
  transform: translateX(5px)translateY(-5px);
}



main {
  background: #fff;
  border: 20px solid #fff;
  border-radius: 20px;
  max-width: 1400px;
  margin: auto;
  position: relative;
  top: -20px;
  box-shadow: -2px 2px 15px -3px #0000007a;
}

.header-menu {
  z-index: 1000;
  background: linear-gradient(#000 0%, #fff0 100%);
  border-top: 2px solid red;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 1300px;
  padding: 10px 20px;
  display: flex;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.header-menu li{
	display: block;
}

.header-menu-product {
  z-index: 1000;
  background: #000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 1300px;
  margin-top: 20px;
  padding: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.logo img {
  width: 300px;
}

.menu-buttons {
  gap: 5px;
  display: flex;
}

.menu-buttons a {
  color: #fff;
  background-color: #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 60px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.lang-menu {display:flex;}
.lang-menu a {background: none; width: auto; padding; 0 10px;}

.menu-buttons a:hover {
  background-color: #777;
}

.menu-toggle {
  transform-origin: 100%;
  cursor: pointer;
  z-index: 2;
  background-color: #0f0f0f;
  border: 1px solid #24262a;
  border-radius: 8em;
  width: 105px;
  height: 60px;
  transition: width .5s cubic-bezier(.075, .82, .165, 1);
  position: relative;
}

.menu-toggle.opened {
  width: 60px;
}

.menu-copy {
  color: #fff;
  z-index: 1;
  transition: left .5s cubic-bezier(.075, .82, .165, 1);
  position: absolute;
  top: 53%;
  left: 20px;
  transform: translateY(-50%);
}

.menu-copy p {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
}

.menu-toggle:hover .menu-copy {
  left: 20px;
}

.menu-toggle.opened .menu-copy {
  opacity: 0;
}

.menu-toggle-icon {
  clip-path: circle(10%);
  z-index: 10;
  background-color: red;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  transition: all .5s cubic-bezier(.075, .82, .165, 1);
  position: absolute;
  right: 0;
  overflow: hidden;
}

.menu-toggle:hover .menu-toggle-icon {
  clip-path: circle(35%);
}

.menu-toggle.opened .menu-toggle-icon {
  clip-path: circle(50%);
  transform: scale(1.125);
}

.hamburger {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all 1s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-toggle:hover .hamburger, .menu-toggle.opened .hamburger {
  opacity: 1;
  top: 50%;
}

.menu-bar {
  background: #000;
  width: 15px;
  height: 1.5px;
  transition: all .25s ease-out;
  position: absolute;
}

.menu-bar[data-position="top"] {
  transform: translateY(-3px);
}

.menu-bar[data-position="bottom"] {
  transform: translateY(3px);
}

.menu-toggle.opened .menu-bar[data-position="top"] {
  transform: translateY(0)rotate(45deg)scaleX(1.05);
}

.menu-toggle.opened .menu-bar[data-position="bottom"] {
  transform: translateY(0)rotate(-45deg)scaleX(1.05);
}

.menu {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  pointer-events: none;
  transform-style: preserve-3d;
  perspective: 1000px;
  z-index: 9;
  background-color: #0f0f0f;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.menu li {
	display: block;
}

.col-1 {
  flex: 1;
}

.col-2 {
  flex: 2;
}

.col {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding: 10em 2em 2em 1em;
  display: flex;
  position: relative;
}

.link {
  opacity: 0;
  position: relative;
  transform: translateY(30px);
}

.link a {
  color: #fff;
  letter-spacing: -1.5px;
  font-size: 48px;
  font-weight: 300;
  line-height: 125%;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.link a:after {
  content: "";
  background-color: red;
  width: 0;
  height: 2px;
  transition: width .3s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.link a:hover:after {
  width: 100%;
}

.video-wrapper {
  aspect-ratio: 16 / 9;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  background-color: #1d1d1d;
  width: 100%;
  padding: 2em;
  overflow: hidden;
}

.video-wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.socials {
  gap: 2em;
  width: 50%;
  display: flex;
  color: white;
}

.socials a {
	color: lightgray;
}

.socials .sub-col {
  flex: 1;
}

.socials .sub-col p {
  color: #fff;
  opacity: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  transform: translateY(30px);
}

.header h2 {
  color: #fff;
  text-transform: uppercase;
  height: 100px;
  font-size: 130px;
  font-weight: bold;
}

.header h2 span {
  transform-origin: bottom;
  display: inline-block;
  position: relative;
  transform: scale(.75)translateY(500px)rotateY(90deg);
}

.header-cart {
  align-items: center;
  display: flex;
  position: relative;
}

.header-cart svg {
  fill: #fff;
  width: 25px;
}

.header-cart span {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  padding-top: 6px;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: -15px;
}

@media (width <= 900px) {
  .col-1 {
    flex: 2;
    align-items: flex-start;
  }

  .link a {
    font-size: 30px;
  }

  .video-wrapper {
    padding: .4em;
  }

  .socials {
    flex-direction: column;
    gap: 8em;
    width: 100%;
  }

  .header h2 {
    height: 120px;
    font-size: 150px;
  }
}

.hero {
  padding: 20px;
  display: block;
  position: relative;
}

.hero-video {
  object-fit: cover;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay {
  background: linear-gradient(to top, #000, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-content {
  color: #fff;
  z-index: 2;
  max-width: 1400px;
  margin: auto;
  padding-top: 300px;
  position: relative;
}

.onda-tricolore {
  background-image: url("onda-tricolore.ed5375cd.png");
  width: 100%;
  height: 1200px;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-content h1 {
  margin-bottom: 20px;
  font-size: 65px;
}

.hero-content p {
  margin-bottom: 30px;
  font-size: 18px;
}

.page-hero {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.page-hero .hero-image {
  object-fit: cover;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-hero .overlay {
  z-index: 1;
  background: linear-gradient(to top, #000, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-hero .hero-content {
  z-index: 2;
  color: #fff;
  text-align: left;
  width: 70%;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.page-hero .hero-content h1 {
  margin: 0;
  font-size: 70px;
}

.page-hero .hero-content h2 {
  margin: 0;
  font-size: 26px;
}

.page-hero .hero-content p {
  margin: 10px 0 0;
  font-size: 18px;
}

.pulsante {
  color: #fff;
  letter-spacing: 1px;
  padding: 32px;
  display: inline-block;
  position: relative;
}

.pulsante__circle, .pulsante__text, .pulsante__white-circle {
  position: absolute;
}

.pulsante__circle {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  transition: all .3s linear;
  top: 0;
  left: 0;
  box-shadow: 0 0 1px 1px #fff;
}

.pulsante__white-circle {
  background: #fff;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  transition: all .3s ease-in-out;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(0);
}

.pulsante__white-circle svg {
  width: 24px;
  height: 24px;
  margin: auto;
}

.pulsante__text {
  white-space: nowrap;
  z-index: 2;
  padding: 24px 8px;
  transition: all .3s linear;
  top: 50%;
  transform: translateY(-50%);
}

.pulsante:hover .pulsante__circle {
  transform: scale(0);
}

.pulsante:hover .pulsante__white-circle {
  transform: translate(-50%, -50%)scale(1);
}

.pulsante:hover .pulsante__text {
  transform: translate(40px, -50%);
}

@media (width <= 1024px) {
  .hero-content {
    margin-left: 30px;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .buttons {
    gap: 15px;
  }

  .btn {
    padding: 10px 15px;
    font-size: 14px;
  }
}

@media (width <= 768px) {
  .hero {
    justify-content: center;
    padding: 0 20px;
  }

  .hero-content {
    text-align: center;
    max-width: 100%;
    margin-left: 0;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .buttons {
    justify-content: center;
    gap: 10px;
  }

  .btn {
    padding: 10px 15px;
    font-size: 14px;
  }
}

@media (width <= 480px) {
  .hero-content h1 {
    font-size: 50px;
  }

  .hero-content p {
    font-size: 12px;
  }

  .btn {
    padding: 8px 12px;
    font-size: 12px;
  }
}

.news-container {
  z-index: 99;
  background: #2c2c2c;
  border-radius: 15px;
  height: 500px;
  display: block;
  position: relative;
  top: 70px;
  box-shadow: 0 10px 15px -3px #0000001a;
}

.slider-news-container {
  height: 500px;
  position: relative;
}

.slider-news-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}

.slider-news-item {
  opacity: 0;
  width: 100%;
  transition: opacity .4s ease-in-out;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-news-item.active {
  opacity: 1;
  display: block;
}

.slider-news-image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.slider-news-image {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.slider-news-title {
	font-size: 24px;
}

.slider-news-p {
	font-size: 24px;
}

.slider-news-item-content {
  padding: 20px;
}

.slider-news-buttons {
  color: #fff;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
}

.slider-news-buttons button {
  cursor: pointer;
  color: #fff;
  background-color: #0000;
  border: none;
  margin-left: 10px;
  font-size: 20px;
}

.slider-news-pagination {
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.slider-news-pagination-bullet {
  cursor: pointer;
  background-color: #d3d3d3;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  transition: width .3s;
}

.slider-news-pagination-bullet.active {
  background-color: red;
  width: 20px;
}

.presentazione {
  padding: 100px 0;
  display: block;
}

.presentazione span {
  color: red;
  margin-bottom: 25px;
  font-size: 26px;
}

.presentazione span:before {
  content: "";
  vertical-align: middle;
  background-color: red;
  width: 50px;
  height: 2px;
  margin-right: 10px;
  display: inline-block;
}

.presentazione h2 {
  margin-bottom: 25px;
  font-size: 45px;
}

.blocco-media-testo {
  background-color: #ccc;
  border-radius: 15px;
  margin: 15px;
  padding: 30px 20px;
}

.blocco-media-testo h3 {
  font-size: 1.5rem;
  font-weight: 300;
}

.blocco-media-testo-svg {
  height: 150px;
  padding: 20px;
}

.consulenza {
  padding: 100px 0;
}

.overlay-block {
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.overlay-block img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay-block:before {
  content: "";
  z-index: 1;
  background: linear-gradient(to top, #ff000080, #00000080), linear-gradient(to right, #ff000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay-content {
  z-index: 2;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.left-column, .right-column {
  flex: 1;
}

.right-column p {
  margin-bottom: 20px;
}

.blocco-tre-colonne {
  justify-content: space-between;
  gap: 50px;
  max-width: 1300px;
  margin: 50px auto;
  display: flex;
}

.blocco-tre-colonne .colonna {
  background-color: #fff;
  border-top: 1px solid #000;
  flex: 1;
  padding: 20px;
}

.blocco-tre-colonne h2 {
  margin-bottom: 10px;
}

.blocco-tre-colonne p {
  font-size: 16px;
  line-height: 1.6;
}

@media (width <= 768px) {
  .blocco-tre-colonne {
    flex-direction: column;
  }
}

.storia {
  padding: 100px 0;
}

.storia h3 {
  font-weight: 300;
}

/* Blocco newsletter */

.newsletter {
  background-color: #f0f0f0;
  border-radius: 10px;
  margin: 20px 0;
  padding: 20px;
}

.email-input {
  border: 1px solid gray;
  border-radius: 12px;
  width: 80%;
  height: 50px;
  padding: 15px;
}

.submit-btn {
  color: #fff;
  background: #464646;
  border-radius: 10px;
  padding: 15px;
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 96%;
    min-height: 50px;
    display: grid;
    padding: 5px 0;
    border: none;
    color: lightgray;
}

#gdpr_4 input {
	width: 15px;
    margin: 5px 0;
}

#mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 0!important;
}

/* Slider servizi */

.sezione-slider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
}

.slider-container {
  justify-content: flex-end;
  display: flex;
}

.red-shape {
  z-index: 1;
  background: red;
  border-radius: 0 0 0 250px;
  width: 89%;
  height: 400px;
  position: absolute;
  bottom: 0;
  right: -20px;
}

.slider {
  z-index: 2;
  width: 75%;
  margin-right: -20px;
  position: relative;
  overflow: hidden;
}

.slides {
  gap: 20px;
  transition: transform .5s ease-in-out;
  display: flex;
}

.slide {
  border-radius: 50px 0 0;
  min-width: 66.6667%;
  position: relative;
}

.slide-overlay {
  background: linear-gradient(197deg, #ffffff00 0%, #222 100%);
  border-radius: 50px 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide img {
  border-radius: 50px 0 0;
  width: 100%;
  height: auto;
}

.content {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.content h2 {
  margin: 0;
  font-size: 24px;
}

.content p {
  font-size: 16px;
}

.btn {
  color: #fff;
  background-color: red;
  margin-top: 10px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.navigation {
  justify-content: flex-end;
  margin-top: 10px;
  padding-right: 20px;
  display: flex;
}

.prev, .next {
  cursor: pointer;
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  transition: all .6s;
}

.prev[disabled], .next[disabled] {
  opacity: .5;
  cursor: not-allowed;
}

.prev:hover, .next:hover {
  background-color: #555;
}

/* Accordion servizi */

.accordion {
    border-top: 1px solid #ccc;
  margin-bottom: 1rem;
    overflow: hidden;
  transition: border-color .5s ease;
}

.accordion:hover {
  border-color: #000;
}

.accordion__header {
  cursor: pointer;
  font-weight: 500;
  font-size: 2rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem;
  color: #666;

}
.accordion__header:after, .accordion__header:before {
  content: '';
  position: absolute;
  right: 1.5em;
  width: 2px;
  height: 0.75em;
  background-color: #666;
  transition: all 0.2s;
}
.accordion__header:after {
  transform: rotate(90deg);
}

.accordion:has(input:checked) .accordion__header {
  color: red;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.col-accordion-img {
	width: 50%;
	padding: 0;
}

.col-accordion-img img{
	width: 80%;
	padding: 0;
	border-radius: 10px;
}

.col-accordion-desc {
	display: flex;
  flex-direction: column;
  justify-content: space-between;
	width: 50%;
}

@media only screen and (width <= 767px) and (orientation: portrait) {
	
	.accordion__content {display: block; padding: 0;}
	.accordion__content {display: block; padding: 0;}
	.col-accordion-img {width: 100%;}
	.col-accordion-img img {width: 100%; padding: 0;}
	.col-accordion-desc {width: 100%; padding: 0;}
	.col-accordion-desc h3 {padding: 0; margin-top: 25px;}
}

.accordion input {
  display: none;
}

.accordion:has(input:checked) {
  border-color: #000;
  background-color: #fff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.accordion input:checked ~ .accordion__header:before {
    transform: rotate(270deg) !important;
  background-color: #000;
 }

.accordion input:checked ~ .accordion__header:after {
    transform: rotate(270deg) !important;
  background-color: #000;
 }

.accordion input:checked ~ .accordion__content {
    max-height: 1000px; /* Adjust based on content length */
}

/* Griglia Prodotti */

.griglia-prodotti {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1300px;
  margin: 100px auto;
  display: grid;
}

.prodotto {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 4px 8px #0000001a;
}

.prodotto img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.prodotto h3 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.prezzi {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding: 25px;
  display: flex;
}

.prezzi .costo {
  color: #000;
  font-size: 24px;
}

.prezzi .prezzo {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}

.bottoni {
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  display: flex;
}

button {
  cursor: pointer;
  border: none;
  border-radius: 50px;
  padding: 20px 35px;
  font-size: 14px;
}

button.scopri {
  color: #fff;
  background-color: red;
}

button.aggiungi {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
}

@media (width <= 768px) {
  .griglia-prodotti {
    grid-template-columns: 1fr;
  }
}

.container-product {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.product-images {
  flex: 1;
  padding: 20px;
}

.product-images img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-height: 500px;
}

.carousel {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.carousel img {
  object-fit: cover;
  cursor: pointer;
  border: 2px solid #0000;
  width: 100px;
  height: 100px;
  margin: 0 5px;
}

.carousel img.active {
  border: 2px solid #000;
}

.product-details {
  flex: 1;
  padding: 20px;
}

.product-title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
}

.product-price {
  color: #e74c3c;
  margin-bottom: 50px;
  font-size: 30px;
}

.product-description {
  margin-bottom: 20px;
  font-size: 16px;
}

.variant-select {
  margin-bottom: 15px;
}

.variant-select label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.variant-select select {
  border-radius: 20px;
  width: 100%;
  padding: 8px;
  font-size: 14px;
}

.quantity {
  margin-bottom: 20px;
}

.quantity label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.quantity input {
  text-align: center;
  width: 50px;
  padding: 8px;
  font-size: 14px;
}

.buttons {
  gap: 10px;
  display: flex;
}

.add-to-cart {
  color: #fff;
  background-color: #3498db;
}

.buy-now {
  color: #fff;
  background-color: #e74c3c;
}

.contact-container {
  margin: 150px auto 0;
  padding: 20px;
}

.contact-form {
  flex-direction: column;
  display: flex;
}

.contact-form label {
  color: #555;
  margin-bottom: 5px;
}

.contact-form input, .contact-form textarea {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
}

.contact-form button {
  color: #fff;
  cursor: pointer;
  background-color: #333;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
}

.contact-form button:hover {
  background-color: #555;
}

.contact-col-left, .contact-col-right {
  width: 48%;
  padding: 20px;
}

.contact-col-right {
  color: #fff;
  background-color: #c00;
}

.contact-col-right p {
  margin-bottom: 10px;
}

.contact-row {
  background: #f2f2f2;
  border-radius: 20px;
  justify-content: space-between;
  margin-top: 150px;
  margin-bottom: 40px;
  display: flex;
}

.map-container {
  text-align: center;
  width: 100%;
}

.map-container iframe {
  border: none;
  width: 100%;
  height: 400px;
}

@media (width <= 768px) {
  .row {
    flex-direction: column;
  }

  .col-left, .col-right {
    width: 100%;
  }

  .map-container iframe {
    height: 300px;
  }
}

footer {
  color: #fff;
  background: #24262a;
  padding-top: 25px;
}

.footer__menu {
  align-items: center;
  margin: 0;
  padding: 0;
  display: block;
}

.footer__menu li {
  display: block;
}

.footer__menu li a {
  color: #fff;
  opacity: .8;
  text-transform: uppercase;
  padding: 5px;
  font-size: 11px;
  font-weight: 400;
  display: block;
}

.footer-title {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  font-size: 16px;
}

.footer-p {
  color: #fff;
  font-size: 14px;
}

.social-links a {
  color: #fff;
  padding-right: 20px;
}

.copy {
  border-top: 1px solid #fff;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 11px;
}

.copy a {
  color: #fff;
}

@media only screen and (width >= 768px) and (width <= 1300px) and (orientation: landscape) {
  .header-menu {
    width: 85%;
  }

  .header h2 {
    height: 67px;
    font-size: 85px;
  }
}

@media only screen and (width >= 768px) and (width <= 991px) and (orientation: portrait) {
  .header-menu {
    width: 85%;
  }

  .header h2 {
    height: 30px;
    font-size: 50px;
  }
}

@media only screen and (width <= 767px) and (orientation: landscape) {
  .header-menu {
    width: 85%;
  }

  .header h2 {
    height: 67px;
    font-size: 85px;
  }
}

@media only screen and (width <= 767px) and (orientation: portrait) {
  h1, h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .blocco-media-testo h3 {
    font-size: 1.2rem;
    font-weight: 300;
  }

  .header-menu {
    width: 85%;
  }

  .header {
    display: none;
  }

  .header h2 {
    height: 67px;
    font-size: 85px;
  }

  .logo img {
    width: 120px;
  }

  .shop-btn {
    display: none !important;
  }

  .slider {
    width: 90%;
  }

  .slide img {
    height: 340px;
  }

  .overlay-block {
    height: auto;
  }

  .overlay-content {
    display: block;
  }

  .page-hero .hero-content h1 {
    margin: 0;
    font-size: 36px;
  }

  .page-hero .hero-content h2 {
    margin: 0;
    padding-top: 25px;
    font-size: 20px;
  }

  .content h2 {
    font-size: 18px;
  }

  .content p {
    font-size: 13px;
  }

  .container-product {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    display: block;
  }

  .contact-row {
    display: block;
  }

  .contact-col-left, .contact-col-right {
    width: 100%;
  }

  .email-input {
    width: 70%;
  }
	
	.accordion__header {
    font-size: 1.2rem;
}
	
  .accordion__header:after, .accordion__header:before {
    right: 0.5em;
}
	
}

.product {
  margin-top: 150px;
}

.product_meta {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.product_meta a {
	color: #a4a4a4;
}

.woocommerce-breadcrumb, .woocommerce-breadcrumb a {
  color: #000;
}

.woocommerce-tabs .wc-tabs {
  text-align: left;
  border-bottom: 1px solid #21212133;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.woocommerce-tabs ul.tabs li {
  margin: 0;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  color: #212121;
  border-bottom: 2px solid #0000;
  padding: 10px 30px;
  font-size: 1.125rem;
  transition: border-color .2s;
  display: block;
}

.woocommerce-tabs ul.tabs li.active a {
  border-color: #000;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 30px;
  background: #f9f9f9;
}

table.woocommerce-product-attributes {
  border: 0;
}

table th, table td, table tr {
  border: 1px solid #2121211a;
  padding: 10px;
}

table.woocommerce-product-attributes tr {
  border: 0;
}

table.woocommerce-product-attributes th, table.woocommerce-product-attributes td {
  text-align: left;
  border-left: 0;
  border-right: 0;
  font-weight: 400;
}

table.woocommerce-product-attributes tr:nth-child(2n) {
  background-color: #f4f4f34d;
}

table.woocommerce-product-attributes tr:first-child th, table.woocommerce-product-attributes tr:first-child td {
  border-top: 0;
}

table.woocommerce-product-attributes tr:last-child th, table.woocommerce-product-attributes tr:last-child td {
  border-bottom: 0;
}

select {border-radius: 10px; padding: 5px;}

.buttons-addtocart-wrapper {
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  display: flex;
}

.quantity {
  border: 2px solid var(--bt-color-body-text, #212121);
  border-color: #222;
  border-radius: 50px;
  justify-content: center;
  max-width: 35%;
  margin-bottom: 25px;
  display: flex;
}

.buttons-addtocart-wrapper button {
  margin: 0;
}

.quantity button {
  color: #212121;
  text-align: center;
  background-color: #0000;
  border: none;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 4px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.quantity input::-webkit-outer-spin-button {
  margin: 0;
  display: none;
}

.quantity input::-webkit-inner-spin-button {
  margin: 0;
  display: none;
}

.quantity input.qty {
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border: none;
}

.quantity .qty {
  text-align: center;
  border: none;
  width: 100%;
  min-height: 0;
  padding: 0;
  background: none !important;
}

/* Layout 2 colonne */
.layout-shop .shop-container{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:32px; align-items:start;
  max-width:1200px; margin:0 auto; padding:150px 20px;
}
@media (max-width: 992px){
  .layout-shop .shop-container{ grid-template-columns:1fr; }
}

/* Breadcrumb */
.wc-breadcrumb-wrap{ margin:8px 0 18px; }
.wc-breadcrumb{ font-size:.92rem; color:#666; line-height:1.4; }
.wc-breadcrumb a{ color:inherit; text-decoration:none; border-bottom:1px solid transparent; }
.wc-breadcrumb a:hover{ border-bottom-color:currentColor; }

/* Sidebar */
.shop-sidebar{
  position:sticky; top:24px;
  background:#f2f2f2; border:1px solid #eee; border-radius:14px; padding:18px;
}
.shop-sidebar a {color: black;}
.wc-block-product-categories-list-item-count {color: #9E9E9E;}
.widget{ margin-bottom:22px; }
.widget-title{ font-size:1.05rem; margin:0 0 10px; }
.widget ul{ list-style:none; margin:0; padding:0; }
.widget ul li{ margin:6px 0; }

.wp-block-search__input { border-radius: 50px; }

/* Griglia categorie */
.griglia-categorie{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
  gap:24px; margin:16px 0 24px;
}
.categoria{
  display:block; background:#fff; border:1px solid #eee; border-radius:14px; padding:12px; text-align:center;
  transition:transform .15s ease, box-shadow .15s ease;
}
.categoria:hover{ transform:translateY(-2px); box-shadow:0 6px 20px rgba(0,0,0,.06); }
.categoria .cat-thumb img{ width:100%; height:auto; border-radius:10px; }
.categoria .cat-title{ font-size:1.5rem; color: black; margin:10px 0 0; }
.categoria .cat-desc{ font-size:.9rem; color:#666; margin:6px 0 0; }

/* Woo pagination un po' più pulita */
.woocommerce nav.woocommerce-pagination ul{ border:none; }
.woocommerce nav.woocommerce-pagination ul li{ border:none; margin:0 4px; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
  border:1px solid #ddd; border-radius:10px; padding:8px 12px;
}
.woocommerce nav.woocommerce-pagination ul li .current{
  background:#111; color:#fff; border-color:#111;
}

/* ===========================
   Tokens (modifica colori qui)
   =========================== */
:root{
  --shop-maxw: 1200px;
  --gap: 24px;
  --radius: 14px;
  --shadow: 0 6px 20px rgba(0,0,0,.06);
  --border: 1px solid #ececec;
  --bg: #fff;
  --text: #111;
  --muted: #6c6c6c;
  --brand: #e30613;     /* primario */
  --brand-2: #111;      /* hover cta */
  --sale: #d0021b;      /* prezzo in offerta */
}

/* Bottoni Woo globali coerenti */
.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.wp-element-button, .added_to_cart{
  background: var(--brand);
  border: 1px solid var(--brand);
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  margin-bottom: 50px;
  padding: 10px 16px;
  transition: transform .12s ease, background-color .12s ease, border-color .12s ease, box-shadow .12s ease;
}
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.wp-element-button:hover, .added_to_cart:hover{
  background: black;
  border-color: black;
  transform: translateY(-1px);
}

.reset_variations {
	margin-left: 10px;
    background: #e30813;
    color: white;
    border-radius: 50px;
    padding: 5px 10px;
}

/* ===========================
   Griglia prodotti standard Woo (UL/LI)
   (usa il markup che hai incollato)
   =========================== */
ul.products{
  list-style:none;
  margin: 0 auto;
  padding: 32px 20px;
  max-width: var(--shop-maxw);
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: var(--gap);
}
@media (max-width: 1200px){ ul.products{ grid-template-columns: repeat(3,1fr); } }
@media (max-width: 880px){  ul.products{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px){  ul.products{ grid-template-columns: 1fr; } }

/* Card */
ul.products li.product{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display:flex; flex-direction:column;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
ul.products li.product:hover{ transform: translateY(-2px); box-shadow: var(--shadow); border-color:#dce0e6; }

/* Immagine (ratio uniforme) */
ul.products li.product a.woocommerce-LoopProduct-link{
  display:block; color: inherit; text-decoration:none;
}
ul.products li.product a.woocommerce-LoopProduct-link img{
  width:100%; height:auto; display:block;
  aspect-ratio: 1 / 1; object-fit: cover; background:#f3f4f6;
}

/* Titolo */
ul.products li.product h2.woocommerce-loop-product__title{
  font-family: var(--font-heading);
  font-size: 1rem; line-height: 1.3; font-weight: 700;
  margin: 12px 14px 6px; color: var(--ink);
}

/* Prezzi (supporta del/ins di Woo) */
ul.products li.product .price{
  display:inline-flex; align-items:baseline; gap:8px;
  margin: 0 14px 12px; font-weight:700; color: var(--ink);
}
ul.products li.product .price del{ color:#9aa3af; font-weight:400; }
ul.products li.product .price ins{ color: var(--sale); text-decoration:none; }

/* Pulsante CTA nella card */
ul.products li.product a.button{
  margin: 0 14px 14px;
  display:flex; align-items:center; justify-content:center;
  width: calc(100% - 28px);
}

/* Badge offerta Woo */
ul.products li.product .onsale{
  position:absolute; top:10px; left:10px; z-index:2;
  margin:0; background:var(--brand); color:#fff;
  border-radius:999px; padding:6px 10px;
  font-weight:700; font-size:.78rem;
}

/* Badge esaurito personalizzato (se lo aggiungi via hook) */
ul.products li.product .badge-out{
  position:absolute; top:10px; right:10px;
  background:#6b7280; color:#fff; border-radius:999px; padding:6px 10px;
  font-weight:700; font-size:.78rem;
}

/* Rating stelle */
ul.products li.product .star-rating{
  margin: 0 14px 10px;
  color: #f59e0b;       /* colore stella */
  letter-spacing: .5px;
}
.woocommerce .star-rating span::before{ color:#f59e0b; }

/* Accessibilità focus */
ul.products li.product a:focus-visible{
  outline: 3px solid rgba(17,17,17,.6);
  outline-offset: 2px; border-radius: 10px;
}

/* ===========================
   Topbar shop/categoria (orderby, result count)
   =========================== */
.woocommerce .woocommerce-ordering select{
  border:1px solid var(--line); border-radius: 999px; padding:10px 14px; background:#fff;
}
.woocommerce .woocommerce-result-count{
  color: var(--muted); font-size:.95rem;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count{
  margin-bottom: 14px;
}

/* Paginazione Woo */
.woocommerce nav.woocommerce-pagination ul{ border:none; }
.woocommerce nav.woocommerce-pagination ul li{ border:none; margin:0 4px; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
  border:1px solid var(--line); border-radius:10px; padding:8px 12px; background:#fff;
}
.woocommerce nav.woocommerce-pagination ul li .current{
  background: var(--ink); color:#fff; border-color: var(--ink);
}

.woocommerce-message {margin-top: 100px;}
.wc-block-mini-cart__badge {background: #e30813; color: white;}
.wp-block-search__input { height: 40px; }
.wc-block-mini-cart__items img {border-radius: 100%;}
.wc-block-cart-item__image img {border-radius: 100%;}
.wc-block-components-product-name {color: red; font-size: 1.3em!important}

table th, table td, table tr { border-top: 1px solid #ccc!important; border-right: none!important; border-bottom: none!important; border-left: none!important;}

#wpgs-gallery {max-width: 650px!important;}

/* Stelline */
.star-rating{ color:#f59e0b; font-size:.9rem; line-height:1; letter-spacing:.5px; }
.star-rating .empty{ opacity:.25; }

/* Assicura visibilità del tab Recensioni */
.woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs { display:block; }
.wp-block-woocommerce-mini-cart-contents {background: white;}

/* Migliora layout del form recensione */
#reviews #comment{ min-height: 120px; }
#reviews .comment-form-rating label{ font-weight:600; }

/* === Accordion pulito per "Elenco di categorie di prodotti" (Woo Blocks) === */

/* Reset e spaziature */
.wc-block-product-categories-list ul { margin: 0; padding-left: 1rem; }
.wc-block-product-categories-list li { list-style: none; }

/* Chiudi i sotto-livelli di default */
.wc-block-product-categories-list li > ul { display: none; }
.wc-block-product-categories-list li.open > ul { display: block; }

/* Layout: chevron + link sulla stessa riga, figli sotto a tutta larghezza */
.wc-block-product-categories-list li.has-children {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: .25rem;
}
.wc-block-product-categories-list li.has-children > .wcpc-toggle { grid-column: 1; }
.wc-block-product-categories-list li.has-children > a { grid-column: 2; }
.wc-block-product-categories-list li.has-children > ul {
  grid-column: 1 / -1;
  margin-left: 1.25rem; /* rientro figli */
}

/* Bottone toggle "muto": niente +/− visibili, usa una chevron */
.wc-block-product-categories-list .wcpc-toggle{
  background: none;
  border: 0;
  padding: 0;
  margin-right: .35rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1;
  cursor: pointer;
  font-size: 0;           /* nasconde il testo del bottone */
  position: relative;
}

/* Chevron minimale */
.wc-block-product-categories-list .wcpc-toggle::before{
  content: "▸";           /* alternativa: "›" */
  font-size: 14px;
  display: inline-block;
  transform-origin: center;
  transition: transform .18s ease, opacity .18s ease;
  opacity: .8;
}

/* Stato aperto: ruota la chevron */
.wc-block-product-categories-list li.open > .wcpc-toggle::before{
  transform: rotate(90deg);
  opacity: 1;
}

/* Evidenzia la categoria corrente (opzionale) */
.wc-block-product-categories-list li.current,
.wc-block-product-categories-list a[aria-current="page"] { font-weight: 600; }

/* (Facoltativo) chevron più discreta quando chiuso e più visibile al hover */
@media (hover:hover){
  .wc-block-product-categories-list li:not(.open) > .wcpc-toggle::before{ opacity: .55; }
  .wc-block-product-categories-list li:not(.open):hover > .wcpc-toggle::before{ opacity: .85; }
}

/* Abilita la chevron anche ai genitori di 2° livello */
.wc-block-product-categories-list > li > ul > li.has-children > .wcpc-toggle { display: inline-block; }
/* Nascondi dalla 3ª profondità in poi */
.wc-block-product-categories-list > li > ul > li > ul li.has-children > .wcpc-toggle { display: none !important; }



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