/** Shopify CDN: Minification failed

Line 394:8 Unexpected "{"
Line 394:17 Expected ":"
Line 394:23 Unexpected ","

**/
/* =====================================================
   We Love Melanine — wlm-product.css
   Compatible thème Dawn Shopify
   ===================================================== */

/* ─── BÉNÉFICES 2×2 ─── */
.wlm-product__benefits {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

.wlm-product__benefits-title {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.5);
  margin-bottom: 1.4rem;
}

/* Grille 2 colonnes — on force avec !important pour passer au-dessus de Dawn */
ul.wlm-product__benefits-grid {
  list-style: none !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1.2rem 1.6rem !important;
  padding: 0 !important;
  margin: 0 !important;
}

li.wlm-product__benefit-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.8rem !important;
  font-size: 1.3rem !important;
  color: rgb(var(--color-foreground)) !important;
  line-height: 1.45 !important;
  list-style: none !important;
}

li.wlm-product__benefit-item::before {
  content: '🧡' !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  border-radius: 0 !important;
  flex-shrink: 0 !important;
  margin-top: 0 !important;
  font-size: 1rem !important;
  filter: hue-rotate(340deg) saturate(2) !important;
}

/* Supprime les puces natives au cas où */
li.wlm-product__benefit-item::marker {
  display: none !important;
  content: '' !important;
}

/* ─── DESCRIPTION "Voir plus" ─── */
.wlm-product__desc-wrap {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

.wlm-product__desc {
  font-size: 1.3rem;
  color: rgba(var(--color-foreground), 0.65);
  line-height: 1.7;
  margin: 0;
}

.wlm-voir-plus {
  color: rgba(var(--color-foreground), 0.65);
  font-size: 1.3rem;
  line-height: 1.7;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: 0.3rem;
  cursor: pointer;
}
.wlm-voir-plus:hover { color: rgb(var(--color-foreground)); }

/* ─── BANDEAU DÉFILANT ─── */
.wlm-ticker {
  overflow: hidden;
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
  padding: 1.1rem 0;
  margin-bottom: 0;
}
.wlm-ticker__track {
  display: flex;
  width: max-content;
  animation: wlm-ticker 16s linear infinite;
}
.wlm-ticker:hover .wlm-ticker__track { animation-play-state: paused; }
.wlm-ticker__item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.55);
  white-space: nowrap;
  padding: 0 3.2rem;
}
.wlm-ticker__dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #C49A6C;
  flex-shrink: 0;
}
@keyframes wlm-ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.wlm-ticker,
.wlm-ticker__track,
.wlm-ticker__item {
  writing-mode: horizontal-tb !important;
  white-space: nowrap !important;
  display: flex !important;
  flex-direction: row !important;
}

.wlm-ticker {
  overflow: hidden !important;
  display: block !important;
}

.wlm-ticker__track {
  width: max-content !important;
  animation: wlm-ticker 16s linear infinite !important;
}

