/** Shopify CDN: Minification failed

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

**/
/* ============================================================
   Herboristerie Desjardins — feuille de style de marque
   Style « épuré » complet (aligné sur Accueil épuré.html)
   À déposer dans le thème Dawn : assets/herboristerie.css
   Dans layout/theme.liquid, avant </head> :
     {{ 'herboristerie.css' | asset_url | stylesheet_tag }}
     <script src="https://unpkg.com/lucide@latest/dist/umd/lucide.min.js"></script>
   Toutes les classes sont préfixées « hd- » pour ne pas entrer
   en conflit avec les styles natifs de Dawn.
   ============================================================ */

:root {
  --hd-green-400: #57ab90;
  --hd-green-500: #39967a;
  --hd-green-600: #2f7f68;
  --hd-green-700: #256853;
  --hd-green-800: #1c4f3f;
  --hd-green-900: #143a2e;
  --hd-green-50:  #eef5f1;
  --hd-cream-50:  #f7f5f1;
  --hd-cream-100: #f1efeb;
  --hd-sage-300:  #cadcb8;
  --hd-sage-400:  #b6ce9e;
  --hd-ink-900:   #23302a;
  --hd-ink-700:   #40524a;
  --hd-ink-500:   #6b7a72;
  --hd-ink-400:   #8b978f;
  --hd-border:    #e0dccf;
  --hd-honey:     #d9a441;
  --hd-berry:     #97545c;

  --hd-container: 1180px;
  --hd-radius: 12px;
  --hd-shadow-sm: 0 6px 18px rgba(35,48,42,0.08);
}

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Mulish:wght@400;600;700&family=Petit+Formal+Script&display=swap');

/* ---------- Base ---------- */
.hd { font-family: "Mulish", system-ui, sans-serif; color: var(--hd-ink-900); line-height: 1.5; }
.hd a { color: var(--hd-green-700); text-decoration: none; }
.hd a:hover { color: var(--hd-green-800); }
.hd img { display: block; max-width: 100%; }
.hd-container { max-width: var(--hd-container); margin: 0 auto; padding: 0 40px; }
.hd-measure { max-width: 620px; }
.hd-serif { font-family: "Cormorant Garamond", serif; font-weight: 500; }
.hd-script { font-family: "Petit Formal Script", cursive; color: var(--hd-green-600); }
.hd-eyebrow { font-weight: 600; font-size: 11.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--hd-green-700); }

/* ---------- Boutons ---------- */
.hd-btn { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; font-family: "Mulish", sans-serif; font-weight: 600; font-size: 14px; padding: 14px 30px; border-radius: 999px; border: 1px solid transparent; transition: all 240ms ease; text-decoration: none; }
.hd-btn i { width: 17px; height: 17px; }
.hd .hd-btn-primary, .hd a.hd-btn-primary { background: var(--hd-green-600); color: var(--hd-cream-50); }
.hd .hd-btn-primary:hover, .hd a.hd-btn-primary:hover { background: var(--hd-green-700); color: #fff; }
.hd-btn-primary:active { transform: scale(0.98); }
.hd .hd-btn-line, .hd a.hd-btn-line { background: transparent; color: var(--hd-green-700); padding: 0; border: none; position: relative; border-radius: 0; }
.hd-btn-line::after { content:""; position:absolute; left:0; right:0; bottom:-4px; height:1px; background: var(--hd-green-400); transform-origin: left; transition: transform 300ms ease; }
.hd-btn-line:hover::after { transform: scaleX(0.5); }

/* ---------- En-tête ---------- */
.hd-header { position: sticky; top: 0; z-index: 40; background: rgba(241,239,235,0.9); backdrop-filter: blur(10px); }
.hd-header__row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-top: 22px; padding-bottom: 22px; }
.hd-nav { display: flex; gap: 34px; }
.hd-nav a { color: var(--hd-ink-700); font-size: 13.5px; font-weight: 600; letter-spacing: 0.02em; }
.hd-nav a:hover { color: var(--hd-green-700); }
.hd-brand { justify-self: center; }
.hd-brand img { height: 64px; width: auto; }
.hd-actions { display: flex; gap: 4px; justify-content: flex-end; align-items: center; }
.hd-icon-btn { width: 42px; height: 42px; border: none; background: transparent; cursor: pointer; display: grid; place-items: center; border-radius: 999px; color: var(--hd-ink-700); transition: color 240ms ease; text-decoration: none; }
.hd-icon-btn:hover { color: var(--hd-green-700); }
.hd-icon-btn i { width: 20px; height: 20px; }
.hd-cart-dot { position: relative; }
.hd-cart-dot .hd-count { position: absolute; top: 6px; right: 5px; background: var(--hd-green-600); color: #fff; font-size: 9.5px; font-weight: 700; line-height: 1; padding: 2px 4px; border-radius: 999px; }

/* ---------- Bandeau d'annonce ---------- */
.hd-announce { text-align: center; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--hd-ink-500); padding: 12px 16px; border-bottom: 1px solid var(--hd-border); }

