/* IVOIRE CENTER — Design System 2026 */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
  --green:#006837;--green-d:#004d28;--green-l:#e6f3ed;
  --gold:#F2B814;--gold-d:#c9950f;--gold-l:#fdf6e0;
  --dark:#0f1a14;--body-bg:#f8faf8;--border:#e8ede9;
  --muted:#6b7a71;--text:#1a2e22;--danger:#e5372c;--success:#15a552;--wa:#25d366;
  --r-sm:8px;--r-md:14px;--r-lg:22px;--r-xl:32px;--r-full:999px;
  --shadow-xs:0 1px 3px rgba(0,0,0,.06);
  --shadow-sm:0 2px 8px rgba(0,0,0,.07);
  --shadow-md:0 8px 24px rgba(0,0,0,.08);
  --shadow-lg:0 20px 50px rgba(0,0,0,.10);
  --shadow-green:0 8px 24px rgba(0,104,55,.18);
  --ease:cubic-bezier(.16,1,.3,1);
  --max-w:1200px;--hdr-h:64px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}
body{font-family:'DM Sans',system-ui,sans-serif;background:var(--body-bg);color:var(--text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6{font-family:'Plus Jakarta Sans',sans-serif;font-weight:700;line-height:1.2}
a{text-decoration:none;color:inherit}
button{cursor:pointer;border:none;background:none;font:inherit}
img{display:block;max-width:100%}
ul{list-style:none}
.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 24px}

/* TOP BAR */
.top-bar{background:var(--dark);color:rgba(255,255,255,.6);font-size:12.5px;font-weight:500;padding:8px 0}
.top-bar .container{display:flex;justify-content:space-between;align-items:center}
.top-bar-left{display:flex;gap:20px}
.top-bar-item{display:flex;align-items:center;gap:6px}
.top-bar-right{display:flex;align-items:center}
.top-bar-wa{color:var(--wa);font-weight:600;transition:opacity .2s}
.top-bar-wa:hover{opacity:.8}

/* HEADER */
.site-header{position:sticky;top:0;z-index:200;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);transition:box-shadow .25s var(--ease)}
.site-header.hdr-scrolled{box-shadow:var(--shadow-md)}
.hdr-inner{display:flex;align-items:center;gap:20px;height:var(--hdr-h)}
.hdr-logo{display:flex;align-items:center;gap:10px;flex-shrink:0;text-decoration:none}
.hdr-logo-img{max-height:44px;max-width:160px;object-fit:contain;display:block}
.hdr-logo-img--footer{max-height:50px;max-width:180px;filter:brightness(0) invert(1)}
.hdr-logo-icon{width:40px;height:40px;border-radius:var(--r-sm);background:var(--green-l);border:1px solid rgba(0,104,55,.12);display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--green);transition:transform .2s var(--ease)}
.hdr-logo:hover .hdr-logo-icon{transform:scale(1.08) rotate(-4deg)}
.hdr-logo-text strong{display:block;font-size:17px;font-weight:800;color:var(--green);letter-spacing:-.4px;line-height:1.1;font-family:'Plus Jakarta Sans',sans-serif}
.hdr-logo-text small{font-size:10px;color:var(--muted);font-weight:500;letter-spacing:.3px;text-transform:uppercase}
.hdr-search{flex:1;max-width:480px;display:flex;align-items:center;background:var(--body-bg);border:1.5px solid var(--border);border-radius:var(--r-full);padding:0 6px 0 16px;transition:border-color .2s,box-shadow .2s}
.hdr-search:focus-within{border-color:var(--green);box-shadow:0 0 0 3px rgba(0,104,55,.12);background:#fff}
.hdr-search-icon{color:var(--muted);font-size:14px;flex-shrink:0}
.hdr-search-input{border:none;background:none;flex:1;padding:10px;font-size:13.5px;color:var(--text);font-family:inherit}
.hdr-search-input::placeholder{color:var(--muted)}
.hdr-search-input:focus{outline:none}
.hdr-search-btn{background:var(--green);color:#fff;padding:8px 18px;border-radius:var(--r-full);font-size:13px;font-weight:700;font-family:inherit;transition:background .2s;white-space:nowrap;flex-shrink:0}
.hdr-search-btn:hover{background:var(--green-d)}
.hdr-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.hdr-action-link{display:flex;align-items:center;gap:6px;font-size:13.5px;font-weight:600;color:var(--text);padding:8px 12px;border-radius:var(--r-md);transition:background .2s,color .2s}
.hdr-action-link:hover{background:var(--green-l);color:var(--green)}
.hdr-action-link i{font-size:17px}
.hdr-action-cart{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:700;background:var(--green);color:#fff;padding:9px 18px;border-radius:var(--r-full);transition:background .2s,transform .15s}
.hdr-action-cart:hover{background:var(--green-d);transform:translateY(-1px)}
.hdr-action-cart i{font-size:16px}
.cart-chip{background:var(--gold);color:var(--dark);font-size:10px;font-weight:900;min-width:18px;height:18px;border-radius:var(--r-full);display:inline-flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}
/* LANG SWITCHER */
.hdr-lang{position:relative;flex-shrink:0}
.hdr-lang-btn{display:flex;align-items:center;gap:4px;padding:6px 9px;border-radius:var(--r-full);border:1.5px solid var(--border,#e0e8e2);background:#fff;cursor:pointer;line-height:1;transition:border-color .2s,background .2s}
.hdr-lang-btn:hover{border-color:var(--green);background:var(--green-l,#f0faf4)}
.hdr-lang-flag{font-size:20px;line-height:1;display:block}
.hdr-lang-code{display:none}
.hdr-lang-img{width:22px;height:22px;object-fit:cover;border-radius:50%;display:block;flex-shrink:0}
.hdr-lang-chevron{font-size:8px;color:var(--muted);transition:transform .2s}
.hdr-lang.open .hdr-lang-chevron{transform:rotate(180deg)}
.hdr-lang-dropdown{display:none;position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid var(--border,#e0e8e2);border-radius:var(--r-md,10px);box-shadow:0 8px 24px rgba(0,0,0,.12);min-width:145px;z-index:500;overflow:hidden}
.hdr-lang.open .hdr-lang-dropdown{display:block}
.hdr-lang-option{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:13px;font-weight:500;color:var(--text);transition:background .15s;white-space:nowrap}
.hdr-lang-option:hover{background:var(--green-l,#f0faf4)}
.hdr-lang-option.active{background:var(--green-l,#f0faf4);color:var(--green);font-weight:700}
.hdr-lang-option span{font-size:19px;flex-shrink:0}
.hdr-lang-option .hdr-lang-img{width:20px;height:20px}

.hdr-burger{display:none;flex-direction:column;gap:5px;padding:8px;border-radius:var(--r-sm);transition:background .2s}
.hdr-burger:hover{background:var(--green-l)}
.hdr-burger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px}

/* DRAWER */
.drawer-overlay{display:none;position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.45);backdrop-filter:blur(3px);opacity:0;transition:opacity .3s}
.drawer-overlay.is-open{display:block;opacity:1}
.drawer{position:fixed;top:0;left:-100%;width:min(320px,88vw);height:100%;z-index:301;background:#fff;display:flex;flex-direction:column;overflow-y:auto;transition:left .35s var(--ease);box-shadow:var(--shadow-lg)}
.drawer.is-open{left:0}
.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border);position:sticky;top:0;background:#fff;z-index:1}
.drawer-close{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--muted);transition:background .2s,color .2s}
.drawer-close:hover{background:var(--green-l);color:var(--green)}
.drawer-search{padding:14px 16px 10px}
.hdr-search--drawer{max-width:100%;background:var(--body-bg)}
.drawer-nav{padding:8px 0;border-bottom:1px solid var(--border)}
.drawer-link{display:flex;align-items:center;gap:12px;padding:13px 20px;font-size:14px;font-weight:600;color:var(--text);transition:background .18s,color .18s}
.drawer-link i{width:20px;text-align:center;font-size:16px;color:var(--muted);flex-shrink:0}
.drawer-link:hover,.drawer-link.is-active{background:var(--green-l);color:var(--green)}
.drawer-link:hover i,.drawer-link.is-active i{color:var(--green)}
.drawer-link--promo{color:var(--gold-d)}
.drawer-link--promo i{color:var(--gold-d)}
.drawer-badge{margin-left:auto;background:var(--danger);color:#fff;font-size:9px;font-weight:800;padding:2px 7px;border-radius:var(--r-full);letter-spacing:.5px}
.drawer-cats{padding:16px 20px 28px}
.drawer-cats-title{font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);margin-bottom:12px}
.drawer-chips{display:flex;flex-wrap:wrap;gap:8px}
.dchip{background:var(--body-bg);border:1px solid var(--border);border-radius:var(--r-full);padding:6px 14px;font-size:12.5px;font-weight:600;color:var(--text);transition:all .18s}
.dchip:hover{background:var(--green-l);border-color:var(--green);color:var(--green)}

/* NAV BAR */
.nav-bar{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:var(--hdr-h);z-index:190}
.nav-inner{display:flex;align-items:stretch;height:48px}
.categories-dropdown{position:relative}
.categories-trigger{height:100%;padding:0 22px;background:var(--green);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;gap:8px;transition:background .2s}
.categories-trigger:hover{background:var(--green-d)}
.categories-menu{position:absolute;top:100%;left:0;width:250px;background:#fff;border:1px solid var(--border);border-radius:0 0 var(--r-md) var(--r-md);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(8px);transition:all .25s var(--ease);z-index:100}
.categories-dropdown:hover .categories-menu{opacity:1;visibility:visible;transform:translateY(0)}
.categories-menu-item{display:flex;align-items:center;gap:12px;padding:11px 18px;font-size:13px;font-weight:600;color:var(--text);border-bottom:1px solid rgba(0,0,0,.04);transition:background .15s,color .15s}
.categories-menu-item:last-child{border-bottom:none}
.categories-menu-item:hover{background:var(--green-l);color:var(--green)}
.categories-menu-item span{font-size:18px}
.nav-links{display:flex;align-items:center;margin-left:8px;flex:1}
.nav-link{display:flex;align-items:center;height:100%;padding:0 16px;font-size:13.5px;font-weight:600;color:var(--muted);position:relative;transition:color .2s}
.nav-link::after{content:'';position:absolute;bottom:0;left:16px;right:16px;height:3px;background:var(--green);border-radius:3px 3px 0 0;transform:scaleX(0);transition:transform .25s var(--ease)}
.nav-link:hover,.nav-link.active{color:var(--green)}
.nav-link:hover::after,.nav-link.active::after{transform:scaleX(1)}
.nav-offers{display:flex;align-items:center;gap:6px;padding:0 16px;margin-left:auto;font-size:13px;font-weight:700;color:var(--gold-d);transition:color .2s}
.nav-offers:hover{color:var(--gold)}

/* HERO */
.hero-section{padding:24px 0 28px;background:var(--body-bg)}
.hero-slider{position:relative;height:420px;border-radius:var(--r-xl);overflow:hidden;background:#edeae2;box-shadow:var(--shadow-md)}
.slide{position:absolute;inset:0;display:flex;align-items:center;padding:0 64px;gap:32px;opacity:0;visibility:hidden;transition:opacity .6s var(--ease),visibility .6s}
.slide.active{opacity:1;visibility:visible;z-index:2}
.slide-bg-circle{position:absolute;border-radius:50%;pointer-events:none;z-index:0}
.slide-bg-circle-1{width:520px;height:520px;background:rgba(0,104,55,.05);top:-180px;right:-100px}
.slide-bg-circle-2{width:300px;height:300px;background:rgba(242,184,20,.07);bottom:-120px;right:220px}
.slide-content{flex:1.1;max-width:460px;z-index:5}
.slide-title{font-size:44px;font-weight:800;line-height:1.14;letter-spacing:-1.2px;color:var(--dark);margin-bottom:14px}
.slide-title-accent{color:var(--green)}
.slide-desc{font-size:15px;color:var(--muted);margin-bottom:32px;line-height:1.6}
.slide-buttons{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 28px;font-weight:700;font-size:14px;font-family:'Plus Jakarta Sans',sans-serif;border-radius:var(--r-full);gap:8px;transition:all .2s var(--ease)}
.btn-primary{background:var(--green);color:#fff}
.btn-primary:hover{background:var(--green-d);transform:translateY(-2px);box-shadow:var(--shadow-green)}
.btn-outline-dark{border:2px solid rgba(0,0,0,.15);color:var(--dark);background:rgba(255,255,255,.9)}
.btn-outline-dark:hover{border-color:var(--green);color:var(--green);transform:translateY(-2px)}
.slide-image{flex:1;display:flex;align-items:flex-end;justify-content:center;height:100%;position:relative;z-index:5}
.slide-img-element{max-height:390px;object-fit:contain;filter:drop-shadow(0 20px 32px rgba(0,0,0,.15));animation:imgFloat 6s ease-in-out infinite}
@keyframes imgFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
.slider-dots{position:absolute;bottom:22px;left:64px;display:flex;gap:8px;z-index:20}
.slider-dot{width:8px;height:8px;border-radius:var(--r-full);background:rgba(0,0,0,.2);cursor:pointer;transition:all .3s var(--ease)}
.slider-dot.active{background:var(--green);width:28px}

/* FEATURES */
.features-section{padding:16px 0 28px}
.features-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-xs)}
.feature-item{display:flex;align-items:center;gap:14px;padding:20px 24px;border-right:1px solid var(--border)}
.feature-item:last-child{border-right:none}
.feature-icon-wrap{width:46px;height:46px;border-radius:50%;background:var(--green-l);display:flex;align-items:center;justify-content:center;font-size:19px;color:var(--green);flex-shrink:0}
.feature-text h4{font-size:13.5px;font-weight:700;color:var(--dark);margin-bottom:2px}
.feature-text p{font-size:11px;color:var(--muted);font-weight:500}

/* SECTION HEADERS */
.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:22px}
.section-title{font-size:22px;font-weight:800;color:var(--dark);position:relative;padding-bottom:8px}
.section-title::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:4px;background:var(--green);border-radius:4px}
.section-link{font-size:13px;font-weight:700;color:var(--green);transition:color .2s}
.section-link:hover{color:var(--green-d);text-decoration:underline}

/* CATEGORIES */
.categories-section{padding:0 0 28px}
.categories-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px}
.category-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-md);padding:20px 10px 18px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:var(--shadow-xs);transition:all .25s var(--ease);cursor:pointer}
.category-card:hover{border-color:var(--green);transform:translateY(-5px);box-shadow:var(--shadow-green)}
.category-card-img-wrap{width:64px;height:64px;margin-bottom:10px;display:flex;align-items:center;justify-content:center;transition:transform .25s var(--ease)}
.category-card:hover .category-card-img-wrap{transform:scale(1.12)}
.category-card-img{width:64px;height:64px;object-fit:contain;border-radius:var(--r-sm)}
.category-card-emoji{font-size:34px;display:block}
.category-card-name{font-size:11.5px;font-weight:700;color:var(--text);line-height:1.3}
.filter-cat-img{width:20px;height:20px;object-fit:contain;border-radius:3px;margin-right:4px;vertical-align:middle}

/* PRODUCTS */
.products-section{padding:0 0 36px}
.products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.product-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden;display:flex;flex-direction:column;position:relative;box-shadow:var(--shadow-xs);transition:all .28s var(--ease)}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:rgba(0,104,55,.15)}
.product-badge{position:absolute;top:10px;left:10px;background:var(--danger);color:#fff;font-size:9.5px;font-weight:800;padding:3px 8px;border-radius:var(--r-full);z-index:5;letter-spacing:.3px}
.product-fav-btn{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--muted);box-shadow:var(--shadow-xs);z-index:5;transition:all .2s}
.product-fav-btn:hover,.product-fav-btn.active{color:var(--danger);transform:scale(1.12)}
.product-img-wrap{height:150px;background:#f7faf7;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:16px;overflow:hidden}
.product-img-wrap img{max-height:120px;object-fit:contain;transition:transform .3s var(--ease)}
.product-card:hover .product-img-wrap img{transform:scale(1.06)}
.product-emoji{font-size:48px;transition:transform .3s var(--ease);display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:var(--r-sm)}
.product-card:hover .product-emoji{transform:scale(1.08)}
.product-info{padding:14px;flex:1;display:flex;flex-direction:column}
.product-title{font-size:13px;font-weight:700;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;cursor:pointer;margin-bottom:4px;transition:color .2s}
.product-title:hover{color:var(--green)}
.product-weight{font-size:11px;color:var(--muted);font-weight:500;margin-bottom:10px;flex:1}
.product-meta{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto}
.product-price-block{display:flex;flex-direction:column;gap:1px}
.product-price{font-size:15px;font-weight:800;color:var(--green)}
.product-old-price{font-size:11px;color:var(--muted);text-decoration:line-through;font-weight:500}
.product-add-btn{width:32px;height:32px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 4px 12px rgba(0,104,55,.25);transition:all .2s var(--ease)}
.product-add-btn:hover{background:var(--gold);color:var(--dark);transform:scale(1.12)}
.product-add-btn:active{transform:scale(.92)}
.products-skeleton{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.product-card-skeleton{height:280px;border-radius:var(--r-md);background:linear-gradient(90deg,#f0f2f0 25%,#e8ece8 50%,#f0f2f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}
@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
.skeleton-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-md);padding:20px 10px 18px;display:flex;flex-direction:column;align-items:center}
.skeleton-circle{width:64px;height:64px;border-radius:50%;background:linear-gradient(90deg,#f0f2f0 25%,#e8ece8 50%,#f0f2f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}
.skeleton-line{height:10px;border-radius:6px;background:linear-gradient(90deg,#f0f2f0 25%,#e8ece8 50%,#f0f2f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}

/* PROMO BANNER */
.promo-banner-section{padding:0 0 36px}
.promo-banner{background:var(--gold-l);border:1px solid rgba(242,184,20,.2);border-radius:var(--r-xl);padding:48px 64px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;box-shadow:var(--shadow-sm)}
.promo-banner-content{max-width:480px;z-index:5}
.promo-banner-title{font-size:28px;font-weight:800;color:var(--dark);margin-bottom:12px}
.promo-banner-desc{font-size:14px;color:var(--muted);margin-bottom:24px;line-height:1.6}
.promo-banner-img{max-height:220px;object-fit:contain;z-index:5;filter:drop-shadow(0 12px 20px rgba(0,0,0,.12))}
.promo-banner-decor{position:absolute;font-size:140px;font-weight:900;color:rgba(242,184,20,.12);bottom:-50px;right:160px;z-index:1;line-height:1}

/* ALL PRODUCTS */
.all-products-section{padding:0 0 52px}
.load-more-wrap{display:flex;justify-content:center;margin-top:40px}
.btn-load-more{display:inline-flex;align-items:center;gap:10px;background:#fff;color:var(--green);border:2px solid var(--green);padding:14px 48px;border-radius:var(--r-full);font-size:14px;font-weight:700;font-family:'Plus Jakarta Sans',sans-serif;box-shadow:0 4px 16px rgba(0,104,55,.1);transition:all .22s var(--ease)}
.btn-load-more:hover:not(:disabled){background:var(--green);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-green)}
.btn-load-more:disabled{opacity:.6;cursor:not-allowed}
.all-loaded-msg{text-align:center;margin-top:36px;font-size:13px;font-weight:600;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:8px}
.all-loaded-msg i{color:var(--success)}

/* WHY */
.why-section{padding:48px 0;text-align:center}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.why-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:32px 20px;box-shadow:var(--shadow-xs);transition:all .28s var(--ease)}
.why-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}
.why-card-icon{width:58px;height:58px;border-radius:50%;background:var(--green-l);display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--green);margin:0 auto 18px}
.why-card-title{font-size:15px;font-weight:800;color:var(--dark);margin-bottom:8px}
.why-card-desc{font-size:12px;color:var(--muted);line-height:1.6}

/* NEWSLETTER */
.newsletter-section{background:var(--green);padding:56px 0;position:relative;overflow:hidden}
.newsletter-section::before{content:'🥬';position:absolute;font-size:160px;opacity:.04;top:-30px;left:4%}
.newsletter-section::after{content:'🍋';position:absolute;font-size:160px;opacity:.04;bottom:-50px;right:4%}
.newsletter-content{max-width:600px;margin:0 auto;text-align:center;position:relative;z-index:2}
.newsletter-title{font-size:26px;font-weight:800;color:#fff;margin-bottom:8px}
.newsletter-desc{font-size:14px;color:rgba(255,255,255,.78);margin-bottom:28px}
.newsletter-form{display:flex;background:#fff;border-radius:var(--r-full);padding:6px;max-width:480px;margin:0 auto;box-shadow:var(--shadow-lg)}
.newsletter-input{flex:1;border:none;background:none;padding:0 18px;font-size:14px;color:var(--text);font-family:inherit}
.newsletter-input:focus{outline:none}
.newsletter-btn{background:var(--gold);color:var(--dark);font-weight:700;font-size:13.5px;padding:12px 28px;border-radius:var(--r-full);transition:background .2s;font-family:'Plus Jakarta Sans',sans-serif;white-space:nowrap}
.newsletter-btn:hover{background:var(--gold-d)}

/* STATS */
.stats-bar{background:#062b19;padding:32px 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.stat-number{font-size:28px;font-weight:800;color:var(--gold);display:block;font-family:'Plus Jakarta Sans',sans-serif}
.stat-label{font-size:11.5px;color:rgba(255,255,255,.6);font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-top:4px;display:block}

/* FOOTER */
.site-footer{background:var(--dark);color:rgba(255,255,255,.65);padding:64px 0 0;font-size:13px}
.footer-grid{display:grid;grid-template-columns:2fr 2fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.07)}
.footer-brand{display:flex;flex-direction:column;gap:18px}
.hdr-logo-icon--footer{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1);color:var(--gold)}
.footer-brand .hdr-logo-text strong{color:#fff}
.footer-brand .hdr-logo-text small{color:rgba(255,255,255,.4)}
.footer-desc{font-size:13px;line-height:1.75;color:rgba(255,255,255,.55)}
.footer-socials{display:flex;gap:10px}
.fsocial{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);font-size:14px;transition:all .2s}
.fsocial:hover{background:var(--green);color:#fff;transform:translateY(-2px)}
.fsocial--wa:hover{background:var(--wa)}
/* Footer links row — 2 cols internes, span 2 dans le grid parent desktop */
.footer-links-row{display:grid;grid-template-columns:1fr 1fr;gap:48px;grid-column:span 2}
.footer-col{display:flex;flex-direction:column}
.footer-col-title{color:#fff;font-size:13.5px;font-weight:700;margin-bottom:18px;position:relative;padding-bottom:10px}
.footer-col-title::after{content:'';position:absolute;bottom:0;left:0;width:28px;height:2px;background:var(--gold);border-radius:2px}
.footer-links{display:flex;flex-direction:column;gap:11px}
.footer-links a{color:rgba(255,255,255,.55);font-size:13px;font-weight:500;transition:color .18s,padding-left .18s}
.footer-links a:hover{color:var(--gold);padding-left:4px}
.footer-contact-list{display:flex;flex-direction:column;gap:16px}
.fcontact-item{display:flex;align-items:flex-start;gap:12px}
.fcontact-icon{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:14px;flex-shrink:0}
.fcontact-item strong{display:block;font-size:11.5px;color:rgba(255,255,255,.9);font-weight:700;margin-bottom:2px}
.fcontact-item span{font-size:12.5px;color:rgba(255,255,255,.55)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:20px 0;font-size:12px;color:rgba(255,255,255,.35)}
.footer-bottom-right strong{color:rgba(255,255,255,.5)}

/* TOAST */
.toast-container{position:fixed;bottom:28px;right:24px;display:flex;flex-direction:column;gap:10px;z-index:9999}
.toast{background:var(--dark);color:#fff;padding:14px 22px;border-radius:var(--r-md);font-size:13.5px;font-weight:600;border-left:4px solid var(--gold);box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:10px;animation:toastIn .4s var(--ease) forwards}
@keyframes toastIn{from{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}

/* WA FLOAT */
.wa-float{position:fixed;bottom:88px;right:24px;z-index:150;width:52px;height:52px;border-radius:50%;background:var(--wa);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 4px 20px rgba(37,211,102,.4);transition:transform .25s var(--ease),box-shadow .25s}
.wa-float:hover{transform:scale(1.1) rotate(8deg);box-shadow:0 8px 28px rgba(37,211,102,.5)}

/* BOTTOM NAV */
.btm-nav{display:none}

/* MISC */
.animate-on-load{animation:fadeUp .5s var(--ease) both}
@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.catalog-layout,.cart-layout,.checkout-layout,.account-layout,.contact-layout{display:flex;gap:28px;padding:30px 0}
.filters-sidebar,.cart-summary-sidebar,.account-sidebar,.contact-info-side{width:260px;flex-shrink:0}

/* ═══ TABLET 1100 ═══ */
@media(max-width:1100px){
  .products-grid,.products-skeleton{grid-template-columns:repeat(4,1fr)}
  .categories-grid{grid-template-columns:repeat(5,1fr)}
  .slide-title{font-size:36px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .footer-brand{grid-column:1/-1;flex-direction:row;gap:48px;align-items:flex-start}
  .footer-links-row{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:32px}
  .footer-desc{max-width:340px}
}
/* ═══ TABLET 900 ═══ */
@media(max-width:900px){
  .products-grid,.products-skeleton{grid-template-columns:repeat(3,1fr)}
  .categories-grid{grid-template-columns:repeat(4,1fr)}
  .features-grid{grid-template-columns:repeat(2,1fr)}
  .feature-item:nth-child(2){border-right:none}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .slide{padding:0 36px}
  .slide-title{font-size:30px}
  .promo-banner{padding:36px}
}

/* ═══ MOBILE 768 — PWA ═══ */
@media(max-width:768px){
  :root{--hdr-h:56px}
  .top-bar{display:none}
  .hdr-inner{display:grid;grid-template-columns:auto 1fr auto;gap:10px;height:var(--hdr-h)}
  .hdr-logo-icon{width:34px;height:34px;font-size:15px}
  .hdr-logo-text strong{font-size:14px}
  .hdr-logo-text small{display:none}
  .hdr-search{grid-column:1/-1;order:4;max-width:100%;padding:0 5px 0 14px}
  .hdr-search-input{font-size:13px;padding:9px 8px}
  .hdr-search-btn{font-size:12px;padding:8px 14px}
  .hdr-actions{gap:6px}
  .hdr-action-link span:not(.icon){display:none}
  .hdr-action-link{padding:8px;border-radius:var(--r-sm)}
  .hdr-action-cart span:not(.cart-chip){display:none}
  .hdr-action-cart{padding:8px 10px;gap:4px}
  .hdr-burger{display:flex}
  .nav-bar{display:none}
  /* Hero */
  .hero-section{padding:0 0 12px;margin-top:36px}
  .hero-slider{height:auto;min-height:unset;border-radius:16px;overflow:visible}
  /* Le slide est maintenant un bloc normal (pas absolute) */
  .slide{position:relative;flex-direction:row;padding:16px 14px 12px;min-height:unset;height:auto;align-items:center;justify-content:space-between;gap:10px}
  .slide.active{z-index:2}
  /* Image visible sur mobile — côté droit */
  .slide-image{display:flex;flex:0 0 36%;max-width:36%;height:140px;align-items:flex-end;justify-content:center}
  .slide-img-element{max-height:130px;max-width:100%;object-fit:contain;animation:imgFloat 6s ease-in-out infinite}
  .slide-content{flex:1 1 0;min-width:0}
  .slide-bg-circle-1{width:160px;height:160px;top:-50px;right:-20px}
  .slide-bg-circle-2{display:none}
  .slide-title{font-size:17px;letter-spacing:-.3px;margin-bottom:6px;line-height:1.2}
  .slide-desc{font-size:11.5px;margin-bottom:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .slide-buttons{gap:7px;flex-direction:column}
  .slide-buttons .btn{padding:9px 16px;font-size:12px;width:100%;text-align:center}
  /* Dots sous le slider, pas en absolute */
  .slider-dots{position:relative;bottom:auto;left:auto;display:flex;justify-content:center;gap:6px;padding:8px 0 4px;z-index:20}
  .slider-dot{width:6px;height:6px}
  .slider-dot.active{width:20px}
  .hero-slider::after{content:'';position:absolute;bottom:0;left:0;height:3px;background:linear-gradient(90deg,var(--green),var(--gold));border-radius:0 2px 2px 0;z-index:20;animation:slideProgress 6s linear infinite}
  @keyframes slideProgress{from{width:0%}to{width:100%}}
  .slide.active .slide-title{animation:sUp .5s var(--ease) both}
  .slide.active .slide-desc{animation:sUp .5s .08s var(--ease) both}
  .slide.active .slide-buttons{animation:sUp .5s .16s var(--ease) both}
  @keyframes sUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
  /* Features */
  .features-section{padding:12px 0 20px}
  .features-grid{grid-template-columns:repeat(2,1fr);border-radius:var(--r-md)}
  .feature-item{padding:16px;border-right:none;border-bottom:1px solid var(--border)}
  .feature-item:nth-child(odd){border-right:1px solid var(--border)}
  .feature-item:nth-child(3),.feature-item:nth-child(4){border-bottom:none}
  .feature-icon-wrap{width:38px;height:38px;font-size:16px}
  .feature-text h4{font-size:12px}
  .feature-text p{font-size:10.5px}
  /* Categories */
  .categories-section{padding:0 0 20px}
  .categories-grid{grid-template-columns:repeat(4,1fr);gap:10px}
  .category-card{padding:14px 6px 12px;border-radius:var(--r-md)}
  .category-card-emoji{font-size:26px;margin-bottom:6px}
  .category-card-name{font-size:10.5px}
  /* Section headers */
  .section-header{margin-bottom:14px}
  .section-title{font-size:17px}
  .section-link{font-size:12px}
  /* Products */
  .products-section{padding:0 0 24px}
  .products-grid,.products-skeleton{grid-template-columns:repeat(2,1fr);gap:12px}
  .product-card-skeleton{height:220px}
  .product-img-wrap{height:120px;padding:12px}
  .product-emoji{font-size:46px}
  .product-info{padding:10px}
  .product-title{font-size:12px}
  .product-price{font-size:13.5px}
  .product-add-btn{width:28px;height:28px;font-size:14px}
  /* Promo */
  .promo-banner-section{padding:0 0 24px}
  .promo-banner{flex-direction:column;padding:26px 22px;text-align:center;border-radius:var(--r-lg)}
  .promo-banner-img,.promo-banner-decor{display:none}
  .promo-banner-title{font-size:19px}
  .promo-banner-desc{font-size:13px;margin-bottom:18px}
  /* All products */
  .all-products-section{padding:0 0 32px}
  .btn-load-more{width:100%;justify-content:center}
  /* Why */
  .why-section{padding:32px 0}
  .why-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .why-card{padding:20px 14px;border-radius:var(--r-md)}
  .why-card-icon{width:44px;height:44px;font-size:18px;margin-bottom:14px}
  .why-card-title{font-size:13px}
  .why-card-desc{font-size:11px}
  /* Newsletter */
  .newsletter-section{padding:36px 0}
  .newsletter-title{font-size:20px}
  .newsletter-desc{font-size:13px;margin-bottom:20px}
  .newsletter-form{flex-direction:column;border-radius:16px;padding:10px;gap:8px}
  .newsletter-input{padding:12px 16px}
  .newsletter-btn{border-radius:10px;padding:13px;font-size:14px}
  /* Stats */
  .stats-bar{padding:24px 0}
  .stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}
  .stat-number{font-size:22px}
  .stat-label{font-size:10px}
  /* ═══ FOOTER MOBILE ═══ */
  .site-footer{padding:36px 0 0}
  .footer-grid{display:flex;flex-direction:column;gap:0;padding-bottom:0;border-bottom:none}
  .footer-brand{flex-direction:column;gap:14px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.08)}
  .footer-desc{font-size:12.5px}
  .footer-socials{gap:10px}
  .fsocial{width:34px;height:34px;font-size:13px}
  /* 2 colonnes côte à côte sur mobile */
  .footer-links-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.08);grid-column:unset}
  .footer-col-title{font-size:11.5px;margin-bottom:12px}
  .footer-links{gap:9px}
  .footer-links a{font-size:12.5px}
  /* Contact pleine largeur */
  .footer-col.footer-contact{padding-top:24px;padding-bottom:8px}
  .footer-contact-list{gap:14px}
  .fcontact-item{gap:10px;align-items:center}
  .fcontact-icon{width:30px;height:30px;font-size:13px;flex-shrink:0}
  .fcontact-item strong{font-size:11px}
  .fcontact-item span{font-size:12px}
  /* Copyright */
  .footer-bottom{flex-direction:column;gap:4px;text-align:center;padding:18px 0;margin-top:24px;border-top:1px solid rgba(255,255,255,.08);font-size:11px}
  /* Misc */
  body{padding-bottom:68px}
  .wa-float{bottom:84px;right:16px;width:46px;height:46px;font-size:22px}
  .toast-container{bottom:80px;right:12px;left:12px}
  .toast{font-size:13px;padding:12px 18px}
  .catalog-layout,.cart-layout,.checkout-layout,.account-layout,.contact-layout{flex-direction:column;gap:16px}
  .filters-sidebar,.cart-summary-sidebar,.account-sidebar,.contact-info-side{width:100%;position:static}
}

/* ═══ SMALL 480 ═══ */
@media(max-width:480px){
  .categories-grid{grid-template-columns:repeat(3,1fr);gap:8px}
  .hero-slider{min-height:unset}
  .slide{min-height:unset;padding:14px 12px 10px}
  .slide-image{flex:0 0 34%;max-width:34%;height:120px}
  .slide-img-element{max-height:115px}
  .slide-title{font-size:15px}
  .slide-desc{font-size:11px;margin-bottom:10px}
  .slide-buttons .btn{padding:8px 14px;font-size:11.5px}
  .products-grid{gap:10px}
  .product-img-wrap{height:108px}
  .product-emoji{font-size:40px}
  .why-grid{grid-template-columns:1fr;gap:10px}
  .footer-links-row{grid-template-columns:1fr 1fr;gap:14px}
}

/* ═══ BOTTOM NAV ═══ */
@media(max-width:768px){
  .btm-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:250;background:rgba(255,255,255,.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.06);box-shadow:0 -2px 20px rgba(0,0,0,.07);height:60px;align-items:stretch;padding:0 4px;padding-bottom:env(safe-area-inset-bottom,0px)}
  .btm-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:9px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.3px;text-decoration:none;position:relative;transition:color .2s;-webkit-tap-highlight-color:transparent;padding:6px 0}
  .btm-item i{font-size:18px;transition:transform .25s var(--ease)}
  .btm-item:active i{transform:scale(.85)}
  .btm-item.is-active,.btm-item:hover{color:var(--green)}
  .btm-item.is-active i{transform:translateY(-2px)}
  .btm-item.is-active::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:26px;height:3px;background:var(--green);border-radius:0 0 3px 3px;animation:indIn .25s var(--ease) forwards}
  @keyframes indIn{from{width:0;opacity:0}to{width:26px;opacity:1}}
  .btm-cart{color:var(--muted)}
  .btm-cart::before{display:none!important}
  .btm-cart-pill{position:relative;width:46px;height:46px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:-18px;box-shadow:0 4px 18px rgba(0,104,55,.38);transition:all .22s var(--ease)}
  .btm-cart-pill i{color:#fff;font-size:18px}
  .btm-cart:hover .btm-cart-pill,.btm-cart.is-active .btm-cart-pill{background:var(--green-d);transform:scale(1.1) translateY(-2px);box-shadow:0 8px 22px rgba(0,104,55,.45)}
  .btm-cart:active .btm-cart-pill{transform:scale(.9)}
  .btm-badge{position:absolute;top:-2px;right:-2px;background:var(--gold);color:var(--dark);font-size:9px;font-weight:900;min-width:16px;height:16px;border-radius:var(--r-full);display:flex;align-items:center;justify-content:center;padding:0 3px;border:2px solid #fff;line-height:1;animation:badgePop .3s var(--ease)}
  @keyframes badgePop{from{transform:scale(0)}to{transform:scale(1)}}
  .btm-badge.is-empty{display:none}
}
@supports(padding-bottom:env(safe-area-inset-bottom)){
  @media(max-width:768px){
    .btm-nav{height:calc(60px + env(safe-area-inset-bottom))}
    body{padding-bottom:calc(68px + env(safe-area-inset-bottom))}
  }
}

/* ═══════════════════════════════════════════════════════
   PAGES INTÉRIEURES — Composants partagés
═══════════════════════════════════════════════════════ */

/* Breadcrumb */
.ivc-breadcrumb{font-size:12.5px;color:var(--muted);font-weight:600;padding:20px 0 0;display:flex;align-items:center;flex-wrap:wrap;gap:6px}
.ivc-breadcrumb a{color:var(--text);transition:color .18s}
.ivc-breadcrumb a:hover{color:var(--green)}
.ivc-breadcrumb span{color:var(--muted)}
.ivc-breadcrumb-current{color:var(--green);font-weight:800}

/* Catalog inner layout */
.catalog-layout{display:flex;gap:28px;padding:24px 0 60px}
.filters-sidebar{width:260px;flex-shrink:0;position:sticky;top:130px;height:fit-content}
.catalog-content{flex:1;min-width:0}
.filter-block{margin-bottom:22px;padding-bottom:20px;border-bottom:1px solid var(--border)}
.filter-block:last-of-type{border-bottom:none;padding-bottom:0;margin-bottom:16px}
.filter-title{font-size:11.5px;font-weight:800;text-transform:uppercase;letter-spacing:.6px;color:var(--text);margin-bottom:12px}
.filter-links-list{display:flex;flex-direction:column;gap:4px}
.filter-cat-btn{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:var(--muted);padding:8px 10px;border-radius:var(--r-sm);text-align:left;transition:all .18s;width:100%}
.filter-cat-btn:hover,.filter-cat-btn.active{background:var(--green-l);color:var(--green)}
.filter-cat-btn span{font-size:16px}
.filter-options-list{display:flex;flex-direction:column;gap:10px}
.filter-checkbox-label{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:var(--muted);cursor:pointer}
.filter-checkbox-label input{width:16px;height:16px;accent-color:var(--green);cursor:pointer;border-radius:4px}
.price-range-inputs{display:flex;gap:10px;align-items:flex-start;margin-top:8px}
.form-group{display:flex;flex-direction:column;gap:5px;flex:1}
.form-group label{font-size:10.5px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.4px}
.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--border);border-radius:var(--r-sm);padding:9px 12px;font-size:13px;font-weight:600;color:var(--text);font-family:inherit;transition:border-color .2s}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--green)}
.form-row{display:flex;gap:16px}
.catalog-controls{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid var(--border);border-radius:var(--r-md);padding:12px 18px;margin-bottom:20px;box-shadow:var(--shadow-xs)}
.catalog-count{font-size:13px;font-weight:600;color:var(--muted)}
.catalog-sort{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;color:var(--text)}
.catalog-sort select{border:1.5px solid var(--border);border-radius:var(--r-sm);padding:6px 12px;background:#fff;font-weight:700;cursor:pointer;font-family:inherit}
.no-results{text-align:center;padding:60px 20px}
.no-results-emoji{font-size:56px;margin-bottom:14px}
.no-results-title{font-size:18px;font-weight:800;color:var(--dark);margin-bottom:6px}
.no-results-desc{font-size:13px;color:var(--muted)}

/* Product Detail */
.product-detail-layout{padding:16px 0 60px}
.product-detail-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-xl);padding:32px;box-shadow:var(--shadow-md);display:flex;gap:40px;margin-bottom:40px}
.product-gallery{width:50%;background:#f7faf7;border-radius:var(--r-lg);display:flex;align-items:center;justify-content:center;position:relative;min-height:380px}
.product-gallery-emoji{font-size:160px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.08))}
.product-detail-info{width:50%;display:flex;flex-direction:column;justify-content:space-between}
.pdp-category{background:var(--green-l);color:var(--green);font-size:11px;font-weight:800;text-transform:uppercase;padding:4px 12px;border-radius:var(--r-full);display:inline-block;margin-bottom:14px;letter-spacing:.5px}
.pdp-title{font-size:26px;font-weight:800;color:var(--dark);margin-bottom:10px}
.pdp-rating-weight{display:flex;align-items:center;gap:14px;font-size:13px;font-weight:600;color:var(--muted);margin-bottom:20px;flex-wrap:wrap}
.pdp-rating{color:var(--gold-d);display:flex;align-items:center;gap:4px}
.pdp-desc{font-size:14px;color:var(--muted);line-height:1.75;margin-bottom:28px}
.pdp-action-box{border-top:1px solid var(--border);padding-top:22px}
.pdp-price-wrap{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}
.pdp-price{font-size:28px;font-weight:800;color:var(--green)}
.pdp-old-price{font-size:15px;color:var(--muted);text-decoration:line-through;font-weight:600}
.pdp-control-row{display:flex;gap:14px;align-items:center}
.quantity-selector{display:flex;align-items:center;border:2px solid var(--border);background:var(--body-bg);border-radius:var(--r-full);padding:6px 14px;gap:8px}
.qty-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:color .18s;font-size:13px}
.qty-btn:hover{color:var(--dark)}
.qty-input{width:32px;text-align:center;border:none;background:none;font-weight:700;color:var(--dark);font-family:inherit;font-size:14px}
.pdp-add-btn{flex:1;background:var(--green);color:#fff;border-radius:var(--r-full);font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;box-shadow:var(--shadow-green);transition:all .2s var(--ease)}
.pdp-add-btn:hover{background:var(--gold);color:var(--dark)}

/* Cart */
.cart-layout{display:flex;gap:28px;padding:20px 0 60px;align-items:flex-start}
.cart-items-section{flex:1;min-width:0}
.cart-header-title{font-size:20px;font-weight:800;margin-bottom:20px}
.cart-list{display:flex;flex-direction:column;gap:14px}
.cart-item{background:#fff;border:1px solid var(--border);border-radius:var(--r-md);padding:16px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:var(--shadow-xs)}
.cart-item-left{display:flex;align-items:center;gap:14px;flex:1;min-width:0}
.cart-item-img{width:58px;height:58px;background:var(--body-bg);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}
.cart-item-details h4{font-size:14px;font-weight:700;color:var(--dark);margin-bottom:2px}
.cart-item-details span{font-size:11px;color:var(--muted);font-weight:600}
.cart-item-right{display:flex;align-items:center;gap:20px;flex-shrink:0}
.cart-item-price-block{text-align:right}
.cart-item-total-price{font-size:15px;font-weight:800;color:var(--green);display:block}
.cart-item-remove-btn{font-size:11px;color:var(--danger);font-weight:700;margin-top:4px;transition:opacity .18s}
.cart-item-remove-btn:hover{opacity:.7;text-decoration:underline}
.cart-summary-sidebar{width:320px;flex-shrink:0;background:#fff;border:1px solid var(--border);border-radius:var(--r-md);padding:24px;box-shadow:var(--shadow-sm);position:sticky;top:130px}
.summary-title{font-size:15px;font-weight:800;color:var(--dark);border-bottom:1.5px solid var(--border);padding-bottom:12px;margin-bottom:18px}
.summary-row{display:flex;justify-content:space-between;font-size:13px;font-weight:600;color:var(--muted);margin-bottom:10px}
.summary-row.total{border-top:1.5px solid var(--border);padding-top:14px;font-size:15px;font-weight:800;color:var(--dark);margin-bottom:20px}
.summary-row.total .price{color:var(--green)}
.promo-code-box{display:flex;gap:6px;background:var(--body-bg);border-radius:var(--r-full);padding:4px;border:1.5px solid var(--border);margin-bottom:12px}
.promo-input{border:none;background:none;padding:0 12px;font-size:12.5px;font-weight:700;text-transform:uppercase;width:100%;font-family:inherit}
.promo-input:focus{outline:none}
.promo-btn{background:var(--dark);color:#fff;font-weight:700;padding:8px 16px;border-radius:var(--r-full);font-size:11.5px;transition:background .18s;font-family:inherit}
.promo-btn:hover{background:var(--green)}
.cart-checkout-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:var(--green);color:#fff;padding:14px 20px;border-radius:var(--r-full);font-weight:700;font-size:13.5px;box-shadow:var(--shadow-green);transition:all .2s;margin-top:4px}
.cart-checkout-btn:hover{background:var(--green-d);transform:translateY(-1px)}
.empty-cart-view{text-align:center;padding:80px 20px;display:flex;flex-direction:column;align-items:center}
.empty-cart-emoji{font-size:72px;margin-bottom:16px}

/* Checkout */
.checkout-steps-bar{display:flex;justify-content:space-between;align-items:center;max-width:520px;margin:28px auto 20px;position:relative}
.checkout-steps-bar::before{content:'';position:absolute;top:16px;left:0;right:0;height:2px;background:var(--border);z-index:1}
.step-indicator{display:flex;flex-direction:column;align-items:center;position:relative;z-index:5}
.step-circle{width:34px;height:34px;background:#fff;border:2px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:var(--muted);transition:all .25s}
.step-label{font-size:10.5px;font-weight:700;color:var(--muted);margin-top:6px;text-transform:uppercase;letter-spacing:.4px}
.step-indicator.active .step-circle{border-color:var(--green);background:var(--green);color:#fff;box-shadow:0 0 0 3px rgba(0,104,55,.15)}
.step-indicator.active .step-label{color:var(--green)}
.step-indicator.completed .step-circle{border-color:var(--green);background:var(--green-l);color:var(--green)}
.checkout-layout{max-width:680px;margin:0 auto;padding:0 0 60px}
.checkout-form-container{width:100%}
.checkout-form-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:32px;box-shadow:var(--shadow-sm);display:none}
.checkout-form-card.active{display:block;animation:fadeUp .4s var(--ease) both}
.checkout-form-title{font-size:16px;font-weight:800;margin-bottom:20px;border-bottom:1.5px solid var(--border);padding-bottom:12px;display:flex;align-items:center;gap:8px}
.checkout-form{display:flex;flex-direction:column;gap:14px}
.form-buttons{display:flex;justify-content:space-between;margin-top:8px;gap:12px}
.btn-form-prev{background:var(--body-bg);color:var(--muted);font-weight:700;font-size:13px;padding:12px 22px;border-radius:var(--r-full);transition:background .18s;font-family:inherit}
.btn-form-prev:hover{background:var(--border)}
.btn-form-next{background:var(--green);color:#fff;font-weight:700;font-size:13px;padding:12px 28px;border-radius:var(--r-full);transition:all .2s;font-family:inherit;display:flex;align-items:center;gap:8px}
.btn-form-next:hover{background:var(--green-d)}
.btn-form-next:disabled{opacity:.6;cursor:not-allowed}
.payment-options{display:flex;flex-direction:column;gap:12px}
.payment-option-card{border:1.5px solid var(--border);border-radius:var(--r-md);padding:16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s}
.payment-option-card:hover,.payment-option-card.active{border-color:var(--green);background:var(--green-l)}
.pay-card-left{display:flex;align-items:center;gap:12px}
.pay-card-icon{font-size:22px}
.pay-card-details h4{font-size:13.5px;font-weight:700}
.pay-card-details p{font-size:11.5px;color:var(--muted)}
.pay-radio-btn{width:18px;height:18px;border-radius:50%;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .18s}
.payment-option-card.active .pay-radio-btn{border-color:var(--green)}
.payment-option-card.active .pay-radio-btn::after{content:'';width:10px;height:10px;border-radius:50%;background:var(--green)}
.success-view{text-align:center;padding:10px 0;display:flex;flex-direction:column;align-items:center}
.success-icon-wrap{width:70px;height:70px;background:var(--green-l);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:var(--green);margin-bottom:20px;animation:bounce 1.5s infinite}
@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.success-title{font-size:22px;font-weight:800;margin-bottom:6px}
.success-subtitle{font-size:13px;color:var(--muted);margin-bottom:24px}
.success-receipt-card{width:100%;max-width:420px;background:var(--body-bg);border:1px solid var(--border);border-radius:var(--r-md);padding:20px;font-size:12.5px;text-align:left;display:flex;flex-direction:column;gap:10px;margin-bottom:24px}
.receipt-header{border-bottom:1.5px dashed var(--border);padding-bottom:8px;display:flex;justify-content:space-between;font-weight:700;color:var(--muted)}
.receipt-row{display:flex;justify-content:space-between;font-weight:600;color:var(--text)}
.receipt-row.total{border-top:1.5px dashed var(--border);padding-top:10px;font-weight:800;font-size:14px;color:var(--green)}

/* Account */
.account-layout{display:flex;gap:24px;padding:20px 0 60px;align-items:flex-start}
.account-sidebar{width:260px;flex-shrink:0;position:sticky;top:130px}
.account-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-md);padding:24px;box-shadow:var(--shadow-xs);margin-bottom:16px}
.account-card-title{font-size:15px;font-weight:800;margin-bottom:16px}
.account-profile-block{display:flex;align-items:center;gap:14px;margin-bottom:20px;border-bottom:1.5px solid var(--border);padding-bottom:18px}
.account-avatar{width:46px;height:46px;background:var(--green);color:#fff;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}
.account-profile-details h4{font-size:14px;font-weight:800}
.account-profile-details span{font-size:11.5px;color:var(--muted);font-weight:600}
.account-menu{display:flex;flex-direction:column;gap:4px}
.account-menu-item{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;color:var(--muted);padding:10px 12px;border-radius:var(--r-sm);cursor:pointer;transition:all .18s;text-decoration:none}
.account-menu-item:hover,.account-menu-item.active{background:var(--green-l);color:var(--green)}
.account-menu-item.logout{color:var(--danger);margin-top:8px;border-top:1.5px solid var(--border);padding-top:16px;border-radius:0}
.account-menu-item.logout:hover{background:#fdf2f2}
.account-content{flex:1;min-width:0}
.order-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.order-ref{font-size:14px;font-weight:800}
.order-ref span{font-size:11px;color:var(--muted);font-weight:600;display:block;margin-top:2px}
.order-status-badge{background:var(--green-l);color:var(--green);font-size:11px;font-weight:800;padding:4px 14px;border-radius:var(--r-full)}
.tracker-timeline{display:flex;justify-content:space-between;align-items:flex-start;position:relative;max-width:480px;margin:24px auto 8px}
.tracker-timeline::before{content:'';position:absolute;top:16px;left:0;right:0;height:3px;background:var(--border);z-index:1}
.tracker-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:5}
.tracker-circle{width:32px;height:32px;background:#fff;border:2px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;transition:all .25s}
.tracker-label{font-size:9.5px;font-weight:700;color:var(--muted);margin-top:6px;text-transform:uppercase;letter-spacing:.3px;text-align:center}
.tracker-step.active .tracker-circle{border-color:var(--green);background:var(--green);color:#fff}
.tracker-step.active .tracker-label{color:var(--green);font-weight:800}
.tracker-step.completed .tracker-circle{border-color:var(--green);background:var(--green-l);color:var(--green)}

/* About / Editorial */
.editorial-layout{padding:24px 0 60px;max-width:780px;margin:0 auto}
.editorial-header{text-align:center;margin-bottom:36px}
.editorial-tag{font-size:11px;font-weight:800;color:var(--green);text-transform:uppercase;letter-spacing:1px;display:inline-block;margin-bottom:8px}
.editorial-title{font-size:30px;font-weight:800;color:var(--dark)}
.editorial-content-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-xl);padding:40px;box-shadow:var(--shadow-md)}
.editorial-p{font-size:14.5px;color:var(--muted);line-height:1.85;margin-bottom:22px}
.editorial-h3{font-size:18px;font-weight:800;color:var(--dark);margin:32px 0 16px}
.editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:24px 0}
.editorial-grid-item{background:var(--body-bg);border:1px solid var(--border);padding:20px;border-radius:var(--r-md);border-left:5px solid var(--green)}
.editorial-grid-item h4{font-size:14px;font-weight:800;margin-bottom:6px}
.editorial-grid-item p{font-size:12.5px;color:var(--muted)}

/* Contact */
.contact-layout{display:flex;gap:36px;padding:20px 0 60px;align-items:flex-start}
.contact-info-side{width:38%;display:flex;flex-direction:column;gap:18px}
.contact-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-md);padding:24px;box-shadow:var(--shadow-xs)}
.contact-title{font-size:15px;font-weight:800;margin-bottom:16px}
.contact-details-list{display:flex;flex-direction:column;gap:16px}
.contact-detail-row{display:flex;align-items:flex-start;gap:14px}
.contact-detail-row .icon{font-size:18px;color:var(--green);margin-top:2px;flex-shrink:0;width:20px;text-align:center}
.contact-detail-row h5{font-size:13px;font-weight:800;margin-bottom:2px}
.contact-detail-row p{font-size:12.5px;color:var(--muted)}
.contact-form-side{flex:1;background:#fff;border:1px solid var(--border);border-radius:var(--r-xl);padding:36px;box-shadow:var(--shadow-md)}
.map-placeholder{background:var(--body-bg);border:1px solid var(--border);border-radius:var(--r-md);padding:24px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:var(--muted)}

/* Mobile — pages intérieures */
@media(max-width:768px){
  .catalog-layout,.cart-layout,.account-layout,.contact-layout{flex-direction:column;gap:16px}
  .filters-sidebar,.cart-summary-sidebar,.account-sidebar,.contact-info-side{width:100%;position:static}
  .product-detail-card{flex-direction:column;gap:20px;padding:20px;border-radius:var(--r-lg)}
  .product-gallery,.product-detail-info{width:100%}
  .product-gallery{min-height:220px;border-radius:var(--r-md)}
  .product-gallery-emoji{font-size:100px}
  .pdp-title{font-size:20px}
  .pdp-price{font-size:22px}
  .pdp-control-row{flex-direction:column;gap:12px}
  .pdp-add-btn{width:100%;justify-content:center}
  .cart-item{flex-direction:column;align-items:flex-start;gap:12px}
  .cart-item-right{width:100%;justify-content:space-between}
  .checkout-layout{padding:0 0 40px}
  .checkout-form-card{padding:22px}
  .form-row{flex-direction:column}
  .editorial-grid{grid-template-columns:1fr}
  .editorial-content-card{padding:24px}
  .editorial-title{font-size:22px}
}

/* ===== PRODUCT PAGE — SUGGESTIONS ===== */
.pdp-suggestions-section{margin-top:48px;padding-top:32px;border-top:2px solid var(--border)}
.pdp-suggestions-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.pdp-suggestions-label{display:flex;align-items:center;gap:12px}
.pdp-suggestions-tag{font-size:11px;font-weight:700;padding:4px 10px;border-radius:50px;background:var(--green);color:#fff;text-transform:uppercase;letter-spacing:.5px}
.pdp-suggestions-title{font-size:20px;font-weight:800;color:var(--heading);margin:0}
.pdp-suggestions-link{font-size:13px;font-weight:600;color:var(--primary);text-decoration:none;display:flex;align-items:center;gap:6px;white-space:nowrap}
.pdp-suggestions-link:hover{text-decoration:underline}
.pdp-item-category-tag{font-size:10px;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;display:block}

/* ===== WISHLIST HEADER BUTTON ===== */
.hdr-wishlist-btn{position:relative}
.hdr-wishlist-icon{font-size:20px;transition:color .2s}
.hdr-wishlist-badge{position:absolute;top:2px;right:-2px}
.hdr-wishlist-badge.hidden{display:none!important}
.hdr-wishlist-btn .hdr-wishlist-icon{color:var(--muted)}
.hdr-wishlist-btn:hover .hdr-wishlist-icon,.hdr-wishlist-btn.active .hdr-wishlist-icon{color:var(--danger);transform:scale(1.12)}
