.cart-page{background-color:#fdfaf7;min-height:80vh;padding-top:120px;padding-bottom:80px}.cart-container{grid-template-columns:1fr 350px;gap:30px;display:grid}.cart-items-section{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #0000000d}.cart-title{color:var(--primary-color);margin-bottom:30px;font-size:2rem;font-weight:700}.cart-item{border-bottom:1px solid #eee;grid-template-columns:100px 1fr 120px 100px 30px;align-items:center;gap:20px;padding:20px 0;display:grid}.cart-item:last-child{border-bottom:none}.cart-item-img{background:#f9f9f9;border-radius:8px;width:100px;height:100px;overflow:hidden}.cart-item-img img{object-fit:contain;width:100%;height:100%}.cart-item-info h3{margin-bottom:5px;font-size:1.1rem}.cart-item-price{color:var(--primary-color);font-weight:600}.quantity-control{background:#f5f5f5;border-radius:20px;align-items:center;gap:10px;width:fit-content;padding:5px 10px;display:flex}.qty-btn{color:var(--primary-color);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.qty-value{text-align:center;min-width:20px;font-weight:600}.remove-btn{color:#ff4d4d;cursor:pointer;opacity:.6;background:0 0;border:none;transition:opacity .3s}.remove-btn:hover{opacity:1}.cart-summary{background:#fff;border-radius:12px;height:fit-content;padding:30px;position:sticky;top:120px;box-shadow:0 4px 20px #0000000d}.summary-title{color:var(--primary-color);margin-bottom:25px;font-size:1.5rem;font-weight:700}.summary-row{color:var(--text-muted);justify-content:space-between;margin-bottom:15px;display:flex}.summary-row.total{color:var(--text-color);border-top:1px solid #eee;margin-top:20px;padding-top:20px;font-size:1.3rem;font-weight:700}.checkout-btn{width:100%;margin-top:30px}.empty-cart{text-align:center;padding:60px 0}.empty-cart svg{color:#ddd;margin-bottom:20px}.continue-shopping{color:var(--primary-color);margin-top:20px;font-weight:600;text-decoration:underline;display:inline-block}@media (max-width:992px){.cart-container{grid-template-columns:1fr}}@media (max-width:600px){.cart-item{grid-template-rows:auto auto;grid-template-columns:80px 1fr 1fr;gap:15px}.cart-item-img{grid-row:span 2;width:80px;height:80px}.cart-item-price{grid-column:2}.quantity-control{grid-area:2/3}.remove-btn{position:absolute;top:20px;right:0}.cart-item{position:relative}}