/* ---------- Hero (texte sur crème) ---------- */
.hd-hero { padding: 88px 0 80px; background: var(--hd-cream-100); }
.hd-hero__text { max-width: 760px; }
.hd-hero__text .hd-script { font-size: 27px; }
.hd-hero__text h1 { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: clamp(48px,6vw,82px); line-height: 0.98; letter-spacing: -0.01em; margin: 10px 0 26px; color: var(--hd-ink-900); }
.hd-hero__text p { color: var(--hd-ink-700); font-size: 17px; line-height: 1.7; max-width: 46ch; margin: 0 0 36px; }
.hd-hero__actions { display: flex; gap: 30px; align-items: center; flex-wrap: wrap; }

/* ---------- Séparateur botanique ---------- */
.hd-sprig { display: flex; align-items: center; justify-content: center; gap: 14px; color: var(--hd-green-400); padding: 8px 0; }
.hd-sprig i { width: 18px; height: 18px; }
.hd-sprig span { height: 1px; width: 60px; background: var(--hd-border); }
.hd-rule { height: 1px; background: var(--hd-border); max-width: var(--hd-container); margin: 0 auto; }

/* ---------- Sections ---------- */
.hd-block { padding: 104px 0; }
.hd-center-head { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.hd-center-head h2 { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: clamp(34px,4vw,52px); line-height: 1.05; margin: 14px 0 0; color: var(--hd-ink-900); }
.hd-center-head p { color: var(--hd-ink-500); font-size: 16.5px; margin: 16px 0 0; line-height: 1.65; }
.hd-center-cta { text-align: center; margin-top: 72px; }

/* ---------- Rayons (colonnes en filet) ---------- */
.hd-cols { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--hd-border); }
.hd-col { padding: 44px 34px 40px; border-bottom: 1px solid var(--hd-border); transition: background 300ms ease; text-decoration: none; }
.hd-col + .hd-col { border-left: 1px solid var(--hd-border); }
.hd-col:hover { background: var(--hd-cream-50); }
.hd-col .hd-num { font-family: "Cormorant Garamond", serif; font-size: 20px; color: var(--hd-green-400); }
.hd-col h3 { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: 30px; margin: 18px 0 10px; color: var(--hd-ink-900); }
.hd-col p { color: var(--hd-ink-500); font-size: 14.5px; line-height: 1.65; margin: 0 0 26px; min-height: 3em; }
.hd-col .hd-go { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; letter-spacing: 0.04em; color: var(--hd-green-700); }
.hd-col .hd-go i { width: 15px; height: 15px; transition: transform 260ms ease; }
.hd-col:hover .hd-go i { transform: translateX(5px); }

/* ---------- Produits (minimal) ---------- */
.hd-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 40px; }
.hd-product { display: flex; flex-direction: column; text-decoration: none; }
.hd-product .hd-ph { position: relative; aspect-ratio: 1/1.05; background: var(--hd-sage-400); border-radius: 8px; display: grid; place-items: center; overflow: hidden; transition: transform 400ms ease; }
.hd-product:hover .hd-ph { transform: translateY(-6px); }
.hd-product .hd-ph img { width: 100%; height: 100%; object-fit: cover; }
.hd-product .hd-ph .hd-tag { position: absolute; top: 16px; left: 16px; font-size: 10.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--hd-green-800); background: var(--hd-cream-50); padding: 5px 11px; border-radius: 999px; }
.hd-product .hd-cat { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--hd-green-700); margin-top: 20px; }
.hd-product h3 { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: 25px; margin: 7px 0 4px; color: var(--hd-ink-900); }
.hd-product .hd-desc { font-size: 13.5px; color: var(--hd-ink-500); line-height: 1.6; margin: 0 0 14px; }
.hd-product .hd-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.hd-product .hd-price { font-size: 15px; color: var(--hd-ink-900); font-weight: 700; }
.hd-product .hd-price small { color: var(--hd-ink-400); font-weight: 500; }

