.container.svelte-k7hhd7{max-width:1100px;margin:0 auto;padding:24px 16px}.page-header.svelte-k7hhd7{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem}.page-kicker.svelte-k7hhd7{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:var(--md-sys-color-primary);margin-bottom:.5rem;font-weight:600}h1.svelte-k7hhd7{font-family:var(--md-sys-typescale-headline-large-font);font-size:2.5rem;font-weight:600;margin-bottom:.4rem;color:var(--md-sys-color-on-surface)}.page-subtitle.svelte-k7hhd7{color:var(--md-sys-color-on-surface-variant);max-width:420px}.cart-layout.svelte-k7hhd7{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}@media (max-width: 900px){.cart-layout.svelte-k7hhd7{grid-template-columns:1fr}.page-header.svelte-k7hhd7{flex-direction:column;align-items:flex-start}}.cart-items.svelte-k7hhd7{display:flex;flex-direction:column;gap:12px}.cart-item.svelte-k7hhd7{display:grid;grid-template-columns:1fr auto auto auto;gap:1rem;align-items:center;padding:20px 24px;background:var(--md-sys-color-surface);border-radius:var(--md-sys-shape-corner-large, 16px);border:1px solid var(--md-sys-color-outline-variant);transition:all .2s ease}.cart-item.svelte-k7hhd7:hover{box-shadow:0 4px 16px #00000014;border-color:var(--md-sys-color-outline)}.item-info.svelte-k7hhd7 h3:where(.svelte-k7hhd7){font-size:1.1rem;font-weight:500;margin-bottom:4px;color:var(--md-sys-color-on-surface)}.attributes.svelte-k7hhd7{font-size:.85rem;color:var(--md-sys-color-on-surface-variant)}.unit-price.svelte-k7hhd7{font-size:.9rem;color:var(--md-sys-color-on-surface-variant);margin-top:4px}.item-qty.svelte-k7hhd7{display:inline-flex;align-items:center;gap:4px;padding:6px;border-radius:100px;background:var(--md-sys-color-surface-variant)}.item-qty.svelte-k7hhd7 button:where(.svelte-k7hhd7){width:32px;height:32px;border:none;background:var(--md-sys-color-surface);border-radius:50%;cursor:pointer;font-weight:600;font-size:1.1rem;color:var(--md-sys-color-on-surface);transition:all .15s ease;display:flex;align-items:center;justify-content:center}.item-qty.svelte-k7hhd7 button:where(.svelte-k7hhd7):hover{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary)}.item-qty.svelte-k7hhd7 span:where(.svelte-k7hhd7){width:32px;text-align:center;font-weight:600}.item-total.svelte-k7hhd7{font-weight:600;font-size:1.1rem;min-width:100px;text-align:right;color:var(--md-sys-color-on-surface)}.remove-btn.svelte-k7hhd7{background:none;border:none;font-size:1.5rem;color:var(--md-sys-color-on-surface-variant);cursor:pointer;padding:8px;border-radius:50%;transition:all .15s ease;line-height:1;display:flex;align-items:center;justify-content:center}.remove-btn.svelte-k7hhd7:hover{color:var(--md-sys-color-error);background:var(--md-sys-color-error-container)}.checkout-form.svelte-k7hhd7{background:linear-gradient(145deg,var(--md-sys-color-surface) 0%,var(--md-sys-color-surface-variant) 100%);padding:28px;border-radius:var(--md-sys-shape-corner-extra-large, 28px);border:1px solid var(--md-sys-color-outline-variant);box-shadow:0 8px 32px #00000014;position:sticky;top:80px}.checkout-form.svelte-k7hhd7 h2:where(.svelte-k7hhd7){margin-bottom:24px;font-family:var(--md-sys-typescale-headline-small-font);font-size:1.5rem;font-weight:600;color:var(--md-sys-color-on-surface)}.form-group.svelte-k7hhd7{margin-bottom:20px}.form-group.svelte-k7hhd7 label:where(.svelte-k7hhd7){display:block;margin-bottom:8px;font-size:.85rem;font-weight:600;color:var(--md-sys-color-on-surface);text-transform:uppercase;letter-spacing:.05em}.form-group.svelte-k7hhd7 input:where(.svelte-k7hhd7),.form-group.svelte-k7hhd7 select:where(.svelte-k7hhd7),.form-group.svelte-k7hhd7 textarea:where(.svelte-k7hhd7){width:100%;padding:14px 18px;border:2px solid var(--md-sys-color-outline-variant);border-radius:var(--md-sys-shape-corner-medium, 12px);font-size:1rem;background:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);transition:all .2s ease}.form-group.svelte-k7hhd7 textarea:where(.svelte-k7hhd7){resize:vertical;min-height:80px}.form-group.svelte-k7hhd7 input:where(.svelte-k7hhd7):focus,.form-group.svelte-k7hhd7 select:where(.svelte-k7hhd7):focus,.form-group.svelte-k7hhd7 textarea:where(.svelte-k7hhd7):focus{outline:none;border-color:var(--md-sys-color-primary);box-shadow:0 0 0 4px rgba(var(--md-sys-color-primary-rgb, 103, 80, 164),.15)}.form-group.svelte-k7hhd7 input:where(.svelte-k7hhd7)::placeholder{color:var(--md-sys-color-on-surface-variant)}.summary.svelte-k7hhd7{margin:28px 0 20px;padding:20px;background:var(--md-sys-color-surface);border-radius:var(--md-sys-shape-corner-large, 16px);border:1px solid var(--md-sys-color-outline-variant)}.summary-row.svelte-k7hhd7{display:flex;justify-content:space-between;margin-bottom:12px;color:var(--md-sys-color-on-surface-variant);font-size:.95rem}.summary-row.total.svelte-k7hhd7{font-weight:700;font-size:1.35rem;color:var(--md-sys-color-on-surface);margin-top:16px;padding-top:16px;border-top:2px solid var(--md-sys-color-outline-variant);margin-bottom:0}.error.svelte-k7hhd7{color:var(--md-sys-color-error);background:var(--md-sys-color-error-container);padding:12px 16px;border-radius:var(--md-sys-shape-corner-medium, 12px);margin-bottom:16px;font-size:.9rem}.empty-cart.svelte-k7hhd7{text-align:center;padding:4rem 0;color:var(--md-sys-color-on-surface-variant)}.success.svelte-k7hhd7{text-align:center;padding:48px;background:linear-gradient(145deg,var(--md-sys-color-surface) 0%,var(--md-sys-color-tertiary-container) 100%);border-radius:var(--md-sys-shape-corner-extra-large, 28px);border:1px solid var(--md-sys-color-outline-variant);box-shadow:0 8px 32px #0000001a}.success.svelte-k7hhd7 h1:where(.svelte-k7hhd7){font-family:var(--md-sys-typescale-headline-large-font);color:var(--md-sys-color-primary);font-size:2rem}.order-number.svelte-k7hhd7{font-size:1.25rem;margin:24px 0;color:var(--md-sys-color-on-surface)}
