.cart-page-container{max-width:1400px;min-height:70vh;margin:0 auto;padding:40px 20px;font-family:Inter,sans-serif}.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,#fed7aa 0%,#fdba74 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 #f9731633}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.empty-cart-icon svg{color:#f97316;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,#ef4444 0%,#f97316 100%);border:none;border-radius:12px;padding:16px 40px;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 20px #ef44444d}.continue-shopping-btn:hover{transform:translateY(-2px);box-shadow:0 6px 30px #ef444466}.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:#ef4444;transform:translate(4px);box-shadow:0 4px 16px #ef44441a}.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{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:#f97316;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,#ef4444 0%,#f97316 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 #ef44444d}.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:#ef4444;font-size:1.4rem;font-weight:800}.remove-item-btn{color:#ef4444;cursor:pointer;background:#fee2e2;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:#ef4444;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:#ef4444}.checkout-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444 0%,#f97316 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 #ef44444d}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 30px #ef444466}.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,#fef3c7 0%,#fde68a 100%);border-radius:16px;padding:24px;box-shadow:0 4px 16px #fbbf2433}.promo-section h3{color:#78350f;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 #fbbf24;border-radius:10px;outline:none;flex:1;padding:12px;font-size:1rem;transition:border-color .2s}.promo-input-wrapper input:focus{border-color:#f59e0b}.apply-btn{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:10px;padding:12px 24px;font-weight:600;transition:all .2s}.apply-btn:hover{background:#d97706;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{padding:20px 16px}.cart-main{padding:20px}.cart-header{flex-direction:column;align-items:flex-start;gap:12px}.cart-header h1{font-size:1.6rem}.cart-item{flex-direction:column}.item-image{width:100%;height:200px}.remove-item-btn{top:10px;right:10px}.item-footer{flex-direction:column;align-items:flex-start;gap:16px}.item-price{align-items:flex-start}}@media (max-width:480px){.empty-cart{padding:60px 20px}.empty-cart h2{font-size:1.6rem}.order-summary{padding:20px}.checkout-btn{font-size:1rem}}
