/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 31 2026 | 01:36:01 */
/* ===================================================
   NF SENTEURS - Archive Boutique PREMIUM
   Design haut de gamme et responsive
   =================================================== */

/* 1. ESPACEMENT SECTIONS */
.post-type-archive-product .elementor-element-4c0154bd {
  padding-top: 90px !important;
  padding-bottom: 70px !important;
}
.post-type-archive-product .elementor-element-578dbc68 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.post-type-archive-product .elementor-element-79bbfa48 {
  padding-top: 48px !important;
  padding-bottom: 80px !important;
}

/* 2. FIX STICKY - Override elementor overflow hidden sur archive */
.elementor.elementor-988285 {
  overflow: visible !important;
}
.elementor.elementor-988285 > .elementor-section-wrap {
  overflow: visible !important;
}
.post-type-archive-product .elementor-top-section {
  overflow: visible !important;
}
.post-type-archive-product .elementor-container {
  overflow: visible !important;
}
.post-type-archive-product .elementor-column {
  overflow: visible !important;
}
.post-type-archive-product .elementor-widget-wrap {
  overflow: visible !important;
}

/* 3. SIDEBAR STICKY DESKTOP */
@media (min-width: 1025px) {

  /* Sidebar column: align-self flex-start so it shrinks to content height.
     This allows position:sticky to scroll through the full products column. */
  .post-type-archive-product .elementor-element-7bb23780,
  .tax-product_cat .elementor-element-7bb23780,
  .tax-pa_marque .elementor-element-7bb23780 {
    align-self: flex-start !important;
  }

  .nf-filters-sidebar {
    position: sticky !important;
    top: 152px !important;
    max-height: calc(100vh - 172px) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #b89968 transparent;
  }
  .nf-filters-body {
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 4px !important;
    scrollbar-width: thin;
    scrollbar-color: #b89968 transparent;
  }
  .nf-filters-body::-webkit-scrollbar { width: 4px; }
  .nf-filters-body::-webkit-scrollbar-track { background: transparent; }
  .nf-filters-body::-webkit-scrollbar-thumb { background: #b89968; border-radius: 2px; }

  .nf-filters-header { display: none !important; }
  .nf-filters-trigger-btn { display: none !important; }
  .nf-filters-overlay { display: none !important; }
}

/* 4. DRAWER MOBILE */
@media (max-width: 1024px) {
  #nf-filters-toggle {
    display: none !important;
  }
  .nf-filters-sidebar {
    position: fixed !important;
    top: 0 !important;
    left: -320px !important;
    width: 300px !important;
    max-width: 85vw !important;
    height: 100vh !important;
    max-height: none !important;
    overflow-y: auto !important;
    background: #faf8f4 !important;
    z-index: 9999 !important;
    transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    padding: 24px 20px !important;
    box-shadow: 4px 0 24px rgba(26,16,9,0.12) !important;
  }
  .nf-sidebar-open .nf-filters-sidebar {
    left: 0 !important;
  }
  .nf-filters-overlay {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(26,16,9,0.45) !important;
    z-index: 9998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.35s ease !important;
    cursor: pointer !important;
  }
  .nf-sidebar-open .nf-filters-overlay {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .nf-filters-trigger-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: transparent !important;
    border: 1px solid #b89968 !important;
    color: #b89968 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    padding: 8px 16px !important;
    cursor: pointer !important;
    margin-bottom: 12px !important;
  }
  .nf-filters-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid rgba(184,153,104,0.3) !important;
    margin-bottom: 24px !important;
  }
}

/* 5. SIDEBAR - Groupes delimites */
.nf-filters-sidebar {
  font-family: inherit !important;
}

.nf-filter-group {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.nf-filter-group + .nf-filter-group {
  border-top: 1px solid rgba(184,153,104,0.35) !important;
  margin-top: 8px !important;
  padding-top: 8px !important;
}

.nf-filter-group-title {
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #b89968 !important;
  margin: 0 0 12px 0 !important;
  padding: 16px 0 10px 0 !important;
  position: relative !important;
  display: block !important;
}
.nf-filter-group-title::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 28px !important;
  height: 1px !important;
  background: #b89968 !important;
}

