.cart-panel[data-astro-cid-h3zw4u6d]{display:flex;flex-direction:column;gap:16px}.cart-error[data-astro-cid-h3zw4u6d]{padding:12px 14px;border-radius:10px;background:#b22a2a14;border:1px solid rgba(178,42,42,.22);color:#8a2f2f;font-size:12.5px;line-height:1.5}.cart-empty[data-astro-cid-h3zw4u6d]{padding:28px 20px;border-radius:14px;background:#faf9f68c;border:1px solid var(--line);text-align:center}.cart-empty-title[data-astro-cid-h3zw4u6d]{font-family:var(--font-display);font-size:17px;font-weight:700}.cart-empty-body[data-astro-cid-h3zw4u6d]{margin-top:8px;font-size:13.5px;line-height:1.6;color:var(--muted)}.cart-empty[data-astro-cid-h3zw4u6d] .btn-primary[data-astro-cid-h3zw4u6d]{margin-top:18px}.cart-full[data-astro-cid-h3zw4u6d]{display:flex;flex-direction:column;gap:16px}.cart-full[data-astro-cid-h3zw4u6d][hidden]{display:none}.cart-items[data-astro-cid-h3zw4u6d]{display:flex;flex-direction:column;gap:10px}.cart-item[data-astro-cid-h3zw4u6d]{display:grid;grid-template-columns:48px 1fr auto auto auto;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;background:#faf9f68c;border:1px solid var(--line);transition:opacity .15s ease}.cart-item[data-astro-cid-h3zw4u6d].is-busy{opacity:.55;pointer-events:none}.cart-item-image[data-astro-cid-h3zw4u6d]{width:48px;height:48px;border-radius:8px;object-fit:cover;border:1px solid var(--line);background:#1414140a}.cart-item-image--empty[data-astro-cid-h3zw4u6d]{background:#1414140a}.cart-item-info[data-astro-cid-h3zw4u6d]{min-width:0}.cart-item-name[data-astro-cid-h3zw4u6d]{font-size:13.5px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item-unit-price[data-astro-cid-h3zw4u6d]{margin-top:2px;font-size:12px;color:var(--muted)}.cart-item-qty[data-astro-cid-h3zw4u6d]{display:flex;align-items:center;gap:6px}.qty-btn[data-astro-cid-h3zw4u6d]{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;border:1px solid var(--line);background:transparent;color:var(--ink);font-size:14px;line-height:1;cursor:pointer;transition:border-color .2s ease,background .2s ease}.qty-btn[data-astro-cid-h3zw4u6d]:hover{border-color:var(--accent-text);background:#a47e3b0f}.qty-value[data-astro-cid-h3zw4u6d]{min-width:1.5em;text-align:center;font-size:13px;font-variant-numeric:tabular-nums}.cart-item-line-total[data-astro-cid-h3zw4u6d]{font-family:var(--font-display);font-size:13.5px;font-weight:600;white-space:nowrap;font-variant-numeric:tabular-nums}.cart-item-remove[data-astro-cid-h3zw4u6d]{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;border:1px solid transparent;background:transparent;color:var(--muted);cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.cart-item-remove[data-astro-cid-h3zw4u6d] svg[data-astro-cid-h3zw4u6d]{width:12px;height:12px}.cart-item-remove[data-astro-cid-h3zw4u6d]:hover{color:#8a2f2f;border-color:#b22a2a38;background:#b22a2a0f}.cart-summary[data-astro-cid-h3zw4u6d]{display:flex;align-items:baseline;justify-content:space-between;padding:14px 16px;border-radius:12px;background:#faf9f666;border:1px solid var(--line)}.cart-summary-label[data-astro-cid-h3zw4u6d]{font-size:13px;color:var(--muted)}.cart-summary-value[data-astro-cid-h3zw4u6d]{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--accent-text);font-variant-numeric:tabular-nums}.checkout-form[data-astro-cid-h3zw4u6d]{display:flex}.checkout-btn[data-astro-cid-h3zw4u6d]{width:100%;border:none;cursor:pointer}.checkout-btn[data-astro-cid-h3zw4u6d]:disabled{opacity:.5;cursor:not-allowed}.btn-primary[data-astro-cid-h3zw4u6d]{display:inline-flex;align-items:center;justify-content:center;padding:13px 26px;border-radius:999px;background:var(--ink);color:#fff;font-size:13px;font-weight:500;transition:transform .2s ease,background .2s ease}.btn-primary[data-astro-cid-h3zw4u6d]:hover{background:#000;transform:translateY(-1px)}.checkout-note[data-astro-cid-h3zw4u6d]{margin-top:-6px;font-size:11.5px;color:var(--muted);text-align:center}.continue-link[data-astro-cid-h3zw4u6d]{align-self:center;font-size:12.5px;color:var(--muted);text-decoration:underline;text-underline-offset:3px}.continue-link[data-astro-cid-h3zw4u6d]:hover{color:var(--ink)}@media(max-width:480px){.cart-item[data-astro-cid-h3zw4u6d]{grid-template-columns:40px 1fr auto;grid-template-areas:"image info remove" "image qty total";row-gap:8px}.cart-item-image[data-astro-cid-h3zw4u6d]{grid-area:image;width:40px;height:40px}.cart-item-info[data-astro-cid-h3zw4u6d]{grid-area:info}.cart-item-remove[data-astro-cid-h3zw4u6d]{grid-area:remove}.cart-item-qty[data-astro-cid-h3zw4u6d]{grid-area:qty}.cart-item-line-total[data-astro-cid-h3zw4u6d]{grid-area:total;justify-self:end}}
