/** Shopify CDN: Minification failed

Line 330:0 Unexpected "}"

**/
/* DONE text alignment utilities */

.done-left {
  text-align: left;
}

.done-center {
  text-align: center;
}

.done-right {
  text-align: right;
}
/* Décalage du bloc infos produit uniquement sur desktop */
@media (min-width: 990px) {
  .product-info {
    margin-top: 120px;
  }
}
/* =========================
   DONE – Variant thumbnails
   Fond vignette blanc
   ========================= */

/* Vignette */
.variant-picker__option-values button,
.swatch,
.swatches,
[class*="swatch"] {
  width: 90px !important;
  height: 90px !important;
  max-width: 90px !important;
  max-height: 90px !important;
  flex: 0 0 90px !important;

  background: #FFFFFF !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 6px !important;
  padding: 6px !important;
  overflow: hidden !important;
}
@media screen and (max-width: 374px) {
  .variant-picker__option-values button,
  .swatch,
  .swatches,
  [class*="swatch"] {
    width: 70px !important;
    height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
    flex: 0 0 70px !important;
  }
}

/* Image */
.variant-picker img,
.variant-picker__option-values img,
.variant-picker__value img,
.swatch img,
.swatches img,
[class*="swatch"] img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;

  transition: transform 0.2s ease !important;
}

/* Espacement entre miniatures */
.variant-picker__option-values {
  gap: 5px !important;
}

/* Supprimer styles automatiques du thème */
.variant-picker button::before,
.variant-picker button::after,
.variant-picker__option-values button::before,
.variant-picker__option-values button::after,
.swatch::before,
.swatch::after,
.swatches::before,
.swatches::after,
[class*="swatch"]::before,
[class*="swatch"]::after {
  display: none !important;
  content: none !important;
}

/* Vignette sélectionnée */
.variant-picker [aria-checked="true"],
.variant-picker [aria-current="true"],
.variant-picker [aria-selected="true"],
.variant-picker [aria-pressed="true"],
.variant-picker .is-selected,
.variant-picker .is-active,
.variant-picker .selected,
.variant-picker .active,
.product-form [aria-checked="true"],
.product-form [aria-current="true"],
.product-form [aria-selected="true"],
.product-form [aria-pressed="true"],
.product-form .is-selected,
.product-form .is-active,
.product-form .selected,
.product-form .active {
  box-shadow: 0 0 0 1px #2F4F4F !important;
  border-radius: 6px !important;
}

/* Hover subtil */
@media (hover: hover) {
  .variant-picker button:hover img,
  .variant-picker__option-values button:hover img,
  .swatch:hover img,
  .swatches:hover img,
  [class*="swatch"]:hover img {
    transform: scale(1.06) !important;
  }
}
/* DONE – corriger le champ fermé des variantes sur Prestige */

/* Si tu gardes des pastilles ailleurs */
.variant-picker__option-values {
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}

.variant-picker__option-values > * {
  flex-shrink: 0 !important;
}

/* Bouton fermé du sélecteur */
.product-info__block button[aria-haspopup="listbox"] {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;

  min-height: 44px;
  padding: 10px 14px;

  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  white-space: nowrap !important;
  overflow: hidden;
  box-sizing: border-box;
}

/* Conteneur texte */
.product-info__block button[aria-haspopup="listbox"] span:first-child,
.product-info__block button[aria-haspopup="listbox"] .text-with-icon,
.product-info__block button[aria-haspopup="listbox"] .select__selected-value,
.product-info__block button[aria-haspopup="listbox"] .truncate {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 100% !important;

  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Icône flèche */
.product-info__block button[aria-haspopup="listbox"] svg,
.product-info__block button[aria-haspopup="listbox"] .icon {
  flex: 0 0 auto !important;
}
/* DONE – forcer le menu déroulant de variante à reprendre une largeur normale */
.product-info__block button[aria-haspopup="listbox"],
.product-info__block .select,
.product-info__block .select__button,
.product-info__block .variant-picker__value {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 44px !important;
  max-height: none !important;
  flex: 1 1 auto !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  padding: 10px 14px !important;
}

/* Texte affiché dans le champ fermé */
.product-info__block button[aria-haspopup="listbox"] span,
.product-info__block .select__button span,
.product-info__block .variant-picker__value span,
.product-info__block .variant-picker__value {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
/* ===== DONE – Collection cards typography ===== */

/* Page MONTRES - 4 colonnes */
.collection-list .heading,
.collection-list .h2,
.collection-list .h3,
.collection-list .collection-card__title,
.collection-list .card__heading {
  font-size: 18px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.3px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  margin-bottom: 5px !important;
}

/* HOME - 3 colonnes grandes cartes */
.featured-collection .heading,
.featured-collection .card__heading,
.featured-collection .card__title {
  font-size: 30px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.3px !important;
  font-weight: 500 !important;
  margin-bottom: 5px !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .slideshow__slide-content .prose p { margin: 0 !important; }
  .slideshow__slide-content .prose .h6 { margin-bottom: 8px !important; }
  .slideshow__slide-content .prose .h1 { margin-bottom: 14px !important; }
  .slideshow__slide-content .button-group { margin-top: 0 !important; }
  .slideshow__slide-content .prose { color: #ffffff !important; }

  article a[href*="products"] {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }

  .prose .btn-done {
    background-image: none !important;
    background-color: #000 !important;
    color: #fff !important;
  }
}

@media screen and (max-width: 699px) {
  .slideshow__slide-content { transform: translateY(0px) !important; }
  .slideshow__slide-content .prose .h6 { margin-bottom: 4px !important; }
  .slideshow__slide-content .prose .h1 { margin-bottom: 12px !important; }
}

@media screen and (max-width: 1200px) and (min-width: 750px) {
  .collection-list .heading,
  .collection-list .card__heading { font-size: 14px !important; }
}
.collection-card__content .h3 {
  margin-top: 2px !important;
}
.collection-card__content .h6 {
  font-size: 11px !important;
  letter-spacing: 3px !important;
  opacity: 0.7 !important;
}
.shopify-section--rich-text .section-spacing {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media screen and (max-width: 749px) {
  .image-with-text {
    display: flex !important;
    flex-direction: column !important;
  }
  .image-with-text picture {
    order: 2 !important;
  }
  .image-with-text .prose {
    order: 1 !important;
  }
}
/* Dots carousel produit - mobile */
.product-gallery .page-dots {
  flex-direction: row !important;
  display: flex !important;
  justify-content: center !important;
}
.done-stockline {
    display: block !important;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.2;
    margin-top: -10px;
  }
/* Textes diaporama collection mobile */
@media screen and (max-width: 749px) {
  .slideshow__slide-content .prose h1,
  .slideshow__slide-content .prose .h1 {
    font-size: 1.5rem !important;
  }
  
  .slideshow__slide-content .prose h6,
  .slideshow__slide-content .prose .h6 {
    font-size: 0.7rem !important;
  }
}
/* Interlettrage global réduit */
:root {
  --heading-letter-spacing: 0.08em !important;
}
@media screen and (max-width: 749px) {
  .slideshow .content-over-media {
    min-height: 450px !important;
  }
}
.done-stockline__stock { color: #2e7d32; }
.done-stockline__stock--preorder { color: #cc0000; }
.done-stockline__sep { color: #999; margin: 0 8px; }
.done-stockline__ship { color: #444; }
}

/* Uniformiser la couleur de FRANÇAIS avec le reste du header */
.header__secondary-nav .localization-toggle {
  color: currentColor !important;
  opacity: 1 !important;
}