/** Shopify CDN: Minification failed

Line 848:0 Unexpected "}"
Line 1348:0 Unexpected "}"

**/
/* ═══════════════════════════════════════════════════════════════════════ */
/*  CUSTOM LFM — Les Fées Mères                                             */
/*  ⚠️  CE FICHIER SURVIT AUX MISES À JOUR HORIZON (fichier ajouté, non     */
/*      écrasé). TOUT le custom CSS doit vivre ICI, jamais dans base.css.   */
/*  Chargé via le bloc custom_liquid de header-group.json (config          */
/*  persistante) → loader + styles survivent ensemble à chaque update.     */
/* ═══════════════════════════════════════════════════════════════════════ */

/* --- Police Autography (déclaration + h1) --- */
@font-face {
  font-family: 'Autography';
  src: url('/cdn/shop/files/Autography.woff?v=1775756612') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1, .h1 {
  font-family: 'Autography', serif;
}

/* --- Tout le bloc custom LFM (depuis LFM HEADER CUSTOM jusqu'à la fin) --- */
/* ── LFM HEADER CUSTOM ─────────────────────────── */
.header-wrapper {
  border-bottom: 1px solid rgba(185,107,95,.12);
}

/* Fond crème uniquement quand le header N'EST PAS transparent */
.header:not([transparent]) {
  background: #FFFCFA !important;
}

/* Quand transparent : fond réellement transparent */
.header[transparent] {
  background: transparent !important;
}
.header__heading-link,
.header__heading {
  color: #935F5A !important;
  font-family: Georgia, serif !important;
  font-style: italic !important;
  font-size: 18px !important;
  letter-spacing: 0.01em !important;
}
.header__icon svg,
.header__icon path,
.header__icon line,
.header__icon circle {
  stroke: #935F5A !important;
}
.header__menu-item,
.header__menu-item span {
  color: #2F2D2A !important;
  font-family: 'Hubot Sans', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: .04em !important;
}
.header__menu-item:hover span {
  color: #B96B5F !important;
}
/* Barre d'annonces */
.announcement-bar {
  background: #FFF7EA !important;
  color: #935F5A !important;
  border-bottom: 1px solid #FCD9CA !important;
}
.announcement-bar__message {
  color: #935F5A !important;
  font-family: 'Hubot Sans', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: .03em !important;
}
/* ── LFM MENU NAV ──────────────────────────────── */
.menu-list__link-title {
  color: #2F2D2A !important;
  font-family: 'Hubot Sans', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}
.menu-list__link:hover .menu-list__link-title {
  color: #B96B5F !important;
}
.menu-list__link--active .menu-list__link-title {
  color: #B96B5F !important;
}
/* Icônes recherche / compte / panier */
.header__icon svg,
.header__icon path,
.header__icon line,
.header__icon polyline,
.header__icon rect,
.header__icon circle {
  stroke: #935F5A !important;
  color: #935F5A !important;
}
.cart-count-bubble {
  background: #B96B5F !important;
  color: #FFFCFA !important;
}
/* ── LFM SECTIONS ESPACEMENT ───────────────────── */
.shopify-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.shopify-section + .shopify-section {
  margin-top: 0 !important;
}

/* ── LFM FIXES ─────────────────────────────────── */
.shopify-section { margin: 0 !important; }

/* Hero pleine hauteur */
.lfm-hero { min-height: 480px !important; }
.lfm-hero__slides { height: 480px !important; }

/* Empêcher le clip des onglets */
.lfm-cdc__tabs {
  padding-bottom: 8px !important;
  margin-bottom: 4px !important;
}
/* ── LFM HERO COLLÉ AU HEADER ───────────────────── */
.shopify-section:first-of-type .lfm-hero,
main > .shopify-section:first-child .lfm-hero {
  margin-top: 0 !important;
}

main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#MainContent {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* Force Autography fine partout */
[class*="__title"] {
  font-family: 'Autography', cursive !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
[class*="__title"] {
  padding: 0 4px;
}
/* ── LFM TITRES RESPONSIVE ─────────────────────── */
[class*="__title"] {
  font-size: 48px !important;
}
@media (min-width: 750px) {
  [class*="__title"] {
    font-size: 60px !important;
  }
}
body {
  font-family: Verdana, sans-serif !important;
}
.sticky-add-to-cart__title,
.sticky-product-title {
  font-family: Verdana, sans-serif !important;
  font-size: 13px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}
/* ══ FICHE PRODUIT — CHARTE LFM ══ */

/* Variables couleurs Horizon */
:root {
  --color-button: #935F5A;
  --color-button-text: #FFFCFA;
  --color-button-hover: #935F5A;
  --color-foreground: #2F2D2A;
  --color-background: #FFFCFA;
  --color-accent: #B96B5F;
}

/* Titre produit en Autography */
.product-information [data-type="text"] h1,
.product-information h1 {
  font-family: 'Verdana' !important;
  font-size: 24px !important;
  color: #2F2D2A !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}

/* Prix en terracotta */
.price .price__regular,
.price .price__sale {
  color: #B96B5F !important;
}

/* Bouton Ajouter au panier */
.button--primary,
[data-type="add-to-cart"] button,
.product-form__submit {
  background-color: #935F5A !important;
  border-color: #935F5A !important;
}
.button--primary:hover,
.product-form__submit:hover {
  background-color: #7A4E4A !important;
  border-color: #7A4E4A !important;
}

/* Bouton Acheter maintenant */
.shopify-payment-button__button--unbranded {
  background: #2F2D2A !important;
  border-radius: 10px !important;
}

/* Quantité +/- */
.quantity {
  border-color: rgba(185,107,95,.3) !important;
  border-radius: 8px !important;
}
.quantity__button:hover {
  background: #FEF0E8 !important;
  color: #B96B5F !important;
}
/* ══ BOUTONS CHARTE LFM ══ */
:root {
  --color-primary-button-background: #935F5A;
  --color-primary-button-border: #935F5A;
  --color-primary-button-text: #FFFCFA;
  --color-primary-button-hover-background: #7A4E4A;
  --color-primary-button-hover-border: #7A4E4A;
  --color-primary-button-hover-text: #FFFCFA;
}
.button.add-to-cart-button,
.button[data-testid="standalone-add-to-cart"] {
  --button-background-color: #935F5A !important;
  --button-color: #FFFCFA !important;
  --button-border-color: #935F5A !important;
}
.product-details .button,
.product-form-buttons .button {
  --button-background-color: #935F5A !important;
  --button-color: #FFFCFA !important;
  --button-border-color: #935F5A !important;
}
.shopify-payment-button__button--unbranded,
shopify-accelerated-checkout button {
  --button-background-color: #B96B5F !important;
  --button-color: #FFFCFA !important;
  background: #B96B5F !important;
}
.product-information h1,
.product-information [data-type="text"] h1 {
  text-transform: uppercase !important;
}
/* ══ VOUS AIMEREZ AUSSI ══ */
.product-recommendations .section-background {
  background: #FFFFFF !important;
}

.product-recommendations {
  padding: 40px 0 !important;
}

.product-recommendations .section-resource-list__header {
  padding: 0 24px 24px !important;
}

/* Aligner les cartes */
.product-recommendations .product-grid {
  align-items: stretch !important;
}

.product-recommendations .product-grid__item {
  display: flex !important;
  flex-direction: column !important;
}
.product-recommendations h2,
.product-recommendations h3,
.product-recommendations .h3 {
  font-family: 'Autography', cursive !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  color: #2F2D2A !important;
}
.product-recommendations .product-grid__card [class*="product-title"],
.product-recommendations .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-recommendations .text-block p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.8em;
  max-height: 2.8em;
}
.product-recommendations .quantity-selector {
  justify-content: center !important;
}

.product-recommendations buy-buttons-component,
.product-recommendations .product-form-buttons {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.product-recommendations .quantity-selector {
  margin: 0 auto !important;
}
/* ══ PRODUITS RECOMMANDÉS — CARTES ══ */
.product-recommendations .product-grid__card {
  text-align: center !important;
}

.product-recommendations .product-grid__card .text-block p {
  text-transform: uppercase !important;
  text-align: center !important;
}

.product-recommendations .product-grid__card product-price,
.product-recommendations .product-grid__card .price {
  text-align: center !important;
  display: block !important;
}

.product-recommendations .product-grid__card .quantity-selector {
  margin: 0 auto !important;
}
/* =============================================
   HEADER TRANSPARENT — couleurs Les Fées Mères
   ============================================= */

/* Liens menu sur fond transparent */
.header[transparent] .menu-list__link,
.header[transparent] .header-actions__action {
  color: #2F2D2A !important;
}
/* ── HEADER : transparent desktop uniquement ───── */
@media (max-width: 749px) {
  .header[transparent] {
    background: #FFFCFA !important;
    position: relative !important;
  }

  .header-section:has(.header[transparent]) + .shopify-section {
    margin-top: 0 !important;
  }

  body:has(.header[transparent]) .content-for-layout > .shopify-section:first-child {
    margin-top: 0 !important;
  }
}
/* ── LOGO TAILLE DESKTOP ───────────────────────── */
@media (min-width: 750px) {
  .header-logo__image {
    height: 120px !important;
    width: auto !important;
    max-width: none !important;
  }
}

/* SECTION DESCRIPTION SEO — LFM */

.lfm-seo {
  text-align: left !important;
  text-wrap: unset !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 32px 16px !important;
}

.lfm-seo h2 {
  font-family: 'Verdana', sans-serif !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  color: #B96B5F !important;
  font-weight: bold !important;
  text-wrap: unset !important;
  text-align: left !important;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  line-height: 1.6 !important;
}

.lfm-seo h2::before {
  content: '' !important;
  display: block !important;
  width: 32px !important;
  height: 1px !important;
  background: #E9B75A !important;
  margin: 32px 0 16px 0 !important;
}

.lfm-seo h2:first-of-type::before {
  display: none !important;
}

.lfm-seo p {
  font-family: 'Verdana', sans-serif !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
  color: #2F2D2A !important;
  text-align: left !important;
  text-wrap: unset !important;
  margin-top: 0 !important;
  margin-bottom: 4px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.lfm-seo strong {
  color: #2F2D2A !important;
  font-weight: 600 !important;
}

.lfm-seo ul {
  list-style: disc !important;
  padding-left: 20px !important;
  margin: 4px 0 8px 0 !important;
  display: block !important;
}

.lfm-seo ul li {
  font-family: 'Verdana', sans-serif !important;
  font-size: 12px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: #2F2D2A !important;
  line-height: 1.7 !important;
  margin-bottom: 2px !important;
}

.lfm-seo ul li::before {
  display: none !important;
}

@media screen and (min-width: 990px) {
  .lfm-seo {
    padding: 64px 120px !important;
  }

  .lfm-seo h2 {
    font-size: 11px !important;
    text-align: left !important;
    margin-bottom: 12px !important;
  }

  .lfm-seo h2::before {
    margin: 8px 0 8px 0 !important;
  }

  .lfm-seo p {
    font-size: 14px !important;
    text-align: justify !important;
    margin-bottom: 6px !important;
  }

  .lfm-seo ul li {
    font-size: 13px !important;
  }
}

.card__heading {
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
/* Espace H1 / H2 collection heading */
.collection-hero h1,
.section-collection-heading h1 {
  margin-bottom: 8px !important;
}
/* Espace entre H1 et H2 collection heading */
#shopify-section-template--26312202584392__section > div.section.section--page-width.color-scheme-1 > div.border-style.custom-section-content > div > div {
  margin-bottom: 8px !important;
}

#shopify-section-template--26312202584392__section > div.section.section--page-width.color-scheme-1 > div.border-style.custom-section-content > div > rte-formatter {
  margin-top: 8px !important;
}
#shopify-section-template--26312202584392__section > div.section.section--page-width.color-scheme-1 > div.border-style.custom-section-content > div > rte-formatter {
  margin-bottom: 0px !important;
}
#shopify-section-template--26312202584392__section > div.section.section--page-width.color-scheme-1 {
  padding-bottom: 16px !important;
}
/* Supprime marges excessives collection heading */
.text-block--AaEhIbC8zaDZTNXRne__text_tqQTNE {
  margin-block: 0 !important;
  padding-block: 0 !important;
}

.text-block--ARHBKZWJZQ3EvaXBOZ__text_twGGkJ {
  margin-block: 0 !important;
  padding-block: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  --width: 100% !important;
  display: block !important;
  text-align: center !important;
}

.text-block--ARHBKZWJZQ3EvaXBOZ__text_twGGkJ h2 {
  margin-block: 0 !important;
  text-align: center !important;
  width: 100% !important;
  display: block !important;
}

.text-block--ARHBKZWJZQ3EvaXBOZ__text_twGGkJ h2 {
  text-align: center !important;
  width: 100% !important;
}
#shopify-section-template--26312202584392__section > div.section.section--page-width.color-scheme-1 > div.border-style.custom-section-content > div {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.text-block--ARHBKZWJZQ3EvaXBOZ__text_twGGkJ h2 {
  max-inline-size: 100% !important;
  width: 100% !important;
  text-align: center !important;
}
#BuyButtons-ProductForm-template--26312202584392__main > div > div > quantity-selector-component {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}
#BuyButtons-ProductForm-template--26312202584392__main > div > div > quantity-selector-component {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

