.empty-cart.svelte-k7hhd7{padding:60px 20px 100px;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:500px;margin:0 auto}.empty-cart-icon.svelte-k7hhd7{width:120px;height:120px;border-radius:50%;background:var(--eerie-black-2);border:2px dashed var(--white-alpha-20);display:flex;align-items:center;justify-content:center;margin-bottom:30px}.empty-cart-icon.svelte-k7hhd7 ion-icon:where(.svelte-k7hhd7){font-size:48px;color:var(--gold-crayola);opacity:.7}.empty-cart-title.svelte-k7hhd7{color:var(--white);margin-bottom:15px}.empty-cart-subtitle.svelte-k7hhd7{color:var(--quick-silver);margin-bottom:40px;line-height:1.8}.empty-cart.svelte-k7hhd7 .btn:where(.svelte-k7hhd7){margin-bottom:20px}.btn-text-link.svelte-k7hhd7{display:inline-flex;align-items:center;gap:8px;color:var(--quick-silver);font-size:var(--fontSize-label-1);text-transform:uppercase;letter-spacing:var(--letterSpacing-3);transition:var(--transition-1);cursor:pointer}.btn-text-link.svelte-k7hhd7:hover{color:var(--gold-crayola)}.btn-text-link.svelte-k7hhd7 ion-icon:where(.svelte-k7hhd7){font-size:16px;transition:transform var(--transition-1)}.btn-text-link.svelte-k7hhd7:hover ion-icon:where(.svelte-k7hhd7){transform:translate(4px)}.cart-content.svelte-k7hhd7{display:grid;grid-template-columns:1fr 400px;gap:40px}.cart-items.svelte-k7hhd7{display:flex;flex-direction:column;gap:20px}.cart-item.svelte-k7hhd7{display:grid;grid-template-columns:120px 1fr auto auto auto;gap:20px;padding:25px;background:var(--eerie-black-2);border-radius:var(--radius-24);box-shadow:var(--shadow-1);align-items:center;position:relative;border:1px solid var(--white-alpha-10);transition:var(--transition-1)}.cart-item.svelte-k7hhd7:hover{border-color:var(--gold-crayola)}.item-image.svelte-k7hhd7{width:120px;height:120px;border-radius:12px;overflow:hidden;background:var(--eerie-black-3);display:flex;align-items:center;justify-content:center}.item-image.svelte-k7hhd7 img:where(.svelte-k7hhd7){width:100%;height:100%;object-fit:cover}.item-image.svelte-k7hhd7 .placeholder:where(.svelte-k7hhd7){color:var(--quick-silver);font-size:12px}.item-details.svelte-k7hhd7{flex:1}.item-details.svelte-k7hhd7 h3:where(.svelte-k7hhd7){margin:0 0 8px;font-size:20px;font-weight:600;color:var(--gold-crayola);font-family:var(--fontFamily-forum)}.item-details.svelte-k7hhd7 .description:where(.svelte-k7hhd7){margin:0 0 8px;color:var(--quick-silver);font-size:14px;line-height:1.4}.item-details.svelte-k7hhd7 .price:where(.svelte-k7hhd7){margin:0;font-size:18px;font-weight:600;color:var(--white)}.item-quantity.svelte-k7hhd7 label:where(.svelte-k7hhd7){display:block;font-size:14px;color:var(--quick-silver);margin-bottom:8px}.quantity-controls.svelte-k7hhd7{display:flex;align-items:center;gap:8px}.qty-btn.svelte-k7hhd7{width:36px;height:36px;border:1px solid var(--gold-crayola);background:transparent;border-radius:4px;cursor:pointer;font-size:18px;color:var(--gold-crayola);display:flex;align-items:center;justify-content:center;transition:var(--transition-1)}.qty-btn.svelte-k7hhd7:hover{background:var(--gold-crayola);color:var(--smoky-black-1)}.quantity-controls.svelte-k7hhd7 input:where(.svelte-k7hhd7){width:60px;height:36px;text-align:center;border:1px solid var(--white-alpha-20);background:var(--eerie-black-3);color:var(--white);border-radius:4px;font-size:16px}.item-subtotal.svelte-k7hhd7{text-align:right;min-width:120px}.subtotal-label.svelte-k7hhd7{font-size:12px;color:var(--quick-silver);margin:0 0 4px}.subtotal-price.svelte-k7hhd7{font-size:20px;font-weight:700;color:var(--gold-crayola);margin:0;font-family:var(--fontFamily-forum)}.remove-btn.svelte-k7hhd7{position:absolute;top:10px;right:10px;width:32px;height:32px;border:none;background:var(--eerie-black-4);color:var(--gold-crayola);border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition-1);line-height:1}.remove-btn.svelte-k7hhd7:hover{background:var(--gold-crayola);color:var(--smoky-black-1)}.cart-summary.svelte-k7hhd7{background:var(--eerie-black-2);border:1px solid var(--white-alpha-10);padding:40px;border-radius:var(--radius-24);box-shadow:var(--shadow-1);height:fit-content;position:sticky;top:20px}.summary-row.svelte-k7hhd7{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.summary-row.total.svelte-k7hhd7{margin-top:30px;padding-top:30px;border-top:1px solid var(--white-alpha-20)}.total-amount.svelte-k7hhd7{color:var(--gold-crayola)}.checkout-btn.svelte-k7hhd7{width:100%;margin:30px 0 0}.checkout-btn.svelte-k7hhd7:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1024px){.cart-content.svelte-k7hhd7{grid-template-columns:1fr}.cart-summary.svelte-k7hhd7{position:static}.cart-item.svelte-k7hhd7{grid-template-columns:100px 1fr;gap:15px}.item-quantity.svelte-k7hhd7,.item-subtotal.svelte-k7hhd7{grid-column:2}}@media (max-width: 640px){.cart-item.svelte-k7hhd7{grid-template-columns:80px 1fr;gap:12px;padding:20px}.item-image.svelte-k7hhd7{width:80px;height:80px}.cart-summary.svelte-k7hhd7{padding:25px}}
