/** Shopify CDN: Minification failed

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

**/
/* ===== Bouton "Ajouter au panier" – style Créations Odrey ===== */

/* État normal */
.product-form__submit:not(.shopify-payment-button__button) {
  background-color: #B5B9A2 !important;   /* vert sauge rempli */
  color: #FFFFFF !important;               /* texte blanc */
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 22px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  transition: background-color .25s ease, transform .05s ease;
}

/* Survol + focus */
.product-form__submit:not(.shopify-payment-button__button):hover,
.product-form__submit:not(.shopify-payment-button__button):focus {
  background-color: #9FA48E !important;   /* un ton plus foncé */
}

/* État désactivé */
.product-form__submit[disabled],
.product-form__submit[aria-disabled="true"] {
  background-color: #C8CEC7 !important;
  color: #FFFFFF !important;
  opacity: .8 !important;
  cursor: not-allowed !important;
}

/* Mobile: assure une bonne largeur et lisibilité */
@media (max-width: 640px) {
  .product-form__submit {
    width: 100% !important;
    font-size: 16px !important;
    padding: 16px 22px !important;
  }
}
/* ===== Formulaire produit : même police que le thème, sans espacement ===== */

/* Appliquer à TOUT le formulaire produit et ses descendants */
.product-form,
.product-form * {
  font-family: var(--font-body-family) !important;
  letter-spacing: normal !important;
}

/* Titres / questions (ex: 1., 2., 3.) */
.product-form legend,
.product-form .form__label,
.product-form .product-form__label,
.product-form .product-block__title,
.product-form .option-name,
.product-form .selector-wrapper__label {
  font-size: 17px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  line-height: 1.6 !important;
}

