.cart-container{background:linear-gradient(135deg,#bac4c9 100%);min-height:100vh;padding:20px}.cart-page{max-width:1200px;margin:0 auto}.cart-header{background:#fff;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;padding:30px;display:flex;box-shadow:0 10px 30px #0000001a}.header-content h1{color:#2d3748;align-items:center;gap:15px;margin:0;font-size:2.5rem;display:flex}.header-icon{color:#99bbcf}.header-content p{color:#c9d2df;margin:10px 0 0;font-size:1.1rem}.cart-stats{color:#61a3e5;background:#f5f5f5;border-radius:25px;padding:12px 24px;font-weight:600}.empty-cart{text-align:center;background:#fff;border-radius:20px;padding:60px 30px;box-shadow:0 10px 30px #0000001a}.empty-cart-icon{margin-bottom:20px;font-size:4rem}.empty-cart h3{color:#2d3748;margin-bottom:10px;font-size:1.8rem}.empty-cart p{color:#718096;margin-bottom:30px;font-size:1.1rem}.continue-shopping-btn{color:#000;cursor:pointer;background:linear-gradient(135deg,#99bbcf,#99bbcf);border:none;border-radius:12px;align-items:center;gap:10px;margin:0 auto;padding:15px 30px;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.continue-shopping-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.cart-content{grid-template-columns:1fr 400px;align-items:start;gap:30px;display:grid}.cart-items-section{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000001a}.section-header{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;display:flex}.section-header h2{color:#2d3748;margin:0;font-size:1.5rem}.items-count{color:#03060b;font-weight:800}.cart-items{flex-direction:column;gap:20px;display:flex}.cart-item{border:2px solid #e2e8f0;border-radius:15px;grid-template-columns:100px 1fr auto;gap:20px;padding:20px;transition:all .3s;display:grid;position:relative}.cart-item:hover{border-color:#99bbcf;transform:translateY(-2px);box-shadow:0 5px 15px #667eea1a}.item-image{border-radius:10px;width:100px;height:120px;overflow:hidden}.item-image img{object-fit:cover;width:100%;height:100%}.item-details{flex-direction:column;gap:8px;display:flex}.item-title{color:#2d3748;margin:0;font-size:1.2rem;font-weight:600}.item-author{color:#8596b0;margin:0;font-size:.95rem}.price-info{align-items:center;gap:10px;margin-top:5px;display:flex}.current-price{color:#2d3748;font-size:1.3rem;font-weight:700}.original-price{color:#a0aec0;font-size:1rem;text-decoration:line-through}.quantity-controls{align-items:center;gap:15px;margin:10px 0;display:flex}.quantity-btn{cursor:pointer;background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:35px;height:35px;font-size:.8rem;transition:all .2s;display:flex}.quantity-btn:hover:not(:disabled){color:#fff;background:#99bbcf;border-color:#99bbcf}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-display{text-align:center;min-width:30px;font-size:1.1rem;font-weight:600}.item-total{color:#2d3748;margin-top:5px;font-size:1.2rem;font-weight:700}.remove-btn{color:#e53e3e;cursor:pointer;background:#fed7d7;border:none;border-radius:10px;justify-content:center;align-self:start;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.remove-btn:hover{color:#fff;background:#e53e3e;transform:scale(1.1)}.order-summary{position:sticky;top:30px}.summary-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000001a}.summary-card h3{color:#2d3748;text-align:center;margin:0 0 25px;font-size:1.4rem}.summary-details{flex-direction:column;gap:15px;margin-bottom:25px;display:flex}.summary-row{justify-content:space-between;align-items:center;padding:8px 0;display:flex}.summary-row span:first-child{color:#718096}.summary-row span:last-child{color:#2d3748;font-weight:500}.free-shipping{font-weight:600;color:#38a169!important}.summary-divider{background:#e2e8f0;height:2px;margin:10px 0}.total-row{border-top:2px solid #e2e8f0;padding-top:15px;font-size:1.2rem;font-weight:700}.total-amount{font-size:1.4rem;color:#99bbcf!important}.shipping-notice{color:#dd6b20;text-align:center;background:#fffaf0;border:1px solid #fbd38d;border-radius:10px;margin-top:10px;padding:12px;font-size:.9rem}.checkout-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#48bb78,#38a169);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;margin-bottom:15px;padding:18px;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #48bb7866}.continue-btn{color:#99bbcf;cursor:pointer;background:0 0;border:2px solid #99bbcf;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:15px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.continue-btn:hover{color:#fff;background:#99bbcf}.cart-loading{text-align:center;background:#fff;border-radius:20px;padding:60px 30px;box-shadow:0 10px 30px #0000001a}.loading-spinner{border:4px solid #e2e8f0;border-top-color:#99bbcf;border-radius:50%;width:50px;height:50px;margin:0 auto 20px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:968px){.cart-content{grid-template-columns:1fr;gap:20px}.order-summary{position:static}}@media (max-width:768px){.cart-container{padding:15px}.cart-header{text-align:center;justify-content:center;padding:20px}.header-content h1{font-size:2rem}.cart-item{grid-template-columns:80px 1fr;gap:15px}.remove-btn{width:35px;height:35px;position:absolute;top:15px;right:15px}.item-image{width:80px;height:100px}}@media (max-width:480px){.cart-header{padding:15px}.header-content h1{font-size:1.6rem}.cart-items-section,.summary-card{padding:20px}.quantity-controls{gap:10px}}
