.cart-header{text-align:center;padding:140px 0 60px}.cart-header h1{letter-spacing:-1px;font-size:3rem}.cart-layout{grid-template-columns:2fr 1fr;align-items:start;gap:40px;min-height:50vh;display:grid}.cart-item{border:1px solid var(--glass-border);border-radius:var(--radius);background:#ffffff05;align-items:center;gap:20px;margin-bottom:16px;padding:24px;display:flex}.cart-item-img{object-fit:contain;filter:drop-shadow(0 5px 15px #00000080);width:80px;height:80px}.cart-item-details{flex:1}.cart-item-title{margin-bottom:4px;font-size:1.2rem;font-weight:700}.cart-item-price{color:var(--primary);font-weight:600}.cart-item-controls{align-items:center;gap:12px;display:flex}.qty-btn{color:#fff;cursor:pointer;width:28px;height:28px;transition:var(--transition);background:#ffffff1a;border:none;border-radius:50%}.qty-btn:hover{background:var(--primary)}.remove-btn{color:#ff4757;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border:none;font-size:.8rem;font-weight:600}.remove-btn:hover{text-decoration:underline}.empty-cart-msg{text-align:center;border-radius:var(--radius);border:1px solid var(--glass-border);background:#ffffff05;padding:60px 20px}.empty-cart-msg h2{margin-bottom:12px}.empty-cart-msg p{color:var(--text-muted);margin-bottom:24px}.cart-summary{padding:32px;position:sticky;top:100px}.cart-summary h3{margin-bottom:24px;font-size:1.4rem}.summary-row{color:var(--text-muted);justify-content:space-between;margin-bottom:12px;display:flex}.summary-divider{background:var(--glass-border);height:1px;margin:20px 0}.summary-row.total{color:var(--text);font-size:1.4rem;font-weight:800}.payment-section{border-top:1px solid var(--glass-border);margin-top:32px;padding-top:24px}.payment-section h4{color:var(--primary);margin-bottom:16px}.upi-box{color:#000;text-align:center;background:#fff;border-radius:12px;margin-bottom:24px;padding:16px}.upi-id{margin:8px 0;font-size:1.1rem;font-weight:700}.upi-box img{width:150px;height:150px;margin:0 auto}.payment-note{color:var(--text-muted);text-align:center;margin-top:12px;font-size:.75rem;line-height:1.4}@media (width<=900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=500px){.cart-item{text-align:center;flex-direction:column}.cart-item-controls{justify-content:center;margin-top:12px}}
