.best2025-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.best2025-index-item {
  flex: 1 1 150px;
  max-width: 30%;
  text-align: center;
  transition: transform 0.6s ease;
}

.best2025-index-item:hover {
animation: pulse 2.5s infinite;
}

/* Immagini quadrate */
.best2025-index-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease;
  margin-bottom: 1.5rem;
}

.best2025-index-item:hover .best2025-index-image {
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transform: scale(1.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* Titolo sezione */
.best2025-main-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 1.5rem;
}

/* Sezione prodotto */
.best2025-product {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}

.best2025-product img {
  max-width: 100%;
  width: 300px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}

/* Testo prodotto */
.best2025-product-desc {
  flex: 1 1 300px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .best2025-product {
    flex-direction: column;
    align-items: center;
  }

  .best2025-product img,
  .best2025-product-desc {
    width: 100%;
  }

.best2025-index-item {
  flex: 1 1 150px;
  text-align: center;
  transition: transform 0.6s ease;
max-width: 100%;
}

.best2025-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
}

/* FINE Contenitore sezione navigazione */
/*Inizio Blocco CARDS stile Misteliquid*/

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}


.card-custom {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  background: white;
  display: flex;
  flex-direction: column;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #f7f7f7;
  font-size: 1.1rem;
  font-weight: bold;
}

.card-header-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  background: #f4f4f4;
  font-size: 1.1rem;
  font-weight: bold;
}

.rating {
  font-size: 1rem;
  color: #b60000;
}

.card-body {
  padding: 16px;
}

.img-slider {
  height: 250px;
}


.pro-con {
  display: flex;
  gap: 20px;
  margin: 16px 0;
}

.pros, .cons {
  flex: 1;
}

.btn-cta-2 {
  display: block;
  margin-top: 16px;
  padding: 10px;
  text-align: center;
  background: #bb0214;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px
}

.btn-cta-2:hover { background: #8a0018; color: #fff;}

/* Responsive */

@media (max-width: 600px) {

  .card-custom {
    max-width: 100%;
  }

  .img-slider {
    height: 200px;
  }

  .card-body {
    padding: 1rem;
  }

}


.btn-cta {
  display: inline-block;
  background: #b60000;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s;
}

.btn-cta:hover { background: #8a0018; color: #fff;}

.swiper {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 1rem;
}

.swiper-wrapper {
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}


/*FINE Blocco CARDS stile Misteliquid*/








/* Inizio aggiunta Card Specs*/

.card-review-specs {
  list-style: none;
  margin-bottom: 1rem;
  font-size: 0.90rem;
  padding-left: 25px;
  line-height: 1;
}
.card-review-specs li {
  margin-bottom: 0.3rem;
}
.card-review-specs strong {
  color: #000;
  display: inline-block;
  width: 40%;
}

/*FINE aggiunta Card Specs*/





.card-review-image {
  display: flex;
  flex: 1 1 50%;
  align-items: center;
  justify-content: center;
}

.card-review-image img {
  max-width: 100%;
  border-radius: 8px;
}



.card-review-image-shine {
  position: relative;
  overflow: hidden;
}

.card-review-image-shine img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* Effetto riflesso lucido */
.card-review-image-shine::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.2) 100%
  );
  transform: skewX(-20deg);
}


/* Animazione al passaggio del mouse */
.card-review-image-shine:hover::after {
  animation: shine 0.7s ease forwards;
}






.card-review-horizontal-2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow: hidden;
  background: white;
  padding-bottom: 1.3em;
padding-left: 1.3em;
padding-top: 1.3em;
}

.card-review-horizontal {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0);
  margin-bottom: 20px;
  gap: 1rem;
}

.card-review-description {
  font-size: 0.85rem;
  padding: 0.1rem 0.1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #333;
}

.card-review-content {
  display: flex;
  flex: 1 1 50%;
  padding-left: 1.3em;
  padding-right: 1.3em;
  flex-direction: column;
  justify-content: space-between;
}


/* Responsività mobile: impila immagine e contenuto */

@media (max-width: 768px) {
  .card-review-horizontal {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .card-review-horizontal-2 {
    display: flex;
    flex-direction: column;
  padding-right: 1.3em;
  padding-top: 1.3em;
  }

  .card-review-image  {
    width: 100%;
  }

  .card-review-content  {
    width: 100%;
  padding-top: 1.3em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  }

  .card-review-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  }


@media (max-width: 480px) {
  .card-review-horizontal-2 {
    display: flex;
    flex-direction: column;
  padding-right: 1.3em;
  padding-top: 1.3em;
  }

  .card-review-content  {
    width: 100%;
  padding-top: 0.8em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  }

}

.card-review-description-highlight {
  background-color: #f9f9f9;
  border-left: 4px solid #a8e6cf;
  padding: 1rem;
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 1.6;
  border-radius: 8px;
}


.anchor-target {
  scroll-margin-top: 100px;
}


.btn-cta-2 {
  display: block;
  margin-top: 16px;
  padding: 10px;
  text-align: center;
  background: #bb0214;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px
}

.btn-cta-2:hover { background: #8a0018; color: #fff;}

.hr-custom-1 {
  border: none;
  border-top: 1px solid #ccc;
  width: 80%;
  margin: 1.5rem auto;
}

.hr-custom-2 {
  border: none;
  border-top: 3px solid #333;
  width: 60%;
  margin: 2rem auto;
  opacity: 0.8;
}