.store-cart-link{position:relative;width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--border);border-radius:12px;background:var(--card);color:var(--text);text-decoration:none}.store-cart-link b{position:absolute;right:-5px;top:-6px;min-width:19px;height:19px;display:grid;place-items:center;padding:0 4px;border:2px solid var(--card);border-radius:999px;background:#ef4444;color:#fff;font-size:10px}.product-buy-form{display:flex;gap:10px;margin-top:5px}.product-buy-form input[type=number]{width:75px;min-height:48px;padding:0 12px;border:1px solid var(--border);border-radius:13px;background:var(--card);color:var(--text);font-weight:800}.product-buy-form .store-btn{flex:1}.cart-page{padding:42px 0 85px}.cart-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:27px}.cart-heading span{color:var(--p);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.cart-heading h1{margin:5px 0 0;font-size:39px}.cart-heading>a{display:flex;align-items:center;gap:6px;color:var(--muted);font-weight:750;text-decoration:none}.store-alert{display:flex;align-items:center;gap:9px;margin-bottom:18px;padding:13px 15px;border-radius:12px;font-weight:700}.store-alert.success{background:rgba(16,185,129,.12);color:#10b981}.store-alert.error{background:rgba(239,68,68,.12);color:#ef4444}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:25px;align-items:start}.cart-items{display:grid;gap:12px}.cart-item{position:relative;display:grid;grid-template-columns:95px minmax(160px,1fr) 100px 90px 110px 38px;align-items:center;gap:14px;padding:14px;border:1px solid var(--border);border-radius:17px;background:var(--card)}.cart-image{width:95px;height:85px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:var(--bg);color:var(--muted);text-decoration:none}.cart-image img{width:100%;height:100%;object-fit:cover}.cart-item-info small{color:var(--p);font-size:10px;font-weight:900}.cart-item-info h3{margin:4px 0;font-size:16px}.cart-item-info h3 a{color:var(--text);text-decoration:none}.cart-item-info>span,.cart-item small{color:var(--muted);font-size:11px}.cart-price,.cart-quantity,.cart-line-total{display:flex;flex-direction:column;gap:5px}.cart-quantity input{width:75px;height:39px;padding:0 9px;border:1px solid var(--border);border-radius:9px;background:var(--bg);color:var(--text)}.cart-remove{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:10px;background:rgba(239,68,68,.1);color:#ef4444;cursor:pointer}.cart-update{margin-top:14px;border:1px solid var(--border);background:var(--card);color:var(--text);cursor:pointer}.cart-summary{position:sticky;top:96px;padding:22px;border:1px solid var(--border);border-radius:18px;background:var(--card);box-shadow:var(--shadow)}.cart-summary h2{margin:0 0 20px}.coupon-form label{display:block;margin-bottom:7px;color:var(--muted);font-size:12px;font-weight:800}.coupon-form>div{display:flex}.coupon-form input{width:100%;height:44px;padding:0 12px;border:1px solid var(--border);border-radius:10px 0 0 10px;background:var(--bg);color:var(--text);outline:0;text-transform:uppercase}.coupon-form button{padding:0 14px;border:0;border-radius:0 10px 10px 0;background:var(--p);color:#fff;font-weight:800}.applied-coupon{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding:9px 11px;border:1px dashed #10b981;border-radius:10px;color:#10b981}.applied-coupon span{display:flex;align-items:center;gap:6px;font-weight:850}.applied-coupon button{border:0;background:transparent;color:inherit;cursor:pointer}.cart-totals{display:grid;gap:12px;margin:22px 0;padding-top:20px;border-top:1px solid var(--border)}.cart-totals>div{display:flex;justify-content:space-between;color:var(--muted)}.cart-totals .discount{color:#10b981}.cart-totals .grand{padding-top:13px;border-top:1px solid var(--border);color:var(--text);font-size:18px}.checkout-coming{width:100%;opacity:.68}.cart-secure{display:flex;align-items:center;justify-content:center;gap:6px;margin:13px 0 0;color:var(--muted);font-size:11px}.cart-empty{padding:90px 20px}.cart-empty .store-btn{margin-top:13px}@media(max-width:1050px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:85px minmax(150px,1fr) 90px 80px 100px 36px}}@media(max-width:760px){.cart-heading{align-items:flex-start;flex-direction:column}.cart-item{grid-template-columns:75px 1fr 36px}.cart-image{width:75px;height:75px}.cart-price,.cart-quantity,.cart-line-total{grid-column:2;flex-direction:row;align-items:center;justify-content:space-between}.cart-remove{grid-column:3;grid-row:1}.product-buy-form{flex-wrap:wrap}.product-buy-form .store-btn{min-width:200px}}
