body {
      display: flex;
      flex-wrap: wrap;
      font-family: Roboto, sans-serif;
      margin: 0;
  }


    iframe {
      width: 100%; /* Adatta alla larghezza dello schermo */
      height: 700px; /* Adatta all'altezza dello schermo */
      margin-top: 70px;
    }


  .product-information {
        height: 440px ;
    }



  .arena-points,
.fw2025-section,
.banner-section, .banner-section-2,
.product-section,
.shared-features-section,
.sportborn-image-header-section,
.filters-products-container, .sportborn-text-columns, .video-sfilata {
      width: 100%;
      margin: 0 auto;
  }

  @media (min-width: 1200px) {
    .arena-points,
  .fw2025-section,
  .banner-section, .banner-section-2,
  .product-section,
  .shared-features-section,
  .sportborn-image-header-section,
  .filters-products-container, .sportborn-text-columns, .video-sfilata{
          max-width: 1200px;
      }


  }

  @media (min-width: 1500px) {
    .arena-points,
  .fw2025-section,
  .banner-section, .banner-section-2,
  .product-section,
  .shared-features-section,
  .sportborn-image-header-section,
  .filters-products-container, .sportborn-text-columns, .video-sfilata {
          max-width: 1400px; /* Adatta per schermi più grandi */
      }
  }

  @media (min-width: 1800px) {
    .arena-points,
  .fw2025-section,
  .banner-section, .banner-section-2,
  .product-section,
  .shared-features-section,
  .sportborn-image-header-section,
  .filters-products-container, .sportborn-text-columns, .video-sfilata {
          max-width: 1400px; /* Adatta per schermi ancora più grandi */
      }
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .arena-points,
  .fw2025-section,
  .banner-section, .banner-section-2,
  .product-section,
  .shared-features-section,
  .sportborn-image-header-section,
  .filters-products-container, .sportborn-text-columns, .video-sfilata {
          max-width: 90%; /* Adatta per tablet */
      }
  }

  @media (max-width: 991px) {
    .arena-points,
  .fw2025-section,
  .banner-section, .banner-section-2,
  .product-section,
  .shared-features-section,
  .sportborn-image-header-section,
  .filters-products-container, .sportborn-text-columns, .video-sfilata {
          max-width: 95%; /* Adatta per mobile */
      }
  }

  .product.active {
      border: 4px solid #009FE3;
  }

  /* Stile per i checkbox */
  input[type="checkbox"] {
      cursor: pointer !important;
  }

  /* Contenitore dei filtri */
  .filters-products-container {
      display: flex;
      margin: 0 auto;
  }

  .filters {
      position: sticky;
      top: 0;
      padding: 15px;
      width: 20%;
      max-width: 240px;
      height: fit-content;
      box-sizing: border-box;
  }

  /* Contenitore delle categorie di filtri */
  .filters-cat {
      border: 1px solid #CCCCCC;
      border-radius: 10px;
      padding: 15px;
  }

  /* Stile per i titoli dei filtri */
  .filters h2, .features-container h3, label {
      font-family: Roboto, sans-serif;
      font-weight: 400;
      color: #000;
  }

  /* Dimensioni specifiche per i titoli */
  .filters h2 {
      font-size: 18px;
  }

  .features-container h3 {
      font-size: 18px;
  }

  /* Stile per le etichette */
  label {
      font-weight: 700;
      font-size: 16px;
      color: #7E7E7E;
  }

  /* Contenitore delle funzionalità */
  .features-container {
      margin-top: 20px;
      margin-left: 0px;
      display: none;
      opacity: 0;
      transition: opacity 0.6s ease;
  }

  /* Mostra il contenitore delle funzionalità */
  .features-container.show {
      display: block;
      opacity: 1;
  }

  /* Classe per nascondere elementi */
  .hidden {
      display: none;
  }

  /* Stile per il contenitore delle funzionalità */
  .features {
      margin-top: 10px;
  }

  /* Stile per ogni elemento delle funzionalità */
  .feature-item {
      list-style-type: none;
      position: relative;
      padding-left: 20px;
      margin: 5px 0;
      font-family: Roboto, sans-serif;
      font-weight: 500;
      font-size: 15px;
      color: #7E7E7E;
  }
  .feature-item span {
      list-style-type: none;
      padding: 2px;
      position: relative;
      font-family: Roboto, sans-serif;
      font-weight: 500;
      font-size: 12px;
    background-color: #000;
    color: #fff;
  }

  .feature-item span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: none;
    background-size: cover;
    background-position: center;
}

  /* Pseudo-elemento per il segno di spunta */
  .feature-item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      background-image: url('https://catalogue.arenasport.com/fw2025/landing-bags/img/Check.svg');
      background-size: cover;
      background-position: center;
  }

  /* Stile speciale per Aquabreathe */
  .aquabreathe {
      background-color: #009FE3;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase;
      text-align: center;
      width: 110px;
      font-size: 12px;
      margin: 10px 0px 10px 0px;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url('https://catalogue.arenasport.com/fw2025/landing-bags/img/gocce.svg');
      background-repeat: no-repeat;
      background-position: 10px center;
      background-size: 15px 15px;
      padding: 2px 0px;
      position: relative;
      padding-left: 15px;
  }
  .prod-active {
      background-color: #000;
      color: #fff;
      font-weight: 500;
      text-transform: uppercase;
      text-align: left;
      font-size: 13px;
      margin: 10px 0px 10px 0px;
      border-radius: 2px;
      padding: 2px 3px 2px 3px;
  }
  .aquabreathe::before {
      display: none;
  }

      .prod-active::before {
          display: none;
      }

  /* Stile per il pulsante "Visualizza funzionalità" */
  .view-features, .more-info {
      background-color: #fff;
      color: #000;
      text-align: center;
      width: 120px;
      font-size: 12px;
      font-weight: 600;
      margin: 10px 5px;
      border-radius: 4px;
      border: 1px solid #000;
      display: flex;
      align-items: center;
      justify-content: center;
      background-repeat: no-repeat;
      background-position: 10px center;
      background-size: 15px 15px;
      padding: 8px 0;
      cursor: pointer;
  }
  .features-elenco {
      background-color: #fff;
      color: #000;
      text-align: left;
      width: 104px;
      font-size: 16px;
      margin: 10px 0px;
      border-style: none;
      display: flex;
      align-items: center;
      justify-content: center;
      background-repeat: no-repeat;
      background-position: 2px center;
      background-size: 15px 15px;
      padding: 2px 0;
      cursor: pointer;
  }
  /* Stile specifico per il pulsante "Visualizza funzionalità" */
  .view-features {
      background-image: url('https://catalogue.arenasport.com/fw2025/landing-bags/img/Clipboard.svg');
  }
  .features-elenco {
      background-image: url('https://catalogue.arenasport.com/fw2025/landing-bags/img/Clipboard.svg');
  }
  /* Stile specifico per il pulsante "Ulteriori informazioni" */
  .more-info {
      background-color: #333333;
      color: #fff;
      background-image: url('https://catalogue.arenasport.com/fw2025/landing-bags/img/cart.png');
  }

  /* Spazio a sinistra per il testo nel pulsante */
  .more-info span {
      margin-left: 14px;
  }
  .view-features span {
      margin-left: 18px;
  }
  /* Contenitore principale per i prodotti */
  .products {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0px;
    padding: 0px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
}

