.cart-page-container{box-sizing:border-box;width:100%;max-width:1400px;min-height:70vh;margin:20px auto 0;padding:40px 20px;font-family:Inter,sans-serif;overflow-x:hidden}.empty-cart{text-align:center;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:24px;margin-top:40px;padding:100px 20px}.empty-cart-icon{background:linear-gradient(135deg,#c7d2fe 0%,#ddd6fe 100%);border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;margin:0 auto 30px;animation:2s ease-in-out infinite pulse;display:flex;box-shadow:0 10px 40px #667eea33}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.empty-cart-icon svg{color:#667eea;font-size:60px}.empty-cart h2{color:#0f172a;margin-bottom:12px;font-size:2.2rem;font-weight:700}.empty-cart p{color:#64748b;margin-bottom:30px;font-size:1.1rem}.continue-shopping-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;padding:16px 40px;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 20px #667eea4d}.continue-shopping-btn:hover{transform:translateY(-2px);box-shadow:0 6px 30px #667eea66}.cart-content{grid-template-columns:1fr 400px;gap:30px;margin-top:40px;display:grid}.cart-main{background:#fff;border-radius:20px;padding:30px;box-shadow:0 4px 20px #0000000f}.cart-header{border-bottom:2px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;display:flex}.cart-header h1{color:#0f172a;margin:0;font-size:2rem;font-weight:800}.cart-count{color:#64748b;background:#f1f5f9;border-radius:20px;padding:8px 16px;font-size:1rem;font-weight:600}.cart-items{flex-direction:column;gap:20px;display:flex}.cart-item{background:#f8fafc;border:2px solid #0000;border-radius:16px;gap:20px;padding:20px;transition:all .3s;display:flex;position:relative}.cart-item:hover{border-color:#667eea;transform:translate(4px);box-shadow:0 4px 16px #667eea1a}.item-image{background:#fff;border-radius:12px;flex-shrink:0;width:120px;height:120px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.item-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .3s}.cart-item:hover .item-image img{transform:scale(1.1)}.item-details{flex-direction:column;flex:1;justify-content:space-between;display:flex}.item-title{color:#0f172a;margin:0 0 10px;font-size:1.3rem;font-weight:700}.item-options{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.option-tag{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:6px;padding:4px 12px;font-size:.85rem;font-weight:500;display:inline-flex}.option-tag svg{color:#764ba2;font-size:12px}.item-footer{justify-content:space-between;align-items:center;display:flex}.quantity-controls{background:#fff;border-radius:10px;align-items:center;gap:12px;padding:8px 12px;display:flex;box-shadow:0 2px 8px #0000000d}.qty-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .2s;display:flex}.qty-btn:hover:not(:disabled){transform:scale(1.1);box-shadow:0 2px 8px #667eea4d}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.quantity{color:#0f172a;text-align:center;min-width:30px;font-size:1.1rem;font-weight:700}.item-price{flex-direction:column;align-items:flex-end;display:flex}.price-label{color:#64748b;margin-bottom:4px;font-size:.85rem}.price-value{color:#667eea;font-size:1.4rem;font-weight:800}.remove-item-btn{color:#667eea;cursor:pointer;background:#eef2ff;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.remove-item-btn:hover{color:#fff;background:#667eea;transform:rotate(15deg)}.cart-sidebar{flex-direction:column;gap:20px;display:flex}.order-summary{background:#fff;border:2px solid #f1f5f9;border-radius:20px;padding:30px;box-shadow:0 4px 20px #0000000f}.order-summary h2{color:#0f172a;margin:0 0 24px;font-size:1.5rem;font-weight:800}.summary-row{color:#475569;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:1rem;display:flex}.summary-row span:last-child{color:#0f172a;font-weight:600}.summary-divider{background:linear-gradient(90deg,#0000,#f1f5f9,#0000);height:2px;margin:20px 0}.summary-row.total{color:#0f172a;margin-top:20px;font-size:1.3rem;font-weight:800}.summary-row.total span:last-child{color:#667eea}.checkout-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:24px;padding:16px;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 20px #667eea4d}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 30px #667eea66}.checkout-btn svg{font-size:18px;animation:1s ease-in-out infinite slideRight}@keyframes slideRight{0%,to{transform:translate(0)}50%{transform:translate(5px)}}.continue-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:2px solid #e2e8f0;border-radius:12px;width:100%;margin-top:12px;padding:14px;font-size:1rem;font-weight:600;transition:all .3s}.continue-btn:hover{color:#0f172a;background:#e2e8f0;border-color:#cbd5e1}.promo-section{background:linear-gradient(135deg,#eef2ff 0%,#f3e8ff 100%);border-radius:16px;padding:24px;box-shadow:0 4px 16px #667eea1a}.promo-section h3{color:#4338ca;margin:0 0 16px;font-size:1.1rem;font-weight:700}.promo-input-wrapper{gap:8px;display:flex}.promo-input-wrapper input{background:#fff;border:2px solid #c7d2fe;border-radius:10px;outline:none;flex:1;padding:12px;font-size:1rem;transition:border-color .2s}.promo-input-wrapper input:focus{border-color:#667eea}.apply-btn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:10px;padding:12px 24px;font-weight:600;transition:all .2s}.apply-btn:hover{background:#5a67d8;transform:translateY(-1px)}.security-badges{flex-direction:column;gap:16px;display:flex}.badge{background:#fff;border:2px solid #f1f5f9;border-radius:12px;align-items:center;gap:16px;padding:16px;display:flex}.badge span:first-child{font-size:32px}.badge strong{color:#0f172a;margin-bottom:4px;font-size:.95rem;font-weight:700;display:block}.badge p{color:#64748b;margin:0;font-size:.85rem}@media (max-width:1024px){.cart-content{grid-template-columns:1fr}.cart-sidebar{order:1}}@media (max-width:768px){.cart-page-container,.cart-main{padding:15px}.cart-header{margin-bottom:20px;padding-bottom:15px}.cart-header h1{font-size:1.5rem}.cart-item{flex-direction:row;align-items:flex-start;gap:15px;padding:15px}.item-image{flex-shrink:0;width:80px;height:80px}.item-details{gap:8px}.item-title{margin-bottom:4px;padding-right:30px;font-size:1rem;line-height:1.3}.option-tag{padding:2px 8px;font-size:.75rem}.remove-item-btn{width:28px;height:28px;font-size:12px;top:10px;right:10px}.item-footer{flex-direction:column;align-items:flex-start;gap:10px;width:100%;margin-top:5px}.quantity-controls{padding:4px 8px}.qty-btn{width:28px;height:28px}.quantity{min-width:24px;font-size:1rem}.item-price{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:5px}.price-label{margin-bottom:0;font-size:.8rem}.price-value{font-size:1.1rem}}@media (max-width:480px){.cart-page-container{padding:10px}.empty-cart{padding:60px 20px}.empty-cart h2{font-size:1.6rem}.order-summary{padding:20px}.checkout-btn{font-size:1rem}}
