.cart-page{grid-template-columns:2fr 1fr;gap:50px;max-width:1200px;margin:auto;padding:60px 24px;display:grid}.cart-items h2{letter-spacing:-.5px;margin-bottom:35px;font-size:32px;font-weight:600}.SizeSelect{color:#fff;background:#1a1a1a;border:1px solid #333;border-radius:8px;width:100%;margin:10px 0 30px;padding:15px;font-size:1rem}.cart-item{border:1px solid #ededed;border-radius:18px;align-items:center;gap:25px;margin-bottom:20px;padding:25px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 8px 25px #0000000a}.cart-item:hover{transform:translateY(-3px);box-shadow:0 12px 30px #00000014}.cart-item img{object-fit:cover;border-radius:14px;width:140px;height:140px}.cart-info{flex:1}.cart-info h3{margin-bottom:10px;font-size:20px;font-weight:600}.cart-info p{color:#ddd;font-size:18px}.quantity{align-items:center;gap:15px;margin-top:18px;display:flex}.quantity span{text-align:center;min-width:30px;font-weight:600}.quantity button{cursor:pointer;border:1px solid #ddd;border-radius:50%;width:38px;height:38px;font-size:20px;transition:all .2s}.quantity button:hover{background:#000;border-color:#000}.cart-right{text-align:right}.cart-right h3{font-size:22px}.remove{color:#c62828;cursor:pointer;background:0 0;border:none;margin-top:15px;font-size:14px}.remove:hover{text-decoration:underline}.summary{color:#ddd;border:1px solid #ededed;border-radius:20px;height:fit-content;padding:30px;position:sticky;top:30px;box-shadow:0 15px 40px #0000000f}.summary h2{margin-bottom:25px;font-size:26px}.summary-row{color:#ddd;justify-content:space-between;margin:20px 0;display:flex}.total{color:#ddd;border-top:1px solid #eee;margin-top:25px;padding-top:20px;font-size:22px;font-weight:700}.checkout{color:#fff;cursor:pointer;background:#111;border-color:#fff;border-radius:12px;width:100%;margin-top:25px;padding:17px;font-size:17px;font-weight:600;transition:all .25s}.checkout:hover{background:#333;transform:translateY(-2px)}.checkout:disabled{opacity:.6;cursor:not-allowed;transform:none}.payment-section{margin-top:45px}.payment-section h2{margin-bottom:20px;font-size:22px}.payment-box{background:#fff;border:1px solid #eee;border-radius:16px;padding:22px}@media (max-width:900px){.cart-page{grid-template-columns:1fr;padding:35px 15px}.summary{position:static}.cart-item{text-align:center;flex-direction:column}.cart-right{text-align:center}.cart-item img{width:180px;height:180px}.quantity{justify-content:center}}