/* Libellés des options (boutons “pills” des variantes) */
.product-form .swatch__label,
.product-form .variant__label,
.product-form .variant__button-label,
.product-form .product-form__input input[type="radio"] + label,
.product-form .product-form__input input[type="checkbox"] + label {
  font-family: var(--font-body-family) !important;
  font-size: 16px !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

/* Champs texte / textarea / select */
.product-form input[type="text"],
.product-form textarea,
.product-form select,
.product-form label {
  font-family: var(--font-body-family) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  line-height: 1.6 !important;
  color: inherit !important;
}
/* ===================== CRÉATIONS ODREY — STYLE FINAL (IMPULSE) ===================== */

/* --- COULEURS DE BASE --- */
:root {
  --rose-odrey: #D1998B;
  --sauge-odrey: #B5B9A2;
  --beige-fond: #fbf9f8;
}

/* --- TEXTE DU FORMULAIRE PRODUIT --- */
body.template-product .product-form {
  font-family: var(--font-body-family), "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  color: var(--rose-odrey) !important;
  line-height: 1.6 !important;
}

/* --- TITRES ET QUESTIONS --- */
body.template-product .product-form legend,
body.template-product .product-form .product-form__label,
body.template-product .product-form .product-block__title,
body.template-product .product-form .option-name,
body.template-product .product-form .selector-wrapper__label {
  color: var(--rose-odrey) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
}

/* --- CHAMPS TEXTE ET LISTES --- */
body.template-product .product-form input[type="text"],
body.template-product .product-form textarea,
body.template-product .product-form select {
  font-size: 16px !important;
  color: var(--rose-odrey) !important;
  border: 1px solid var(--sauge-odrey) !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
}

/* --- PILL BUTTONS PAR DÉFAUT --- */
.template-product .product-form .swatch__label,
.template-product .product-form .variant__button-label,
.template-product .product-form .variant__value,
.template-product .product-form input[type="radio"] + label,
.template-product .product-form input[type="checkbox"] + label {
  background-color: #fff !important;
  border: 1px solid var(--sauge-odrey) !important;
  color: var(--rose-odrey) !important;
  border-radius: 6px !important;
  padding: 10px 14px !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
}

/* --- PILL ACTIVE (CLIQUE / SÉLECTIONNÉ) --- */
.template-product .product-form input[type="radio"]:checked + label,
.template-product .product-form input[type="checkbox"]:checked + label {
  background-color: var(--sauge-odrey) !important;
  color: #fff !important;
  border-color: var(--sauge-odrey) !important;
}

/* --- BOUTON “AJOUTER AU PANIER” --- */
button[name="add"],
.product-form__submit,
.add-to-cart {
  background-color: var(--sauge-odrey) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 22px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  transition: background-color 0.25s ease !important;
}

button[name="add"]:hover,
.product-form__submit:hover,
.add-to-cart:hover {
  background-color: #9FAE8E !important;
}

/* --- MOBILE OPTIMISÉ --- */
@media (max-width: 640px) {
  .template-product .product-form input[type="radio"] + label,
  .template-product .product-form input[type="checkbox"] + label {
    display: flex !important;
    flex: 1 1 calc(50% - 8px) !important;
    justify-content: center !important;
    margin: 4px !important;
  }
}
/* ===========================
   BANNIÈRE (SLIDESHOW) — BOUTON "DÉCOUVRIR"
   Ciblage strict au hero/slideshow Impulse
   =========================== */

/* Couleur du texte : blanc (état normal + hover/focus/visited) */
.slideshow__slide .hero__link .btn,
.slideshow__slide.is-selected .hero__link .btn,
.slideshow__slide .hero__link .btn .button__text,
.slideshow__slide.is-selected .hero__link .btn .button__text {
  color: #ffffff !important;
}
.slideshow__slide .hero__link .btn:hover,
.slideshow__slide .hero__link .btn:focus,
.slideshow__slide .hero__link .btn:hover .button__text,
.slideshow__slide .hero__link .btn:focus .button__text,
.slideshow__slide .hero__link .btn:visited,
.slideshow__slide .hero__link .btn:visited .button__text {
  color: #ffffff !important;
}

/* Variante “outline/secondary” : bordure et icône en blanc si utilisée */
.slideshow__slide .hero__link .btn.button--secondary,
.slideshow__slide .hero__link .button--secondary {
  border-color: #ffffff !important;
}
.slideshow__slide .hero__link .btn svg,
.slideshow__slide .hero__link .button__icon svg {
  fill: #ffffff !important;
  color: #ffffff !important;
}

/* Lisibilité universelle (photo claire) — optionnel mais recommandé */
.slideshow__slide .hero__link .btn {
  text-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

/* Sécurité : cacher un bouton vraiment vide (évite les “cadres fantômes”) */
.slideshow__slide .hero__link .btn:empty {
  display: none !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

/* Sous-menu – effet raffiné avec étoile et zoom léger */
.site-nav__dropdown {
  background: #ffffff;
  border: 1px solid #fbf9f8;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.site-nav__dropdown a {
  position: relative;
  display: flex;
  align-items: center;
  color: #B5B9A2; /* vert sauge */
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 10px 18px;
  transition: all 0.25s ease;
  background: transparent;
  text-transform: none;
}

/* Effet au survol */
.site-nav__dropdown a:hover {
  color: #D1998B; /* rose doux */
  transform: scale(1.05); /* léger zoom du texte */
}

/* Petite étoile élégante au survol */
.site-nav__dropdown a::before {
  content: "✧";
  color: #D1998B;
  font-size: 13px;
  opacity: 0;
  margin-right: 8px;
  transform: translateY(1px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.site-nav__dropdown a:hover::before {
  opacity: 0.9;
  transform: translateY(0);
}
/* N1 — Catégories principales (rose doux) */
.drawer .mobile-nav__item--heading,
.drawer .mobile-nav__link--top-level {
  color: #D1998B !important;
  font-weight: 400 !important; /* on retire le semi-gras */
}

/* N2/N3 — Sous-titres (verts) */
.drawer .mobile-nav a.mobile-nav__link--level-2,
.drawer .mobile-nav a.mobile-nav__link--level-3,
.drawer .mobile-nav .mobile-nav__sublist a.mobile-nav__link,
.drawer .mobile-nav .mobile-nav__grandchild a.mobile-nav__link {
  color: #B5B9A2 !important;
  font-weight: 400 !important;
  letter-spacing: 0.2px;
}

/* Hover / interaction douce */
.drawer .mobile-nav a.mobile-nav__link--level-2:hover,
.drawer .mobile-nav a.mobile-nav__link--level-3:hover,
.drawer .mobile-nav .mobile-nav__sublist a.mobile-nav__link:hover,
.drawer .mobile-nav .mobile-nav__grandchild a.mobile-nav__link:hover {
  color: #D1998B !important; /* rose doux au survol */
}

/* Liens du bas (section contact, FAQ, etc.) en vert */
.drawer .mobile-nav__secondary-links a,
.drawer .mobile-nav__item--secondary a {
  color: #B5B9A2 !important;
  font-weight: 400 !important;
}
/* --- Icônes sociales dans l’en-tête --- */
.header__icons .list-social a svg {
  width: 22px !important;   /* taille du visuel */
  height: 22px !important;
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0.85;
}

/* ✧ Effet d'apparition douce sur la barre de livraison ✧ */
.announcement-bar {
  letter-spacing: 0.08em; /* petit espacement des lettres */
  opacity: 0;
  transform: translateY(-6px);
  animation: apparitionBarre 1s ease-out forwards;
}

@keyframes apparitionBarre {
  0% {
    opacity: 0;
    transform: translateY(-6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ✧ Effet d'apparition douce sur la barre de livraison ✧ */
.announcement-bar {
  letter-spacing: 0.08em; /* léger espacement pour raffinement */
  opacity: 0;
  transform: translateY(-6px);
  animation: apparitionBarre 1s ease-out forwards;
}

/* Animation d'entrée douce */
@keyframes apparitionBarre {
  0% {
    opacity: 0;
    transform: translateY(-6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ✧ Agrandissement subtil de "LIVRAISON GRATUITE" ✧ */
.announcement-bar span {
  font-size: 1.05em; /* grossit de ~5 % sans briser l’équilibre */
  font-weight: 600;  /* met en valeur la mention importante */
  letter-spacing: 0.09em;
}/* --- Titres de fiches produits (grille collection) --- */
.card__heading,
.product-card__title,
.collection .card__heading a {
  color: #C78E82 !important; /* rose plus soutenu mais doux (contraste avec le beige) */
  font-weight: 500 !important;
  letter-spacing: 0.05em;
  font-size: 15.5px !important;
  text-transform: none;
  line-height: 1.5em;
  transition: color 0.25s ease, transform 0.25s ease;
.vo-product,
[class*="vo-"] {
  outline: 2px solid red !important;
}
