/* Fiche produit : galerie Pack et contenu de l’accordéon */
.gallery-main.gallery-pack,
.gallery-main.gallery-shampoo {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.5 / 1;
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: #fff;
}
.gallery-main.gallery-pack img,
.gallery-main.gallery-shampoo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: contain;
}
.product-info .accordions > details:first-child > .feature-list {
  margin-top: 14px;
  padding: 0 18px 18px;
}
.product-info .accordions > details:first-child > .feature-list li {
  align-items: center;
}

@media (max-width: 660px) {
  .product-page .gallery-main.gallery-pack,
  .product-page .gallery-main.gallery-shampoo {
    aspect-ratio: 1.5 / 1;
    height: auto;
    min-height: 0;
    border-radius: 20px;
  }
  .product-page .gallery-main.gallery-pack img,
  .product-page .gallery-main.gallery-shampoo img {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: contain;
  }
  .product-reviews .section-heading > p {
    max-width: none;
  }
}
