.cart-title,.product-info h3{color:#1e2a3a;font-weight:800}.cart-wrapper{flex-grow:1;padding:3rem 0}.qty-btn,.quantity-control{align-items:center;display:flex}.cart-title{font-size:2rem;margin-bottom:1.5rem;position:relative;padding-right:1.2rem}.cart-title::before{content:'';position:absolute;right:0;top:15%;height:70%;width:5px;background:#ff6b00;border-radius:4px}.cart-item-card{background:#fff;border-radius:20px;padding:1.2rem;margin-bottom:1rem;box-shadow:0 4px 15px rgba(0,0,0,.02);border:1px solid #f1f3f5;transition:.3s}.cart-item-card:hover{box-shadow:0 8px 25px rgba(13,110,253,.08);border-color:rgba(13,110,253,.2)}.cart-product-img{width:100px;height:100px;object-fit:contain;background:#f8f9fa;border-radius:12px;padding:.5rem;border:1px solid #e9ecef}.product-info h3{font-size:1.1rem;margin-bottom:.5rem}.unit-price{color:#6c757d;font-size:.9rem;font-weight:500}.quantity-control{background:#f8f9fa;border-radius:40px;padding:.2rem;border:1px solid #e9ecef}.qty-btn{background:#fff;border:1px solid #e9ecef;border-radius:50%;width:32px;height:32px;justify-content:center;color:#0d6efd;cursor:pointer;transition:.2s}.qty-btn:hover{background:#0d6efd;color:#fff}.quantity-input{width:40px;text-align:center;background:0 0;border:none;font-weight:800;font-size:1rem;color:#1e2a3a;outline:0;-moz-appearance:textfield}.item-total-price,.summary-title{font-size:1.2rem;font-weight:800}.quantity-input::-webkit-inner-spin-button,.quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.item-total-price{color:#0d6efd}.btn-remove-item{background:rgba(220,53,69,.1);color:#dc3545;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:.3s;cursor:pointer}.btn-remove-item:hover{background:#dc3545;color:#fff;transform:rotate(15deg)}.cart-summary{background:#fff;border-radius:24px;padding:2rem 1.5rem;box-shadow:0 10px 40px rgba(0,0,0,.06);border:1px solid #f1f3f5;position:sticky;top:100px}.summary-title{color:#1e2a3a;margin-bottom:1.5rem;border-bottom:2px solid #f8f9fa;padding-bottom:1rem}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.95rem;font-weight:500;color:#495057}.discount-wrapper{background:#f8f9fa;padding:1rem;border-radius:16px;margin-bottom:1.5rem;border:1px dashed #e9ecef}.discount-wrapper p{font-size:.85rem;font-weight:600;margin-bottom:.8rem;color:#495057}.discount-input-group{display:flex;gap:.5rem}.discount-input-group input{flex:1;border:1px solid #ced4da;border-radius:12px;padding:.6rem 1rem;font-size:.9rem;outline:0;transition:border-color .3s}.discount-input-group input:focus{border-color:#0d6efd}.discount-input-group button{background:#28a745;color:#fff;border:none;border-radius:12px;padding:0 1.2rem;font-weight:700;font-size:.9rem;transition:background .3s}.discount-input-group button:hover{background:#218838}.discount-row{color:#dc3545;font-weight:700}.total-pay-row{display:flex;justify-content:space-between;align-items:center;border-top:2px dashed #e9ecef;padding-top:1.5rem;margin-top:1rem;margin-bottom:1.5rem}.btn-checkout,.btn-continue-shopping{padding:1rem;width:100%;transition:.3s}.total-pay-label{font-size:1.1rem;font-weight:800;color:#1e2a3a}.total-pay-value{font-size:1.5rem;font-weight:900;color:#ff6b00}.btn-checkout{background:#ff6b00;color:#fff;border:none;border-radius:16px;font-size:1.1rem;font-weight:800;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-checkout:hover{background:#e65c00;transform:translateY(-3px);box-shadow:0 8px 20px rgba(255,107,0,.25)}.btn-continue-shopping{background:#f8f9fa;color:#6c757d;border:1px solid #e9ecef;border-radius:16px;font-size:.95rem;font-weight:700;text-align:center;display:block;margin-top:.8rem}.btn-continue-shopping:hover{background:#e9ecef;color:#1e2a3a}@media (max-width:767.98px){.cart-item-card{flex-direction:column;text-align:center;gap:1rem}.cart-product-img{width:150px;height:150px;margin:0 auto}.quantity-control{margin:1rem auto}.btn-remove-item{position:absolute;top:10px;left:10px;width:35px;height:35px}}