/* ---------- Mission (fond vert profond) ---------- */
.hd-mission { background: var(--hd-green-800); color: var(--hd-cream-50); }
.hd-mission__in { text-align: center; max-width: 760px; margin: 0 auto; }
.hd-mission .hd-script { color: var(--hd-sage-300); font-size: 30px; }
.hd-mission blockquote { font-family: "Cormorant Garamond", serif; font-weight: 500; font-style: italic; font-size: clamp(30px,3.6vw,46px); line-height: 1.25; margin: 18px 0 26px; color: var(--hd-cream-50); }
.hd-mission p { color: rgba(241,239,235,0.82); font-size: 16.5px; line-height: 1.75; margin: 0; }

/* ---------- Infusion vs décoction ---------- */
.hd-know__in { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 72px; align-items: center; }
.hd-know h2 { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: clamp(32px,3.6vw,46px); line-height: 1.08; margin: 12px 0 18px; }
.hd-know__in > div:first-child p { color: var(--hd-ink-700); font-size: 16px; line-height: 1.7; max-width: 40ch; }
.hd-defs { display: grid; }
.hd-def { padding: 26px 0; border-top: 1px solid var(--hd-border); display: grid; grid-template-columns: 42px 1fr; gap: 20px; align-items: start; }
.hd-def:last-child { border-bottom: 1px solid var(--hd-border); }
.hd-def .hd-ic { width: 42px; height: 42px; color: var(--hd-green-600); }
.hd-def .hd-ic i { width: 26px; height: 26px; }
.hd-def h4 { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: 25px; margin: 0 0 6px; color: var(--hd-ink-900); }
.hd-def p { margin: 0; color: var(--hd-ink-500); font-size: 14.5px; line-height: 1.65; }

/* ---------- Infolettre ---------- */
.hd-news { text-align: center; }
.hd-news .hd-measure { margin: 0 auto; }
.hd-news h2 { font-family: "Cormorant Garamond", serif; font-weight: 500; font-size: clamp(32px,3.6vw,48px); margin: 14px 0 12px; color: var(--hd-ink-900); }
.hd-news p { color: var(--hd-ink-500); font-size: 16px; margin: 0 auto 32px; max-width: 44ch; line-height: 1.65; }
.hd-news form { display: flex; max-width: 460px; margin: 0 auto; border-bottom: 1.5px solid var(--hd-green-400); padding-bottom: 8px; }
.hd-news input { flex: 1; border: none; background: transparent; font-family: inherit; font-size: 15.5px; color: var(--hd-ink-900); padding: 8px 4px; }
.hd-news input:focus { outline: none; }
.hd-news button { border: none; background: transparent; color: var(--hd-green-700); font-family: inherit; font-weight: 700; font-size: 14px; cursor: pointer; letter-spacing: 0.04em; display: inline-flex; align-items: center; gap: 8px; }
.hd-news button i { width: 16px; height: 16px; }

/* ---------- Pied de page ---------- */
.hd-footer { border-top: 1px solid var(--hd-border); padding: 80px 0 36px; background: var(--hd-cream-100); }
.hd-foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; }
.hd-foot-brand img { height: 66px; width: auto; margin-bottom: 18px; }
.hd-foot-brand p { color: var(--hd-ink-500); font-size: 14px; line-height: 1.7; max-width: 32ch; }
.hd-footer h5 { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--hd-green-700); margin: 0 0 18px; font-weight: 700; }
.hd-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.hd-footer ul a { color: var(--hd-ink-700); font-size: 14px; }
.hd-footer ul a:hover { color: var(--hd-green-700); }
.hd-foot-hours li { color: var(--hd-ink-700); font-size: 14px; display: flex; justify-content: space-between; gap: 14px; }
.hd-foot-hours li span:last-child { color: var(--hd-ink-400); }
.hd-foot-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-top: 1px solid var(--hd-border); margin-top: 56px; padding-top: 26px; color: var(--hd-ink-400); font-size: 12.5px; flex-wrap: wrap; }

/* ---------- Habillage des sections natives de Dawn ----------
   Ces règles alignent les pages Collection / Produit / Panier
   (rendues par Dawn) sur le style de marque, sans les recréer.
   On cible les classes de gabarit que Shopify ajoute au <body>
   (template-collection / template-product / template-cart).
   IMPORTANT : Dawn n'ajoute PAS ces classes au <body> par défaut.
   Dans layout/theme.liquid, ajoute au <body> : template-{{ request.page_type }}
   sinon toutes les règles ci-dessous restent inactives. */