#BuyButtons-ProductForm-template--26312202584392__main > div > div:has(quantity-selector-component) {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  gap: 4px !important;
}

#BuyButtons-ProductForm-template--26312202584392__main > div > div > quantity-selector-component {
  width: auto !important;
}
.card__buy-buttons quantity-selector-component,
.card-product-form quantity-selector-component {
  width: 100% !important;
  margin: 0 auto !important;
}

#BuyButtons-ProductForm-template--26312202584392__main > div > div > quantity-selector-component {
  height: 44px !important;
  min-height: 44px !important;
  border-radius: 8px !important;
}

#BuyButtons-ProductForm-template--26312202584392__main > div > div > quantity-selector-component button,
#BuyButtons-ProductForm-template--26312202584392__main > div > div > quantity-selector-component input {
  height: 44px !important;
  min-height: 44px !important;
}
quantity-selector-component {
  height: 44px !important;
  min-height: unset !important;
  max-height: 44px !important;
}

quantity-selector-component > *,
quantity-selector-component > div,
quantity-selector-component > form {
  height: 44px !important;
  min-height: unset !important;
  padding: 0 !important;
}
.card__heading {
  min-height: 48px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.card__information {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  flex: 1 !important;
}

.card__heading a,
.card__heading {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: 3.2em !important;
}
.card__title,
[id^="product-card-"] > div > a > div > p {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: 3.2em !important;
  max-height: 3.2em !important;
}
[id^="product-card-"] > div > a > div > p {
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 13px !important;
}
/* Intro collection — pleine largeur desktop */
#shopify-section-template--26312202584392__section > div.section.section--page-width.color-scheme-1 > div.border-style.custom-section-content > div > rte-formatter {
  width: 100% !important;
  max-width: 100% !important;
  --width: 100% !important;
  --max-width: 100% !important;
  padding: 0 40px !important;
}
@media screen and (max-width: 989px) {
  #shopify-section-template--26312202584392__section > div.section.section--page-width.color-scheme-1 > div.border-style.custom-section-content > div > rte-formatter {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}
#cart-form > div > table > tbody > tr > td.cart-items__details.cart-primary-typography > div.cart-items__product-info > p > a {
  font-family: 'Verdana', sans-serif !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: normal !important;
  color: #2F2D2A !important;
}
#cart-form > div > table > tbody > tr > td.cart-items__details.cart-primary-typography > div.cart-items__unit-price-wrapper {
  display: none !important;
}
#checkout {
  background-color: #935F5A !important;
  border-color: #935F5A !important;
}

