/** Shopify CDN: Minification failed

Line 366:0 Expected "}" to go with "{"

**/
/* ============================================================
   FORNEAU â€” Personnalisation thÃ¨me Atelier
   â†’ Coller dans : ThÃ¨mes > Modifier le code > Assets > base.css
      (ou crÃ©er un nouveau fichier forneau-custom.css dans Assets
       et l'appeler depuis theme.liquid)
   ============================================================ */

/* â”€â”€â”€ POLICES â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Outfit:wght@300;400;500;600&display=swap');

/* â”€â”€â”€ VARIABLES â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
:root {
  --fnx-green:    #3D5C3A;
  --fnx-green-d:  #2C4229;
  --fnx-green-l:  #5A7D56;
  --fnx-cream:    #E8E6E1;
  --fnx-charcoal: #2A2D28;
  --fnx-grey:     #88887F;
}

/* ═══════════════════════════════════════════════════════════════
   1. BOUTON AJOUTER AU PANIER — BORDEAUX PREMIUM (FINAL)
   ═══════════════════════════════════════════════════════════════ */
.add-to-cart-button,
button.add-to-cart-button,
add-to-cart-component .button,
add-to-cart-component button {
  position: relative !important;
  background: #6B1C28 !important;
  background-color: #6B1C28 !important;
  background-image: none !important;
  border: none !important;
  border-color: #6B1C28 !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 18px 28px !important;
  width: 100% !important;
  cursor: pointer !important;
  overflow: hidden !important;
  transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1),
              box-shadow 0.25s ease,
              background-color 0.25s ease !important;
}

/* Léger highlight diagonal permanent */
.add-to-cart-button::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, transparent 60%) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

/* Shimmer au hover */
.add-to-cart-button::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 60% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent) !important;
  transform: skewX(-15deg) !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

.add-to-cart-button:hover::after {
  animation: fnx-shimmer 0.7s ease forwards !important;
}

@keyframes fnx-shimmer {
  0%   { left: -100%; }
  100% { left: 160%; }
}

/* Hover : couleur + élévation bordeaux */
.add-to-cart-button:hover,
button.add-to-cart-button:hover,
add-to-cart-component .button:hover,
add-to-cart-component button:hover {
  background: #8B2635 !important;
  background-color: #8B2635 !important;
  border-color: #8B2635 !important;
  transform: translateY(-2px) scale(1.005) !important;
  box-shadow: 0 12px 32px rgba(107, 28, 40, 0.35) !important;
}

.add-to-cart-button:active,
button.add-to-cart-button:active {
  transform: translateY(0) scale(0.98) !important;
}

/* Texte et icône en blanc */
.add-to-cart-button .add-to-cart-text,
.add-to-cart-button .add-to-cart-text__content,
.add-to-cart-button .add-to-cart-icon,
.add-to-cart-button svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
  position: relative !important;
  z-index: 3 !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   2. SÃ‰LECTEUR DE VARIANTES
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* Container des boutons variantes */
.variant-option--buttons {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 8px !important;
}

/* Chaque bouton variante */
.variant-option {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px !important;
  padding: 14px 10px !important;
  background: rgba(255,255,255,0.55) !important;
  border: 1.5px solid rgba(61,92,58,0.2) !important;
  border-radius: 12px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--fnx-charcoal) !important;
  cursor: pointer !important;
  transition: all 0.22s cubic-bezier(0.34,1.56,0.64,1) !important;
}

.variant-option:hover {
  border-color: var(--fnx-green) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(61,92,58,0.15) !important;
}

/* Variante sÃ©lectionnÃ©e */
.variant-option.is-active,
.variant-option[aria-checked="true"],
.variant-option.active {
  background: var(--fnx-green) !important;
  border-color: var(--fnx-green) !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(61,92,58,0.25) !important;
}

