@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#0d0d0d;--white:#fff;--gold:#c9960c;--gold-light:#fef9ec;--red:#dc2626;--red-light:#fef2f2;--green:#16a34a;--green-light:#f0fdf4;--gray:#6b7280;--gray-light:#f3f4f6;--border:#e5e7eb;--cream:#fafaf9;--shadow:0 1px 3px #00000014, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #0000001a;--radius:10px;--font:"Inter", -apple-system, BlinkMacSystemFont, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--cream);color:var(--black);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.55}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}input,select{font-family:inherit;font-size:14px}.container{max-width:1280px;margin:0 auto;padding:0 16px}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;transition:box-shadow .15s,transform .15s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-img{aspect-ratio:1;object-fit:cover;background:var(--gray-light);justify-content:center;align-items:center;width:100%;font-size:3rem;display:flex}.badge{letter-spacing:.03em;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-block}.badge-sale{background:var(--red);color:var(--white)}.badge-black-owned{background:var(--gold);color:var(--black)}.badge-new{background:var(--green);color:var(--white)}.btn{cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:.88rem;font-weight:600;transition:opacity .15s;display:inline-block}.btn:hover{opacity:.88}.btn-primary{background:var(--black);color:var(--white)}.btn-gold{background:var(--gold);color:var(--black)}.btn-outline{border:1.5px solid var(--border);color:var(--black);background:0 0}.btn-red{background:var(--red);color:var(--white)}.btn-full{text-align:center;width:100%}.product-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px;display:grid}.category-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;display:grid}.price{color:var(--red);font-size:1.2rem;font-weight:800}.price-original{color:var(--gray);font-size:.82rem;text-decoration:line-through}.price-save{color:var(--green);font-size:.75rem;font-weight:700}
