/** Shopify CDN: Minification failed

Line 439:0 All "@import" rules must come first

**/
/* ============================================================
 * HEIRPEARL — Page produit (template personalized-ring)
 * Override typographique pour s'aligner sur le style Mint&Lily
 * — Lora (titres serif) + Urbanist (body/labels/boutons)
 * Scope strict: cible le wrapper natif [data-section-type="personalized-ring"]
 * du thème — n'impacte PAS la home ni les autres pages
 * ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Urbanist:wght@200;300;400;500;600;700&display=swap');

/* Scope ULTRA strict : tout ce qui est dans la section personalized-ring */
[data-section-type="personalized-ring"],
[data-section-type="personalized-ring"] * {
  font-family: 'Urbanist', system-ui, -apple-system, sans-serif !important;
}

/* Titres en Lora serif light, comme M&L */
[data-section-type="personalized-ring"] h1,
[data-section-type="personalized-ring"] h2,
[data-section-type="personalized-ring"] h3,
[data-section-type="personalized-ring"] .h2--1,
[data-section-type="personalized-ring"] [class*="title"] {
  font-family: 'Lora', Georgia, serif !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
}

/* H1 produit — taille et style M&L exact */
[data-section-type="personalized-ring"] h1,
[data-section-type="personalized-ring"] .product__title,
[data-section-type="personalized-ring"] .product-info__title {
  font-size: 28px !important;
  line-height: 1.25 !important;
  font-weight: 300 !important;
  color: #1A1A1A !important;
}

/* Prix : Urbanist regular fine */
[data-section-type="personalized-ring"] .price,
[data-section-type="personalized-ring"] [class*="price"] {
  font-family: 'Urbanist', sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #1A1A1A !important;
  letter-spacing: 0 !important;
}

/* Labels variantes "Color" / "Size" */
[data-section-type="personalized-ring"] .product-form__input-name,
[data-section-type="personalized-ring"] legend,
[data-section-type="personalized-ring"] .variant-label,
[data-section-type="personalized-ring"] label {
  font-family: 'Urbanist', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  letter-spacing: 0.35px !important;
  text-transform: none !important;
  color: #1A1A1A !important;
}

/* Boutons variantes Size : rond, fin, sans fond — taille réduite type M&L */
[data-section-type="personalized-ring"] .variant-button,
[data-section-type="personalized-ring"] [class*="variant"] button,
[data-section-type="personalized-ring"] input[type="radio"] + label {
  background: transparent !important;
  border: 1px solid #D8D8D8 !important;
  border-radius: 999px !important;
  padding: 6px 10px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

[data-section-type="personalized-ring"] input[type="radio"]:checked + label,
[data-section-type="personalized-ring"] .variant-button.selected,
[data-section-type="personalized-ring"] [class*="variant"] button.selected {
  background: #1A1A1A !important;
  color: #FFFFFF !important;
  border-color: #1A1A1A !important;
}

/* ============================================================
 * Color swatches — ring fin autour de la pastille colorée
 * Le snippet variant-radio-p applique les couleurs via {% style %}
 * sur .trigger_color-*. On override le padding du label pour
 * que le ring colle au swatch (look M&L).
 * ============================================================ */

[data-section-type="personalized-ring"] input[type="radio"] + label[class*="trigger_color"],
[data-section-type="personalized-ring"] input[type="radio"] + label[class*="trigger_image"] {
  padding: 3px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  width: auto !important;
  height: auto !important;
  border: 1px solid #D8D8D8 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: transparent !important;
  display: inline-block !important;
  line-height: 0 !important;
  vertical-align: middle !important;
}

[data-section-type="personalized-ring"] input[type="radio"] + label[class*="trigger_color"]:hover,
[data-section-type="personalized-ring"] input[type="radio"]:checked + label[class*="trigger_color"],
[data-section-type="personalized-ring"] input[type="radio"]:checked + label[class*="trigger_image"] {
  background: transparent !important;
  color: transparent !important;
  border-color: #1A1A1A !important;
  border-width: 1.5px !important;
  padding: 2.5px !important;
}

[data-section-type="personalized-ring"] [class*="trigger_color"] span,
[data-section-type="personalized-ring"] [class*="trigger_image"] span {
  display: block !important;
  margin: 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Effet métallique : reflet radial en haut-gauche + ombre subtile en bas-droite
   pour donner un rendu 3D/perle au lieu d'un aplat. Le background-color
   reste celui défini dans le block.settings.color. */
[data-section-type="personalized-ring"] [class*="trigger_color"] span::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.18) 22%, rgba(255,255,255,0) 48%),
    radial-gradient(circle at 75% 78%, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.05) 32%, rgba(0,0,0,0) 60%) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