/* Label de l'option (ex: "Taille") */
.variant-option__label,
.product-form__option-name {
  font-family: 'Outfit', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: var(--fnx-grey) !important;
  margin-bottom: 8px !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   3. BARRE BÃ‰NÃ‰FICES RAPIDES
   (s'affiche au-dessus du formulaire produit)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.fnx-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 20px;
}
.fnx-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(61,92,58,0.12);
  border-radius: 10px;
}
.fnx-benefit__icon {
  width: 30px; height: 30px;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--fnx-green);
  border-radius: 8px;
}
.fnx-benefit__icon svg {
  width: 15px; height: 15px;
  stroke: #fff; fill: none;
  stroke-width: 1.5; stroke-linecap: round;
}
.fnx-benefit__text {
  font-family: 'Outfit', sans-serif;
  font-size: 11px; line-height: 1.4; color: #555;
}
.fnx-benefit__text strong {
  display: block; font-size: 12px;
  font-weight: 600; color: var(--fnx-charcoal);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   4. BARRE D'ICÃ”NES
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.fnx-icons {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  margin-bottom: 20px;
  padding-bottom: 2px;
}
.fnx-icons::-webkit-scrollbar { display: none; }
.fnx-icon {
  display: flex; flex-direction: column;
  align-items: center; gap: 5px;
  flex: 0 0 auto; min-width: 64px;
  padding: 9px 7px;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(61,92,58,0.12);
  border-radius: 10px;
}
.fnx-icon svg {
  width: 20px; height: 20px;
  stroke: var(--fnx-green); fill: none; stroke-width: 1.4;
  stroke-linecap: round;
}
.fnx-icon span {
  font-family: 'Outfit', sans-serif;
  font-size: 9px; font-weight: 500;
  color: var(--fnx-charcoal);
  text-align: center; line-height: 1.3;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   5. BLOC PAIEMENT (sous le bouton ATC)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.fnx-payment {
  margin-top: 14px;
  display: flex; flex-direction: column;
  align-items: center; gap: 10px;
}
.fnx-klarna {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,179,199,0.18);
  border: 1px solid rgba(255,100,150,0.2);
  border-radius: 10px; padding: 9px 14px;
  width: 100%; justify-content: center;
}
.fnx-klarna-badge {
  background: #FFB3C7; border-radius: 4px;
  padding: 3px 8px;
  font-family: sans-serif; font-size: 11px;
  font-weight: 800; color: #0D0D0D;
  flex-shrink: 0;
}
.fnx-klarna span {
  font-family: 'Outfit', sans-serif;
  font-size: 12.5px; color: var(--fnx-charcoal);
}
.fnx-pay-methods {
  display: flex; align-items: center;
  gap: 6px; flex-wrap: wrap; justify-content: center;
}
.fnx-pay-badge {
  height: 27px; border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.12), 0 0 0 1px rgba(0,0,0,0.06);
  flex-shrink: 0;
  transition: transform 0.15s, box-shadow 0.15s;
  display: flex; align-items: center; justify-content: center;
  background: #fff;
}
.fnx-pay-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.fnx-pay-badge svg { width: 42px; height: 27px; display: block; }
.fnx-pay-badge img { height: 100%; width: auto; display: block; object-fit: contain; padding: 3px 5px; }
.fnx-secure {
  display: flex; align-items: center; gap: 6px;
  font-family: 'Outfit', sans-serif;
  font-size: 11px; color: var(--fnx-grey);
}
.fnx-secure svg {
  width: 13px; height: 13px;
  stroke: var(--fnx-grey); fill: none; stroke-width: 1.5;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   6. SECTION CERTIFIÃ‰E & SIGNÃ‰E
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.fnx-certified {
  margin-top: 20px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.13);
}
.fnx-certified__top {
  background: #111410;
  padding: 22px 22px 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 12px;
  row-gap: 8px;
  align-items: start;
}
.fnx-certified__title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 19px; font-weight: 600;
  color: #F2EDE6; line-height: 1.3;
  grid-column: 1; grid-row: 1;
  margin: 0 !important;
}
.fnx-certified__body {
  font-family: 'Outfit', sans-serif;
  font-size: 12px; color: rgba(242,237,230,0.62);
  line-height: 1.7;
  grid-column: 1; grid-row: 2;
  margin: 0 !important;
}
.fnx-certified__body strong { color: rgba(242,237,230,0.92); font-weight: 600; }
.fnx-certified__sig {
  width: 110px;
  grid-column: 2; grid-row: 1 / 3;
  align-self: center;
  mix-blend-mode: screen; opacity: 0.92;
}
.fnx-certified__photo {
  width: 100%; height: 150px;
  object-fit: cover; object-position: center 22%;
  display: block;
  transition: transform 0.6s ease;
}
.fnx-certified:hover .fnx-certified__photo { transform: scale(1.03); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   7. RESPONSIVE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 480px) {
  .variant-option--buttons {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .fnx-benefits { grid-template-columns: 1fr 1fr; gap: 6px; }
  .fnx-benefit { padding: 9px 10px; }
  .product-form__submit, [name="add"] {
    font-size: 14px !important;
    padding: 16px 20px !important;
  }
  .fnx-pay-badge { height: 24px; }
  .fnx-klarna span { font-size: 11px; }