body.template-collection, body.template-product, body.template-cart, body.template-search { background: var(--hd-cream-100); }
body.template-collection h1, body.template-collection h2,
body.template-product h1, body.template-product h2,
body.template-cart h1, body.template-cart h2 { font-family: "Cormorant Garamond", serif; font-weight: 500; color: var(--hd-ink-900); }
body.template-collection .price, body.template-product .price, body.template-cart .price { color: var(--hd-ink-900); font-weight: 700; }
/* Boutons Dawn en pilule verte de marque */
body.template-collection .button, body.template-product .button, body.template-cart .button,
body.template-collection .shopify-payment-button__button--unbranded,
body.template-product .shopify-payment-button__button--unbranded,
body.template-cart .shopify-payment-button__button--unbranded { border-radius: 999px !important; font-family: "Mulish", sans-serif; }

/* Boutons PLEINS verts (Ajouter au panier, paiement) — couleur unie bien
   visible, sans double contour. Clientèle âgée : cible large et lisible.
   Dawn dessine son cadre via .button::after — on le neutralise. */
body.template-collection .button:not(.button--secondary):not(.button--tertiary),
body.template-product  .button:not(.button--secondary):not(.button--tertiary),
body.template-cart     .button:not(.button--secondary):not(.button--tertiary),
body.template-product  .product-form__submit,
body.template-product  .shopify-payment-button__button--unbranded {
  background: var(--hd-green-500) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 6px 18px rgba(57,150,122,0.30) !important;
}
body.template-collection .button:not(.button--secondary):not(.button--tertiary)::after,
body.template-product  .button:not(.button--secondary):not(.button--tertiary)::after,
body.template-cart     .button:not(.button--secondary):not(.button--tertiary)::after,
body.template-product  .product-form__submit::after,
body.template-product  .shopify-payment-button__button--unbranded::after {
  box-shadow: none !important; border: none !important;
}
body.template-collection .button:not(.button--secondary):not(.button--tertiary):hover,
body.template-product  .button:not(.button--secondary):not(.button--tertiary):hover,
body.template-cart     .button:not(.button--secondary):not(.button--tertiary):hover,
body.template-product  .product-form__submit:hover,
body.template-product  .shopify-payment-button__button--unbranded:hover {
  background: var(--hd-green-600) !important;
}

/* Cartes produit : coins doux, bordure chaude */
body.template-collection .card, body.template-collection .card__inner { border-radius: 8px; }

/* Vignettes de produits recommandés / grille : titre plus grand, prix plus discret.
   (Le prix natif de Dawn ressort trop gros par rapport au nom du produit.) */
body.template-product .card__heading, body.template-collection .card__heading,
body.template-product .card__heading a, body.template-collection .card__heading a {
  font-family: "Cormorant Garamond", serif; font-weight: 500;
  font-size: 21px !important; line-height: 1.2; color: var(--hd-ink-900);
}
body.template-product .card-information .price, body.template-collection .card-information .price,
body.template-product .card-information .price .price-item,
body.template-collection .card-information .price .price-item {
  font-family: "Mulish", sans-serif; font-weight: 700;
  font-size: 15px !important; color: var(--hd-ink-700);
}

/* ═══════ Fiche produit — raffinements épurés ═══════
   Cible les classes natives de Dawn sur la page produit.
   Réglages de TAILLE d'image : à faire dans Personnaliser (voir notes). */

/* Rythme général de la colonne d'infos */
body.template-product .product__info-container > * + * { margin-top: 20px; }

/* Média : coins doux, fine bordure chaude, ombre discrète */
body.template-product .product__media-wrapper .media,
body.template-product .product__media img,
body.template-product .product__media-item img {
  border-radius: 14px;
}
body.template-product .product__media-wrapper .media {
  border: 1px solid var(--hd-border);
  box-shadow: var(--hd-shadow-sm);
  background: var(--hd-cream-50);
}
/* Vignettes de galerie plus douces */
body.template-product .thumbnail { border-radius: 10px; }
body.template-product .thumbnail-list__item .thumbnail.thumbnail--active,
body.template-product .thumbnail[aria-current] { border-color: var(--hd-green-500); }

/* Cadre uniforme pour images de nature différente (photo + planche botanique).
   Chaque média occupe un carré identique ; les planches (fond beige/blanc) ne
   sont jamais rognées (contain), la photo principale remplit le cadre (cover).
   Résultat : photo et illustration paraissent de même taille, sans double-cadre. */
body.template-product .product__media-item .media {
  aspect-ratio: 1 / 1 !important;
  background: var(--hd-cream-50);
  overflow: hidden;
}
body.template-product .product__media-item .media > img {
  width: 100%; height: 100% !important;
  object-fit: contain;   /* la planche botanique remplit le carré sans être rognée */
}
/* La photo « nature » principale (première image) remplit tout le cadre */
body.template-product .product__media-item:first-child .media > img {
  object-fit: cover;
}