#checkout:hover {
  background-color: #B96B5F !important;
  border-color: #B96B5F !important;
}
/* Annule Autography sur les titres produits recommandés */
.product-recommendations h1,
.product-recommendations h2,
.product-recommendations h3,
.complementary-products h1,
.complementary-products h2,
[id*="featured-collection"] h1,
[id*="featured-collection"] h2,
.card__heading {
  font-family: 'Verdana', sans-serif !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: normal !important;
}

product-title a span,
product-title a {
  font-family: 'Verdana', sans-serif !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: normal !important;
}
#shopify-section-template--26312202518856__product_list_NNFgcy > div.section.section--page-width.color-scheme-1.section-resource-list.spacing-style.gap-style > div.section-resource-list__header > div > div.group-block-content.layout-panel-flex.layout-panel-flex--row > div {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
#shopify-section-sections--26312202846536__lfm_footer_gUH79a > footer > div.lfm-footer__nl > h2 {
  text-transform: none !important;
}

/* Autography — toujours en casse par défaut */
h1, h2, h3, h4, h5, h6 {
  text-transform: none;
}
/* Page contact responsive */
@media screen and (max-width: 749px) {
  .page-width div[style*="display: flex"] {
    flex-direction: column !important;
    padding: 24px 0 !important;
  }
}
#shopify-section-template--26312202551624__main > div.section.page-width-content.color-scheme-1 > div > div > h1 {
  font-family: 'Autography', cursive !important;
  font-weight: normal !important;
  text-transform: none !important;
  font-size: 64px !important;
}

@media screen and (max-width: 749px) {
  #shopify-section-template--26312202551624__main > div.section.page-width-content.color-scheme-1 > div > div > h1 {
    font-size: 48px !important;
  }
}
@media (min-width: 750px) {
  .lfm-footer__cols {
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
  }
}
#wp-rated { max-width: 180px; margin: 0 auto 24px; }
#wp-rated-img { width: 100%; height: auto; }

.lfm-mar__intro {
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: flex-start;
  justify-content: center;
}

.lfm-mar__intro-text {
  position: sticky;
  top: 0;
}

@media (max-width: 749px) {
  .lfm-mar__intro-left div img { display: none !important; }
  .lfm-mar__intro-text > p:nth-child(2) { display: none !important; }
  .lfm-mar__intro-text > p:nth-child(3) { display: none !important; }
}

/* ══ PAGE COLLECTION BRÛLEURS ══ */

.text-block--Acnp0a2ZVbVBNdkdIY__text_tqQTNE h1 {
  font-family: 'Autography', cursive !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  text-transform: none !important;
}
.text-block--AQmVFVzdTK3JJNk1OY__text_twGGkJ.h2 h2 {
  text-align: center !important;
  width: 100% !important;
  display: block !important;
}
#shopify-section-template--26437392793928__section rte-formatter {
  display: none;
}

@media (min-width: 750px) {
  #shopify-section-template--26437392793928__section rte-formatter {
    display: block;
  }
}
.text-block--AQmVFVzdTK3JJNk1OY__text_twGGkJ {
  width: 100% !important;
  max-width: 100% !important;
}
#shopify-section-template--26437392793928__section .custom-section-content > div {
  padding: 16px 0 !important;
  gap: 4px !important;
  align-items: center !important;
  width: 100% !important;
}

#shopify-section-template--26437392793928__section .custom-section-content > div > div {
  width: 100% !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* ════════════════════════════════
   ATELIER HERO
════════════════════════════════ */
.lfm-atelier-hero {
  text-align: center;
  padding: 56px 40px 40px;
  max-width: 800px;
  margin: 0 auto;
}

.lfm-atelier-hero__h1 {
  font-family: 'Autography', cursive;
  font-size: 60px;
  font-weight: 400;
  color: #2F2D2A;
  margin: 0 0 14px;
  line-height: 1.1;
}

.lfm-atelier-hero__h2 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #B96B5F;
  margin: 0 0 28px;
}

.lfm-atelier-hero__desc {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: #2F2D2A;
  text-align: left;
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .lfm-atelier-hero {
    padding: 40px 20px 28px;
  }
  .lfm-atelier-hero__h1 {
    font-size: 46px;
  }
  .lfm-atelier-hero__h2 {
    font-size: 11px;
    letter-spacing: 0.18em;
  }
  .lfm-atelier-hero__desc {
    font-size: 14px;
  }
}
  .lfm-atelier-hero__desc {
    display: none;
  }
}
/* ════════════════════════════════
   ATELIER INFOS
════════════════════════════════ */
.lfm-atelier-infos {
  background: #FEF0E8;
  padding: 48px 24px;
}

