@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@400;600;700;800;900&display=swap";:root{--primary:#0c831f;--primary-glow:#0c831f26;--yellow:#f8cd2f;--yellow-dark:#e6b800;--yellow-light:#fff9dc;--secondary:#1c1c1e;--accent:#f8cd2f;--bg-main:#f8f8f8;--bg-white:#fff;--bg-glass:#ffffffeb;--text-dark:#1c1c1e;--text-soft:#4a4a4a;--text-muted:#888;--border-light:#efefef;--shadow-card:0 2px 8px #0000000f;--shadow-hover:0 8px 24px #0000001a;--radius-xl:16px;--radius-2xl:20px;--radius-full:999px;--radius-md:12px;--radius-sm:8px;--transition:all .2s ease;--font-main:"Inter", sans-serif;--font-header:"Outfit", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-main);background:var(--bg-main);color:var(--text-dark);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}button,a{touch-action:manipulation}input,select,textarea{font-family:inherit;font-size:16px!important}h1,h2,h3,h4{font-family:var(--font-header);color:var(--text-dark)}.glass-card{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-card);border:1px solid #fff6}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}.mobile-only{display:none!important}.desktop-only{display:flex!important}@media (width<=768px){.mobile-only{display:flex!important}.desktop-only{display:none!important}}nav{z-index:9000;border-bottom:1px solid var(--border-light);background:#fff;align-items:center;gap:16px;height:64px;padding:0 24px;display:flex;position:sticky;top:0;left:0;right:0;box-shadow:0 1px 4px #0000000d}.nav-logo{color:var(--text-dark);font-family:Outfit,sans-serif;font-size:1.7rem;font-weight:900;text-decoration:none}.nav-links{align-items:center;gap:28px;display:flex}.nav-links a{color:var(--text-soft);transition:var(--transition);font-size:.9rem;font-weight:600;text-decoration:none}.nav-links a:hover{color:var(--text-dark)}.nav-right{align-items:center;gap:16px;display:flex}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);border:none;justify-content:center;align-items:center;gap:6px;min-height:44px;padding:11px 24px;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-primary:hover{background:#0a6e1a;transform:translateY(-1px)}.btn-outline{color:var(--primary);border-radius:var(--radius-full);border:2px solid var(--primary);cursor:pointer;transition:var(--transition);background:0 0;justify-content:center;align-items:center;min-height:44px;padding:11px 24px;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-outline:hover{background:var(--primary);color:#fff}.product-grid{grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:14px;display:grid}.product-card{background:var(--bg-white);border-radius:var(--radius-md);transition:var(--transition);border:1px solid var(--border-light);cursor:pointer;padding:12px;position:relative}.product-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.product-img-wrapper{border-radius:var(--radius-sm);background:#f0f7f0;justify-content:center;align-items:center;height:150px;margin-bottom:10px;display:flex;overflow:hidden}.product-img{object-fit:contain;width:100%;height:100%;transition:var(--transition);padding:6px}.product-card:hover .product-img{transform:scale(1.05)}.product-info h3{color:var(--text-dark);margin-bottom:2px;font-family:Inter,sans-serif;font-size:.86rem;font-weight:600;line-height:1.3}.product-weight{color:var(--text-muted);margin-bottom:6px;font-size:.73rem}.product-price{color:var(--text-dark);font-family:Outfit,sans-serif;font-size:1rem;font-weight:800}.product-footer{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.product-add-btn{border:2px solid var(--primary);color:var(--primary);border-radius:var(--radius-sm);cursor:pointer;width:32px;height:32px;transition:var(--transition);background:#fff;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;line-height:1;display:flex}.product-add-btn:hover{background:var(--primary);color:#fff}.category-chips{scrollbar-width:none;gap:8px;padding:4px 0 8px;display:flex;overflow-x:auto}.category-chips::-webkit-scrollbar{display:none}.category-chip{white-space:nowrap;border:1px solid var(--border-light);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);color:var(--text-soft);background:#fff;padding:7px 16px;font-size:.82rem;font-weight:600;text-decoration:none;display:block}.category-chip:hover,.category-chip.active{background:var(--yellow);border-color:var(--yellow-dark);color:var(--text-dark);font-weight:700}.delivery-badge{color:var(--primary);border-radius:var(--radius-full);background:#e8f5e9;align-items:center;gap:4px;padding:3px 8px;font-size:.68rem;font-weight:700;display:inline-flex}.hero-section{background:var(--yellow);border-radius:var(--radius-2xl);align-items:center;min-height:200px;margin:16px 24px;padding:32px 40px;display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;max-width:55%;position:relative}.hero-eyebrow{text-transform:uppercase;letter-spacing:2px;color:#1c1c1e8c;margin-bottom:8px;font-size:.75rem;font-weight:700;display:inline-block}.hero-title{color:var(--text-dark);margin-bottom:14px;font-size:clamp(1.4rem,4vw,2.6rem);font-weight:900;line-height:1.1}.hero-description{color:#1c1c1ea6;margin-bottom:20px;font-size:.88rem}.hero-image-container{z-index:1;width:46%;position:absolute;top:0;bottom:0;right:0}.hero-image{object-fit:cover;width:100%;height:100%}.section{padding:20px 24px}.section-header{justify-content:space-between;align-items:baseline;margin-bottom:14px;display:flex}.section-eyebrow{display:none}.section-title{color:var(--text-dark);letter-spacing:-.3px;font-size:1.2rem;font-weight:800}.section-see-all{color:var(--primary);font-size:.8rem;font-weight:700;text-decoration:none}.section-see-all:hover{text-decoration:underline}.features-container{background:0 0;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px;padding:0;display:grid}.feature-card{text-align:center;border-radius:var(--radius-md);border:1px solid var(--border-light);background:#fff;padding:18px 14px}.feature-icon{color:var(--primary);margin-bottom:8px}.feature-card h4{margin-bottom:3px;font-size:.86rem;font-weight:700}.feature-card p{color:var(--text-muted);font-size:.75rem}.review-card{border-radius:var(--radius-md);box-shadow:var(--shadow-card);border:1px solid var(--border-light);background:#fff;padding:20px}.review-text{color:var(--text-soft);margin-bottom:12px;font-size:.86rem;line-height:1.6}.reviewer{align-items:center;gap:10px;display:flex}.reviewer-img{background:var(--yellow-light);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}footer{color:#fff;background:#1c1c1e;padding:52px 24px 32px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:40px;display:grid}.footer-logo{color:var(--yellow);margin-bottom:14px;font-family:Outfit,sans-serif;font-size:1.7rem;font-weight:900}.footer-links h4{color:#ffffff73;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px;font-size:.78rem;font-weight:700}.footer-links ul{list-style:none}.footer-links li{margin-bottom:8px}.footer-links a{color:#ffffffa6;transition:var(--transition);font-size:.86rem;text-decoration:none}.footer-links a:hover{color:var(--yellow)}.footer-bottom{text-align:center;color:#ffffff47;border-top:1px solid #ffffff12;padding-top:20px;font-size:.78rem}.category-strip::-webkit-scrollbar{height:0}@media (width<=1024px){.hero-section{margin:12px 16px;padding:24px 28px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.section{padding:18px 16px}}@media (width<=768px){.section{padding:14px 12px}.section-header{margin-bottom:10px}.hero-section{border-radius:14px;min-height:150px;margin:8px 12px;padding:18px 16px}.hero-content{max-width:62%}.hero-title{font-size:1.3rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.product-img-wrapper{height:120px}.product-card{border-radius:10px;padding:8px}.product-info h3{font-size:.8rem}.product-price{font-size:.9rem}.footer-grid{grid-template-columns:1fr;gap:20px;margin-bottom:24px}footer{padding:32px 16px 20px}.footer-bottom{padding-top:14px}.nav-actions .btn-primary{display:none!important}.review-card{padding:14px}.page{padding-bottom:80px!important}}@media (width<=480px){.section{padding:10px 8px}.btn-primary,.btn-outline{padding:10px 14px;font-size:.82rem}.product-grid{gap:6px}}@media (width<=900px){.cart-bar-float{bottom:72px!important}}@supports (padding-bottom:env(safe-area-inset-bottom)){@media (width<=768px){.page{padding-bottom:calc(80px + env(safe-area-inset-bottom))!important}}}
