/** Shopify CDN: Minification failed

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

**/
/* --- Boutons dorés Miss Chadou --- */
.button,
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded {
  background: #C5A572 !important;  /* doré élégant */
  color: #fff !important;          /* texte blanc */
  border: none !important;
  border-radius: 8px;
  padding: 14px 20px;
  font-weight: 600;
  letter-spacing: .3px;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

/* Effet au survol */
.button:hover,
.shopify-payment-button__button:hover,
.shopify-payment-button__button--unbranded:hover {
  background: #b9965f !important; /* doré un peu plus foncé au hover */
  transform: translateY(-2px);
}/* ——— 1) Style CTA global : doré plein ——— */
.button,
.button--primary,
.cart__checkout,
.cart__update,
.cart-drawer__checkout,
.quick-add__submit,
.card .button,
.product-grid .card .button,
.collection .card .button,
.product-form__buttons .product-form__submit {
  background:#C5A572 !important;
  color:#fff !important;
  border:none !important;
  border-radius:8px;
  padding:14px 20px;
  font-weight:600;
  letter-spacing:.3px;
  background-image:none !important; /* anti-effet capsule Dawn */
  box-shadow:none !important;
  transition:all .2s ease;
}
.button:hover,
.button--primary:hover,
.cart__checkout:hover,
.cart-drawer__checkout:hover,
.quick-add__submit:hover,
.product-form__buttons .product-form__submit:hover {
  background:#a8864f !important;
  color:#fff !important;
}

/* ——— 2) Hero : style outline (blanc + liseré doré) ——— */
.image-banner .button,
.banner .button,
.image-with-text .button {
  background:#fff !important;
  color:#C5A572 !important;
  border:2px solid #C5A572 !important;
}
.image-banner .button:hover,
.banner .button:hover,
.image-with-text .button:hover {
  background:#C5A572 !important;
  color:#fff !important;
}

/* ——— 3) PDP : bouton "Acheter maintenant" en noir plein (contraste) ——— */
.shopify-payment-button__button--unbranded,
.shopify-payment-button__button {
  background:#000 !important;
  color:#fff !important;
  border:none !important;
  border-radius:8px;
  padding:14px 20px;
  font-weight:600;
  letter-spacing:.3px;
  transition:opacity .2s ease;
}
.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button:hover { opacity:.9; }
/* ===========================
   MISS CHADOU — CTA PREMIUM
   (une seule fois dans custom.css)
   =========================== */

/* 1) Style global : doré plein */
.button,
.button--primary,
.shopify-challenge__button,
.cart__checkout,
.cart__update,
.cart-drawer__checkout,
.quick-add__submit,
.product-form__buttons .product-form__submit,
.card .button,
.collection .card .button {
  background:#C5A572 !important;      /* doré */
  color:#fff !important;               /* texte blanc */
  border:none !important;
  border-radius:12px;                  /* luxe, moins “capsule” */
  padding:14px 22px;
  font-weight:600;
  letter-spacing:.3px;
  line-height:1.1;
  box-shadow:0 2px 0 rgba(0,0,0,.05);
  background-image:none !important;    /* retire l’effet capsule Dawn */
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
}
@media (max-width: 749px){
  .button,
  .button--primary,
  .product-form__buttons .product-form__submit{ border-radius:10px; }
}

/* Hover / Active */
.button:hover,
.button--primary:hover,
.cart__checkout:hover,
.cart-drawer__checkout:hover,
.quick-add__submit:hover,
.product-form__buttons .product-form__submit:hover{
  background:#a8864f !important;       /* doré + foncé */
  transform:translateY(-1px);
  box-shadow:0 6px 14px rgba(0,0,0,.12);
}
.button:active,
.product-form__buttons .product-form__submit:active{
  transform:translateY(0);
  box-shadow:0 2px 6px rgba(0,0,0,.08);
}

/* Focus (accessibilité propre) */
.button:focus-visible,
.product-form__buttons .product-form__submit:focus-visible{
  outline:2px solid #C5A572 !important;
  outline-offset:2px;
}

/* Désactivé */
.button[disabled],
.product-form__buttons .product-form__submit[disabled]{
  background:#C5A572 !important;
  opacity:.55 !important;
  cursor:not-allowed;
  box-shadow:none;
}

/* 2) Variante “Outline blanc + doré” — Hero */
.image-banner .button,
.banner .button,
.image-with-text .button{
  background:#fff !important;
  color:#C5A572 !important;
  border:2px solid #C5A572 !important;
  box-shadow:none !important;
}
.image-banner .button:hover,
.banner .button:hover,
.image-with-text .button:hover{
  background:#C5A572 !important;
  color:#fff !important;
}

/* 3) PDP — “Acheter maintenant” en noir plein (contraste) */
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded{
  background:#000 !important;
  color:#fff !important;
  border:none !important;
  border-radius:12px;
  padding:14px 22px;
  font-weight:600;
  letter-spacing:.3px;
  transition:opacity .15s ease, transform .15s ease;
}
.shopify-payment-button__button:hover,
.shopify-payment-button__button--unbranded:hover{
  opacity:.9; transform:translateY(-1px);
}

/* 4) Petites cartes / grilles (harmonisation taille) */
.card .button,
.collection .card .button{ font-size:16px; }
@media (min-width:990px){ .card .button,
.collection .card .button{ font-size:17px; } }
/* ——— 3) PDP : bouton "Acheter maintenant" en noir plein (contraste) ——— */
.shopify-payment-button__button--unbranded,
.shopify-payment-button__button {
  background:#000 !important;
  color:#fff !important;
  border:none !important;
  border-radius:8px;
  padding:14px 22px;
  font-weight:600;
  letter-spacing:.3px;
  transition:opacity .2s ease;
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button:hover {
  opacity:.9;
  transform:translateY(-1px);
}/* REMET VISIBLES LES BOUTONS DYNAMIQUES */
.shopify-payment-button { display:block !important; }
.shopify-payment-button__button,
.shopify-payment-button__more-options { display:block !important; opacity:1 !important; }
.shopify-payment-button__button--hidden { display:block !important; }
/* ===== Miss Chadou — Taille : fond blanc + contour doré ===== */

/* État normal (non sélectionné) — ne cible que l'option "Taille/Size" */
.product-form__input input[type='radio'][name*='Size'] + label,
.product-form__input input[type='radio'][name*='Taille'] + label {
  background:#fff !important;
  color:#111 !important;
  border:2px solid #C5A572 !important;  /* doré */
  border-radius:12px !important;        /* arrondi chic */
  padding:10px 14px !important;
  box-shadow:none !important;
}

/* Survol / focus */
.product-form__input input[type='radio'][name*='Size'] + label:hover,
.product-form__input input[type='radio'][name*='Taille'] + label:hover,
.product-form__input input[type='radio'][name*='Size'] + label:focus,
.product-form__input input[type='radio'][name*='Taille'] + label:focus {
  border-color:#a8864f !important;      /* doré un peu plus foncé */
}

/* Sélectionné (checked) — on remplit en doré pour bien signaler le choix */
.product-form__input input[type='radio'][name*='Size']:checked + label,
.product-form__input input[type='radio'][name*='Taille']:checked + label {
  background:#C5A572 !important;        /* doré plein */
  color:#fff !important;                 /* texte blanc */
  border-color:#C5A572 !important;
}

/* Indisponible (sold out) — lisible mais atténué */
.product-form__input input[type='radio'][name*='Size']:disabled + label,
.product-form__input input[type='radio'][name*='Taille']:disabled + label {
  opacity:.5;
  text-decoration:line-through;
  cursor:not-allowed;
}/* ===== Variantes (Taille & Tissu) : style Miss Chadou ===== */

/* État par défaut : fond blanc + contour doré */
.product-form__input input[type='radio'] + label {
  background:#fff;
  border:2px solid #C5A572;
  color:#C5A572;
  border-radius:12px;      /* même look que Taille */
  padding:10px 16px;
  font-weight:600;
  letter-spacing:.2px;
}

/* État sélectionné : doré plein + texte blanc */
.product-form__input input[type='radio']:checked + label {
  background:#C5A572;
  border-color:#C5A572;
  color:#fff;
}

/* Survol (desktop) */
.product-form__input input[type='radio'] + label:hover {
  filter:brightness(.96);
}

/* Accessibilité/disabled (ex: variante indisponible) */
.product-form__input input[type='radio']:disabled + label {
  opacity:.45;
  cursor:not-allowed;
}

/* Ne pas toucher aux pastilles de couleur rondes */
.product-form__input .color-swatch,
.product-form__input .color-swatch + label {
  all: unset;
/* Variantes Taille / Tissu / Matière : style Miss Chadou */

/* État par défaut : fond blanc + contour doré */
.product-form__input input[type="radio"][name="Taille"] + label,
.product-form__input input[type="radio"][name="Tissu"] + label,
.product-form__input input[type="radio"][name="Matière"] + label,
.product-form__input input[type="radio"][name="Mati"] + label {
  background: #fff !important;
  border: 2px solid #C5A572 !important;
  color: #C5A572 !important;
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 600;
  letter-spacing: .2px;


/* État sélectionné : fond doré + texte blanc */
.product-form__input input[type="radio"][name="Taille"]:checked + label,
.product-form__input input[type="radio"][name="Tissu"]:checked + label,
.product-form__input input[type="radio"][name="Matière"]:checked + label,
.product-form__input input[type="radio"][name="Mati"]:checked + label {
  background: #C5A572 !important;
  color: #fff !important;
  border-color: #C5A572 !important;
}

