/* Titre + prix */
body.template-product .product__title h1,
body.template-product .product__title .h1 {
  font-family: "Cormorant Garamond", serif; font-weight: 500;
  font-size: clamp(30px, 3.4vw, 46px); line-height: 1.05; letter-spacing: -0.005em;
}
body.template-product .product__text.subtitle { color: var(--hd-green-700); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; font-size: 12px; }
body.template-product .price .price-item { font-family: "Mulish", sans-serif; font-weight: 700; font-size: 22px; color: var(--hd-ink-900); }
body.template-product .price--on-sale .price-item--sale { color: var(--hd-berry); }

/* Description : mesure de lecture confortable, ton apaisé */
body.template-product .product__description,
body.template-product .product .rte {
  color: var(--hd-ink-700); font-size: 15.5px; line-height: 1.75; max-width: 60ch;
}
body.template-product .product__description p { margin: 0 0 14px; }
body.template-product .product__description h2,
body.template-product .product__description h3 {
  font-family: "Cormorant Garamond", serif; font-weight: 500; color: var(--hd-ink-900);
  font-size: 22px; margin: 22px 0 8px;
}

/* Sélecteurs de variante en pastilles de marque */
body.template-product .product-form__input .form__label { font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--hd-ink-500); font-weight: 700; }
body.template-product .product-form__input--pill input[type=radio] + label {
  border-radius: 999px; border: 1.5px solid var(--hd-green-400); color: var(--hd-ink-700);
  font-family: "Mulish", sans-serif; font-weight: 600; padding: 10px 18px; transition: all 180ms ease;
}
body.template-product .product-form__input--pill input[type=radio] + label:hover { border-color: var(--hd-green-600); }
body.template-product .product-form__input--pill input[type=radio]:checked + label {
  background: var(--hd-green-50); border-color: var(--hd-green-600); color: var(--hd-green-800);
}

/* Quantité épurée */
body.template-product .quantity {
  border: 1.5px solid var(--hd-green-400); border-radius: 999px; overflow: hidden;
  background: #fff; box-shadow: none !important;
}
body.template-product .quantity::after { display: none !important; box-shadow: none !important; }
body.template-product .quantity__button,
body.template-product .quantity__input { background: transparent !important; box-shadow: none !important; }
body.template-product .quantity__button { color: var(--hd-ink-700); }
body.template-product .quantity__button:hover { color: var(--hd-green-700); }
body.template-product .quantity__input { font-weight: 700; color: var(--hd-ink-900); }

/* Bouton d'ajout : pilule verte, plein */
body.template-product .product-form__submit {
  border-radius: 999px !important; font-family: "Mulish", sans-serif; font-weight: 700;
  padding-top: 15px; padding-bottom: 15px;
}

/* Onglets / accordéons (description, préparation, mise en garde) */
body.template-product .product .accordion,
body.template-product .product details { border-color: var(--hd-border); }
body.template-product .product .accordion summary,
body.template-product .product details summary {
  font-family: "Mulish", sans-serif; font-weight: 700; color: var(--hd-ink-900); font-size: 14.5px;
}
body.template-product .product .accordion .summary__title .icon,
body.template-product .product details summary .icon { color: var(--hd-green-600); }

/* ---------- Responsive ---------- */
/* Mobile : force le média produit en carré (le carrousel Dawn garde sinon
   le ratio portrait d'origine → photo beaucoup trop haute). */
@media (max-width: 749px) {
  body.template-product .product__media-item,
  body.template-product .product__media-item .media,
  body.template-product .product__media-list .media {
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: hidden;
  }
  /* Carrousel mobile : une seule image plein cadre, sans peek de la suivante */
  body.template-product .product__media-list {
    gap: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.template-product slider-component .slider,
  body.template-product .product__media-list.slider { scroll-padding: 0 !important; }
  body.template-product .product__media-item .media > img,
  body.template-product .product__media-list .media > img {
    width: 100% !important; height: 100% !important;
    object-fit: cover !important;   /* remplit tout le cadre sur mobile */
  }
}
@media (max-width: 900px) {
  .hd-container { padding: 0 24px; }
  .hd-nav { display: none; }
  .hd-hero { padding: 56px 0 48px; }
  .hd-cols, .hd-products { grid-template-columns: 1fr; }
  .hd-col + .hd-col { border-left: none; }
  .hd-know__in { grid-template-columns: 1fr; gap: 36px; }
  .hd-foot-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
