:root{--brand:#921b00;--brand-deep:#5a1000;--grad:linear-gradient(135deg,var(--brand),var(--brand-deep));--bg:#f7f7fb;--card:#fff;--line:#e5e7eb;--ink:#0f172a;--muted:#64748b}.shop-page{min-height:100vh;padding:1.5rem;background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.shop-header{text-align:center;margin-bottom:1.8rem}.shop-header h1{font-size:2rem;color:var(--brand);margin-bottom:.3rem}.shop-header p{color:var(--muted);font-size:1rem}.shop-grid{display:grid;gap:1.2rem;width:100%;max-width:1000px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.shop-card{background:var(--card);border-radius:16px;overflow:hidden;box-shadow:0 4px 10px #00000014;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.shop-card:hover{transform:translateY(-4px);box-shadow:0 6px 14px #0000001f}.shop-card img{width:100%;height:160px;object-fit:cover}.shop-card-body{padding:1rem;display:flex;flex-direction:column;justify-content:space-between;flex:1}.shop-card h3{font-size:1rem;color:var(--ink);margin-bottom:.3rem}.shop-card .price{color:var(--brand);font-weight:700;margin-bottom:.6rem}.add-to-cart-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--grad);color:#fff;border:none;border-radius:10px;padding:10px 14px;font-weight:600;cursor:pointer;transition:filter .2s,transform .2s}.add-to-cart-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}.add-to-cart-btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.add-to-cart-btn.added{filter:brightness(1.2);transform:scale(1.05)}.shop-card .desc{font-size:.9rem;color:var(--muted);margin-bottom:.8rem;line-height:1.4}.no-products{text-align:center;color:var(--muted);margin-top:2rem;font-size:1.1rem}
