:root{--bg:#fbf7ef;--paper:#fffdf9;--ink:#1f1b16;--muted:#6f6256;--brand:#1f9d55;--brand-soft:#d8f3dc;--sale:#d64545;--line:#e7ddcf;--shadow:0 10px 30px #2e23161f}*{box-sizing:border-box}body{background:radial-gradient(circle at 10% 10%, #fff9ef 0%, var(--bg) 45%, #f3e8d7 100%);color:var(--ink);margin:0;font-family:Montserrat,Segoe UI,sans-serif}.site-header{z-index:30;position:sticky;top:0}.topbar{z-index:10;color:#fff;background:linear-gradient(90deg,#0f6b31,#1d8e42);padding:10px 20px;position:sticky;top:0}.topbar-inner{justify-content:space-between;align-items:center;gap:14px;width:100%;max-width:1200px;margin:0 auto;display:flex}.brand-wrap{align-items:center;gap:12px;display:flex}.brand-logo{object-fit:cover;border:2px solid #e3f6d5;border-radius:50%;width:62px;height:62px;box-shadow:0 8px 16px #1a5b2e33}.brand-kicker{color:#f4fff6e6;text-transform:uppercase;letter-spacing:1px;margin:0;font-size:12px}.brand-name{letter-spacing:.2px;color:#fff;margin:0;font-size:18px;font-weight:700}.search-wrap{background:#fff;border-radius:8px;flex:1;align-items:center;max-width:620px;display:flex;overflow:hidden}.search-input{background:0 0;border:0;width:100%;padding:10px 12px;font-size:14px}.search-input:focus{outline:none}.search-btn{color:#2b2b2b;background:#fff;border:0;padding:8px 10px}.header-actions{align-items:center;gap:8px;display:flex}.icon-btn{color:#fff;background:#ffffff26;border:1px solid #fff6;border-radius:50%;place-items:center;width:38px;height:38px;text-decoration:none;display:grid}.subnav{background:#f4f6f5;border-bottom:1px solid #dce3df;min-height:52px;padding:0 20px}.subnav-inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.subnav-links{align-items:center;gap:22px;min-height:52px;display:flex}.subnav-categories{align-items:center;gap:22px;display:flex}.nav-link{color:#203126;align-items:center;min-height:52px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.nav-link:hover{color:#0f6b31}.subnav-info{color:#35533f;font-size:13px;font-weight:700}.cart-pill{color:#fff;cursor:pointer;box-shadow:none;background:#ffffff24;border:1px solid #ffffff59;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;display:flex}main{max-width:1200px;margin:0 auto;padding:20px}.hero{color:#fff;min-height:420px;box-shadow:var(--shadow);background:linear-gradient(135deg,#2d8d4f,#175f37);border-radius:22px;margin-bottom:26px;padding:0;position:relative;overflow:hidden}.hero-banner{object-fit:cover;object-position:center;width:100%;height:100%;position:relative}.section-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.section-head h3{margin:0;font-size:28px}.category-filter{border:1px solid var(--line);background:var(--paper);border-radius:10px;padding:8px 12px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.product-card{background:var(--paper);border:1px solid var(--line);border-radius:16px;transition:transform .2s,box-shadow .2s;animation:.35s rise;overflow:hidden;box-shadow:0 14px 28px #2a3a231f}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 32px #24352329}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.product-image{object-fit:cover;width:100%;height:185px;display:block}.product-body{padding:12px}.product-name{margin:0;font-size:17px}.price-wrap{align-items:baseline;gap:8px;margin:8px 0;display:flex}.old-price{color:var(--muted);font-size:14px;text-decoration:line-through}.new-price{color:var(--sale);font-weight:800}.base-price{font-weight:800}.product-unit{color:var(--muted);margin:0 0 10px;font-size:13px}.qty-wrap{grid-template-columns:36px 1fr 36px;align-items:center;gap:8px;display:grid}.qty-btn{border:1px solid var(--line);cursor:pointer;background:#f6fff8;border-radius:8px;height:36px;font-size:20px;font-weight:800}.qty-input{border:1px solid var(--line);text-align:center;border-radius:8px;width:100%;height:36px;font-weight:700}.add-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f6b31,#1d8e42);border:0;border-radius:10px;width:100%;margin-top:10px;padding:10px 12px;font-weight:700}.add-btn:hover{filter:brightness(1.06)}.empty-state{color:var(--muted)}.cart-panel{z-index:120;border-left:1px solid var(--line);width:380px;max-width:95vw;height:100vh;box-shadow:var(--shadow);background:#fffefb;flex-direction:column;padding:16px;transition:right .25s;display:flex;position:fixed;top:0;right:-420px}.cart-panel.open{right:0}.cart-header{justify-content:space-between;align-items:center;display:flex}.ghost-btn{border:1px solid var(--line);background:#fff;border-radius:8px;padding:6px 10px}.cart-items{flex:1;margin-top:10px;overflow:auto}.cart-row{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:64px 1fr auto;align-items:center;gap:10px;margin-bottom:8px;padding:8px;display:grid}.cart-item-image{object-fit:cover;border:1px solid #e5e5e5;border-radius:8px;width:64px;height:64px}.cart-item-body h5{margin:0 0 6px;font-size:14px}.cart-item-controls{color:#405247;align-items:center;gap:8px;font-size:13px;display:inline-flex}.cart-mini-btn{border:1px solid var(--line);cursor:pointer;background:#f8fbf8;border-radius:6px;width:24px;height:24px}.cart-item-price-wrap{text-align:right;gap:4px;display:grid}.cart-remove-btn{color:#7c7c7c;cursor:pointer;background:0 0;border:0;font-size:12px;text-decoration:underline}.cart-totals{border-top:1px solid var(--line);gap:8px;margin-bottom:10px;padding-top:10px;display:grid}.cart-totals div{justify-content:space-between;display:flex}.link-btn{color:#3d4d42;cursor:pointer;background:0 0;border:0;margin:2px 0 8px;text-decoration:underline}.checkout-box{border-top:1px solid var(--line);gap:8px;margin-top:10px;padding-top:10px;display:grid}.checkout-box h5{margin:6px 0 2px}.checkout-box input,.checkout-box select,.checkout-box textarea{border:1px solid var(--line);background:#fff;border-radius:8px;width:100%;padding:8px}.auth-line{grid-template-columns:1fr 1fr;gap:8px;display:grid}.primary-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#14863f,#1fab56);border:0;border-radius:10px;padding:10px 12px;font-weight:700}.primary-btn:hover{filter:brightness(1.05)}.auth-status{color:var(--muted);min-height:16px;margin:0;font-size:12px}@media (width<=768px){.topbar{flex-wrap:wrap;gap:10px}.hero{min-height:220px}.hero-banner{object-position:center}.search-wrap{order:3;width:100%;max-width:none}.topbar-inner{flex-wrap:wrap}.subnav{overflow-x:auto}.subnav-inner{gap:16px;min-width:max-content}.subnav-links,.subnav-categories{min-width:max-content}.subnav-info{display:none}.brand-logo{width:54px;height:54px}}