/* 6. CHECKBOXES - Style premium */
.nf-filter-list {
  list-style: none !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}

.nf-filter-item {
  margin: 0 !important;
  padding: 0 !important;
}

.nf-filter-label {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 7px 0 !important;
  cursor: pointer !important;
  border-bottom: 1px solid rgba(26,16,9,0.06) !important;
  transition: color 0.2s ease !important;
  color: #5a4a3a !important;
}
.nf-filter-label:hover {
  color: #b89968 !important;
}

/* Checkbox custom style */
.nf-filter-cb {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  border: 1px solid rgba(184,153,104,0.6) !important;
  border-radius: 2px !important;
  background: #fff !important;
  cursor: pointer !important;
  position: relative !important;
  transition: all 0.15s ease !important;
  flex-shrink: 0 !important;
}
.nf-filter-cb:checked {
  background: #b89968 !important;
  border-color: #b89968 !important;
}
.nf-filter-cb:checked::after {
  content: '' !important;
  position: absolute !important;
  left: 4px !important;
  top: 1px !important;
  width: 5px !important;
  height: 8px !important;
  border: 2px solid #fff !important;
  border-top: none !important;
  border-left: none !important;
  transform: rotate(45deg) !important;
}
.nf-filter-cb:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(184,153,104,0.25) !important;
}

.nf-filter-name {
  flex: 1 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

.nf-filter-count {
  font-size: 11px !important;
  color: #b89968 !important;
  font-weight: 400 !important;
  opacity: 0.8 !important;
  flex-shrink: 0 !important;
}

/* 7. TAGS FILTRES ACTIFS */
.nf-active-filters {
  flex-direction: column !important;
  gap: 8px !important;
  padding: 12px 0 !important;
  margin-bottom: 4px !important;
  border-bottom: 1px solid rgba(184,153,104,0.35) !important;
}

.nf-active-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

.nf-active-tag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  background: rgba(184,153,104,0.12) !important;
  border: 1px solid rgba(184,153,104,0.4) !important;
  color: #1a1009 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  padding: 3px 8px 3px 10px !important;
  border-radius: 20px !important;
  white-space: nowrap !important;
}

.nf-tag-remove {
  background: none !important;
  border: none !important;
  color: #b89968 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  padding: 0 0 1px 2px !important;
  display: flex !important;
  align-items: center !important;
  transition: color 0.15s ease !important;
}
.nf-tag-remove:hover {
  color: #1a1009 !important;
}

.nf-reset-all {
  background: none !important;
  border: none !important;
  color: #8a7a6a !important;
  font-size: 11px !important;
  text-decoration: underline !important;
  cursor: pointer !important;
  padding: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  transition: color 0.15s ease !important;
  text-align: left !important;
}
.nf-reset-all:hover {
  color: #b89968 !important;
}

/* 8. BOUTON APPLIQUER */
.nf-filter-actions {
  padding: 12px 0 8px 0 !important;
  background: #f8f5f0 !important;
  border-top: 1px solid rgba(184,153,104,0.3) !important;
  position: sticky !important;
  bottom: 0 !important;
  z-index: 10 !important;
  margin: 0 !important;
}

.nf-apply-btn {
  width: 100% !important;
  background: #1a1009 !important;
  color: #f2e8d5 !important;
  border: 1px solid #1a1009 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  padding: 12px 16px !important;
  cursor: pointer !important;
  transition: background 0.2s ease, color 0.2s ease !important;
  border-radius: 1px !important;
}
.nf-apply-btn:hover {
  background: #b89968 !important;
  border-color: #b89968 !important;
  color: #fff !important;
}

/* 9. VIGNETTES - Fix scrollbar */
.woocommerce-LoopProduct-link {
  overflow: hidden !important;
  display: block !important;
}
.nf-product-notes {
  display: none !important;
  height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
}