/* ─── ENCART ROUTINE ─── */
.wlm-routine {
  margin-top: 2rem;
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  background: #fc9766;
}
.wlm-routine__header {
  padding: 1.2rem 1.6rem;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff1dd;
  border-bottom: 0.1rem solid rgba(255,255,255,0.2);
}
.wlm-routine__inner {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.4rem 1.6rem;
}
.wlm-routine__img-link { flex-shrink: 0; }
.wlm-routine__img {
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 0.8rem;
  object-fit: cover;
  display: block;
}
.wlm-routine__details { flex: 1; min-width: 0; }
.wlm-routine__name {
  font-size: 1.3rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin-bottom: 0.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wlm-routine__name:hover { text-decoration: underline; }
.wlm-routine__desc {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 0.6rem;
  line-height: 1.4;
}
.wlm-routine__price {
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
}
.wlm-routine__form { flex-shrink: 0; }
.wlm-routine__btn-add {
  height: 4rem;
  padding: 0 1.6rem;
  background: #ffffff;
  color: #fc9766;
  border: none;
  border-radius: 0.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.wlm-routine__btn-add:hover:not([disabled]) { opacity: 0.85; }
.wlm-routine__btn-add[disabled] { opacity: 0.5; cursor: not-allowed; }

/* ─── RESPONSIVE ─── */
@media screen and (max-width: 749px) {
  ul.wlm-product__benefits-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ─── GALERIE : vignettes style Secrets de Loly ─── */

/* Colonne de vignettes — petite largeur fixe */
.product__media-wrapper .thumbnail-list,
.product__media-wrapper .product__media-list--thumbnail,
[class*="thumbnail-slider"] {
  gap: 0.8rem !important;
}

/* Vignettes petites et carrées */
.thumbnail-list__item,
.product-media-container--thumbnail .thumbnail-list__item {
  width: 6.4rem !important;
  height: 6.4rem !important;
  flex-shrink: 0 !important;
}

.thumbnail-list__item img,
.product__thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Image principale — grande et carrée */
.product__media-item--active .deferred-media,
.product__media-item--active img,
.product__media .media {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

/* Supprime le padding excessif autour de l'image */
.product--thumbnail .product__media-wrapper,
.product--thumbnail_slider .product__media-wrapper {
  padding: 0 !important;
}

/* ─── VIGNETTES : bordure blanche + colonne gauche ─── */

/* Supprime la bordure noire du thème perso */
.thumbnail[aria-current="true"],
.thumbnail[aria-current] {
  border-color: rgba(var(--color-foreground), 0.2) !important;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2) !important;
}

/* Bordure active en couleur neutre (pas noire) */
.thumbnail[aria-current="true"] {
  border-color: rgba(var(--color-foreground), 0.5) !important;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.5) !important;
}

/* Forcer les vignettes en colonne à gauche */
.media-gallery {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 1rem !important;
}

.media-gallery .slider-component-desktop {
  order: -1 !important;
  flex-direction: column !important;
  width: 7.2rem !important;
  flex-shrink: 0 !important;
}

.media-gallery .slider-component-desktop ul.thumbnail-list {
  flex-direction: column !important;
  display: flex !important;
  gap: 0.8rem !important;
}

.media-gallery .slider-component-desktop .thumbnail-list__item {
  width: 6.4rem !important;
  height: 6.4rem !important;
}

/* Cacher les boutons prev/next du slider de vignettes */
.media-gallery .slider-component-desktop .slider-button {
  display: none !important;
}

/* Zone image principale prend le reste de la largeur */
.media-gallery > .product__media-list {
  flex: 1 !important;
}

/* ─── VIGNETTES EN COLONNE À GAUCHE ─── */

/* Le slider-component qui contient la ul des vignettes */
.product__media-wrapper slider-component.slider-component-desktop {
  display: flex !important;
  flex-direction: column !important;
}

/* La ul des vignettes — passe en colonne */
ul.thumbnail-list.slider--mobile,
ul.thumbnail-list {
  flex-direction: column !important;
  display: flex !important;
  width: 7.2rem !important;
  gap: 0.8rem !important;
  overflow: visible !important;
}

/* Chaque vignette — taille fixe carrée */
ul.thumbnail-list li.thumbnail-list__item {
  width: 6.4rem !important;
  height: 6.4rem !important;
  flex-shrink: 0 !important;
  transform: none !important;
  position: relative !important;
  left: auto !important;
}

/* Cache les boutons prev/next du slider */
.product__media-wrapper .slider-button {
  display: none !important;
}

/* ─── GALERIE : vignettes à gauche de l'image principale ─── */

/* Le conteneur media-gallery passe en flex row */
media-gallery.product__column-sticky {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 1.2rem !important;
}

/* Le slider des vignettes passe en premier (à gauche) */
media-gallery .thumbnail-slider {
  order: -1 !important;
  width: 7.2rem !important;
  flex-shrink: 0 !important;
}

/* La ul des vignettes en colonne */
media-gallery .thumbnail-slider ul.thumbnail-list {
  display: flex !important;
  flex-direction: column !important;
  width: 7.2rem !important;
  gap: 0.8rem !important;
  overflow: visible !important;
  transform: none !important;
}

/* Chaque vignette carrée */
media-gallery .thumbnail-slider li.thumbnail-list__item {
  width: 6.4rem !important;
  height: 6.4rem !important;
  transform: none !important;
  position: relative !important;
  left: auto !important;
  flex-shrink: 0 !important;
}

/* L'image principale prend le reste */
media-gallery > slider-component:not(.thumbnail-slider) {
  flex: 1 !important;
  min-width: 0 !important;
}

/* Cache les boutons prev/next des vignettes */
media-gallery .thumbnail-slider .slider-button {
  display: none !important;
}
/* ─── FIX PRIX ─── */
#price-{{ section.id }},
.price--large,
.price__regular,
.price__sale {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
/* ─── FIX PRIX ─── */
.price__container {
  display: block !important;
}
.price .price__regular,
.price .price__sale,
.price-item,
.price-item--regular,
.price-item--sale {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: rgb(var(--color-foreground)) !important;
  font-size: 2rem !important;
  font-weight: 500 !important;
}
/* ─── BOUTON AJOUTER AU PANIER ─── */
.product-form__submit,
button[name="add"] {
  background: #fc9766 !important;
  color: #fff1dd !important;
  border: 2px solid #fc9766 !important;
  border-radius: 0.6rem !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  transition: background 0.2s, color 0.2s !important;
}
.product-form__submit:hover,
button[name="add"]:hover {
  background: #fff1dd !important;
  color: #fc9766 !important;
  border-color: #fc9766 !important;
}
/* ─── QUANTITÉ + BOUTON CÔTE À CÔTE ─── */
.product-form__input--quantity {
  display: none !important;
}

.product-form__buttons {
  display: flex !important;
  flex-direction: row !important;
  gap: 1rem !important;
  align-items: stretch !important;
}

#Quantity-Form-template--26386146230653__main {
  display: flex !important;
  flex-direction: row !important;
  gap: 1rem !important;
  align-items: stretch !important;
}

.product-form__quantity {
  margin: 0 !important;
}

.quantity {
  height: 100% !important;
}
/* ─── QUANTITÉ + BOUTON CÔTE À CÔTE ─── */
#Quantity-Form-template--26386146230653__main {
  display: contents !important;
}

.product__info-container .product-form__buttons {
  display: flex !important;
  flex-direction: row !important;
  gap: 1rem !important;
}

.product-form__quantity {
  order: -1 !important;
  margin: 0 !important;
}
/* ─── QUANTITÉ + BOUTON CÔTE À CÔTE ─── */
.product-form__quantity {
  display: none !important;
}
/* ─── QUANTITÉ + BOUTON CÔTE À CÔTE ─── */
.product__info-container {
  container-type: inline-size;
}

#Quantity-Form-template--26386146230653__main,
.product-form {
  display: contents !important;
}

.product-form__quantity,
.product-form__buttons {
  display: flex !important;
  align-items: center !important;
}

.product__info-container .product-form__quantity,
.product__info-container .product-form {
  float: left !important;
}

/* Wrapper flex autour des deux blocs */
.product-form__quantity + .product-form,
.product-form__quantity ~ .product-form {
  display: inline-flex !important;
  margin-left: 1rem !important;
}
@media screen and (max-width: 989px) {
  .wlm-ticker {
    overflow: hidden !important;
    display: block !important;
  }
  .wlm-ticker__track {
    display: flex !important;
    flex-direction: row !important;
    width: max-content !important;
    animation: wlm-ticker 16s linear infinite !important;
    writing-mode: horizontal-tb !important;
  }
  .wlm-ticker__item {
    display: flex !important;
    flex-direction: row !important;
    white-space: nowrap !important;
    writing-mode: horizontal-tb !important;
  }
}