:root{--bg:#f6f6f6;--surface:#fff;--text:#1f2937;--muted:#6b7280;--primary:#7ac943;--primary-dark:#5da62e;--background:#f5f7f4;--white:#fff;--border:#e5e7eb;--radius:12px;--shadow:0 4px 12px #00000014;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}img{width:100%;display:block}button{font:inherit;cursor:pointer;border:none}.container{width:min(92%, var(--max-width));margin:0 auto}.header{border-bottom:1px solid var(--border);z-index:10;background:#fff;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;padding:18px 0;display:flex}.header h1{font-size:1.4rem}.header p{color:var(--muted);font-size:.95rem}.cart-badge{color:var(--primary-dark);background:#eff6ff;border-radius:999px;padding:10px 14px;font-weight:700}.hero{padding:60px 0 30px}.badge{color:var(--primary-dark);background:#dbeafe;border-radius:999px;margin-bottom:16px;padding:8px 12px;font-size:.9rem;font-weight:700;display:inline-block}.hero h2{max-width:800px;margin-bottom:16px;font-size:2.3rem}.hero p{color:var(--muted);max-width:760px;line-height:1.6}.main-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:24px;padding:30px 0 60px;display:grid}.products-section .section-title{margin-bottom:22px}.section-title p{color:var(--primary);margin-bottom:6px;font-weight:700}.section-title h2{font-size:1.9rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.product-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.product-card img{object-fit:cover;height:240px}.product-info{padding:18px}.product-category{color:var(--primary-dark);text-transform:capitalize;background:#eff6ff;border-radius:999px;margin-bottom:12px;padding:6px 10px;font-size:.8rem;font-weight:700;display:inline-block}.product-info h3{margin-bottom:10px;font-size:1.1rem}.product-price{margin-bottom:14px;font-weight:700}.product-info button{background:var(--primary);color:#fff;border-radius:12px;width:100%;padding:12px;font-weight:700}.product-info button:hover{background:var(--primary-dark)}.cart{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;width:100%;height:fit-content;padding:20px;position:sticky;top:100px}.cart h2{margin-bottom:16px}.cart p{color:var(--muted)}.cart-list{gap:12px;margin-bottom:20px;list-style:none;display:grid}.cart-list li{border-bottom:1px solid var(--border);justify-content:space-between;gap:10px;padding-bottom:10px;display:flex}.cart-total{justify-content:space-between;font-size:1.05rem;font-weight:700;display:flex}.footer{border-top:1px solid var(--border);text-align:center;color:var(--muted);background:#fff;padding:24px 0}@media (width<=900px){.main-layout,.products-grid{grid-template-columns:1fr}.cart{position:static}.hero h2{font-size:1.9rem}}.cart-item{border-bottom:1px solid var(--border);justify-content:space-between;gap:12px;padding-bottom:12px;display:flex}.cart-item small{color:var(--muted);margin-top:4px;display:block}.cart-item-right{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.cart-item-right button{color:#dc2626;background:0 0;padding:0;font-size:.9rem}.logo-container{align-items:center;gap:12px;display:flex}.logo-container img{object-fit:contain;width:40px;height:40px}