/* ── Desktop : grille 4 colonnes ── */
.lfm-atelier-infos__grid--desktop {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.lfm-atelier-infos__card {
  background: #935F5A;
  border-radius: 12px;
  padding: 28px 16px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 120px;
}

.lfm-atelier-infos__icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lfm-atelier-infos__icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.lfm-atelier-infos__label {
  font-family: Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FFFCFA;
  margin: 0;
  text-align: center;
}

.lfm-atelier-infos__valeur {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #FFFCFA;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;        /* ← plus serré */
}

.lfm-atelier-infos__sous-valeur {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #FFFCFA;
  margin: 0;               /* ← pas d'espace au-dessus */
  text-align: center;
  line-height: 1.0;
}

/* ── Mobile : carrousel caché par défaut ── */
.lfm-infos-carousel { display: none; }
.lfm-infos-carousel__dots { display: none; }

/* ════════════════════════════════
   MOBILE
════════════════════════════════ */
@media (max-width: 768px) {
  .lfm-atelier-infos {
    padding: 32px 0;
  }

  /* Cache la grille desktop */
  .lfm-atelier-infos__grid--desktop {
    display: none;
  }

  /* Affiche le carrousel */
  .lfm-infos-carousel {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .lfm-infos-carousel__track-wrap {
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
    min-width: 0; /* important pour que flex ne déborde pas */
  }

  .lfm-infos-carousel__track {
    display: flex;
    transition: transform 0.4s ease;
    will-change: transform;
  }

  .lfm-infos-carousel__card {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
    background: #935F5A;
    border-radius: 12px;
    padding: 32px 24px;
    min-height: 140px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  /* Boutons flèches */
  .lfm-infos-carousel__btn {
    background: #935F5A;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 6px;
    flex-shrink: 0;
    transition: background 0.2s ease;
  }

  .lfm-infos-carousel__btn:hover {
    background: #B96B5F;
  }

  .lfm-infos-carousel__btn svg {
    width: 16px;
    height: 16px;
    display: block;
  }

  /* Pastilles */
  .lfm-infos-carousel__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
    padding: 0 16px;
  }

  .lfm-infos-carousel__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FCD9CA;
    display: block;
    transition: background 0.3s ease;
  }

  .lfm-infos-carousel__dot--active {
    background: #935F5A;
  }
}
/* ════════════════════════════════
   ATELIER IMAGE (desktop + mobile)
════════════════════════════════ */
.lfm-atelier-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.lfm-atelier-image__wrap {
  width: 100%;
  height: var(--hauteur-desktop, 500px);
  overflow: hidden;
}

.lfm-atelier-image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.lfm-atelier-image__placeholder {
  width: 100%;
  height: var(--hauteur-desktop, 500px);
  background: #FCD9CA;
}

.lfm-atelier-image__svg {
  width: 100%;
  height: 100%;
}

/* Desktop : affiche desktop, cache mobile */
.lfm-atelier-image__wrap--desktop {
  display: block;
}
.lfm-atelier-image__wrap--mobile {
  display: none;
}

/* ── Mobile ── */
@media (max-width: 768px) {
  /* Cache desktop, affiche mobile */
  .lfm-atelier-image__wrap--desktop {
    display: none;
  }
  .lfm-atelier-image__wrap--mobile {
    display: block;
    height: var(--hauteur-mobile, 300px);
  }

  /* Si pas d'image mobile, on réaffiche desktop en hauteur mobile */
  .lfm-atelier-image__wrap--desktop:only-child {
    display: block;
    height: var(--hauteur-mobile, 300px);
  }

  .lfm-atelier-image__placeholder {
    height: var(--hauteur-mobile, 300px);
  }
}
/* ════════════════════════════════
   PROCHAINS ATELIERS – SESSIONS
════════════════════════════════ */
.lfm-sessions {
  padding: 64px 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.lfm-sessions__titre-section {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2F2D2A;
  margin: 0 0 36px;
}

.lfm-sessions__liste {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* ── Carte ── */
.lfm-sessions__card {
  border: 1px solid #FCD9CA;
  border-radius: 16px;
  overflow: hidden;
  background: #FFFCFA;
}

/* ── Images : desktop visible, mobile caché par défaut ── */
.lfm-sessions__image {
  width: 100%;
  overflow: hidden;
  height: 360px;
}

.lfm-sessions__image--desktop {
  display: block;
}

.lfm-sessions__image--mobile {
  display: none;
}

.lfm-sessions__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ── Bande meta ── */
.lfm-sessions__meta {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 16px 28px;
  background: #FEF0E8;
  border-top: 1px solid #FCD9CA;
  border-bottom: 1px solid #FCD9CA;
}

.lfm-sessions__meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lfm-sessions__meta-item--center {
  justify-content: center;
}

.lfm-sessions__meta-item--right {
  justify-content: flex-end;
}

.lfm-sessions__meta-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.lfm-sessions__meta-icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(42%) sepia(30%) saturate(600%) hue-rotate(320deg);
  /* Ce filter applique la couleur terracotta #B96B5F à ton icône quelle que soit sa couleur d'origine */
}

.lfm-sessions__meta-label {
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B96B5F;
}

.lfm-sessions__meta-value {
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #2F2D2A;
  margin-top: 2px;
}

.lfm-sessions__badge {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #935F5A;
}

/* ── Corps ── */
.lfm-sessions__body {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  gap: 0 32px;
  padding: 28px;
  align-items: start;
}

.lfm-sessions__content {
  grid-column: 1;
  grid-row: 1 / 3;
}

.lfm-sessions__h3 {
  font-family: 'Autography', cursive;
  font-size: 38px;
  font-weight: 400;
  color: #2F2D2A;
  margin: 0 0 12px;
  line-height: 1.2;
  grid-column: 1;
}

.lfm-sessions__desc {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #2F2D2A;
}

.lfm-sessions__desc p { margin: 0 0 8px; }

.lfm-sessions__btn {
  grid-column: 2;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #935F5A;
  color: #FFFCFA;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 26px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s ease;
  align-self: start;
}

.lfm-sessions__btn:hover {
  background: #B96B5F;
  color: #FFFCFA;
}

/* ════════════════════════════════
   RESPONSIVE SESSIONS
════════════════════════════════ */

/* ── Tablette ── */
@media (max-width: 900px) {
  .lfm-sessions__body {
    flex-direction: column;
    gap: 20px;
  }
  .lfm-sessions__btn {
    width: 100%;
    text-align: center;
  }
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .lfm-sessions {
    padding: 40px 16px;
  }

  /* Bascule images desktop/mobile */
  .lfm-sessions__image--desktop {
    display: none;
  }
  .lfm-sessions__image--mobile {
    display: block;
    height: 280px;
  }
  /* Si pas d'image mobile fournie, réaffiche la desktop */
  .lfm-sessions__image--desktop:only-child {
    display: block;
    height: 240px;
  }

  /* Meta en colonne sur mobile */
  .lfm-sessions__meta {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px 20px;
  }
  .lfm-sessions__meta-item--center,
  .lfm-sessions__meta-item--right {
    justify-content: flex-start;
  }

  .lfm-sessions__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .lfm-sessions__h3 {
    font-size: 32px;
  }
}

  .lfm-sessions__content {
    grid-column: unset;
    grid-row: unset;
  }

  .lfm-sessions__btn {
    grid-column: unset;
    grid-row: unset;
    width: 100%;
    text-align: center;
  }
}


/* ════════════════════════════════
   CARROUSEL MOBILE – INFOS
════════════════════════════════ */

/* Desktop : grille normale visible, carrousel caché */
.lfm-atelier-infos__grid--desktop {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.lfm-infos-carousel {
  display: none;
}

.lfm-infos-carousel__dots {
  display: none;
}

/* Mobile : grille cachée, carrousel visible */
@media (max-width: 768px) {
  .lfm-atelier-infos {
    padding: 32px 0;
  }

  .lfm-atelier-infos__grid--desktop {
    display: none;
  }

  .lfm-infos-carousel {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
  }

  .lfm-infos-carousel__track-wrap {
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
  }

  .lfm-infos-carousel__track {
    display: flex;
    transition: transform 0.4s ease;
  }

  .lfm-infos-carousel__card {
    min-width: 100%;
    flex-shrink: 0;
    border-radius: 12px;      /* angles arrondis comme desktop */
    padding: 32px 24px;
    min-height: 140px;
    box-sizing: border-box;
  }

  /* Boutons flèches */
  .lfm-infos-carousel__btn {
    background: #935F5A;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease;
    flex-shrink: 0;
  }

  .lfm-infos-carousel__btn:hover {
    background: #B96B5F;
  }

  .lfm-infos-carousel__btn svg {
    width: 18px;
    height: 18px;
    color: #FFFCFA;
    stroke: #FFFCFA;
  }

  /* Pastilles */
  .lfm-infos-carousel__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }

  .lfm-infos-carousel__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FCD9CA;
    transition: background 0.3s ease;
    display: block;
  }

  .lfm-infos-carousel__dot--active {
    background: #935F5A;
  }
}
/* ============================================================
   LFM — COFFRETS / BUNDLES
   À ajouter dans base.css
   ============================================================ */

