.empty-state.svelte-k7hhd7{padding:var(--space-10);text-align:center;align-items:center;gap:var(--space-4);margin:var(--space-6) 0;flex-direction:column;display:flex}.layout.svelte-k7hhd7{gap:var(--space-8);margin:var(--space-6) 0 var(--space-12);grid-template-columns:minmax(0,1fr) 320px;align-items:start;display:grid}@media (width<=800px){.layout.svelte-k7hhd7{grid-template-columns:1fr}}.cart-card.svelte-k7hhd7{padding:var(--space-6) var(--space-7)}.items-badge.svelte-k7hhd7{align-items:center;gap:var(--space-2);height:28px;padding:0 var(--space-4);background:var(--paper);color:var(--muted);border-radius:999px;font-size:.75rem;font-weight:500;display:inline-flex}.items-badge.svelte-k7hhd7:before{content:"";background:var(--muted-2);border-radius:50%;width:6px;height:6px}.cart-items.svelte-k7hhd7{margin-top:var(--space-5);gap:var(--space-3);flex-direction:column;display:flex}.cart-item.svelte-k7hhd7{align-items:center;column-gap:var(--space-5);padding:var(--space-4) var(--space-5);background:var(--paper);border-radius:var(--radius-sm);grid-template-columns:56px minmax(0,1fr) auto;display:grid;position:relative}.ci-thumb.svelte-k7hhd7{border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;flex-shrink:0;place-items:center;width:56px;height:56px;padding:5px;display:grid;overflow:hidden}.ci-thumb.svelte-k7hhd7 img:where(.svelte-k7hhd7){object-fit:contain;max-width:100%;max-height:100%;display:block}.thumb-placeholder.svelte-k7hhd7{color:var(--muted-2);font-size:.7rem;font-weight:800}.laser-thumb.svelte-k7hhd7{background:var(--info-bg);color:var(--blue-dark);border-color:#0000;font-size:1.4rem}.ci-info.svelte-k7hhd7{flex-direction:column;gap:2px;min-width:0;display:flex}.ci-name.svelte-k7hhd7{color:var(--ink);overflow-wrap:anywhere;font-size:.9rem;font-weight:600;line-height:1.3;text-decoration:none}.ci-sub.svelte-k7hhd7{margin:2px 0 0}.ci-tag.svelte-k7hhd7{width:fit-content;margin-top:4px}.ci-qty.svelte-k7hhd7{margin-top:var(--space-2);align-items:center;gap:9px;display:flex}.qty-label.svelte-k7hhd7{color:var(--muted-2);font-size:.7rem}.qty-stepper.svelte-k7hhd7{border:1px solid var(--border);background:#fff;border-radius:999px;align-items:center;gap:2px;padding:2px;display:inline-flex}.qty-btn.svelte-k7hhd7{width:22px;height:22px;color:var(--muted);cursor:pointer;transition:background .15s var(--ease), color .15s var(--ease);background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid}.qty-btn.svelte-k7hhd7 svg:where(.svelte-k7hhd7){fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;width:11px;height:11px}.qty-btn.svelte-k7hhd7:hover:not(:disabled){background:var(--card);color:var(--ink)}.qty-btn.svelte-k7hhd7:focus-visible{outline:2px solid var(--focus);outline-offset:1px}.qty-btn.svelte-k7hhd7:disabled{opacity:.35;cursor:default}.qty-value.svelte-k7hhd7{text-align:center;min-width:20px;font-size:.75rem;font-weight:700;font-family:var(--font-mono);color:var(--ink)}.ci-price.svelte-k7hhd7{font-size:1rem;font-weight:800;font-family:var(--font-mono);color:var(--ink);white-space:nowrap;text-align:right;padding-right:26px}.ci-remove.svelte-k7hhd7{width:26px;height:26px;color:var(--muted-2);cursor:pointer;opacity:0;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;transition:opacity .16s,background .16s,color .16s;display:grid;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.cart-item.svelte-k7hhd7:hover .ci-remove:where(.svelte-k7hhd7),.ci-remove.svelte-k7hhd7:focus-visible{opacity:1}.ci-remove.svelte-k7hhd7:hover{background:var(--card);color:var(--danger)}.ci-remove.svelte-k7hhd7 svg:where(.svelte-k7hhd7){fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;width:13px;height:13px}.summary.svelte-k7hhd7{padding:var(--space-6) var(--space-7);position:sticky;top:90px}.summary.svelte-k7hhd7 h2:where(.svelte-k7hhd7){margin-bottom:var(--space-4);font-size:1.15rem}.total-line.svelte-k7hhd7{justify-content:space-between;align-items:baseline;gap:var(--space-4);display:flex}.total-line.grand.svelte-k7hhd7{color:var(--ink);font-size:1.15rem;font-weight:800}.total-line.grand.svelte-k7hhd7 span:where(.svelte-k7hhd7):last-child{font-family:var(--font-mono)}.tax-note.svelte-k7hhd7{margin-top:var(--space-2)}.checkout-btn.svelte-k7hhd7{width:100%;height:48px;margin-top:var(--space-4)}.signin-note.svelte-k7hhd7{margin-top:var(--space-3);text-align:center}@media (width<=640px){.cart-card.svelte-k7hhd7{padding:var(--space-4)}.cart-item.svelte-k7hhd7{column-gap:var(--space-4);row-gap:var(--space-2);padding:var(--space-4);grid-template-columns:48px minmax(0,1fr)}.ci-thumb.svelte-k7hhd7{width:48px;height:48px}.ci-price.svelte-k7hhd7{text-align:left;grid-column:2;padding-right:0;font-size:.95rem}.ci-remove.svelte-k7hhd7{opacity:1;top:10px;right:8px;transform:none}}
