.CartPage-module__q6fwHq__container{color:#fff;max-width:1200px;min-height:60vh;margin:0 auto;padding:5rem 2rem 2rem}.CartPage-module__q6fwHq__loading,.CartPage-module__q6fwHq__error,.CartPage-module__q6fwHq__empty{text-align:center;padding:4rem 2rem}.CartPage-module__q6fwHq__loading .CartPage-module__q6fwHq__spinner{border:4px solid #374151;border-top-color:#ef4444;border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:1s linear infinite CartPage-module__q6fwHq__spin}@keyframes CartPage-module__q6fwHq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CartPage-module__q6fwHq__header{margin-bottom:2rem}.CartPage-module__q6fwHq__header h1{color:#fff;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.CartPage-module__q6fwHq__header p{color:#9ca3af;font-size:1.1rem}.CartPage-module__q6fwHq__cartContent{grid-template-columns:1fr 380px;gap:2rem;display:grid}.CartPage-module__q6fwHq__cartItems{background:#1f2937;border:1px solid #374151;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000004d}.CartPage-module__q6fwHq__cartItem{border-bottom:1px solid #374151;grid-template-columns:100px 1fr auto auto;align-items:center;gap:1.5rem;padding:1.5rem 0;display:grid}.CartPage-module__q6fwHq__cartItem:last-child{border-bottom:none}.CartPage-module__q6fwHq__itemImage{background:#111827;border:1px solid #374151;border-radius:8px;width:100px;height:100px;overflow:hidden}.CartPage-module__q6fwHq__itemImage img{object-fit:cover;width:100%;height:100%}.CartPage-module__q6fwHq__itemDetails h3{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.CartPage-module__q6fwHq__productLink{color:#9ca3af;margin-bottom:.5rem;font-size:.9rem;text-decoration:none;display:block}.CartPage-module__q6fwHq__productLink:hover{color:#f87171}.CartPage-module__q6fwHq__price{color:#fff;font-size:1.1rem;font-weight:600}.CartPage-module__q6fwHq__quantityControls{align-items:center;gap:.5rem;display:flex}.CartPage-module__q6fwHq__quantityBtn{color:#fff;cursor:pointer;background:#111827;border:1px solid #4b5563;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;transition:all .2s;display:flex}.CartPage-module__q6fwHq__quantityBtn:hover:not(:disabled){color:#ef4444;background:#1f2937;border-color:#ef4444}.CartPage-module__q6fwHq__quantityBtn:disabled{opacity:.5;cursor:not-allowed}.CartPage-module__q6fwHq__quantity{text-align:center;color:#fff;min-width:40px;font-weight:600}.CartPage-module__q6fwHq__itemTotal{text-align:right}.CartPage-module__q6fwHq__itemTotal p{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.CartPage-module__q6fwHq__removeBtn{color:#f87171;cursor:pointer;background:0 0;border:none;font-size:.9rem;text-decoration:underline}.CartPage-module__q6fwHq__removeBtn:hover:not(:disabled){color:#ef4444}.CartPage-module__q6fwHq__removeBtn:disabled{opacity:.5;cursor:not-allowed}.CartPage-module__q6fwHq__cartSummary{height:fit-content}.CartPage-module__q6fwHq__summaryContent{background:#1f2937;border:1px solid #374151;border-radius:12px;padding:1.5rem;position:sticky;top:2rem;box-shadow:0 4px 6px #0000004d}.CartPage-module__q6fwHq__summaryContent h2{color:#fff;margin-bottom:1.5rem;font-size:1.3rem;font-weight:600}.CartPage-module__q6fwHq__summaryRow{color:#d1d5db;border-bottom:1px solid #374151;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.CartPage-module__q6fwHq__summaryRow span:first-child{flex-shrink:0}.CartPage-module__q6fwHq__summaryRow span:last-child{text-align:right}.CartPage-module__q6fwHq__summaryRow.CartPage-module__q6fwHq__total{color:#fff;border-top:2px solid #374151;border-bottom:none;margin-top:.5rem;padding-top:1rem;font-size:1.1rem;font-weight:700}.CartPage-module__q6fwHq__checkoutBtn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;width:100%;margin-top:1.5rem;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .2s}.CartPage-module__q6fwHq__checkoutBtn:hover:not(:disabled){background:#ef4444;transform:translateY(-1px)}.CartPage-module__q6fwHq__checkoutBtn:disabled{opacity:.7;cursor:not-allowed}.CartPage-module__q6fwHq__clearBtn{color:#f87171;cursor:pointer;background:0 0;border:1px solid #7f1d1d;border-radius:8px;width:100%;margin-top:.75rem;padding:.75rem;font-size:.9rem;font-weight:500;transition:all .2s}.CartPage-module__q6fwHq__clearBtn:hover:not(:disabled){background:#7f1d1d4d;border-color:#ef4444}.CartPage-module__q6fwHq__clearBtn:disabled{opacity:.5;cursor:not-allowed}.CartPage-module__q6fwHq__continueBtn{text-align:center;color:#9ca3af;cursor:pointer;background:0 0;border:none;width:100%;margin-top:.75rem;padding:.75rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:block}.CartPage-module__q6fwHq__continueBtn:hover{color:#f87171}.CartPage-module__q6fwHq__shopBtn{color:#fff;background:#dc2626;border-radius:8px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.CartPage-module__q6fwHq__shopBtn:hover{background:#ef4444;transform:translateY(-1px)}@media (max-width:1024px){.CartPage-module__q6fwHq__cartContent{grid-template-columns:1fr}.CartPage-module__q6fwHq__cartSummary{order:-1}.CartPage-module__q6fwHq__summaryContent{position:static}}@media (max-width:768px){.CartPage-module__q6fwHq__container{padding:7rem 1rem 1rem}.CartPage-module__q6fwHq__cartItem{grid-template-columns:80px 1fr;gap:1rem}.CartPage-module__q6fwHq__itemImage{width:80px;height:80px}.CartPage-module__q6fwHq__quantityControls,.CartPage-module__q6fwHq__itemTotal{grid-column:1/-1;justify-self:start}.CartPage-module__q6fwHq__itemTotal{text-align:right;justify-self:end}.CartPage-module__q6fwHq__summaryRow{align-items:flex-start}.CartPage-module__q6fwHq__summaryRow span:last-child{max-width:60%}}