.lfm-coffret {
  background: #FFFCFA;
  padding: 60px 20px;
}

.lfm-coffret__inner {
  max-width: 900px;
  margin: 0 auto;
}

.lfm-coffret__title {
  font-family: Verdana, sans-serif !important;
  font-size: 28px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  text-align: center !important;
}

.lfm-coffret__intro {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  color: #2F2D2A;
  text-align: center;
  margin-bottom: 48px;
}

/* ── Image coffret ── */
.lfm-coffret__card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 16px;
}

/* ── Carte bundle ── */
.lfm-coffret__card {
  background: #FEF0E8;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 0;
  min-width: 0;
  overflow: hidden;
}

.lfm-coffret__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.lfm-coffret__card-title {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2F2D2A;
  margin: 0;
}

.lfm-coffret__prices {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lfm-coffret__price-old {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  color: #935F5A;
  text-decoration: line-through;
  opacity: 0.7;
}

.lfm-coffret__price-new {
  font-family: Verdana, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #935F5A;
}

.lfm-coffret__desc {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #2F2D2A;
  margin-bottom: 20px;
}

/* ── Sélecteur ── */
.lfm-coffret__selector {
  margin-bottom: 24px;
}

.lfm-coffret__selector-label {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #2F2D2A;
  margin-bottom: 12px;
}

.lfm-coffret__counter {
  display: inline-block;
  background: #935F5A;
  color: #FFFCFA;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 20px;
  margin-left: 8px;
  font-weight: normal;
}

/* ── Grille des cartes coffrets ── */
.lfm-coffret__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 750px) {
  .lfm-coffret__cards {
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }
}

/* ── Carrousel produits (slide horizontal) ── */
.lfm-coffret__carousel {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: #FCD9CA #FEF0E8;
  min-width: 0;
  max-width: 100%;
}

.lfm-coffret__carousel::-webkit-scrollbar {
  height: 4px;
}

.lfm-coffret__carousel::-webkit-scrollbar-track {
  background: #FEF0E8;
  border-radius: 2px;
}

.lfm-coffret__carousel::-webkit-scrollbar-thumb {
  background: #FCD9CA;
  border-radius: 2px;
}

/* ── Item produit ── */
.lfm-coffret__item {
  background: #FFFCFA;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 10px 8px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  width: 110px;
  min-width: 90px;
  scroll-snap-align: start;
  position: relative;
}

.lfm-coffret__item:hover {
  border-color: #E9B75A;
}

.lfm-coffret__item--selected {
  border-color: #935F5A;
  box-shadow: 0 0 0 2px #935F5A33;
  background: #FCD9CA;
}

.lfm-coffret__item--sold-out {
  opacity: 0.45;
  cursor: not-allowed;
}

.lfm-coffret__item img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
}

.lfm-coffret__item-name {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #2F2D2A;
  line-height: 1.3;
}

.lfm-coffret__item-price {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #935F5A;
  font-weight: bold;
}

.lfm-coffret__item-soldout {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #935F5A;
  font-style: italic;
}

.lfm-coffret__item-qty {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #935F5A;
  color: #FFFCFA;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Bouton ── */
.lfm-coffret__actions {
  margin-top: 8px;
}

.lfm-coffret__btn {
  background: #935F5A;
  color: #FFFCFA;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 30px;
  padding: 14px 32px;
  cursor: pointer;
  transition: opacity 0.2s, background 0.2s;
  width: 100%;
}

.lfm-coffret__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.lfm-coffret__btn:not(:disabled):hover {
  background: #B96B5F;
}

.lfm-coffret__error {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  color: #B96B5F;
  margin-top: 8px;
  min-height: 18px;
}

/* ── Mobile ── */
@media (max-width: 749px) {
  .lfm-coffret {
    padding: 40px 16px;
  }

  .lfm-coffret__title {
    font-size: 22px;
  }

  .lfm-coffret__card {
    padding: 20px 16px;
  }

  .lfm-coffret__card-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .lfm-coffret__card-title {
    font-size: 14px;
  }

  .lfm-coffret__item img {
    width: 60px;
    height: 60px;
  }
}

/* ════════════════════════════════
   404 HERO
════════════════════════════════ */
.lfm-404-hero {
  text-align: center;
  padding: 56px 40px 40px;
  max-width: 800px;
  margin: 0 auto;
}

.lfm-404-hero__h1 {
  font-family: 'Autography', cursive;
  font-size: 100px;
  font-weight: 500;
  color: #B96B5F;
  margin: 0 0 14px;
  line-height: 1.1;
}

.lfm-404-hero__h2 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2F2D2A;
  margin: 0 0 28px;
}

.lfm-404-hero__desc {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: #2F2D2A;
  text-align: left;
}

.lfm-404-hero__button {
  background-color : #935F5A;
  border : none;
  border-radius : 50px;
  padding : 20px;
  margin : 50px;
}

.lfm-404-hero__button:hover {
  background-color: #B96B5F;
}

.lfm-404-hero__a {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  color: #FFFCFA;
  text-align: center;
  text-transform: uppercase;
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .lfm-404-hero {
    padding: 40px 20px 28px;
  }
  .lfm-404-hero__h1 {
    font-size: 60px;
  }
  .lfm-404-hero__h2 {
    font-size: 11px;
  }

 .lfm-404-hero__p {
    font-size: 10px;
  }

  .lfm-404-hero__desc {
    font-size: 14px;
  }
  .lfm-404-hero__desc {
    display: none;
  }
  .lfm-404-hero__button {
     font-size: 14px;
     padding : 15px;
}
}


/* ════════════════════════════════
   Rechercher
════════════════════════════════ */

.resource-card__title.paragraph{
  font-family : Verdana, sans-serif !important; 
  font-size : 12px !important;
  font-weight : 800 !important;
  text-transform: uppercase;
  text-align : center;
  }

.resource-card__content {
  align-items : center;
      }

.predictive-search-results__title{
  font-size : 50px !important;
  margin-top : 20px !important;
      }

.product-media__inner {
  display: grid !important;
  position: relative;
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 100%;
}

.product-media__inner > * {
  grid-area: 1 / 1;
}

