.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.store-product{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.store-image{height:230px;background:linear-gradient(135deg,#e8edff,#f5f7fb);display:grid;place-items:center;position:relative}.store-image img{width:100%;height:100%;object-fit:cover}.store-image>span{font:800 46px Manrope;color:#3155cf}.store-image i{position:absolute;inset:12px 12px auto auto;background:#b42318;color:#fff;border-radius:30px;padding:6px 10px;font-style:normal;font-weight:700}.store-body{padding:20px}.store-body h2{margin:5px 0 8px}.store-body>p{color:var(--muted);min-height:44px}.store-price{display:flex;gap:10px;align-items:center;margin:16px 0}.store-price b{font:800 24px Manrope}.store-price del{color:var(--muted)}.cart-lines article{display:grid;grid-template-columns:75px 1fr auto 180px;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.cart-lines img{width:75px;height:75px;object-fit:cover;border-radius:10px}.cart-lines h3,.cart-lines p{margin:3px 0}.order-totals{margin:22px 0 0 auto;max-width:430px}.order-totals p{display:flex;justify-content:space-between}.order-totals .grand{font-size:20px;border-top:1px solid var(--line);padding-top:14px}.store-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.admin-product-image{width:100%;height:220px;object-fit:cover;border-radius:12px;margin-bottom:16px}@media(max-width:800px){.cart-lines article{grid-template-columns:60px 1fr}.cart-lines article>b,.cart-lines article>form{grid-column:2}.store-admin-grid{grid-template-columns:1fr}}