/* 10. BOUTON ADD TO CART - Centrage */
.vamtam-add-to-cart-wrap {
  position: relative !important;
}
.vamtam-add-to-cart-wrap .button,
.vamtam-add-to-cart-wrap a.button {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* 11. VIGNETTES li.product - Contour */
li.product.type-product {
  border: 1px solid rgba(184,153,104,0.25) !important;
  border-radius: 2px !important;
  overflow: hidden !important;
  transition: box-shadow 0.3s ease !important;
  background: #fff !important;
}
li.product.type-product:hover {
  border-color: rgba(184,153,104,0.55) !important;
  box-shadow: 0 4px 20px rgba(26,16,9,0.08) !important;
}

/* 12. COMPTAGE */
.woocommerce-result-count {
  font-size: 12px !important;
  color: #8a7a6a !important;
  text-transform: uppercase !important;
}

/* 13. RESPONSIVE */
@media (max-width: 768px) {
  .post-type-archive-product .elementor-element-79bbfa48 {
    padding-top: 24px !important;
    padding-bottom: 48px !important;
  }
}

/* ===================================================
   14. AMBIANCE CLAIRE - Sections sombres vers tons creme chauds
   Meme ambiance que la page archive boutique (#f8f5f0)
   =================================================== */

/* -- HERO page accueil "La lumiere, la matiere, le parfum." -- */
.elementor-element-10382a81.elementor-section {
  background-image: none !important;
  background-color: #f2e8d5 !important;
}
.elementor-element-10382a81 .elementor-heading-title,
.elementor-element-10382a81 h1,
.elementor-element-10382a81 h2,
.elementor-element-10382a81 h3 {
  color: #1a1009 !important;
}
.elementor-element-10382a81 .elementor-widget-text-editor,
.elementor-element-10382a81 p {
  color: #3d2b1a !important;
}
.elementor-element-10382a81 a {
  color: #b89968 !important;
}

/* -- Section NOS MAISONS + carousel marques -- */
.elementor-element-3b20ad24.elementor-section {
  background-color: #faf7f2 !important;
}
.elementor-element-3b20ad24 .elementor-heading-title,
.elementor-element-3b20ad24 h1,
.elementor-element-3b20ad24 h2,
.elementor-element-3b20ad24 h3 {
  color: #1a1009 !important;
}
.elementor-element-3b20ad24 .elementor-widget-text-editor,
.elementor-element-3b20ad24 p {
  color: #3d2b1a !important;
}
.elementor-element-3b20ad24 a {
  color: #b89968 !important;
}

/* -- Section NOUVEAUTES -- */
.elementor-element-b7e8c3d.elementor-section {
  background-color: #f8f5f0 !important;
}
.elementor-element-b7e8c3d .elementor-heading-title,
.elementor-element-b7e8c3d h1,
.elementor-element-b7e8c3d h2,
.elementor-element-b7e8c3d h3 {
  color: #1a1009 !important;
}
.elementor-element-b7e8c3d .elementor-widget-text-editor,
.elementor-element-b7e8c3d p {
  color: #3d2b1a !important;
}
.elementor-element-b7e8c3d a {
  color: #b89968 !important;
}
.elementor-element-b7e8c3d li.product.type-product {
  background: #fff !important;
  border-color: rgba(184,153,104,0.25) !important;
}

/* -- Section LE CERCLE newsletter -- */
.elementor-element-41960c83.elementor-section {
  background-color: #f2e8d5 !important;
}
.elementor-element-41960c83 .elementor-heading-title,
.elementor-element-41960c83 h1,
.elementor-element-41960c83 h2,
.elementor-element-41960c83 h3 {
  color: #1a1009 !important;
}
.elementor-element-41960c83 .elementor-widget-text-editor,
.elementor-element-41960c83 p {
  color: #3d2b1a !important;
}
.elementor-element-41960c83 a {
  color: #b89968 !important;
}
.elementor-element-41960c83 input[type="email"],
.elementor-element-41960c83 input[type="text"] {
  background: #fff !important;
  border-color: rgba(184,153,104,0.4) !important;
  color: #1a1009 !important;
}


/* -- HERO boutique lighter version -- */
.post-type-archive-product .elementor-element-4c0154bd.elementor-section,
.woocommerce .elementor-element-4c0154bd.elementor-section {
  background-color: #f2e8d5 !important;
}
.elementor-element-4c0154bd .elementor-heading-title,
.elementor-element-4c0154bd h1,
.elementor-element-4c0154bd h2,
.elementor-element-4c0154bd h3 {
  color: #1a1009 !important;
}
.elementor-element-4c0154bd .elementor-widget-text-editor,
.elementor-element-4c0154bd p {
  color: #3d2b1a !important;
}


/* ===================================================
   15. FICHE PRODUIT - Design premium + corrections
   =================================================== */

/* ---- FIX Z-INDEX: header doit passer AU-DESSUS de l'image fixe ---- */
/* Le header Elementor est fixed z-index: 99, l'image VamTam aussi → conflit */
.elementor-element-5434d420.elementor-section {
  z-index: 9999 !important;
}
/* Aussi pour l'admin bar qui est z-index ~99999 */

/* ---- FIX IMAGE FIXE: background et top correct ---- */
/* VamTam injecte top:32px (admin bar) via JS - on doit corriger pour y ajouter la hauteur header (~120px) */
.single-product .nf-product-gallery[style*="fixed"],
.single-product .elementor-element-1e5145ee[style*="fixed"] {
  top: 152px !important; /* 32px admin bar + 120px header */
  background-color: #f5f1ea !important; /* meme couleur que la section produit */
  z-index: 10 !important; /* sous le header */
  border-right: 1px solid rgba(184,153,104,0.15) !important;
}

/* ---- BACKGROUND SECTION PRODUIT - cohérent ---- */
.single-product .elementor-element-d294601.elementor-section {
  background-color: #f5f1ea !important;
}

/* ---- DESIGN GÉNÉRAL FICHE PRODUIT ---- */

/* Fond global cohérent */
body.single-product {
  background-color: #f5f1ea !important;
}

/* Titre produit */
.single-product h1.product_title,
.single-product .product_title {
  font-size: clamp(28px, 4vw, 48px) !important;
  font-weight: 300 !important;
  letter-spacing: 0.02em !important;
  color: #1a1009 !important;
  margin-bottom: 8px !important;
  font-style: italic !important;
}

/* Marque / catégorie */
.single-product .posted_in a,
.single-product .pa_marque a,
.single-product .woocommerce-product-details__short-description .brand,
.single-product .product-brand {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #b89968 !important;
}

/* Prix */
.single-product .price,
.single-product p.price,
.single-product span.price {
  font-size: 22px !important;
  font-weight: 300 !important;
  color: #1a1009 !important;
  letter-spacing: 0.04em !important;
  border-top: 1px solid rgba(184,153,104,0.3) !important;
  border-bottom: 1px solid rgba(184,153,104,0.3) !important;
  padding: 12px 0 !important;
  display: block !important;
  margin: 16px 0 !important;
}

/* ---- BOUTON AJOUTER AU PANIER - bien visible ---- */
.single-product .single_add_to_cart_button,
.single-product button.single_add_to_cart_button {
  background-color: #1a1009 !important;
  color: #f2e8d5 !important;
  border: 2px solid #1a1009 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  padding: 18px 40px !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  border-radius: 0 !important;
  width: 100% !important;
  max-width: 400px !important;
  display: block !important;
  text-align: center !important;
  box-shadow: 0 4px 16px rgba(26,16,9,0.15) !important;
}
.single-product .single_add_to_cart_button:hover:not(.disabled) {
  background-color: #b89968 !important;
  border-color: #b89968 !important;
  color: #fff !important;
  box-shadow: 0 6px 24px rgba(184,153,104,0.35) !important;
  transform: translateY(-1px) !important;
}
.single-product .single_add_to_cart_button.disabled,
.single-product .single_add_to_cart_button:disabled {
  background-color: rgba(26,16,9,0.4) !important;
  border-color: rgba(26,16,9,0.4) !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  transform: none !important;
}

/* Quantité et bouton côte à côte */
.single-product .quantity {
  float: none !important;
  display: inline-block !important;
  margin-right: 12px !important;
  vertical-align: middle !important;
}
.single-product .quantity .qty {
  background: #fff !important;
  border: 1px solid rgba(184,153,104,0.5) !important;
  color: #1a1009 !important;
  font-size: 14px !important;
  padding: 12px 16px !important;
  width: 70px !important;
  text-align: center !important;
  border-radius: 0 !important;
}

/* Zone cart wrapper */
.single-product .cart,
.single-product form.cart {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.single-product form.cart .button {
  flex: 1 !important;
}

/* ---- SÉLECTEUR DE VARIANTE (Contenance) ---- */
.single-product .variations select,
.single-product .woocommerce-variation-add-to-cart select {
  background: #fff !important;
  border: 1px solid rgba(184,153,104,0.4) !important;
  border-radius: 0 !important;
  color: #1a1009 !important;
  font-size: 13px !important;
  padding: 12px 40px 12px 16px !important;
  width: 100% !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23b89968' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  cursor: pointer !important;
}

/* Label contenance */
.single-product .variations label,
.single-product table.variations td.label label {
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #b89968 !important;
  display: block !important;
  margin-bottom: 8px !important;
}

/* ---- ACCORDÉON / SECTIONS INFO ---- */
.single-product .woocommerce-tabs ul.tabs,
.single-product .wc-tabs {
  border-bottom: 1px solid rgba(184,153,104,0.3) !important;
  padding: 0 !important;
}
.single-product .woocommerce-tabs ul.tabs li a,
.single-product .wc-tabs li a {
  color: #8a7a6a !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 12px 20px !important;
}
.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #1a1009 !important;
  border-bottom: 2px solid #b89968 !important;
}

/* ---- PARTAGE WISHLIST ---- */
.single-product .yith-wcwl-add-to-wishlist a,
.single-product .yith-wcwl-add-button a {
  color: #b89968 !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
}

/* ---- RESPONSIVE: sur mobile, image en haut, pas fixed ---- */
@media (max-width: 1024px) {
  .single-product .nf-product-gallery[style*="fixed"],
  .single-product .elementor-element-1e5145ee[style*="fixed"] {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    background: transparent !important;
    border-right: none !important;
    z-index: auto !important;
    box-shadow: none !important;
  }
}


/* ===================================================
   16. FICHE PRODUIT - Espacement réduit + fixes
   =================================================== */

/* ---- RÉDUIRE ESPACEMENT SECTION + PADDING GLOBAL ---- */
.single-product .elementor-element-d294601.elementor-section {
  padding-top: 40px !important;
  padding-bottom: 60px !important;
}

/* ---- RÉDUIRE TOUS LES SPACERS dans la fiche produit ---- */
/* Spacers Elementor ont une classe .elementor-spacer-inner */
.single-product .elementor-element-25015675 .elementor-spacer-inner,
.single-product [data-id="25015675"] .elementor-spacer-inner { height: 8px !important; }

.single-product .elementor-element-3d76c151 .elementor-spacer-inner,
.single-product [data-id="3d76c151"] .elementor-spacer-inner { height: 6px !important; }

.single-product .elementor-element-22556f6 .elementor-spacer-inner,
.single-product [data-id="22556f6"] .elementor-spacer-inner { height: 8px !important; }

.single-product .elementor-element-6b92a3a5 .elementor-spacer-inner,
.single-product [data-id="6b92a3a5"] .elementor-spacer-inner { height: 8px !important; }

.single-product .elementor-element-6e676341 .elementor-spacer-inner,
.single-product [data-id="6e676341"] .elementor-spacer-inner { height: 10px !important; }

/* Spacer AFTER add-to-cart (80px → 20px) */
.single-product .elementor-element-594db15f .elementor-spacer-inner,
.single-product [data-id="594db15f"] .elementor-spacer-inner { height: 20px !important; }

/* ---- RÉDUIRE margin-bottom des widgets ---- */
.single-product .elementor-element-d294601 .elementor-element.elementor-widget {
  margin-bottom: 8px !important;
}

/* ---- FIX FOND BLANC en bas de l'image ---- */
/* La colonne gauche dépasse l'image fixe → fond doit être sur la colonne elle-même */
.single-product .elementor-element-1673eace {
  background-color: #f5f1ea !important;
}
/* Et le fond page entière cohérent */
.single-product .elementor-element-d294601.elementor-section {
  background-color: #f5f1ea !important;
}
body.single-product {
  background-color: #f5f1ea !important;
}

/* ---- BOUTON AJOUTER AU PANIER - flex-grow complet ---- */
/* ---- BOUTON AJOUTER AU PANIER - flex-grow full width ---- */
/* Structure: form.cart > .single_variation_wrap > .woocommerce-variation-add-to-cart > .e-atc-qty-button-holder > [.quantity + button] */

/* Conteneurs: pleine largeur */
.single-product form.cart,
.single-product form.cart .single_variation_wrap,
.single-product form.cart .woocommerce-variation-add-to-cart,
.single-product form.cart .variations_button {
  display: flex !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.single-product form.cart {
  flex-wrap: wrap !important;
  gap: 0 !important;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.single-product form.cart .single_variation_wrap {
  flex: 1 1 100% !important;
  flex-wrap: wrap !important;
}
.single-product form.cart .woocommerce-variation-add-to-cart {
  flex: 1 1 100% !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 8px !important;
}
/* Holder quantité + bouton */
.single-product .e-atc-qty-button-holder {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 8px !important;
  min-width: 0 !important;
}
/* Quantité: fixe */
.single-product .e-atc-qty-button-holder .quantity {
  flex: 0 0 auto !important;
  width: 64px !important;
  float: none !important;
  margin: 0 !important;
}
.single-product .e-atc-qty-button-holder .quantity .qty {
  width: 100% !important;
  height: 100% !important;
  min-height: 52px !important;
  padding: 0 8px !important;
  text-align: center !important;
  box-sizing: border-box !important;
}
/* Bouton: flex-grow 1 = prend tout l'espace restant */
.single-product .e-atc-qty-button-holder .single_add_to_cart_button,
.single-product .e-atc-qty-button-holder button.single_add_to_cart_button {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  margin: 0 !important;
}
/* Wishlist bouton (coeur) */
.single-product form.cart .woosw-btn,
.single-product form.cart .yith-wcwl-add-button {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
}


/* ---- FIX FOND BLANC dans la galerie image ---- */
/* Le conteneur galerie WooCommerce et ses sliders ont fond blanc */
.single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery .slick-list,
.single-product .woocommerce-product-gallery .slick-track,
.single-product .woocommerce-product-gallery .slick-slide,
.single-product .woocommerce-product-gallery figure {
  background-color: #f5f1ea !important;
}

/* Padding galerie: espace autour de l'image */
.single-product .nf-product-gallery .woocommerce-product-gallery {
  padding: 20px !important;
  box-sizing: border-box !important;
}

/* Hauteur section plus compacte */
.single-product .elementor-element-d294601.elementor-section {
  padding-top: 32px !important;
  padding-bottom: 48px !important;
}


/* ============================================================
   SECTION 17 — NOS MAISONS BRAND DIRECTORY PAGE
   ============================================================ */

/* ── Base & Layout ── */
.nf-brands-page {
  background-color: #f8f5f0;
  min-height: 80vh;
  font-family: inherit;
}

/* ── Hero ── */
.nf-brands-hero {
  text-align: center;
  padding: 80px 40px 56px;
  background: #f2e8d5;
  border-bottom: 1px solid rgba(184,153,104,0.18);
}
.nf-brands-hero__label {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #b89968;
  margin: 0 0 20px;
  font-weight: 500;
}
.nf-brands-hero__title {
  font-family: inherit;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  color: #1a1009;
  line-height: 1.1;
  margin: 0 0 24px;
}
.nf-brands-hero__title em {
  font-style: italic;
}
.nf-brands-hero__subtitle {
  font-size: 15px;
  color: #5a3e28;
  max-width: 560px;
  margin: 0 auto 32px;
  line-height: 1.7;
  font-weight: 300;
}
.nf-brands-hero__line {
  width: 40px;
  height: 1px;
  background: #b89968;
  margin: 0 auto;
}

/* ── Alphabet Index ── */
.nf-brands-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  padding: 24px 40px;
  background: #faf7f2;
  border-bottom: 1px solid rgba(184,153,104,0.12);
  position: sticky;
  top: 120px;
  z-index: 100;
}
.nf-brands-index__letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #3d2b1a;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
.nf-brands-index__letter:hover,
.nf-brands-index__letter.active {
  background: #1a1009;
  color: #f2e8d5;
  border-color: #1a1009;
}

/* ── Grid Container ── */
.nf-brands-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 40px 80px;
}

/* ── Letter Section ── */
.nf-brands-letter-section {
  margin-bottom: 56px;
  scroll-margin-top: 180px;
}
.nf-brands-letter-header {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #b89968;
  font-weight: 500;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(184,153,104,0.25);
}

/* ── Brand Cards Grid ── */
.nf-brands-letter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

/* ── Brand Card ── */
.nf-brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(184,153,104,0.15);
  border-radius: 4px;
  padding: 32px 24px 24px;
  text-decoration: none;
  transition: all 0.28s ease;
  position: relative;
  overflow: hidden;
}
.nf-brand-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #b89968;
  transform: scaleX(0);
  transition: transform 0.28s ease;
  transform-origin: left;
}
.nf-brand-card:hover {
  border-color: rgba(184,153,104,0.4);
  box-shadow: 0 8px 32px rgba(26,16,9,0.08);
  transform: translateY(-2px);
}
.nf-brand-card:hover::before {
  transform: scaleX(1);
}