/* Espacer les swatches Color entre eux (1ère option) */
[data-section-type="personalized-ring"] .radio-wrapper:first-of-type .single-option-radio {
  gap: 8px !important;
  display: flex !important;
  flex-wrap: wrap !important;
}

/* ============================================================
 * Personalization custom field — input + compteur live
 * Match design Mint & Lily : bordure or HP, italic placeholder,
 * compteur "16 left" en position absolute à droite
 * ============================================================ */

[data-section-type="personalized-ring"] .product-single__custom_field {
  position: relative !important;
}

[data-section-type="personalized-ring"] .product-single__custom_field label {
  display: block !important;
  margin-bottom: 6px !important;
  font-family: 'Urbanist', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  color: #1A1A1A !important;
}

[data-section-type="personalized-ring"] input.hp-perso-input,
[data-section-type="personalized-ring"] input[name="properties[Personalization]"] {
  width: 100% !important;
  border: 1px solid #C5A45A !important;
  background: transparent !important;
  padding: 14px 70px 14px 16px !important;
  font-family: 'Lora', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  color: #1A1A1A !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  outline: none !important;
}

[data-section-type="personalized-ring"] input.hp-perso-input::placeholder,
[data-section-type="personalized-ring"] input[name="properties[Personalization]"]::placeholder {
  color: #B0A480 !important;
  font-style: italic !important;
  opacity: 1 !important;
}

[data-section-type="personalized-ring"] input.hp-perso-input:focus,
[data-section-type="personalized-ring"] input[name="properties[Personalization]"]:focus {
  border-color: #1A1A1A !important;
  outline: none !important;
}

[data-section-type="personalized-ring"] .hp-perso-counter {
  position: absolute !important;
  right: 16px !important;
  bottom: 14px !important;
  font-family: 'Urbanist', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #6B6B6B !important;
  pointer-events: none !important;
}

[data-section-type="personalized-ring"] .hp-perso-counter--full {
  color: #C5A45A !important;
}