.product {
    box-sizing: border-box;
    width: calc(100% - 20px);
}

/* Stile per ogni prodotto */
.product {
box-sizing: border-box;
padding: 0px;
border: 1px solid #CCCCCC;
border-radius: 10px;
margin: 10px;
}

/* Contenitore per le aree del prodotto */
.are-product {
padding: 10px 10px 0;
}

/* Stile per l'immagine del prodotto */
.product img {
width: 100%;
height: auto;
object-fit: contain;
background-color: #f7f7f7;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

/* Contenitore per l'immagine del prodotto */
.product-image {
margin: 0 30px;
}

/* Stile per il paragrafo all'interno del prodotto */
.product p {
font-size: 14px;
font-weight: 600;
}

/* Stile per il titolo del prodotto */
.product-title {
text-transform: uppercase;
display: inline-block;
line-height: 20px;
font-size: 18px;
font-weight: 600;
margin-top: 0px;
margin-bottom: 10px;
color: #000;
}

/* Stile per descrizioni, dimensioni, caratteristiche e materiali del prodotto */
.product-description,
.product-dimensions,
.product-features,
.product-materials {
font-size: 13px;
}

/* Stile per figure */
figure {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
unicode-bidi: isolate;
}

/* Stile per la didascalia delle figure */
figcaption {
text-align: center;
font-weight: 800;
margin-top: 5px;
font-size: 13px;
}

/* Stile per la didascalia personalizzata */
.didascalia {
text-align: center;
font-weight: 800;
margin-top: 5px;
font-size: 13px;
}

/* Stile per il titolo personalizzato */
.title {
font-weight: 800;
}

/* Stile per il pulsante Aquabreathe attivo */
.aquabreathe-on {
  background-color: #009FE3;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 120px;
  font-size: 12px;
  margin: 10px 0px 5px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('https://catalogue.arenasport.com/fw2025/landing-bags/img/gocce.svg');
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 15px 15px;
  padding: 2px 0px;
}

/* Stile per il pulsante Aquabreathe disattivato */
.aquabreathe-off {
  background-color: #fff;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 120px;
  font-size: 12px;
  margin: 10px 0px 5px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 15px 15px;
  padding: 2px 0px;
}

/* Margine per il testo del pulsante */
.aquabreathe-on span, .aquabreathe-on-light span {
  margin-left: 14px;
}

/* Stile per la categoria del bag */
.category-bag {
  background-color: #fff;
  color: #7E7E7E;
  text-transform: uppercase;
  text-align: center;
  padding: 2px 10px;
  width: 100px;
  font-size: 12px;
  border: 1px solid #777777;
  border-radius: 6px;
  margin: 0px 0px 10px 10px;
}

/* Stile per i punti colorati */
.dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 0px 5px 5px;
}