/* ── Logo Wrap ── */
.nf-brand-card__logo-wrap {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #f8f5f0;
  overflow: hidden;
  border: 1px solid rgba(184,153,104,0.12);
  transition: border-color 0.28s ease;
}
.nf-brand-card:hover .nf-brand-card__logo-wrap {
  border-color: rgba(184,153,104,0.35);
}
.nf-brand-card__logo {
  width: 80%;
  height: 80%;
  object-fit: contain;
  filter: none;
  transition: transform 0.28s ease;
}
.nf-brand-card:hover .nf-brand-card__logo {
  transform: scale(1.06);
}

/* ── Card Info ── */
.nf-brand-card__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.nf-brand-card__name {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1009;
  line-height: 1.3;
}
.nf-brand-card__cta {
  font-size: 11px;
  color: #b89968;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0;
  transform: translateY(4px);
  transition: all 0.22s ease;
}
.nf-brand-card:hover .nf-brand-card__cta {
  opacity: 1;
  transform: translateY(0);
}

/* ── Footer ── */
.nf-brands-footer {
  text-align: center;
  padding: 48px 40px 80px;
  background: #f2e8d5;
  border-top: 1px solid rgba(184,153,104,0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.nf-brands-footer__count {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #b89968;
  font-weight: 500;
}
.nf-brands-footer__btn {
  display: inline-block;
  padding: 14px 36px;
  background: #1a1009;
  color: #f2e8d5;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #1a1009;
  transition: all 0.25s ease;
}
.nf-brands-footer__btn:hover {
  background: #b89968;
  border-color: #b89968;
  color: #fff;
}

/* ── Hide default page title on this page ── */
body.page-id-988370 h1.entry-title,
body.page-id-988370 .entry-header {
  display: none;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .nf-brands-hero {
    padding: 56px 24px 40px;
  }
  .nf-brands-grid {
    padding: 32px 20px 56px;
  }
  .nf-brands-letter-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 14px;
  }
  .nf-brand-card {
    padding: 24px 16px 18px;
  }
  .nf-brand-card__logo-wrap {
    width: 90px;
    height: 90px;
  }
  .nf-brands-index {
    top: 60px;
    padding: 16px 20px;
  }
  .nf-brands-footer {
    padding: 36px 24px 56px;
  }
}

/* Hide default page header/title on Nos Maisons page */
body.page-id-988370 .page-header {
  display: none !important;
}

/* Fix nav menu wrapping with 5 items — reduce letter-spacing slightly */
ul.elementor-nav-menu:not(.sm-vertical) {
  flex-wrap: nowrap !important;
}
ul.elementor-nav-menu:not(.sm-vertical) > li > a {
  letter-spacing: 0.04em !important;
}