/* Valeur de variante sélectionnée affichée à côté du label (Color: Gold) */
[data-section-type="personalized-ring"] .single-option-radio__label .hp-option-value {
  font-family: 'Urbanist', sans-serif !important;
  font-weight: 300 !important;
  color: #6B6B6B !important;
  margin-left: 4px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

[data-section-type="personalized-ring"] .single-option-radio__label {
  text-transform: uppercase !important;
  font-weight: 500 !important;
  letter-spacing: 1.2px !important;
  font-size: 13px !important;
  margin-bottom: 10px !important;
  display: block !important;
}

/* Bouton CTA "Add to bag" — fond noir, carré, lettering large */
[data-section-type="personalized-ring"] .btn,
[data-section-type="personalized-ring"] button[name="add"],
[data-section-type="personalized-ring"] .product-form__submit,
[data-section-type="personalized-ring"] [class*="atc"] button {
  font-family: 'Urbanist', sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
  background: #1A1A1A !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 18px 32px !important;
  width: 100% !important;
}

[data-section-type="personalized-ring"] .btn:hover,
[data-section-type="personalized-ring"] button[name="add"]:hover {
  background: #2A2A2A !important;
  color: #FFFFFF !important;
}

/* Onglets accordéon — Urbanist, pas d'encadré beige */
[data-section-type="personalized-ring"] [class*="tab"] {
  font-family: 'Urbanist', sans-serif !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}

/* Onglet content - texte fin */
[data-section-type="personalized-ring"] [class*="tab"] [class*="content"],
[data-section-type="personalized-ring"] [class*="tab"] p {
  font-family: 'Urbanist', sans-serif !important;
  font-weight: 300 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Badge "Made to Order" — version premium sans fond beige */
.heirpearl-made-to-order {
  font-family: 'Urbanist', sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #6B6B6B !important;
  background: transparent !important;
  border: none !important;
  padding: 6px 0 !important;
  margin: 12px 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.heirpearl-made-to-order::before {
  content: "✦";
  color: #C5A45A;
}

/* USP wrapper — épuré */
[data-section-type="personalized-ring"] [class*="usp"] {
  font-family: 'Urbanist', sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

[data-section-type="personalized-ring"] [class*="usp"] strong,
[data-section-type="personalized-ring"] [class*="usp"] b {
  font-weight: 500 !important;
}

/* ============================================================
   HEIRPEARL — COLOR PILULES TEXT FORCÉES (override Story Theme natif)
   Bug : Story Theme rend les options Color en cercles vides 25px avec
   text transparent, même avec variant_type:"text". Solution : override
   max spécificité qui transforme cercles → pilules text rectangulaires.
   Cible : tous les labels Color sous .radio-wrapper de la section.
   ============================================================ */
[data-section-type="personalized-ring"] .radio-wrapper label[for^="ProductSelect-option-color-"] {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  padding: 9px 16px !important;
  border-radius: 24px !important;
  background: #FFFFFF !important;
  border: 1px solid #1A1A1A !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 6px 6px 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  line-height: 1 !important;
}
[data-section-type="personalized-ring"] .radio-wrapper label[for^="ProductSelect-option-color-"] span.variant,
[data-section-type="personalized-ring"] .radio-wrapper label[for^="ProductSelect-option-color-"] span {
  color: #1A1A1A !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em !important;
  text-transform: none !important;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  display: inline !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}
[data-section-type="personalized-ring"] .radio-wrapper input[type='radio']:checked + label[for^="ProductSelect-option-color-"] {
  background: #1A1A1A !important;
  border-color: #1A1A1A !important;
}
[data-section-type="personalized-ring"] .radio-wrapper input[type='radio']:checked + label[for^="ProductSelect-option-color-"] span.variant,
[data-section-type="personalized-ring"] .radio-wrapper input[type='radio']:checked + label[for^="ProductSelect-option-color-"] span {
  color: #FFFFFF !important;
}
[data-section-type="personalized-ring"] .radio-wrapper input[type='radio']:disabled + label[for^="ProductSelect-option-color-"] {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

/* ============================================================
   HEIRPEARL — QUADRILLAGE FORCÉ (override spécificité max)
   Force grid 2 cols carré uniforme desktop. Fallback class statique
   pour cas où l'ID dynamique #ProductMediaGrid--{section.id} échoue.
   ============================================================ */
@media screen and (min-width: 750px) {
  [data-section-type="personalized-ring"] .product-media-grid,
  [data-section-type="personalized-ring"] [id^="ProductMediaGrid--"] {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
    align-items: start !important;
  }
  [data-section-type="personalized-ring"] .product-media-grid .pm-tile,
  [data-section-type="personalized-ring"] [id^="ProductMediaGrid--"] .pm-tile {
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background: #F5F0E8 !important;
    border: 1px solid #E8DCC4 !important;
    border-radius: 0 !important;
    position: relative !important;
  }
  [data-section-type="personalized-ring"] .product-media-grid .pm-tile img,
  [data-section-type="personalized-ring"] [id^="ProductMediaGrid--"] .pm-tile img,
  [data-section-type="personalized-ring"] .product-media-grid .pm-tile video,
  [data-section-type="personalized-ring"] [id^="ProductMediaGrid--"] .pm-tile video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
}

/* ============================================================
 * SPACING — Réduire l'espace mobile entre galerie produit et titre
 * Le thème Horizon natif ajoute un margin généreux entre .product_images_part
 * et .product_text_part. Sur mobile, on rapproche pour matcher M&L.
 * (Les dots de pagination sont en overlay absolute dans le snippet —
 *  plus besoin d'espace réservé sous l'image)
 * ============================================================ */

@media screen and (max-width: 749px) {
  [data-section-type="personalized-ring"] .product_images_part {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  [data-section-type="personalized-ring"] .product_text_part {
    margin-top: 14px !important;
    padding-top: 0 !important;
  }
  /* Le bloc title doit coller au plus près du haut du text part */
  [data-section-type="personalized-ring"] .product_text_part > *:first-child {
    margin-top: 0 !important;
  }
}

/* ============================================================
   HEIRPEARL — Engraving Fonts Dynamic (metafield-driven)
   Bind: section[data-engraving-font="<id>"] injecté depuis
   product.metafields.custom.engraving_font (cf. catalogue
   SORTIE/registries/hp_engraving_fonts_catalog.json)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&family=Cormorant+Infant:wght@300;400&family=Courier+Prime:wght@400;700&display=swap');

[data-section-type="personalized-ring"][data-engraving-font="cursive-italic-script"] input.hp-perso-input,
[data-section-type="personalized-ring"][data-engraving-font="cursive-italic-script"] input[name="properties[Personalization]"] {
  font-family: 'Allura', 'Dancing Script', cursive !important;
  font-style: normal !important;
  font-size: 24px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
[data-section-type="personalized-ring"][data-engraving-font="cursive-italic-script"] input.hp-perso-input::placeholder,
[data-section-type="personalized-ring"][data-engraving-font="cursive-italic-script"] input[name="properties[Personalization]"]::placeholder {
  font-family: 'Allura', 'Dancing Script', cursive !important;
  font-style: normal !important;
}

[data-section-type="personalized-ring"][data-engraving-font="block-lowercase-serif"] input.hp-perso-input,
[data-section-type="personalized-ring"][data-engraving-font="block-lowercase-serif"] input[name="properties[Personalization]"] {
  font-family: 'Courier Prime', 'Courier New', monospace !important;
  font-style: normal !important;
  font-size: 15px !important;
  letter-spacing: 0.02em !important;
  text-transform: lowercase !important;
}
[data-section-type="personalized-ring"][data-engraving-font="block-lowercase-serif"] input.hp-perso-input::placeholder,
[data-section-type="personalized-ring"][data-engraving-font="block-lowercase-serif"] input[name="properties[Personalization]"]::placeholder {
  font-family: 'Courier Prime', 'Courier New', monospace !important;
  font-style: normal !important;
  text-transform: lowercase !important;
}

[data-section-type="personalized-ring"][data-engraving-font="elegant-serif-uppercase"] input.hp-perso-input,
[data-section-type="personalized-ring"][data-engraving-font="elegant-serif-uppercase"] input[name="properties[Personalization]"] {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: normal !important;
  font-size: 17px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
}
[data-section-type="personalized-ring"][data-engraving-font="elegant-serif-uppercase"] input.hp-perso-input::placeholder,
[data-section-type="personalized-ring"][data-engraving-font="elegant-serif-uppercase"] input[name="properties[Personalization]"]::placeholder {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: normal !important;
  text-transform: uppercase !important;
}

[data-section-type="personalized-ring"][data-engraving-font="minimalist-sans-serif"] input.hp-perso-input,
[data-section-type="personalized-ring"][data-engraving-font="minimalist-sans-serif"] input[name="properties[Personalization]"] {
  font-family: 'Cormorant Infant', 'Helvetica Neue', sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  letter-spacing: 0.05em !important;
  text-transform: none !important;
}

/* ============================================================
   HEIRPEARL — Galerie produit
   Le snippet product-media-grid.liquid gère DÉJÀ le grid 2 colonnes
   uniforme carré desktop natif (#ProductMediaGrid + .pm-tile aspect 1:1).
   Aucun override CSS swiper/horizon n'est nécessaire ici.
   Thème = "The Story Theme by New Story / NS Group" (PAS Horizon).
   ============================================================ */

/* ============================================================
   HEIRPEARL — Birthstone Selector (custom widget intégré template)
   12 swatches circulaires + multi-birthstone jusqu'à 5
   Look matché à Mint & Lily (pilule label + cercles 36px)
   ============================================================ */
.hp-bs-wrap { margin: 0 0 24px; font-family: 'Lora', Georgia, serif; }
.hp-bs-slot { margin: 0 0 18px; }
.hp-bs-slot[hidden] { display: none !important; }
.hp-bs-label {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 600;
  font-size: 12px;
  color: #1A1A1A;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  display: block;
  margin-bottom: 10px;
}
.hp-bs-label .hp-bs-val {
  font-family: 'Lora', Georgia, serif;
  font-weight: 400;
  font-style: italic;
  color: #6B6B6B;
  text-transform: none;
  letter-spacing: 0;
  margin-left: 4px;
  font-size: 13px;
}
.hp-bs-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hp-bs-stone {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #DDD;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-color: transparent;
  padding: 0;
  transition: transform 0.15s ease, border-color 0.15s ease;
  position: relative;
}
.hp-bs-stone:hover {
  transform: scale(1.1);
  border-color: #1A1A1A;
}
.hp-bs-stone.is-selected {
  border: 2px solid #1A1A1A;
  outline: 2px solid #fff;
  outline-offset: -4px;
  transform: scale(1.05);
}
.hp-bs-actions {
  margin-top: 14px;
  display: flex;
  gap: 8px;
}
.hp-bs-btn {
  font-family: 'Urbanist', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 11px 18px;
  border: 1px solid #1A1A1A;
  background: transparent;
  color: #1A1A1A;
  cursor: pointer;
  flex: 1;
  text-align: center;
  transition: all 0.15s ease;
  border-radius: 0;
}
.hp-bs-btn:hover:not(:disabled) {
  background: #1A1A1A;
  color: #fff;
}
.hp-bs-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.hp-bs-btn--remove {
  border-color: #B0B0B0;
  color: #6B6B6B;
}
.hp-bs-btn--remove:hover:not(:disabled) {
  background: #6B6B6B;
  color: #fff;
  border-color: #6B6B6B;
}

/* ============================================================
   HEIRPEARL — Birthstone live preview (compositing V2)
   Bague nue + 5 pierres overlay en position absolue
   ============================================================ */
.hp-bs-preview {
  position: relative;
  max-width: 360px;
  margin: 0 auto 22px;
  background: #F5F0E8;
  border-radius: 4px;
  overflow: hidden;
}
.hp-bs-preview-ring {
  width: 100%;
  height: auto;
  display: block;
}
.hp-bs-preview-stones {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hp-bs-preview-stone {
  position: absolute;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.25s ease;
}
/* ============================================================
   POSITIONS DYNAMIQUES SELON data-n (2026-05-23 v6)
   ============================================================
   Bague nue Higgsfield SMOOTH (lisse, sans trous, 2048x2048).
   La bande horizontale est centrée verticalement (Y ≈ 50%) et fait
   ~25% d'épaisseur visible. Les pierres font ~7% (matching épaisseur
   bande) et se centrent dynamiquement selon le nombre actif (data-n) :
   - n=1 → 1 pierre centrée (50%)
   - n=2 → 2 pierres (45%, 55%)   — espacement 10%
   - n=3 → 3 pierres (40%, 50%, 60%)
   - n=4 → 4 pierres (36%, 45%, 55%, 64%)
   - n=5 → 5 pierres (32%, 41%, 50%, 59%, 68%)
   Pierres SQUARE (cushion-cut princess) à effet serti sur la bande lisse.
   ============================================================ */
.hp-bs-preview-stone {
  width: 5% !important;
  aspect-ratio: 1 / 1 !important;
  top: 50% !important;
  opacity: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  background-color: transparent !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
/* n=1 : 1 pierre centrée */
.hp-bs-preview[data-n="1"] .hp-bs-preview-stone[data-slot="1"] { left: 50%; }
/* n=2 : 2 pierres centrées (écart 10%) */
.hp-bs-preview[data-n="2"] .hp-bs-preview-stone[data-slot="1"] { left: 45%; }
.hp-bs-preview[data-n="2"] .hp-bs-preview-stone[data-slot="2"] { left: 55%; }
/* n=3 : 3 pierres */
.hp-bs-preview[data-n="3"] .hp-bs-preview-stone[data-slot="1"] { left: 40%; }
.hp-bs-preview[data-n="3"] .hp-bs-preview-stone[data-slot="2"] { left: 50%; }
.hp-bs-preview[data-n="3"] .hp-bs-preview-stone[data-slot="3"] { left: 60%; }
/* n=4 : 4 pierres */
.hp-bs-preview[data-n="4"] .hp-bs-preview-stone[data-slot="1"] { left: 36%; }
.hp-bs-preview[data-n="4"] .hp-bs-preview-stone[data-slot="2"] { left: 45%; }
.hp-bs-preview[data-n="4"] .hp-bs-preview-stone[data-slot="3"] { left: 55%; }
.hp-bs-preview[data-n="4"] .hp-bs-preview-stone[data-slot="4"] { left: 64%; }
/* n=5 : 5 pierres */
.hp-bs-preview[data-n="5"] .hp-bs-preview-stone[data-slot="1"] { left: 32%; }
.hp-bs-preview[data-n="5"] .hp-bs-preview-stone[data-slot="2"] { left: 41%; }
.hp-bs-preview[data-n="5"] .hp-bs-preview-stone[data-slot="3"] { left: 50%; }
.hp-bs-preview[data-n="5"] .hp-bs-preview-stone[data-slot="4"] { left: 59%; }
.hp-bs-preview[data-n="5"] .hp-bs-preview-stone[data-slot="5"] { left: 68%; }
.hp-bs-preview-stone.is-active { opacity: 1; }

/* ============================================================
   HEIRPEARL — Birthstone overlay V3 sur l'image hero galerie
   Position absolue sur la première image de la galerie principale
   ============================================================ */
.hp-bs-hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.hp-bs-hero-stone {
  position: absolute;
  width: 4.5%;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
.hp-bs-hero-stone[data-slot="1"] { left: 41.5%; top: 73%; }
.hp-bs-hero-stone[data-slot="2"] { left: 46%;   top: 73%; }
.hp-bs-hero-stone[data-slot="3"] { left: 50.5%; top: 73%; }
.hp-bs-hero-stone[data-slot="4"] { left: 55%;   top: 73%; }
.hp-bs-hero-stone[data-slot="5"] { left: 59.5%; top: 73%; }
.hp-bs-hero-stone.is-active { opacity: 1; }

/* Force pilule TEXT pour les color swatches (override theme native qui force le rond) */
[data-section-type="personalized-ring"] .single-option-radio__label[for*="Color"] ~ .radio-wrapper .single-option-selector__btn,
[data-section-type="personalized-ring"] [data-variant-type="color"] {
  border-radius: 24px !important;
  background-color: #fff !important;
  background-image: none !important;
  padding: 10px 18px !important;
  min-width: auto !important;
  width: auto !important;
  height: auto !important;
  border: 1px solid #1A1A1A !important;
  color: #1A1A1A !important;
  font-family: 'Urbanist', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0.05em !important;
}
[data-section-type="personalized-ring"] [data-variant-type="color"].active,
[data-section-type="personalized-ring"] input[type="radio"]:checked + [data-variant-type="color"] {
  background-color: #1A1A1A !important;
  color: #fff !important;
}