/* Colori specifici */
.black {
  background-color: #333333;
}

.red {
  background-color: #de3f4d;
}

.purple {
  background-color: #966a85;
}

.blue {
  background-color: #4f5670;
}

.white {
  background-color: #fff;
}

.grey1 {
  background-color: #b3aaa7;
}

.green {
  background-color: #8caba5;
}

.green2 {
  background-color: #26895b;
}

.royal {
  background-color: #33609a;
}

.bordeaux {
  background-color: #812930;
}

.orange {
  background-color: #e47a38;
}

.pink {
  background-color: #fe6c8e;
}





/* Stile per i punti colorati con immagini */
.colore-5 {
  height: 15px;
  width: 15px;
  background-image: url('https://catalogue.arenasport.com/fw2025/landing-bags/img/colore-5.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 5px 0px 3px 5px;
}

.colore-3 {
  height: 15px;
  width: 15px;
  background-image: url('https://catalogue.arenasport.com/fw2025/landing-bags/img/colore-3.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 5px 0px 3px 5px;
}

.colore-8 {
  height: 15px;
  width: 15px;
  background-image: url('https://catalogue.arenasport.com/fw2025/landing-bags/img/colore-8.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 5px 0px 3px 5px;
}

.colore-11 {
  height: 15px;
  width: 15px;
  background-image: url('https://catalogue.arenasport.com/fw2025/landing-bags/img/colore-11.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 5px 0px 3px 5px;
}

/* Animazione di apparizione */
@keyframes fadeIn {
  from {
      opacity: 0;
      transform: scale(0.95);
  }
  to {
      opacity: 1;
      transform: scale(1);
  }
}

.button-spacing {
  margin-right: 10px;
}

/* Slide  */
.slide {
  width: 100%;
  height: auto;
  aspect-ratio: 16/6;
  background-image: url('https://catalogue.arenasport.com/fw2025/landing-bags/img/HeaderFW2025.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px 20px 60px 60px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}

.slide  .title, .description {
  color: white;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  position: relative;
  animation: slideIn 2s forwards;
}

.slide  .title {
font-size: 4vw;
line-height: 1;
margin-bottom: 10px;
font-weight: 600;
display: inline-block;
}

.slide .description {
font-size: 1.5vw;
max-width: 40%;
white-space: normal;
font-weight: 300;
}

/* Animazione slide di entrata del testo da sinistra a destra */
@keyframes slideIn {
  from {
      transform: translateX(-100%);
  }
  to {
      transform: translateX(0);
  }
}

@media (max-width: 600px) {
  .text {
      font-size: 8vw;
  }
  .description {
      font-size: 4vw;
  }
}

/* Contenitore principale per i punti arena, utilizza Flexbox per un layout reattivo */
.arena-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 70px;
}

/* Stile per ciascun punto arena, include animazione al caricamento */
.arena-point {
  flex: 1 1 calc(25% - 20px);
  box-sizing: border-box;
  text-align: center;
  margin: 10px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s forwards;
}

/* Ritardi nell'animazione per i punti arena, per un effetto di apparizione graduale */
.arena-point:nth-child(1) { animation-delay: 0.1s; }
.arena-point:nth-child(2) { animation-delay: 0.2s; }
.arena-point:nth-child(3) { animation-delay: 0.3s; }

/* Stile per l'immagine dell'icona all'interno di ciascun punto arena */
.arena-point .icon img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 10px;
}

/* Stile per il testo all'interno di ciascun punto arena */
.arena-point .text {
  font-size: 16px;
  font-weight: 600;
      padding: 0px 100px;
}

/* Animazione di apparizione per i punti arena */
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Media query per la responsività su schermi più piccoli */
@media (max-width: 768px) {
  .arena-point {
      flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .arena-point {
      flex: 1 1 100%;
  }
}

/* Contenitore principale per la sezione FW2025 */
.fw2025-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 100px;
    margin-bottom: 100px;
    height: 500px;
    position: relative;
}

/* Colonna di testo */
.fw2025-text {
  flex: 1;
  padding-right: 20px;
  text-align: left;
  font-size: 18px;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fw2025-text h2 {
  font-size: 60px;
  margin-top: 0px;
  line-height: 65px;
  margin-bottom: 40px;
}

/* Colonna con immagine */
.fw2025-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fw2025-image img {
    max-width: 100%;
    height: auto;
    width: 580px;
    border-radius: 15px;
}

/* Classe attivata per l'animazione */
.animate-fw2025 {
  opacity: 1;
  transform: translateX(0);
}


/* Responsività per schermi più piccoli */
@media (max-width: 768px) {
  .fw2025-section {
      flex-direction: column;
      height: auto;
  }

  .fw2025-text {
      padding-right: 0;
      margin-bottom: 20px;
  }
}

/* Banner section styling */
.banner-section {
  position: relative;
  width: 100%;
  min-height: 400px;
  margin: 40px auto 70px;
  overflow: hidden;
  border-radius: 20px;
}
.banner-section-2 {
position: relative;
width: 100%;
min-height: 460px;
margin: 40px auto 70px;
overflow: hidden;
border-radius: 20px;
}

.banner-section-2, .sportborn-text-columns, .video-sfilata {
  width: 100% !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

/* Background image styling */
.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 20px;
}

/* Title styling */
.banner-title {
  font-size: 65px;
  margin: 20px;
  color: white;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;

}
.banner-title-2 {
  font-size: 45px;
  margin: 80px 20px 20px 20px;
  color: white;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;

}
/* Subtitle styling */
.subtitle {
  font-size: 35px;
  display: block;
  margin-top: 0px;
}
.subtitle-2 {
  font-size: 75px;
  display: block;
  margin-top: 0px;
}
/* Content box */
.banner-content {
  position: absolute;
  bottom: 20px;
  right: 0px;
  left: 800px;
  z-index: 2;
  color: white;
  text-align: left;

}

/* Media query per schermi più piccoli */
@media (max-width: 1200px) {
  .banner-content {
      left: 500px; /* Modifica qui il valore desiderato */
  }
}

@media (max-width: 900px) {
  .banner-content {
      left: 300px; /* Modifica qui il valore desiderato */
  }
}

@media (max-width: 600px) {
  .banner-content {
      left: 20px; /* Modifica qui il valore desiderato */
  }
}








/* Button styling */
.banner-button {
  margin: 0;
  display: inline-block;
  width: 200px;
  height: auto;

}

/* Description styling */
.banner-description {
  font-size: 19px;
  line-height: 1.4;
  margin-right: 20px;

}

/* Banner section styling */
.banner-title,
.banner-title-2,
.subtitle,
.subtitle-2,
.banner-content,
.banner-button,
.banner-description {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

/* Aggiungi l'animazione alla classe animate */
.animate {
  animation: fadeInUp 1.5s forwards;
}
/* Classe di animazione per il secondo banner */
.animate-2 {
animation: fadeInUp 1.5s forwards;
}

@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translateY(70px);
  }
  60% {
      opacity: 1;
      transform: translateY(-10px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Product Section */
.product-section {
  display: flex;
     flex-wrap: wrap;
     gap: 20px;
     justify-content: center;
  margin: 0 auto;
  gap: 100px;
  width: 100%;
  padding: 0 ;

}

.product-section .banner {
  background-color: #333333;
  color: white;
  padding: 8px 0px 1px 0;
  height: 80px;
  border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product-section .banner h2 {
  font-size: 24px;
  margin: 0;
  padding: 10px 0 0 0;
}

.product-section .banner p {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.product-section .button-container {
  display: flex;
  justify-content: center;
  margin: 10px;
}
.product-button {
  background-color: transparent;
  border: 1px solid #7E7E7E;
  color: #7E7E7E;
  font-size: 15px;
  border-radius: 25px;
  padding: 5px 40px;
  margin: 0 5px;
  cursor: not-allowed;
}

.product-section .icon-container {
  display: flex;
  justify-content: center;
  margin: 0;
}

.product-section .icon {
  width: auto;
  height: auto;
  margin: 0;
}

/* Product Box */
.product-box {
  flex: 1 1 300px; /* Flex-grow, flex-shrink, flex-basis */
  max-width: 500px;


}

.video-container video {
    width: 100%; /* Imposta la larghezza del video al 100% del contenitore */
    height: auto; /* Mantiene il rapporto d'aspetto */
}

.delayed-controls-video {
      cursor: pointer !important; /* Cambia il cursore in pointer */
  }





.product-box img {
  max-width: 100%;
  height: auto;
  width: 320px;
  margin-bottom: 0px;
}

.product-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333333;
}

.product-description {
  font-size: 18px;
  color: #333333;
   margin: 7px 0px 10px 0px;
}

.product-section .main-features {
  background-color: #333333;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 5px 35px;
  cursor: pointer;
      margin-bottom: 25px;
      font-size: 15px;
 align-items: center;
}

.dropdown-icon {
  margin-left: 10px;
  font-size: 1;
}

/* Sezione principale per SHARED FEATURES */
.shared-features-section {
  text-align: center;
  padding: 40px 20px;
  margin: 20px auto 20px;
  width: 100%;
}

/* Titolo della sezione */
.shared-features-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 35px;
}

/* Contenitore delle icone */
.shared-features-icons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

/* Stile per ciascuna icona e descrizione */
.shared-feature{
  text-align: center;
  flex: 1 1 100px;
  margin: 10px;
  opacity: 0;
     transform: translateY(50px);
     transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.animate-shared-feature {
    opacity: 1;
    transform: translateY(0);
}

.feature-icon {
  width: 50%;
  height: auto;
  margin-bottom: auto;
}

.feature-description {
  font-size: 15px;
  color: #000;
}
.feature-description2 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin: 20px 30px;
}
/* Sezione principale */
.sportborn-image-header-section {
  text-align: center;
  padding: 0;
  margin: 0 auto 70px;
  width: 100%;
}

/* Immagine di intestazione */
.sportborn-header-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-bottom: 20px;
}

/* Contenitore per le colonne di testo */
.sportborn-text-columns, .video-sfilata {
  display: block;
  text-align: left;
}
/* Blocco di testo */
.sportborn-text-block {
flex: 1 1 100%;
  margin-bottom: 70px;
  margin-top: -20px;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  padding: 0;
}
/* Classe per l'animazione */
.animate-sportborn {
  opacity: 1;
  transform: translateX(0);
}
.sportborn-text-block h3 {
  font-size: 40px;
  color: #333;
  margin-bottom: 10px;
}

.sportborn-text-block p {
  font-size: 18px;
  color: #000;
  line-height: 1.4;
}

.additional-icons {
  display: flex;
  justify-content: space-around;
  margin: 50px 0 0;
}

.additional-icon {
flex: 1;
text-align: center;
margin: 0 10px;
}

.additional-icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
}

.icon-description {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}

.hidden {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.4s ease-in-out,
              transform 0.4s ease-in-out;
}

.visible {
  opacity: 1;
  transform: translateX(0);
  animation: fadeInSlideIn 0.6s forwards;
}

@keyframes fadeInSlideIn {
  0% {
      opacity: 0;
      transform: translateX(-20px);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

/* Media Queries per il responsive */
@media (max-width: 1600px) {
  .filters {
      width: 20%;
  }
  .products {
      grid-template-columns: repeat(3, 1fr);
  }
  .product-information {
        height: 520px ;
    }

}

@media (max-width: 1400px) {
  .filters {
      width: 20%;
  }
  .products {
      grid-template-columns: repeat(3, 1fr);
  }
  .product-information {
        height: 490px ;
    }
}

@media (max-width: 1200px) {
  .filters {
      width: 20%;
  }
  .products {
      grid-template-columns: repeat(2, 1fr);
  }
  .product-information {
        height: 550px ;
    }
}

@media (max-width: 768px) {
  .filters {
      width: 40%;
  }
  .products {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .filters {
      width: 70%;
      margin-top: 0;
  }
  .products {
      grid-template-columns: 1fr;
  }


  @media (max-width: 480px) {

    .filters {
        position: relative;
        top: 0;
        padding: 15px;
        width: 20%;
        max-width: 240px;
        height: fit-content;
        box-sizing: border-box;
    }
    .product-information {
          height: 525px ;
      }



    .slide  .title {
        font-size: 40px;
    }

    .slide .description {
        font-size: 18px;
        max-width: 90%;
    }
    .slide {
    aspect-ratio: 4 / 3;
        padding: 20px 20px 60px 20px;
    }
    .fw2025-text h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .fw2025-section {
        padding: 20px 20px;
    margin-bottom: 20px;
    }
    .banner-title, .banner-title-2 {
        font-size: 37px;
            margin: 20px 20px 20px 0px;
    }
    .subtitle {
        font-size: 25px;
    }
    .subtitle-2 {
        font-size: 45px;
    }
    .sportborn-text-block h3 {
        font-size: 32px;
    }
    .filters {
        width: 100%;
    }
    .filters-products-container {
        display: block;

    }
    .products {
        width: 100%;

    }
    }
















}
