.cart-section{min-height:80vh;padding:5rem 0}.cart-container{grid-template-columns:1fr 380px;gap:2.5rem;margin-top:3rem;display:grid}.cart-items-wrapper{background:#fff;border-radius:1.5rem;padding:2rem;overflow:hidden;box-shadow:0 10px 30px #0000000d}.cart-table{border-collapse:collapse;width:100%}.cart-table th{text-align:left;color:#6b7280;border-bottom:1px solid #f3f4f6;padding-bottom:1.5rem;font-weight:600}.cart-item{border-bottom:1px solid #f3f4f6}.cart-item:last-child{border-bottom:none}.item-info{align-items:center;gap:1.5rem;padding:1.5rem 0;display:flex}.item-image{object-fit:cover;border-radius:1rem;width:100px;height:100px;box-shadow:0 4px 10px #0000001a}.item-details h3{color:#1f2937;margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.item-details p{color:#6b7280;font-size:.875rem}.item-price{color:#d97706;font-weight:700}.cart-qty{border:1px solid #e5e7eb;border-radius:.5rem;align-items:center;width:fit-content;display:flex}.qty-btn-sm{cursor:pointer;color:#374151;background:0 0;border:none;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;transition:background .3s;display:flex}.qty-btn-sm:hover{background:#f9fafb}.qty-input-sm{text-align:center;color:#1f2937;border:none;width:3rem;font-weight:600}.remove-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.5rem;transition:all .3s}.remove-btn:hover{background:#fef2f2}.cart-summary{background:#fff;border-radius:1.5rem;height:fit-content;padding:2rem;position:sticky;top:100px;box-shadow:0 10px 30px #0000000d}.summary-title{color:#1f2937;border-bottom:2px solid #f3f4f6;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.5rem;font-weight:700}.summary-row{color:#4b5563;justify-content:space-between;margin-bottom:1rem;display:flex}.summary-row.total{color:#1f2937;border-top:2px solid #f3f4f6;margin-top:1.5rem;padding-top:1.5rem;font-size:1.25rem;font-weight:700}.summary-row.total .price{color:#d97706}.promo-code{margin-top:1.5rem}.promo-input-group{gap:.5rem;margin-top:.5rem;display:flex}.promo-input{border:1px solid #e5e7eb;border-radius:.5rem;flex:1;padding:.75rem 1rem;font-size:.875rem}.btn-apply{color:#fff;cursor:pointer;background:#1f2937;border:none;border-radius:.5rem;padding:.75rem 1.25rem;font-weight:600}.checkout-btn{width:100%;margin-top:2rem;padding:1.25rem;font-size:1.125rem}.continue-shopping{color:#6b7280;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-weight:600;text-decoration:none;transition:color .3s;display:flex}.continue-shopping:hover{color:#d97706}.empty-cart{text-align:center;padding:4rem 2rem}.empty-cart-icon{opacity:.2;margin-bottom:1.5rem;font-size:5rem}@media (max-width:992px){.cart-container{grid-template-columns:1fr}}@media (max-width:640px){.cart-items-wrapper{padding:1rem}.cart-table thead{display:none}.cart-item{flex-direction:column;gap:1rem;padding:1.5rem 0;display:flex}.item-info{padding:0}.item-actions{justify-content:space-between;align-items:center;display:flex}}
