*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',sans-serif;background:#f5f5f0;color:#1a1a1a;font-size:15px}

.topbar{background:#2d5a1b;padding:8px 40px;display:flex;justify-content:space-between;align-items:center}
.topbar span{font-size:12px;color:#c8e6b4}
.topbar a{font-size:12px;color:#fff;font-weight:500;text-decoration:none;cursor:pointer}
nav.site-nav{background:#fff;border-bottom:1px solid #e8e8e4;padding:0 40px;display:flex;align-items:center;justify-content:space-between;height:68px;position:sticky;top:0;z-index:100;flex-wrap:wrap;gap:8px 16px}
.logo{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0}
.logo img{height:52px;width:auto}
.nav-links{display:flex;gap:28px;align-items:center;flex-wrap:wrap}
.nav-link{font-size:13px;color:#555;text-decoration:none;cursor:pointer;transition:color 0.2s;font-weight:500;white-space:nowrap}
.nav-link:hover{color:#2d5a1b}
.nav-actions{display:flex;gap:10px;align-items:center;flex-shrink:0}
.btn-ghost{background:transparent;border:1px solid #ddd;padding:8px 18px;border-radius:8px;font-size:13px;color:#333;cursor:pointer;display:flex;align-items:center;gap:6px;font-family:'Inter',sans-serif;transition:all 0.2s;position:relative;white-space:nowrap;flex-shrink:0}
.btn-ghost:hover{border-color:#2d5a1b;color:#2d5a1b}
.cart-badge{position:absolute;top:-6px;right:-6px;background:#2d5a1b;color:#fff;width:18px;height:18px;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center;font-weight:600}
.btn-primary{background:#2d5a1b;color:#fff;border:none;padding:8px 18px;border-radius:8px;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px;font-family:'Inter',sans-serif;transition:background 0.2s;white-space:nowrap;flex-shrink:0}
.btn-primary:hover{background:#1a3a0a}
.nav-link-contact{display:none}
@media (max-width:900px){
  nav.site-nav{height:auto;padding:12px 20px;position:static}
  .nav-links{order:3;width:100%;justify-content:center;gap:16px 20px;padding-top:8px;border-top:1px solid #f0f0ee}
  .nav-actions{order:2}

  /* The topbar duplicated "Mon compte" (already a nav button) and added
     little value on mobile beyond clutter, so it's hidden below the
     desktop breakpoint; Contact moves into the main nav-links so it
     isn't lost. */
  .topbar{display:none}
  .nav-link-contact{display:inline}
}

.hero{background:#1a3a0a;padding:64px 40px;display:grid;grid-template-columns:1fr 420px;gap:40px;align-items:center;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;right:0;top:0;width:50%;height:100%;background:url('https://images.unsplash.com/photo-1464226184884-fa280b87c399?w=800&q=80') center/cover;opacity:0.18}
.hero-eyebrow{display:flex;align-items:center;gap:6px;font-size:11px;letter-spacing:0.12em;text-transform:uppercase;color:#8bc34a;margin-bottom:16px;font-weight:500}
.hero h1{font-family:'Playfair Display',serif;font-size:40px;font-weight:500;color:#fff;line-height:1.2;margin-bottom:18px;max-width:500px}
.hero h1 em{color:#8bc34a;font-style:normal}
.hero-desc{font-size:15px;color:#b8d4a0;line-height:1.7;margin-bottom:28px;max-width:460px}
.hero-btns{display:flex;gap:12px;margin-bottom:32px}
.btn-hero{background:#fff;color:#2d5a1b;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;font-family:'Inter',sans-serif;transition:all 0.2s}
.btn-hero:hover{background:#f0f7e8}
.btn-hero-ghost{background:transparent;border:1px solid rgba(255,255,255,0.3);color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;cursor:pointer;font-family:'Inter',sans-serif;transition:all 0.2s}
.badges{display:flex;gap:20px;flex-wrap:wrap}
.badge{display:flex;align-items:center;gap:7px;font-size:12px;color:#b8d4a0}
.badge i{font-size:15px;color:#8bc34a}
.hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.1);border-radius:12px;overflow:hidden;position:relative;z-index:1}
.stat{background:rgba(255,255,255,0.05);padding:20px;text-align:center}
.stat-num{font-family:'Playfair Display',serif;font-size:28px;color:#fff;font-weight:500}
.stat-label{font-size:11px;color:#8bc34a;margin-top:4px;letter-spacing:0.05em}

.seasonal-banner{background:#f0f7e8;border-bottom:1px solid #c8e0a4;padding:12px 40px;display:flex;align-items:center;gap:12px}
.seasonal-banner i{color:#2d5a1b;font-size:18px;flex-shrink:0}
.seasonal-text{font-size:13px;color:#2d4a10;line-height:1.4}
.seasonal-text strong{font-weight:600}

.container{max-width:1200px;margin:0 auto;padding:0 40px}

.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}
.section-title{font-family:'Playfair Display',serif;font-size:22px;font-weight:500;color:#1a1a1a}
.section-sub{font-size:13px;color:#888;margin-top:4px}
.see-all{font-size:13px;color:#2d5a1b;cursor:pointer;text-decoration:none;font-weight:500}

.cats{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:4px;margin-bottom:0}
.cats::-webkit-scrollbar{display:none}
.cats .cat{flex:0 0 200px;scroll-snap-align:start}
.cat{background:#fff;border:1px solid #e8e8e4;border-radius:12px;padding:24px 12px;text-align:center;cursor:pointer;transition:all 0.2s}
.cat:hover{border-color:#2d5a1b;box-shadow:0 4px 12px rgba(45,32,22,0.1)}
.cat-icon{font-size:32px;margin-bottom:10px;color:#2d5a1b}
.cat-label{font-size:13px;color:#333;font-weight:500}
.cat-count{font-size:11px;color:#aaa;margin-top:3px}

.tabs{display:flex;gap:0;border-bottom:1px solid #e8e8e4;margin-bottom:28px;overflow-x:auto;-webkit-overflow-scrolling:touch}
.tabs::-webkit-scrollbar{display:none}
.shop-search-wrap{margin-bottom:24px}
.shop-search-bar{background:#fff;border:1px solid #e8e8e4;border-radius:10px;padding:10px 16px;display:flex;align-items:center;gap:10px;width:100%;box-sizing:border-box}
.shop-search-bar input[type="text"]{background:transparent;border:none;outline:none;font-size:14px;color:#1a1a1a;flex:1;font-family:'Inter',sans-serif}
.shop-search-bar input[type="text"]::placeholder{color:#aaa}
.shop-search-bar i{color:#aaa;font-size:16px}
.tab{font-size:13px;padding:10px 20px;color:#888;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color 0.2s,border-color 0.2s;white-space:nowrap;text-decoration:none;display:inline-block}
.tab:hover{color:#2d5a1b}
.tab.active{color:#2d5a1b;border-bottom-color:#2d5a1b;font-weight:500}

div.products,ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;list-style:none;padding:0;margin:0}
ul.products::before,ul.products::after{content:none !important;display:none !important}
div.products div.product,ul.products div.product{background:#fff;border:1px solid #e8e8e4;border-radius:12px;overflow:hidden;transition:all 0.2s;display:flex;flex-direction:column;height:100%}
.products div.product:hover{box-shadow:0 4px 16px rgba(0,0,0,0.08);transform:translateY(-2px)}
.products div.product>a{display:flex;flex-direction:column;flex:1}
.product-img{height:140px;display:flex;align-items:center;justify-content:center;font-size:52px;position:relative;overflow:hidden}
.product-img img{width:100%;height:100%;object-fit:cover}
.product-img.veg{background:#eaf3de}
.product-img.fruit{background:#fff8e6}
.product-img.qg{background:#f0f4ff}
.product-badge{position:absolute;top:10px;left:10px;background:#2d5a1b;color:#fff;font-size:10px;padding:3px 8px;border-radius:20px;font-weight:500}
.product-badge.promo{background:#c0392b}
.product-body{padding:14px;display:flex;flex-direction:column;flex:1;justify-content:space-between}
.product-name{font-size:14px;font-weight:500;color:#1a1a1a;margin-bottom:4px}
.product-desc{font-size:12px;color:#888;line-height:1.5;margin-bottom:10px;min-height:36px}
.product-provenance{display:flex;align-items:center;gap:6px;margin-bottom:4px;flex-wrap:wrap}
.prov-tag{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500}
.prov-tag i{font-size:12px}
.prov-pays{background:#f0f7e8;color:#2d5a1b;border:1px solid #c8e0a4}
.prov-region{background:#eaf3de;color:#27500a;border:1px solid #c0dd97}
.product-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;flex-wrap:wrap}
.product-price-col{min-width:0;flex:1}
.product-price{font-size:16px;font-weight:600;color:#1a1a1a}
.product-price .price-package-label{display:none}
.product-price del{font-size:12px;color:#aaa;font-weight:400;margin-right:4px}
.product-price ins{text-decoration:none}
.product-unit{font-size:10px;color:#888;margin-top:2px}
.product-price-locked{font-size:11px;color:#888;font-weight:500}
.product-controls{display:flex;align-items:center;gap:5px;flex-shrink:0}
.voir-btn{font-size:11px;color:#2d5a1b;text-decoration:none;font-weight:500;white-space:nowrap;border:1px solid #c8e0a4;border-radius:5px;padding:4px 7px;transition:background 0.15s;line-height:1.4}
.voir-btn:hover{background:#eaf3de;color:#2d5a1b}
.qty-stepper{display:flex;align-items:center;border:1px solid #e8e8e4;border-radius:6px;overflow:hidden}
.qty-btn{background:#fff;border:none;width:24px;height:26px;cursor:pointer;font-size:14px;color:#2d5a1b;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background 0.15s;padding:0;line-height:1}
.qty-btn:hover{background:#eaf3de}
.qty-val{font-size:12px;font-weight:600;min-width:20px;text-align:center;color:#1a1a1a;line-height:26px}
.add-to-cart-btn{background:#2d5a1b;color:#fff;border:none;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;transition:background 0.2s;flex-shrink:0;padding:0}
.add-to-cart-btn:hover{background:#1a3a0a}
.add-to-cart-btn.added{background:#4caf50}
.add-btn{background:#2d5a1b;color:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;transition:background 0.2s;flex-shrink:0}
.add-btn:hover{background:#1a3a0a}

.promo-section{background:linear-gradient(135deg,#1a3a0a,#2d5a1b);border-radius:16px;padding:36px 40px;display:grid;grid-template-columns:1fr 2fr;gap:40px;align-items:center}
.promo-eyebrow{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:#8bc34a;font-weight:600;margin-bottom:10px}
.promo-left h2{font-family:'Playfair Display',serif;font-size:26px;color:#fff;margin-bottom:10px;line-height:1.3}
.promo-left p{font-size:13px;color:#b8d4a0;line-height:1.6;margin-bottom:16px}
.promo-dates{display:flex;gap:8px;flex-wrap:wrap}
.promo-date{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:6px;padding:4px 12px;font-size:12px;color:#fff}
.promo-products{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:4px}
.promo-products::-webkit-scrollbar{display:none}
.promo-card{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-radius:12px;padding:16px;display:flex;align-items:center;gap:14px;flex:0 0 280px;scroll-snap-align:start}
.promo-img{width:56px;height:56px;border-radius:10px;overflow:hidden;flex-shrink:0;background:rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;font-size:28px;color:#8bc34a}
.promo-img img{width:100%;height:100%;object-fit:cover}
.promo-name{font-size:13px;font-weight:500;color:#fff;margin-bottom:2px}
.promo-origin{font-size:10px;color:#8bc34a;margin-bottom:6px}
.promo-prices{display:flex;align-items:center;gap:8px}
.promo-old{font-size:12px;color:rgba(255,255,255,0.35);text-decoration:line-through}
.promo-new{font-size:16px;font-weight:600;color:#fff}
.promo-pct{background:#c0392b;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px}
.promo-price-locked{font-size:11px;color:rgba(255,255,255,0.55);font-weight:500}

.samuel-section{background:#fff;border-radius:16px;border:1px solid #e8e8e4;overflow:hidden;display:grid;grid-template-columns:1fr 1.1fr}
.samuel-content{padding:48px}
.samuel-eyebrow{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:#2d5a1b;font-weight:600;margin-bottom:16px}
.samuel-content h2{font-family:'Playfair Display',serif;font-size:28px;font-weight:500;color:#1a1a1a;margin-bottom:8px;line-height:1.3}
.samuel-meta{font-size:13px;color:#2d5a1b;font-weight:500;margin-bottom:20px;display:flex;align-items:center;gap:6px}
.samuel-bio{font-size:14px;color:#555;line-height:1.8;margin-bottom:16px}
.samuel-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}
.stag{background:#f0f7e8;color:#27500a;font-size:11px;padding:5px 12px;border-radius:20px;font-weight:500}
.btn-samuel{background:transparent;border:1px solid #2d5a1b;color:#2d5a1b;padding:10px 20px;border-radius:8px;font-size:13px;cursor:pointer;font-family:'Inter',sans-serif;font-weight:500;transition:all 0.2s}
.btn-samuel:hover{background:#2d5a1b;color:#fff}
.samuel-img{overflow:hidden;min-height:400px}
.samuel-img img{width:100%;height:100%;object-fit:cover;object-position:center top}

.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #e8e8e4;border-radius:12px;overflow:hidden;background:#fff}
.trust-item{padding:24px;text-align:center;border-right:1px solid #e8e8e4}
.trust-item:last-child{border-right:none}
.trust-icon{font-size:24px;color:#2d5a1b;margin-bottom:10px}
.trust-label{font-size:14px;font-weight:500;color:#1a1a1a;margin-bottom:4px}
.trust-sub{font-size:12px;color:#888}

.compte-section{background:#fff;border:1px solid #e8e8e4;border-radius:16px;padding:40px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.compte-visual{background:#f0f7e8;border-radius:12px;padding:24px}
.compte-card{background:#fff;border:1px solid #e8e4d8;border-radius:10px;padding:16px;margin-bottom:12px}
.compte-card:last-child{margin-bottom:0}
.compte-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.compte-card-title{font-size:13px;font-weight:500;color:#1a1a1a}
.status-badge{font-size:10px;padding:3px 8px;border-radius:20px;font-weight:500}
.status-en-cours{background:#fff8e0;color:#8a6200}
.status-livree{background:#eaf3de;color:#27500a}
.compte-card-sub{font-size:12px;color:#888}
.compte-right h2{font-family:'Playfair Display',serif;font-size:22px;margin-bottom:12px}
.compte-right p{font-size:14px;color:#555;line-height:1.7;margin-bottom:16px}
.compte-features{list-style:none;margin-bottom:24px}
.compte-features li{display:flex;align-items:center;gap:8px;font-size:13px;color:#555;margin-bottom:8px}
.compte-features i{color:#2d5a1b;font-size:16px}

.qg-explainer{background:#fff;border:1px solid #e8e8e4;border-radius:16px;padding:40px;margin-bottom:40px}
.qg-explainer-intro{max-width:640px;margin-bottom:28px}
.qg-explainer-eyebrow{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:#2d5a1b;font-weight:600;margin-bottom:12px}
.qg-explainer h2{font-family:'Playfair Display',serif;font-size:24px;font-weight:500;color:#1a1a1a;margin-bottom:10px;line-height:1.3}
.qg-explainer-intro p{font-size:14px;color:#555;line-height:1.7}
.qg-engagements{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:10px 24px;margin-top:28px}
.qg-engagements li{display:flex;align-items:center;gap:8px;font-size:13px;color:#555}
.qg-engagements i{color:#2d5a1b;font-size:16px;flex-shrink:0}

.process-wrap{background:#f5f5f0;border:1px solid #e8e8e4;border-radius:14px;padding:32px;margin-top:28px}
.process-tag{display:inline-block;background:#eaf3de;color:#2d5a1b;font-size:11px;font-weight:600;letter-spacing:0.05em;text-transform:uppercase;padding:5px 12px;border-radius:20px;margin-bottom:14px}
.process-wrap h3{font-family:'Playfair Display',serif;font-size:18px;color:#1a1a1a;margin-bottom:24px;line-height:1.3}
.process-steps{display:flex;align-items:center;flex-wrap:wrap;gap:4px;justify-content:center}
.process-step{display:flex;flex-direction:column;align-items:center;gap:8px;width:84px;text-align:center}
.process-icon{width:46px;height:46px;border-radius:50%;background:#2d5a1b;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}
.process-label{font-size:11px;color:#555;font-weight:500;line-height:1.3}
.process-arrow{color:#c8e0a4;font-size:18px;flex-shrink:0}

.als-continue-shopping{margin-top:14px}
.als-continue-shopping a{color:#2d5a1b;font-size:13px;font-weight:500;text-decoration:none}
.als-continue-shopping a:hover{text-decoration:underline}

footer{background:#1a3a0a;color:#fff;padding:48px 40px 0}
.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid #2d5a1b}
.footer-brand{margin-bottom:12px}
.footer-brand img{height:56px;width:auto;filter:brightness(0) invert(1);opacity:0.9}
.footer-desc{font-size:13px;color:#888;line-height:1.7;margin-bottom:20px;margin-top:12px}
.footer-contact{font-size:12px;color:#666;line-height:1.8}
.footer-contact a{color:#8bc34a;text-decoration:none}
footer h4{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:#666;margin-bottom:16px}
footer ul{list-style:none}
footer ul li{margin-bottom:10px}
footer ul li a{font-size:13px;color:#bbb;text-decoration:none;cursor:pointer;transition:color 0.2s}
footer ul li a:hover{color:#8bc34a}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:16px 0;color:#555;font-size:12px}
.footer-bottom a{color:#555;text-decoration:none}

.search-wrap{padding:20px 40px;background:#fff;border-bottom:1px solid #e8e8e4}
.search-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:12px}
.search-bar{flex:1;background:#f5f5f0;border:1px solid #e8e8e4;border-radius:10px;padding:10px 16px;display:flex;align-items:center;gap:10px}
.search-bar input{background:transparent;border:none;outline:none;font-size:14px;color:#1a1a1a;flex:1;font-family:'Inter',sans-serif}
.search-bar input::placeholder{color:#aaa}
.search-bar i{color:#aaa;font-size:16px}
.filter-btn{background:#fff;border:1px solid #e8e8e4;padding:10px 16px;border-radius:10px;font-size:13px;color:#555;cursor:pointer;display:flex;align-items:center;gap:6px;font-family:'Inter',sans-serif}

/* PAGE-LEVEL ADDITIONS (not in original mockup, follow same design system) */
.page-content{padding:64px 0}
.page-header{margin-bottom:40px}
.page-header h1{font-family:'Playfair Display',serif;font-size:32px;font-weight:500;color:#1a1a1a;margin-bottom:8px}
.page-header p{font-size:14px;color:#888}
/* Plain WYSIWYG page content (e.g. Mentions légales) rendered through
   the_content() with no custom section markup — without this, h2/h3
   inherit Twenty Twenty-Four's full-size Playfair Display heading styles
   meant for hero titles, not in-page subheadings. */
.page-content > .container > h2,
.page-content > .container > h3,
.page-content > .container > p{max-width:720px}
.page-content > .container > h2{font-family:'Inter',sans-serif;font-size:20px;font-weight:600;color:#1a1a1a;margin:40px 0 12px}
.page-content > .container > h2:first-of-type{margin-top:0}
.page-content > .container > h3{font-family:'Inter',sans-serif;font-size:16px;font-weight:600;color:#1a1a1a;margin:24px 0 8px}
.page-content > .container > p{font-size:14px;color:#555;line-height:1.7;margin-bottom:4px}
.page-content > .container > p a{color:#2d5a1b}
.contact-form-wrap{background:#fff;border:1px solid #e8e8e4;border-radius:16px;padding:40px;max-width:560px}
.contact-form-wrap .wpcf7-form p{margin-bottom:16px}
.contact-form-wrap label{font-size:13px;color:#555;font-weight:500;display:block;margin-bottom:6px}
.contact-form-wrap input[type=text],
.contact-form-wrap input[type=email],
.contact-form-wrap textarea{width:100%;background:#f5f5f0;border:1px solid #e8e8e4;border-radius:8px;padding:10px 14px;font-size:14px;font-family:'Inter',sans-serif;color:#1a1a1a}
.contact-form-wrap input[type=submit]{background:#2d5a1b;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-size:14px;cursor:pointer;font-family:'Inter',sans-serif;font-weight:500}
.contact-form-wrap input[type=submit]:hover{background:#1a3a0a}

/* WooCommerce "Mon compte" page layout — WC's default CSS floats the nav and
   content columns, which breaks under our box-sizing reset and page-header
   markup (nav overlapping the title). Rebuild as a clean flex layout. */
.page-content .woocommerce{display:flex;align-items:flex-start;gap:32px;clear:both}
.page-content .woocommerce-MyAccount-navigation{float:none;width:240px;flex-shrink:0;background:#fff;border:1px solid #e8e8e4;border-radius:12px;padding:8px}
.page-content .woocommerce-MyAccount-navigation ul{list-style:none}
.page-content .woocommerce-MyAccount-navigation ul li{margin-bottom:2px}
.page-content .woocommerce-MyAccount-navigation ul li a{display:block;padding:10px 14px;border-radius:8px;font-size:13px;font-weight:500;color:#555;text-decoration:none;transition:all 0.2s}
.page-content .woocommerce-MyAccount-navigation ul li a:hover{background:#f0f7e8;color:#2d5a1b}
.page-content .woocommerce-MyAccount-navigation ul li.is-active a{background:#2d5a1b;color:#fff}
.page-content .woocommerce-MyAccount-content{float:none;width:auto;flex:1;background:#fff;border:1px solid #e8e8e4;border-radius:12px;padding:32px;font-size:14px;color:#555;line-height:1.7}
.page-content .woocommerce-MyAccount-content table{width:100%;border-collapse:collapse;margin-top:16px}
.page-content .woocommerce-MyAccount-content th,
.page-content .woocommerce-MyAccount-content td{padding:10px;border-bottom:1px solid #e8e8e4;font-size:13px;text-align:left}
/* My Account sub-pages inherit Twenty Twenty-Four's global Playfair Display
   heading styles (theme.json) on every h1-h3 unless we override them — this
   makes address titles, "Mes commandes" status headings, etc. oversized. */
.page-content .woocommerce-MyAccount-content h2,
.page-content .woocommerce-MyAccount-content h3,
.page-content .woocommerce-Address-title h2,
.page-content .woocommerce-Address-title h3{font-family:'Inter',sans-serif;font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 12px}
.page-content .woocommerce-Addresses{display:flex;gap:24px;flex-wrap:wrap}
.page-content .woocommerce-Address{flex:1;min-width:240px;background:#f5f5f0;border:1px solid #e8e8e4;border-radius:12px;padding:20px}
.page-content .woocommerce-Address-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.page-content .woocommerce-Address-title a{font-size:13px;font-weight:500;color:#2d5a1b;text-decoration:none}
.page-content .woocommerce-Address-title a:hover{text-decoration:underline}
.page-content .woocommerce-MyAccount-content address{font-style:normal;font-size:13px;line-height:1.7;color:#555}
.page-content .woocommerce-MyAccount-content p{margin:0 0 12px}
.page-content .woocommerce-MyAccount-content mark{background:none;color:#1a1a1a;font-weight:600}
.page-content .woocommerce-orders-table__cell-order-status mark{color:#2d5a1b}
.page-content .woocommerce-MyAccount-content a:not(.woocommerce-button):not(.button){color:#2d5a1b}
.page-content .woocommerce-form-row{margin-bottom:16px}
.page-content .woocommerce-form-row label{font-size:13px;color:#555;font-weight:500;display:block;margin-bottom:6px}
.page-content .woocommerce-Input{width:100%;background:#f5f5f0;border:1px solid #e8e8e4;border-radius:8px;padding:10px 14px;font-size:14px;font-family:'Inter',sans-serif;color:#1a1a1a}
.page-content .woocommerce-form-row textarea.woocommerce-Input{resize:vertical}
.page-content .woocommerce-form-row .required{color:#c0392b;margin-left:2px}
.page-content .woocommerce-button,
.page-content button.button{background:#2d5a1b;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-size:14px;cursor:pointer;font-family:'Inter',sans-serif;font-weight:500}
.page-content .woocommerce-button:hover,
.page-content button.button:hover{background:#1a3a0a}
/* WooCommerce Cart/Checkout blocks (Gutenberg) — different markup/classes
   than the classic shortcode widgets styled above, so they need their own
   overrides to match the theme instead of WC's default block styling. */
.page-content .wc-block-cart,
.page-content .wc-block-checkout{font-family:'Inter',sans-serif;color:#1a1a1a;font-size:14px}
.page-content .wc-block-components-product-button .wp-block-button__link,
.page-content .wc-block-grid__product-add-to-cart .wp-block-button__link,
.page-content a.wp-element-button,
.page-content button.wp-element-button{background:#2d5a1b;color:#fff;border:none;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:500;font-family:'Inter',sans-serif;text-decoration:none}
.page-content .wc-block-components-product-button .wp-block-button__link:hover,
.page-content .wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
.page-content a.wp-element-button:hover,
.page-content button.wp-element-button:hover{background:#1a3a0a}
.page-content .wc-block-grid__products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;list-style:none;padding:0;margin:24px 0 0;text-align:left}
.page-content .wc-block-grid__products .wc-block-grid__product{background:#fff;border:1px solid #e8e8e4;border-radius:12px;padding:0;text-align:left;overflow:hidden;max-width:100% !important;flex:1 0 100% !important;width:100%}
.page-content .wc-block-grid__product-title{font-family:'Playfair Display',serif;font-size:15px;font-weight:500;color:#1a1a1a;text-decoration:none;display:block;margin:12px 16px 4px}
.page-content .wc-block-grid__product-price{color:#2d5a1b;font-weight:600;margin:0 16px 16px;display:block}
.page-content .wc-block-grid__product-image{height:140px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#eaf3de;margin:0}
.page-content .wc-block-grid__product-image img{width:100%;height:100%;object-fit:cover;border-radius:0}
.page-content .wc-block-grid__product-add-to-cart{padding:0 16px 16px}
.page-content .wp-block-woocommerce-empty-cart-block{background:#fff;border:1px solid #e8e8e4;border-radius:16px;padding:40px;text-align:center}
.page-content .wp-block-woocommerce-empty-cart-block .wc-block-grid__products{margin-left:0;margin-right:0}
.page-content .wc-block-cart__empty-cart__title{font-family:'Playfair Display',serif;font-size:24px;font-weight:500;color:#1a1a1a}
.page-content .wp-block-separator{border-color:#e8e8e4;margin:24px auto}
.page-content .empty-cart-illu{display:flex;justify-content:center;margin-bottom:16px}
.page-content .empty-cart-illu svg{width:100px;height:100px}
.page-content .empty-cart-nouveautes-title{margin-top:40px}
.page-content .wp-block-heading{font-family:'Playfair Display',serif;color:#1a1a1a}
.page-content .wc-block-components-sidebar .wc-block-components-panel,
.page-content .wc-block-components-totals-item,
.page-content .wc-block-cart-items{background:#fff;border:1px solid #e8e8e4;border-radius:12px;padding:16px}
@media (max-width:768px){
  .page-content .woocommerce{flex-direction:column}
  .page-content .woocommerce-MyAccount-navigation{width:100%}
  .page-content .wc-block-grid__products{grid-template-columns:repeat(2,1fr)}
}

/* Single product page */
.single-product-wrap .woocommerce-breadcrumb{font-size:12px;color:#888;margin-bottom:24px}
.single-product-wrap .woocommerce-breadcrumb a{color:#888;text-decoration:none}
.single-product-wrap .woocommerce-breadcrumb a:hover{color:#2d5a1b}
.single-product-wrap div.single-product-main{display:grid;grid-template-columns:1.15fr 1fr;gap:48px;background:#fff;border:1px solid #e8e8e4;border-radius:16px;padding:40px}
.single-product-wrap div.single-product-main .woocommerce-product-gallery{background:#eaf3de;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;float:none!important;width:100%!important;max-height:800px}
.single-product-wrap .woocommerce-product-gallery__wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.single-product-wrap .woocommerce-product-gallery__image--placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.single-product-wrap .woocommerce-product-gallery img{width:100%;height:100%;object-fit:cover}
.product-emoji{line-height:1}
.single-product-wrap .product-emoji{font-size:160px}
.single-product-wrap .product_title{font-family:'Playfair Display',serif;font-size:28px;font-weight:500;color:#1a1a1a;margin-bottom:12px}
.single-product-wrap .price{font-size:22px;font-weight:600;color:#1a1a1a;margin-bottom:4px;display:block}
.single-product-wrap .price .woocommerce-Price-amount{color:#2d5a1b}
.single-product-wrap .price del{font-size:15px;color:#aaa;font-weight:400;margin-right:6px}
.single-product-wrap .price del .woocommerce-Price-amount{color:#aaa}
.single-product-wrap .price ins{text-decoration:none}
.single-product-wrap .price .price-package-label{display:block;font-size:12px;font-weight:400;color:#888;margin-top:4px}
.single-product-wrap .price-unit-ref{font-size:13px;color:#888;margin-bottom:16px}
.single-product-wrap .woocommerce-product-details__short-description{font-size:14px;color:#555;line-height:1.7;margin-bottom:20px}
.single-product-wrap form.cart{display:flex;align-items:center;gap:12px;margin-bottom:24px}
.single-product-wrap form.cart input.qty{width:64px;background:#f5f5f0;border:1px solid #e8e8e4;border-radius:8px;padding:10px;font-size:14px;font-family:'Inter',sans-serif;text-align:center}
.single-product-wrap button.single_add_to_cart_button{background:#2d5a1b;color:#fff;border:none;padding:12px 28px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;font-family:'Inter',sans-serif}
.single-product-wrap button.single_add_to_cart_button:hover{background:#1a3a0a}
.single-product-wrap .product_meta{font-size:12px;color:#888;border-top:1px solid #e8e8e4;padding-top:16px}
.single-product-wrap .product_meta a{color:#2d5a1b;text-decoration:none}
.single-product-wrap .woocommerce-tabs{grid-column:1 / -1;border-top:1px solid #e8e8e4;margin-top:16px;padding-top:24px}
.single-product-wrap .woocommerce-tabs ul.tabs{display:flex;gap:0;border-bottom:1px solid #e8e8e4;list-style:none;margin-bottom:20px}
.single-product-wrap .woocommerce-tabs ul.tabs li{margin:0}
.single-product-wrap .woocommerce-tabs ul.tabs li a{display:block;padding:10px 20px;font-size:13px;color:#888;text-decoration:none}
.single-product-wrap .woocommerce-tabs ul.tabs li.active a{color:#2d5a1b;font-weight:500;border-bottom:2px solid #2d5a1b}
.single-product-wrap .related.products{grid-column:1 / -1;margin-top:24px}
@media (max-width:768px){
  .single-product-wrap div.product{grid-template-columns:1fr}
}

/* Traçabilité page */
.tracabilite-hero{background:linear-gradient(135deg,#1a3a0a,#2d5a1b);padding:72px 0;text-align:center}
.tracabilite-hero .traca-eyebrow{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:#8bc34a;font-weight:600;margin-bottom:14px}
.tracabilite-hero h1{font-family:'Playfair Display',serif;font-size:36px;color:#fff;line-height:1.3;margin-bottom:16px}
.tracabilite-hero .traca-lead{font-size:14px;color:#cfe6b8;line-height:1.8;max-width:720px;margin:0 auto}
.traca-section{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:center;padding:40px 0}
.traca-section.reverse{direction:rtl}
.traca-section.reverse .traca-text,.traca-section.reverse .traca-illu{direction:ltr}
.traca-tag{display:inline-block;background:#eaf3de;color:#2d5a1b;font-size:11px;font-weight:600;letter-spacing:0.05em;text-transform:uppercase;padding:5px 12px;border-radius:20px;margin-bottom:14px}
.traca-text h2{font-family:'Playfair Display',serif;font-size:26px;color:#1a1a1a;margin-bottom:16px;line-height:1.3}
.traca-text p{font-size:14px;color:#555;line-height:1.8;margin-bottom:14px}
.traca-illu{display:flex;align-items:center;justify-content:center}
.traca-illu svg{width:100%;max-width:380px;height:auto}
.traca-icons{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.traca-icon-card{background:#fff;border:1px solid #e8e8e4;border-radius:12px;padding:20px 14px;text-align:center}
.traca-icon-card i{font-size:26px;color:#2d5a1b;margin-bottom:8px;display:block}
.traca-icon-card span{font-size:12px;color:#555;font-weight:500}
.traca-product-demo{background:#fff;border:1px solid #e8e8e4;border-radius:16px;padding:48px 40px;margin:24px 0 64px}
.traca-product-demo h2{font-family:'Playfair Display',serif;font-size:24px;color:#1a1a1a;margin-bottom:10px}
.traca-product-demo p{font-size:14px;color:#555}
.traca-demo-card{display:flex;align-items:center;gap:20px;max-width:360px;margin:0 auto;background:#f5f5f0;border:1px solid #e8e8e4;border-radius:12px;padding:16px}
.traca-demo-img{width:64px;height:64px;border-radius:10px;background:#eaf3de;display:flex;align-items:center;justify-content:center;font-size:28px;color:#2d5a1b;flex-shrink:0}
.traca-demo-name{font-family:'Playfair Display',serif;font-size:16px;color:#1a1a1a;margin-bottom:6px}
.traca-cta{text-align:center;padding:24px 0 64px}
.traca-cta h2{font-family:'Playfair Display',serif;font-size:24px;color:#1a1a1a;margin-bottom:20px}
@media (max-width:768px){
  .traca-section,.traca-section.reverse{grid-template-columns:1fr;direction:ltr;gap:32px;padding:40px 0}
  .traca-icons{grid-template-columns:1fr 1fr}
}

/* MOBILE PASS — most homepage/shop sections were built as fixed multi-column
   CSS grids (.hero, .products, .promo-section, .samuel-section, .trust,
   .compte-section, .footer-grid, the single-product layout) with no
   narrower-viewport override at all, so on a phone they either squeezed
   columns down to unreadably narrow slivers (e.g. the hero's fixed 420px
   second column left the text column ~80px wide) or overflowed sideways. */
@media (max-width:768px){
  .container{padding:0 20px}
  nav.site-nav{padding:12px 20px}

  .hero{grid-template-columns:1fr;padding:32px 20px;gap:0}
  .hero::before{width:100%;opacity:0.12}
  .hero h1{font-size:28px;max-width:100%}
  .hero-desc{max-width:100%;margin-bottom:20px}
  .hero-btns{margin-bottom:20px}
  .hero-stats{display:none}
  .badges{gap:12px 16px}
  .badge{font-size:11.5px}

  .seasonal-banner{display:none}
  .search-wrap{padding:12px 20px}
  .search-inner{flex-wrap:wrap}
  .search-bar{flex:1 1 100%}

  .cats .cat{flex:0 0 160px}

  div.products,ul.products{grid-template-columns:repeat(2,1fr)}

  .promo-section{grid-template-columns:1fr;padding:28px 20px}
  .promo-card{flex:0 0 70%}

  .samuel-section{grid-template-columns:1fr}
  .samuel-content{order:2;padding:28px 20px}
  .samuel-img{order:1;min-height:0;height:300px}
  .samuel-img img{object-position:center 25%}

  .cats{margin:0 -20px;padding-left:20px;padding-right:20px}
  .cats .cat{flex:0 0 42%}

  body.home div.products,body.home ul.products{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:4px;margin:0 -20px;padding-left:20px;padding-right:20px}
  body.home div.products::-webkit-scrollbar,body.home ul.products::-webkit-scrollbar{display:none}
  body.home div.products div.product,body.home ul.products div.product{flex:0 0 62%;scroll-snap-align:start}

  .trust{grid-template-columns:repeat(2,1fr)}

  .qg-explainer{padding:28px 20px}
  .qg-engagements{grid-template-columns:1fr}

  .process-wrap{padding:20px}
  .process-steps{justify-content:center}
  .process-step{width:80px}

  .compte-section{grid-template-columns:1fr;padding:28px 20px}
  .compte-visual{order:2}

  .footer-grid{grid-template-columns:1fr 1fr;gap:28px}

  .single-product-wrap div.single-product-main{grid-template-columns:1fr;gap:24px;padding:24px}
  .single-product-wrap .product-emoji{font-size:96px}

  .page-content{padding:40px 0}
  .page-header h1{font-size:26px}

  .traca-product-demo{padding:32px 20px}
}

@media (max-width:480px){
  div.products,ul.products{grid-template-columns:1fr}
  .trust{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .section-header{flex-direction:column;align-items:flex-start;gap:8px}
  .hero h1{font-size:26px}
  .promo-card{flex-direction:column;text-align:center}
}
