.cart-module__-RJi4G__cartPage{background-color:var(--bg-primary);min-height:80vh;padding:4rem 1rem}.cart-module__-RJi4G__cartHeader{text-align:center;margin-bottom:3rem}.cart-module__-RJi4G__cartHeader h1{color:var(--text-primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.cart-module__-RJi4G__cartHeader p{color:var(--text-secondary);font-size:1.1rem}.cart-module__-RJi4G__cartLayout{grid-template-columns:1fr;align-items:start;gap:3rem;display:grid}@media (min-width:1024px){.cart-module__-RJi4G__cartLayout{grid-template-columns:1.5fr 1fr}}.cart-module__-RJi4G__emptyState{text-align:center;background:#fff;border-radius:16px;padding:5rem 1rem;box-shadow:0 4px 20px #0000000a}.cart-module__-RJi4G__emptyState svg{color:var(--text-muted);margin-bottom:1.5rem}.cart-module__-RJi4G__emptyState h2{color:var(--text-primary);margin-bottom:1rem;font-size:1.8rem}.cart-module__-RJi4G__emptyState p{color:var(--text-secondary);margin-bottom:2rem}.cart-module__-RJi4G__continueShoppingBtn{background:var(--primary);color:#fff;border-radius:50px;padding:1rem 2.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.cart-module__-RJi4G__continueShoppingBtn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #1f717a4d}.cart-module__-RJi4G__cartItems{flex-direction:column;gap:1.5rem;display:flex}.cart-module__-RJi4G__cartItem{background:#fff;border-radius:16px;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex;position:relative;box-shadow:0 2px 12px #00000008}.cart-module__-RJi4G__cartItem:hover{box-shadow:0 6px 20px #0000000f}.cart-module__-RJi4G__itemImage{object-fit:cover;background:var(--bg-secondary);border-radius:12px;width:120px;height:120px}.cart-module__-RJi4G__itemDetails{flex-direction:column;flex:1;display:flex}.cart-module__-RJi4G__itemHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.cart-module__-RJi4G__itemTitle{color:var(--text-primary);font-size:1.25rem;font-weight:600;text-decoration:none}.cart-module__-RJi4G__itemTitle:hover{color:var(--primary)}.cart-module__-RJi4G__itemCategory{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem}.cart-module__-RJi4G__itemCustomText{background:var(--bg-secondary);color:var(--primary);border-radius:8px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:inline-block}.cart-module__-RJi4G__itemFooter{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.cart-module__-RJi4G__itemPrice{color:var(--text-primary);font-size:1.2rem;font-weight:700}.cart-module__-RJi4G__quantityControl{background:var(--bg-secondary);border-radius:50px;align-items:center;gap:1rem;padding:.25rem;display:flex}.cart-module__-RJi4G__qtyBtn{cursor:pointer;width:32px;height:32px;color:var(--text-primary);background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000000d}.cart-module__-RJi4G__qtyBtn:hover{background:var(--primary);color:#fff}.cart-module__-RJi4G__qtyValue{text-align:center;min-width:20px;font-weight:600}.cart-module__-RJi4G__removeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:all .2s}.cart-module__-RJi4G__removeBtn:hover{color:#ef4444;background:#fee2e2}.cart-module__-RJi4G__orderSummary{background:#fff;border-radius:16px;padding:2rem;position:sticky;top:100px;box-shadow:0 4px 24px #0000000d}.cart-module__-RJi4G__orderSummary h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.cart-module__-RJi4G__summaryRow{color:var(--text-secondary);border-bottom:1px solid var(--border);justify-content:space-between;padding:1rem 0;display:flex}.cart-module__-RJi4G__summaryRow.cart-module__-RJi4G__totalRow{color:var(--text-primary);border-bottom:none;margin-bottom:1.5rem;padding-top:1.5rem;font-size:1.25rem;font-weight:700}.cart-module__-RJi4G__checkoutBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1.25rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #1f717a33}.cart-module__-RJi4G__checkoutBtn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 16px #1f717a4d}@media (max-width:768px){.cart-module__-RJi4G__cartItem{flex-direction:row;gap:1rem;padding:1rem}.cart-module__-RJi4G__itemImage{border-radius:8px;width:80px;height:80px}.cart-module__-RJi4G__itemDetails{gap:.25rem}.cart-module__-RJi4G__itemHeader{flex-direction:column;gap:.25rem;padding-right:2rem}.cart-module__-RJi4G__itemTitle{font-size:1rem;line-height:1.3}.cart-module__-RJi4G__itemCategory{margin-bottom:.25rem;font-size:.8rem}.cart-module__-RJi4G__itemCustomText{margin-bottom:.5rem;padding:.35rem .75rem;font-size:.8rem}.cart-module__-RJi4G__removeBtn{background:#fff;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex;position:absolute;top:.75rem;right:.75rem;box-shadow:0 2px 8px #00000014}.cart-module__-RJi4G__itemFooter{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;margin-top:.5rem}.cart-module__-RJi4G__quantityControl{padding:.15rem}.cart-module__-RJi4G__qtyBtn{width:28px;height:28px;font-size:.85rem}.cart-module__-RJi4G__itemPrice{font-size:1.1rem}}