.lfm-badge-promo {
  font-family: Verdana, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(47, 45, 42, 0.18);
  pointer-events: none;
  align-self: start;
  justify-self: start;
  margin: 12px;
  background-color: var(--badge-bg, #B96B5F);
  color: var(--badge-color, #FFFCFA);
}

.lfm-badge-promo-card {
  font-family: Verdana, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(47, 45, 42, 0.18);
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--badge-bg, #B96B5F);
  color: var(--badge-color, #FFFCFA);
}

/* Prix sur page collection : n'afficher que s'il y a un prix barré (compare_at_price) */
.product-grid product-card product-price:not(:has(.compare-at-price)) {
  display: none;
}
/* ══════════════════════════════════════════════════════════════════ */
/* FALLBACKS GÉNÉRIQUES — protection contre les futures updates       */
/* Ces règles utilisent des sélecteurs stables (data-template, class  */
/* substring) qui survivent aux régénérations d'IDs Shopify.          */
/* ══════════════════════════════════════════════════════════════════ */

/* H1 collection en Autography — fallback si l'ID hardcodé change */
[data-template^="collection"] .text-block.h1 h1,
[data-template^="collection"] .text-block.h1 :is(h1, h2, h3, h4, h5, h6) {
  font-family: 'Autography', cursive !important;
  font-size: 58px;
  font-weight: 400;
  color: #2f2d2a;
}

/* Reset margins/paddings sur les blocs heading collection */
[data-template^="collection"] .text-block.h1,
[data-template^="collection"] .text-block.h2,
[data-template^="collection"] .text-block.paragraph,
[data-template^="collection"] .text-block.rte {
  padding-block: 0 !important;
}

/* ═══ FIX cartes produits sur grille collection ═══ */

/* Sélecteur quantité = pleine largeur (= bouton AJOUTER) */
[data-template^="collection"] .product-card quantity-selector-component,
[data-template^="collection"] .card__buy-buttons quantity-selector-component,
[data-template^="collection"] .card-product-form quantity-selector-component {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
}

/* Aligner les cartes : hauteur égale + push prix/sélecteur/bouton en bas */
[data-template^="collection"] .product-card,
[data-template^="collection"] .card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
[data-template^="collection"] .product-card .card__information,
[data-template^="collection"] .card .card__information {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}
/* Push le bloc actions (sélecteur + bouton) en bas de la carte */
[data-template^="collection"] .product-card .product-form-buttons,
[data-template^="collection"] .product-card .buy-buttons-block,
[data-template^="collection"] .card .product-form-buttons,
[data-template^="collection"] .card .buy-buttons-block {
  margin-top: auto !important;
}

/* Force l'élément .quantity-selector interne (override la variable --quantity-selector-width: 124px) */
[data-template^="collection"] .product-card .quantity-selector,
[data-template^="collection"] .card__buy-buttons .quantity-selector,
[data-template^="collection"] .card-product-form .quantity-selector,
.product-card .quantity-selector,
.card__buy-buttons .quantity-selector,
.card-product-form .quantity-selector {
  --quantity-selector-width: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
}

/* ════════ FIX bugs Horizon 3.5.1 ════════ */

/* Bug 1 — Description collection pleine largeur (mobile-first) */
[data-template^="collection"] .text-block.paragraph,
[data-template^="collection"] .text-block.rte,
[data-template^="collection"] .text-block p,
[data-template^="collection"] rte-formatter {
  width: 100% !important;
  max-width: 100% !important;
}

/* Bug 2 — Masquer prix produits sans promo (sélecteurs étendus pour 3.5.1) */
product-card product-price:not(:has(.compare-at-price)),
.product-grid product-card product-price:not(:has(.compare-at-price)),
.product-card product-price:not(:has(.compare-at-price)),
.card product-price:not(:has(.compare-at-price)) {
  display: none !important;
}

/* Bug 3 — H1/H2 metachamp description (accordéon) en Verdana pour lisibilité */
.metafield-rich_text_field h1,
.lfm-acc__body h1,
.lfm-acc__body .metafield-rich_text_field h1 {
  font-family: 'Verdana', sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #2F2D2A !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  line-height: 1.4 !important;
  margin-bottom: 8px !important;
}
.metafield-rich_text_field h2,
.lfm-acc__body h2 {
  font-family: 'Verdana', sans-serif !important;
  font-size: 14px !important;
  font-weight: bold !important;
  color: #2F2D2A !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* ════════ FIX bugs Horizon 3.5.1 — round 2 ════════ */

/* Bug 1 — Centrer text-blocks collection sur TOUS écrans (mobile-first + desktop) */
[data-template^="collection"] .text-block.h1,
[data-template^="collection"] .text-block.h2,
[data-template^="collection"] .text-block.paragraph,
[data-template^="collection"] .text-block.rte,
[data-template^="collection"] .text-block.h1 > *,
[data-template^="collection"] .text-block.h2 > *,
[data-template^="collection"] .text-block.paragraph > *,
[data-template^="collection"] .text-block.rte > *,
[data-template^="collection"] .text-block p,
[data-template^="collection"] .text-block h1,
[data-template^="collection"] .text-block h2 {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Bug 2 — Masquer prix sans promo (renforcé avec spécificité plus haute) */
body[data-template^="collection"] product-card product-price:not(:has(.compare-at-price)),
body[data-template^="collection"] .product-grid product-card product-price:not(:has(.compare-at-price)),
body[data-template^="collection"] product-card product-price:not(:has(span[class*="compare"])) {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Bug 3 — Sélecteur quantité contenu dans la carte (pas de débordement) */
[data-template^="collection"] quantity-selector-component,
[data-template^="collection"] .quantity-selector {
  box-sizing: border-box !important;
  overflow: hidden !important;
  max-width: 100% !important;
}
[data-template^="collection"] quantity-selector-component button,
[data-template^="collection"] .quantity-selector button {
  flex-shrink: 0 !important;
}

/* ════════ FIX bugs Horizon 3.5.1 — round 3 (basé sur DevTools réels) ════════ */

/* Bug PRIX 3.5.1 — la nouvelle structure DOM met TOUJOURS un .compare-at-price */
/* Le vrai marqueur de "pas de promo" = .price__sale.price__hidden */
/* On cache <product-price> qui contient un price__sale caché (= pas de promo) */
body[data-template^="collection"] product-card product-price:has(.price__sale.price__hidden),
body[data-template^="collection"] product-card product-price:has(.price__hidden) {
  display: none !important;
}

/* Bug MOBILE ALIGNMENT — forcer le parent à centrer ses enfants */
[data-template^="collection"] .section-content-wrapper,
[data-template^="collection"] .custom-section-content,
[data-template^="collection"] .border-style.custom-section-content,
[data-template^="collection"] .section--page-width > div,
[data-template^="collection"] [data-testid="section-content"] {
  align-items: center !important;
  text-align: center !important;
}
[data-template^="collection"] .text-block.h1,
[data-template^="collection"] .text-block.h2,
[data-template^="collection"] .text-block.paragraph,
[data-template^="collection"] .text-block.rte {
  align-self: center !important;
}

/* ════════ FIX bugs Horizon 3.5.1 — round 4 (basé sur DevTools mobile) ════════ */

/* PRIX — approche INVERSE : cache TOUS par défaut, montre vraies promos seulement */
body[data-template^="collection"] product-card product-price {
  display: none !important;
}
body[data-template^="collection"] product-card product-price:has(.price__sale:not(.price__hidden)) {
  display: flex !important;
}

/* MOBILE — DESCRIPTION cachée (paragraph + rte) */
@media screen and (max-width: 749px) {
  [data-template^="collection"] .text-block.paragraph,
  [data-template^="collection"] .text-block.rte,
  [data-template^="collection"] .text-block[class*="paragraph"] {
    display: none !important;
  }
}

/* MOBILE + DESKTOP — forcer largeur 100% sur titre/sous-titre (corrige le "2 colonnes") */
[data-template^="collection"] .text-block.h1,
[data-template^="collection"] .text-block.h2 {
  width: 100% !important;
  max-width: 100% !important;
  --width: 100% !important;
  --max-width: 100% !important;
}

/* SÉLECTEUR QUANTITÉ — pleine largeur stricte (= bouton AJOUTER) */
[data-template^="collection"] product-card quantity-selector-component,
[data-template^="collection"] product-card .quantity-selector {
  width: 100% !important;
  max-width: 100% !important;
  --quantity-selector-width: 100% !important;
  flex: 1 1 100% !important;
  margin: 0 !important;
}

/* ════════ FIX bugs Horizon 3.5.1 — round 5 ════════ */

/* Sélecteur quantité — empêcher tout débordement, forcer rester DANS la card */
[data-template^="collection"] product-card quantity-selector-component,
[data-template^="collection"] product-card .quantity-selector,
[data-template^="collection"] .card__buy-buttons quantity-selector-component,
[data-template^="collection"] .card__buy-buttons .quantity-selector {
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  flex: 1 1 0% !important;
  box-sizing: border-box !important;
}
/* Le conteneur parent direct doit lui aussi permettre la contraction */
[data-template^="collection"] product-card .product-form-buttons,
[data-template^="collection"] product-card .buy-buttons-block,
[data-template^="collection"] product-card .card__buy-buttons {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* cache-bust 1779624231 */

/* ════════ FIX bugs Horizon 3.5.1 — round 6 (selecteurs sans body, marge sélecteur) ════════ */

/* PRIX — cacher uniquement le price STANDALONE (text-block.paragraph), pas celui dans le bouton AJOUTER */
product-card product-price.text-block.paragraph {
  display: none !important;
}
product-card product-price.text-block.paragraph:has(.price__sale:not(.price__hidden)) {
  display: flex !important;
}

/* SÉLECTEUR QUANTITÉ — marge interne pour ne plus déborder */
product-card quantity-selector-component,
product-card .quantity-selector,
.card__buy-buttons quantity-selector-component,
.card__buy-buttons .quantity-selector {
  min-width: 0 !important;
  max-width: calc(100% - 8px) !important;
  width: calc(100% - 8px) !important;
  margin: 0 4px !important;
  flex: 1 1 0% !important;
  box-sizing: border-box !important;
}

/* cache-bust 1779700000 */

/* ════════ Sélecteur qty = pleine largeur SANS marge (= largeur du bouton) ════════ */
main[data-template^="collection"] product-card quantity-selector-component,
main[data-template^="collection"] product-card .quantity-selector,
main[data-template^="collection"] .card__buy-buttons quantity-selector-component,
main[data-template^="collection"] .card__buy-buttons .quantity-selector,
main[data-template^="collection"] .card-product-form quantity-selector-component,
main[data-template^="collection"] .card-product-form .quantity-selector,
product-card quantity-selector-component,
product-card .quantity-selector {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  flex: 1 1 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

/* cache-bust 1779700100 */

/* ════════ FIX final round 8 — le wrapper qty qui dépasse ════════ */
/* Le div.quantity-selector-wrapper déborde de la card (278px dans card 260px) */
.quantity-selector-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}
product-card .quantity-selector-wrapper,
.product-card .quantity-selector-wrapper,
main[data-template] .quantity-selector-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* cache-bust 1779700200 */

/* ════════ FIX round 9 — description page collection (alignement + couleur H2) ════════ */

/* La description (text-block.paragraph et text-block.rte) doit être alignée à GAUCHE, pas centrée */
[data-template^="collection"] .text-block.paragraph,
[data-template^="collection"] .text-block.rte,
[data-template^="collection"] .text-block.paragraph > *,
[data-template^="collection"] .text-block.rte > *,
[data-template^="collection"] .text-block.paragraph p,
[data-template^="collection"] .text-block.rte p,
[data-template^="collection"] .text-block.paragraph li,
[data-template^="collection"] .text-block.rte li,
[data-template^="collection"] .text-block.paragraph ul,
[data-template^="collection"] .text-block.rte ul {
  text-align: left !important;
}

/* Les H2/H3/H4 imbriqués DANS la description (metafield rich text) en orange Verdana */
[data-template^="collection"] .text-block.paragraph h2,
[data-template^="collection"] .text-block.rte h2,
[data-template^="collection"] .text-block.paragraph h3,
[data-template^="collection"] .text-block.rte h3,
[data-template^="collection"] .text-block.paragraph h4,
[data-template^="collection"] .text-block.rte h4 {
  font-family: 'Verdana', sans-serif !important;
  color: #b96b5f !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  text-align: left !important;
  margin-top: 16px !important;
  margin-bottom: 8px !important;
}

/* cache-bust 1779700300 */

/* ════════ FIX round 10 — mobile titre disparu + titre couleur ════════ */

/* Bug 3 — Mobile : ré-afficher SEULEMENT les titres produits (pas les prix !) */
@media screen and (max-width: 749px) {
  product-card .text-block.lfm-seo,
  product-card .text-block[class*="product_title"],
  .product-card .text-block.lfm-seo,
  .product-card .text-block[class*="product_title"] {
    display: block !important;
  }
  /* Garder le prix CACHÉ en mobile aussi (sauf vraies promos) */
  product-card product-price.text-block.paragraph,
  product-card product-price.text-block.rte,
  .product-card product-price.text-block.paragraph,
  .product-card product-price.text-block.rte {
    display: none !important;
  }
  product-card product-price.text-block.paragraph:has(.price__sale:not(.price__hidden)),
  product-card product-price.text-block.rte:has(.price__sale:not(.price__hidden)),
  .product-card product-price.text-block.paragraph:has(.price__sale:not(.price__hidden)),
  .product-card product-price.text-block.rte:has(.price__sale:not(.price__hidden)) {
    display: flex !important;
  }
}

/* Bug 2 — Forcer le titre du produit en NOIR charte LFM (#2F2D2A) au lieu du orange par défaut */
product-card .text-block.lfm-seo,
product-card .text-block.lfm-seo p,
product-card .text-block.lfm-seo a,
product-card .text-block[class*="product_title"],
product-card .text-block[class*="product_title"] p,
product-card .text-block[class*="product_title"] a,
.product-card .text-block.lfm-seo,
.product-card .text-block.lfm-seo p,
.product-card .text-block.lfm-seo a,
.product-card .text-block[class*="product_title"],
.product-card .text-block[class*="product_title"] p,
.product-card .text-block[class*="product_title"] a {
  color: #2F2D2A !important;
}

/* Style du prix injecté dans le bouton AJOUTER (via lfm-button-price.js) */
.add-to-cart-button .lfm-btn-price {
  font-weight: inherit;
  margin-left: 4px;
}

/* cache-bust 1779700400 */

/* Prix bouton AJOUTER : le prix est injecté en texte pur dans
   .add-to-cart-text__content par lfm-button-price.js (reste sur 1 ligne). */

/* Sur mobile, Horizon masque le libellé "AJOUTER" (is-visually-hidden-mobile)
   et ne laisse que l'icône. On le ré-affiche dans les cartes produit pour
   montrer "AJOUTER · €X,XX" comme sur desktop. */
@media screen and (max-width: 749px) {
  product-card .add-to-cart-button .add-to-cart-text__content,
  .product-card .add-to-cart-button .add-to-cart-text__content {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    white-space: nowrap !important;
    font-size: 0.78rem !important;
  }
}

/* Bouton AJOUTER + prix : TOUJOURS sur une seule ligne (desktop ET mobile) */
product-card .add-to-cart-button,
.product-card .add-to-cart-button {
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}
product-card .add-to-cart-button .add-to-cart-text,
product-card .add-to-cart-button .add-to-cart-text__content,
.product-card .add-to-cart-button .add-to-cart-text,
.product-card .add-to-cart-button .add-to-cart-text__content {
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
}

/* Centrer le TITRE des produits dans la grille (desktop + mobile) */
product-card .text-block[class*="product_title"],
product-card .text-block.lfm-seo,
.product-card .text-block[class*="product_title"],
.product-card .text-block.lfm-seo {
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  --width: 100% !important;
}
product-card .text-block[class*="product_title"] p,
product-card .text-block.lfm-seo p,
.product-card .text-block[class*="product_title"] p,
.product-card .text-block.lfm-seo p {
  text-align: center !important;
  width: 100% !important;
}

/* Tableau d'infos produit (durée combustion / cire / mèche) :
   PLEINE LARGEUR, colonnes égales, aligné avec le bouton AJOUTER, cellules centrées */
[data-template^="product"] .rte-table-wrapper {
  display: block !important;
  text-align: center !important;
  width: 100% !important;
}
[data-template^="product"] .rte-table-wrapper table {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  table-layout: fixed !important;
}
[data-template^="product"] .rte-table-wrapper th,
[data-template^="product"] .rte-table-wrapper td,
[data-template^="product"] .rte-table-wrapper thead,
[data-template^="product"] .rte-table-wrapper tbody,
[data-template^="product"] .rte-table-wrapper tr {
  text-align: center !important;
  vertical-align: middle !important;
}
[data-template^="product"] .rte-table-wrapper td,
[data-template^="product"] .rte-table-wrapper th {
  width: 33.33% !important;
}

/* Sélecteur de quantité PLEINE LARGEUR sur la fiche produit (= largeur du bouton AJOUTER) */
[data-template^="product"] .quantity-selector-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
[data-template^="product"] .quantity-selector-wrapper .quantity-selector,
[data-template^="product"] .product-form-buttons .quantity-selector {
  width: 100% !important;
  max-width: 100% !important;
  --quantity-selector-width: 100% !important;
  flex: 1 1 100% !important;
  min-width: 0 !important;
}

/* ════ CARTES PRODUIT — style COHÉRENT partout (collection, « Vous aimerez aussi », recherche) ════ */
/* Sélecteur quantité pleine largeur dans toutes les cartes */
product-card quantity-selector-component,
product-card .quantity-selector,
product-card .card__buy-buttons quantity-selector-component,
product-card .card__buy-buttons .quantity-selector {
  width: 100% !important;
  max-width: 100% !important;
  --quantity-selector-width: 100% !important;
  flex: 1 1 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  border-radius: 30px !important;
}
product-card .quantity-selector-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
/* Titre centré + noir charte dans toutes les cartes */
product-card .text-block[class*="product_title"],
product-card .text-block.lfm-seo {
  text-align: center !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
product-card .text-block[class*="product_title"] *,
product-card .text-block.lfm-seo * {
  text-align: center !important;
  color: #2F2D2A !important;
}
/* Prix standalone caché (sauf vraie promo) dans toutes les cartes
   — tous presets (paragraph/rte/h5/h6), le prix est sur le bouton */
product-card product-price.text-block.paragraph,
product-card product-price.text-block.rte,
product-card product-price.text-block.h5,
product-card product-price.text-block.h6 {
  display: none !important;
}
product-card product-price.text-block:has(.price__sale:not(.price__hidden)) {
  display: flex !important;
}

/* Menu navigation — Verdana, MAJUSCULES, plus grand (desktop)
   On cible le lien ET ses enfants (le texte peut être dans un span interne) */
.menu-list__link,
.menu-list__link > *,
.menu-list__link span,
.header__menu-item,
.header__menu-item > * {
  font-family: 'Verdana', sans-serif !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
}
/* Menu mobile (tiroir) — Verdana, MAJUSCULES */
.menu-drawer__menu-item,
.menu-drawer__menu-item .menu-drawer__menu-item-link {
  font-family: 'Verdana', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
}

/* cache-bust 1779702100 */

/* ════ Bouton AJOUTER : prix inline + ref préservée + même largeur que le sélecteur ════ */
/* Le prix (.lfm-btn-price) est ajouté par lfm-button-price.js, reste sur la ligne */
.add-to-cart-button .add-to-cart-text__content {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: baseline !important;
  white-space: nowrap !important;
}
.add-to-cart-button .lfm-btn-price {
  display: inline !important;
  white-space: nowrap !important;
}
/* Masquer le compteur quantité "(1)" du libellé (garde la ref dans le DOM → pas d'erreur) */
.add-to-cart-button [ref="quantityDisplay"] {
  display: none !important;
}
/* Bouton ET sélecteur quantité = MÊME largeur (100%) dans toutes les cartes */
product-card .add-to-cart-button,
product-card .buy-buttons-block,
product-card .buy-buttons-block > *,
product-card .product-form-buttons {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* cache-bust 1779702300 */

/* Masquer l'overlay quick-add au survol de l'image (le "truc" qui flottait sur l'image).
   Le bouton AJOUTER principal sous le titre reste, lui. */
product-card .quick-add {
  display: none !important;
}

/* cache-bust 1779702400 */

/* Bouton AJOUTER carte = PLEINE LARGEUR (= sélecteur), même quand c'est un .button simple
   (cas de "Vous aimerez aussi" où le bouton est centré à la largeur du texte) */
product-card .buy-buttons-block .add-to-cart-button,
product-card .product-form-buttons .add-to-cart-button,
product-card .buy-buttons-block button.button,
product-card .product-form-buttons button.button,
product-card .card__buy-buttons .add-to-cart-button {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
  align-self: stretch !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* Conteneurs : étirer les enfants (ne pas centrer le bouton) */
product-card .buy-buttons-block,
product-card .product-form-buttons,
product-card .card__buy-buttons {
  align-items: stretch !important;
  width: 100% !important;
}

/* cache-bust 1779702500 */

/* Spécificité maximale pour battre la règle Horizon sur .button (bouton reco étroit) */
main[data-template] product-card .buy-buttons-block button.add-to-cart-button.button,
main[data-template] product-card .product-form-buttons button.add-to-cart-button.button,
main[data-template] product-card .card__buy-buttons button.add-to-cart-button.button,
main[data-template] product-card .add-to-cart-button.button:not(.quick-add__button) {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
  align-self: stretch !important;
}

/* cache-bust 1779702600 */

/* Bouton reco étroit : le wrapper <add-to-cart-component> est display:inline → rétrécit.
   On force le wrapper + ses parents directs en pleine largeur. */
product-card .product-form-buttons > *,
product-card .buy-buttons-block > * {
  flex: 1 1 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
product-card add-to-cart-component {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}
product-card add-to-cart-component > * {
  width: 100% !important;
}

/* cache-bust 1779703000 */
