.cart-header-bg{background:#f8fafc;padding:40px 0;text-align:center;border-bottom:1px solid var(--border-color)}.cart-header-bg h1{font-size:2rem;font-weight:800;color:var(--brand-secondary);margin-bottom:5px}.cart-header-bg p{color:var(--text-muted);font-size:1rem}.cart-layout{display:grid;grid-template-columns:1fr 350px;gap:40px;padding:50px 15px;align-items:start}.cart-item{display:flex;align-items:center;background:#fff;padding:20px;border-radius:12px;border:1px solid var(--border-color);margin-bottom:20px;position:relative;transition:var(--transition)}.cart-item:hover{box-shadow:var(--shadow-sm);border-color:#cbd5e1}.item-img{width:100px;height:100px;flex-shrink:0;background:#f8fafc;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-left:20px}.item-img img{max-width:90%;max-height:90%;mix-blend-mode:multiply}.item-details{flex-grow:1}.item-details h3{font-size:1.1rem;font-weight:700;color:var(--brand-secondary);margin-bottom:5px}.item-meta{font-size:.9rem;color:var(--text-muted)}.item-price-mobile{display:none;font-weight:700;color:var(--brand-primary);margin-top:5px}.quantity-box{display:flex;align-items:center;border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.quantity-box button{width:35px;height:35px;background:#f8fafc;color:var(--brand-secondary);font-weight:700;transition:.2s}.quantity-box button:hover{background:#e2e8f0}.quantity-box input{width:40px;text-align:center;border:none;font-weight:700;color:var(--brand-dark);pointer-events:none}.item-price{font-size:1.2rem;font-weight:800;color:var(--brand-dark);min-width:100px;text-align:left}.item-remove{position:absolute;top:10px;right:10px}.item-remove button{color:#ef4444;opacity:.5;font-size:1rem}.item-remove button:hover{opacity:1;transform:scale(1.1)}.continue-shopping{display:inline-flex;align-items:center;gap:10px;color:var(--brand-secondary);font-weight:700;padding:10px 20px;border:1px solid var(--border-color);border-radius:50px;transition:.3s;background:#fff}.continue-shopping:hover{background:var(--brand-secondary);color:#fff}.cart-summary{background:#fff;padding:30px;border-radius:16px;border:1px solid var(--border-color);box-shadow:var(--shadow-premium);position:sticky;top:100px}.cart-summary h3{font-size:1.3rem;font-weight:800;margin-bottom:25px;color:var(--brand-secondary)}.summary-row{display:flex;justify-content:space-between;margin-bottom:15px;font-weight:600;color:var(--text-muted)}.summary-row.total{font-size:1.3rem;color:var(--brand-dark);margin-top:20px;font-weight:900}.cart-summary hr{margin:20px 0;border:none;border-top:1px dashed var(--border-color)}.coupon-box{display:flex;gap:10px;margin:20px 0}.coupon-box input{flex:1;padding:10px;border:1px solid var(--border-color);border-radius:8px;font-family:inherit;outline:0}.coupon-box button{padding:10px 20px;background:var(--brand-secondary);color:#fff;border-radius:8px;font-weight:700}.btn-checkout{width:100%;padding:15px;background:linear-gradient(45deg,var(--brand-secondary),#0f172a);color:#fff;font-size:1.1rem;font-weight:700;border-radius:50px;margin-top:15px;box-shadow:0 10px 20px rgba(0,59,92,.3);display:flex;align-items:center;justify-content:center;gap:10px}.btn-checkout:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(0,59,92,.4)}.payment-icons{display:flex;justify-content:center;gap:15px;margin-top:20px;font-size:1.5rem;color:var(--text-muted);opacity:.7}@media (max-width:1024px){.cart-layout{grid-template-columns:1fr 300px;gap:25px;padding:40px 15px}}@media (max-width:850px){.cart-layout{grid-template-columns:1fr;gap:30px}.cart-summary{position:static;margin-top:20px}.cart-layout>div:first-child{order:1}.cart-summary{order:2}}@media (max-width:600px){.cart-header-bg{padding:30px 0}.cart-header-bg h1{font-size:1.6rem}.cart-item{flex-direction:column;align-items:center;text-align:center;padding:20px 15px}.item-img{margin:0 0 15px 0;width:100px;height:100px}.item-details{width:100%;margin-bottom:15px}.item-details h3{font-size:1rem;line-height:1.4}.item-price{display:none}.item-price-mobile{display:block;font-size:1.1rem;margin-top:8px}.item-controls{width:100%;display:flex;justify-content:center;margin-bottom:10px}.item-remove{top:10px;right:10px}.coupon-box{flex-direction:column;gap:10px}.coupon-box button{width:100%}}