.storefront-shopper-main{width:100%;padding-block:var(--space-32) var(--space-48);flex:1 0 auto}.storefront-shopper{gap:var(--space-32);font-family:var(--font-store);flex-direction:column;display:flex}.storefront-shopper__header{justify-content:space-between;align-items:center;gap:var(--space-16);flex-wrap:wrap;display:flex}.storefront-shopper__title{letter-spacing:-.03em;color:var(--color-text);margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:600}.storefront-shopper__lede{margin:var(--space-8) 0 0;color:var(--color-muted);font-size:.9375rem}.storefront-shopper .storefront-breadcrumb__list{gap:var(--space-8);margin:0 0 var(--space-16);flex-wrap:wrap;padding:0;font-size:.875rem;list-style:none;display:flex}.storefront-shopper .storefront-breadcrumb__item:not(:last-child):after{content:"/";color:var(--color-muted);margin-inline-start:var(--space-8)}.storefront-shopper .storefront-breadcrumb__link,.storefront-shopper .storefront-breadcrumb__current{color:var(--color-muted);text-decoration:none}.storefront-shopper .storefront-breadcrumb__link:hover{color:var(--color-text)}.storefront-field{gap:var(--space-8);flex-direction:column;display:flex}.storefront-field__label{color:var(--color-text);font-size:.875rem;font-weight:500}.storefront-input,.storefront-select{width:100%;padding:var(--space-8) var(--space-12);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);font:inherit}.storefront-input:focus-visible,.storefront-select:focus-visible{outline:2px solid var(--color-ring);outline-offset:2px}.storefront-input--qty{width:5rem}.storefront-input--grow{text-transform:uppercase;flex:8rem}.storefront-btn{padding:var(--space-12) var(--space-24);border-radius:var(--radius-md);background:var(--color-primary);color:var(--color-on-primary);font:inherit;cursor:pointer;border:0;justify-content:center;align-items:center;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.storefront-btn:hover{background:var(--color-primary-hover)}.storefront-btn:focus-visible{outline:2px solid var(--color-ring);outline-offset:3px}.storefront-btn--secondary{background:var(--color-surface-muted);color:var(--color-text)}.storefront-btn--secondary:hover{background:var(--color-border)}.storefront-btn--success{background:var(--color-success)}.storefront-btn--success:hover{background:var(--color-success-hover)}.storefront-btn--ghost{color:var(--color-muted);padding:var(--space-8) var(--space-12);background:0 0;font-weight:500}.storefront-btn--ghost:hover{color:var(--color-text);background:0 0}.storefront-btn--danger{color:var(--color-danger);background:0 0;padding:0;font-weight:500;text-decoration:underline}.storefront-btn--danger:hover{color:var(--color-danger-hover);background:0 0}.storefront-btn--block{width:100%}.storefront-flash{padding:var(--space-12) var(--space-16);border-radius:var(--radius-md);font-size:.875rem}.storefront-flash--success{background:var(--color-success-subtle);color:var(--color-success-subtle-foreground)}.storefront-flash--danger{background:var(--color-danger-subtle);color:var(--color-danger-subtle-foreground)}.storefront-panel{padding:var(--space-24);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.storefront-panel__title{color:var(--color-text);margin:0;font-size:1.125rem;font-weight:600}.storefront-stack{gap:var(--space-16);flex-direction:column;display:flex}.storefront-form-grid{gap:var(--space-16);grid-template-columns:1fr;display:grid}@media (width>=40rem){.storefront-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-form-grid__full{grid-column:1/-1}}.storefront-table-wrap{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);overflow-x:auto}.storefront-table{border-collapse:collapse;width:100%;font-size:.875rem}.storefront-table th,.storefront-table td{padding:var(--space-12) var(--space-16);text-align:left;border-bottom:1px solid var(--color-border);vertical-align:top}.storefront-table th{background:var(--color-surface-muted);color:var(--color-text-secondary);font-weight:500}.storefront-table tr:last-child td{border-bottom:0}.storefront-table__num{text-align:right;font-variant-numeric:tabular-nums}.storefront-qty-form{gap:var(--space-8);align-items:center;display:inline-flex}.storefront-cart__layout{gap:var(--space-24);grid-template-columns:1fr;display:grid}@media (width>=64rem){.storefront-cart__layout{grid-template-columns:minmax(0,1fr) 18rem;align-items:start}}.storefront-cart__aside{gap:var(--space-16);flex-direction:column;display:flex}.storefront-cart-line{gap:var(--space-12);align-items:flex-start;display:flex}.storefront-cart-line__image{object-fit:cover;border-radius:var(--radius-sm);background:var(--color-surface-muted);width:4rem;height:4rem}.storefront-cart-lines{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.storefront-cart-item{gap:var(--space-16);padding:var(--space-16);border-bottom:1px solid var(--color-border);grid-template-columns:4.5rem minmax(0,1fr);display:grid}.storefront-cart-item:last-child{border-bottom:0}.storefront-cart-item__image,.storefront-cart-item__placeholder{border-radius:var(--radius-md);object-fit:cover;background:var(--color-surface-muted);width:4.5rem;height:4.5rem}.storefront-cart-item__placeholder{color:var(--color-muted);justify-content:center;align-items:center;font-size:.625rem;display:flex}.storefront-cart-item__name{color:var(--color-text);font-weight:600;text-decoration:none}.storefront-cart-item__name:hover{color:var(--color-primary)}.storefront-cart-item__price,.storefront-cart-item__total{margin:var(--space-8) 0 0;font-variant-numeric:tabular-nums}.storefront-cart-item__controls{align-items:center;gap:var(--space-12);flex-wrap:wrap;grid-column:1/-1;display:flex}@media (width>=40rem){.storefront-cart-item{grid-template-columns:5.5rem minmax(0,1fr) auto;align-items:start}.storefront-cart-item__image,.storefront-cart-item__placeholder{width:5.5rem;height:5.5rem}.storefront-cart-item__controls{flex-direction:column;grid-column:auto;align-items:flex-end}}.storefront-qty-stepper{border:1px solid var(--color-border);border-radius:var(--radius-md);align-items:center;display:inline-flex;overflow:hidden}.storefront-qty-stepper__btn{background:var(--color-surface);width:2.75rem;height:2.75rem;color:var(--color-muted);cursor:pointer;border:none;font-size:1.125rem;line-height:1}.storefront-qty-stepper__btn:hover{background:var(--color-surface-muted)}.storefront-qty-stepper__input{border:none;border-inline:1px solid var(--color-border);text-align:center;width:3rem;height:2.75rem;font:inherit;appearance:textfield;font-size:.875rem}.storefront-qty-stepper__input::-webkit-outer-spin-button{appearance:none;margin:0}.storefront-qty-stepper__input::-webkit-inner-spin-button{appearance:none;margin:0}.storefront-qty-stepper__input:focus-visible{outline:2px solid var(--color-ring);outline-offset:2px}.storefront-cart__summary{gap:var(--space-16);flex-direction:column;display:flex}.storefront-cart__summary--sticky{z-index:2;position:sticky;bottom:0}@media (width>=64rem){.storefront-cart__summary--sticky{top:var(--space-16);bottom:auto}}.storefront-cart__total{font-variant-numeric:tabular-nums;margin:0;font-size:1.5rem;font-weight:600}.storefront-cart__coupon{gap:var(--space-8);flex-wrap:wrap;display:flex}.storefront-muted{color:var(--color-muted);font-size:.875rem}.storefront-danger{color:var(--color-danger);font-size:.75rem}.storefront-success{color:var(--color-success);font-size:.875rem}.storefront-link{color:var(--color-link,var(--color-primary))}.storefront-choice{cursor:pointer;gap:var(--space-12);padding:var(--space-12);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.875rem;display:flex}.storefront-check{align-items:center;gap:var(--space-8);color:var(--color-text-secondary);font-size:.875rem;display:flex}.storefront-checkout .storefront-input,.storefront-checkout .storefront-select,.storefront-checkout .storefront-btn{min-height:2.75rem}.storefront-checkout__layout{gap:var(--store-gutter);grid-template-columns:1fr;display:grid}.storefront-checkout__form,.storefront-checkout__summary-body{gap:var(--space-24);flex-direction:column;display:flex}.storefront-checkout-block{gap:var(--space-16);padding:var(--space-24);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);flex-direction:column;display:flex}.storefront-checkout-block__title{margin:0;font-size:1.0625rem;font-weight:600}.storefront-contact-card{gap:var(--space-4);flex-direction:column;font-size:.9375rem;display:flex}.storefront-contact-card__name{margin:0;font-weight:600}.storefront-contact-card__meta{margin:var(--space-8) 0 0}.storefront-check--card{min-height:2.75rem;padding:var(--space-12);border:1px solid var(--color-border);border-radius:var(--radius-md)}.storefront-choice-mark{border:1px solid var(--color-border);background:var(--color-surface);border-radius:999px;flex-shrink:0;width:1.25rem;height:1.25rem}.storefront-address-card[data-selected="1"] .storefront-choice-mark{border-color:var(--color-primary);background:var(--color-primary);box-shadow:inset 0 0 0 .2rem var(--color-surface)}.storefront-shipping-card:has(input:checked) .storefront-choice-mark{border-color:var(--color-primary);background:var(--color-primary);box-shadow:inset 0 0 0 .2rem var(--color-surface)}.storefront-shipping-list{gap:var(--space-12);border:0;flex-direction:column;margin:0;padding:0;display:flex}.storefront-payment-preview{gap:var(--space-8);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.storefront-payment-preview__item{min-height:2.5rem;padding:0 var(--space-12);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-muted);align-items:center;font-size:.8125rem;font-weight:600;display:inline-flex}.storefront-checkout__actions{z-index:4;gap:var(--space-12);padding:var(--space-12) 0;padding-bottom:max(var(--space-12), env(safe-area-inset-bottom,0px));background:var(--color-background);border-top:1px solid var(--color-border);flex-direction:column;display:flex;position:sticky;bottom:0}.storefront-checkout__actions-total{font-variant-numeric:tabular-nums;justify-content:space-between;align-items:baseline;display:flex}.storefront-address-editor{gap:var(--space-16);padding:var(--space-16);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-muted);flex-direction:column;display:flex}.storefront-address-editor[hidden]{display:none}.storefront-address-editor__header{justify-content:space-between;align-items:center;gap:var(--space-12);display:flex}.storefront-address-editor__title{margin:0;font-size:.9375rem;font-weight:600}@media (width>=64rem){.storefront-checkout__layout{gap:var(--space-48);grid-template-columns:minmax(0,1.35fr) minmax(18rem,.8fr);align-items:start}.storefront-checkout__actions{background:0 0;border-top:0;padding:0;position:static}.storefront-checkout__actions-total{display:none}}.storefront-summary-row{justify-content:space-between;gap:var(--space-16);font-size:.875rem;display:flex}.storefront-badge{padding:.125rem var(--space-8);border-radius:var(--radius-md);background:var(--color-surface-muted);margin-inline-start:var(--space-8);font-size:.75rem;font-weight:500;display:inline-block}.storefront-address-list{gap:var(--space-12);margin:var(--space-16) 0 0;flex-direction:column;padding:0;list-style:none;display:flex}.storefront-address-list__item{justify-content:space-between;gap:var(--space-16);padding:var(--space-16);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.875rem;display:flex}.storefront-is-hidden{display:none}.storefront-pay__amount{margin:var(--space-8) 0 0;font-variant-numeric:tabular-nums;font-size:1.75rem;font-weight:600}.storefront-empty .storefront-empty__actions{margin-top:var(--space-16)}.storefront-empty{padding-block:var(--space-48);text-align:center}.storefront-empty__title{color:var(--color-muted);margin:0;font-size:1rem}.storefront-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.storefront-address-cards__list{gap:var(--space-12);grid-template-columns:1fr;display:grid}@media (width>=40rem){.storefront-address-cards__list{grid-template-columns:repeat(2,minmax(0,1fr))}}.storefront-address-card{gap:var(--space-12);min-height:8rem;padding:var(--space-16);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);cursor:pointer;grid-template-columns:auto minmax(0,1fr);display:grid;position:relative}.storefront-address-card:hover{border-color:color-mix(in srgb, var(--color-primary) 45%, var(--color-border))}.storefront-address-card[data-selected="1"]{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary);background:color-mix(in srgb, var(--color-primary) 6%, var(--color-surface))}.storefront-address-card__label{margin:0 0 var(--space-8);font-weight:600}.storefront-address-card__recipient{font-weight:500}.storefront-address-card__body p{margin:0}.storefront-address-card__edit{top:var(--space-8);min-height:2.5rem;padding:var(--space-8) var(--space-12);border-radius:var(--radius-md);color:var(--color-link,var(--color-primary));font:inherit;cursor:pointer;background:0 0;border:0;font-size:.8125rem;font-weight:600;position:absolute;inset-inline-end:var(--space-8)}.storefront-address-card__edit:hover{text-decoration:underline}.storefront-address-add{justify-content:center;align-items:center;gap:var(--space-8);min-height:8rem;padding:var(--space-16);border:1px dashed var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);font:inherit;cursor:pointer;flex-direction:column;font-weight:600;display:flex}.storefront-address-add:hover,.storefront-address-add.is-active{border-color:var(--color-primary);color:var(--color-primary)}.storefront-address-add__icon{border:1px solid;border-radius:999px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:1.25rem;line-height:1;display:inline-flex}.storefront-checkout-progress{margin-bottom:var(--space-24)}.storefront-checkout-progress__list{gap:var(--space-8);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.storefront-checkout-progress__step{color:var(--color-muted);align-items:center;font-size:.8125rem;display:flex}.storefront-checkout-progress__step:not(:last-child):after{content:"";width:1.25rem;height:1px;background:var(--color-border);margin-inline-start:var(--space-8)}.storefront-checkout-progress__step--complete .storefront-checkout-progress__label,.storefront-checkout-progress__step--current .storefront-checkout-progress__label{color:var(--color-text);font-weight:600}.storefront-checkout-progress__label{color:inherit;text-decoration:none}.storefront-shipping-card{gap:var(--space-12);min-height:4.5rem;padding:var(--space-16);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);cursor:pointer;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;display:grid}.storefront-shipping-card:hover{border-color:color-mix(in srgb, var(--color-primary) 45%, var(--color-border))}.storefront-shipping-card:has(input:checked){border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary);background:color-mix(in srgb, var(--color-primary) 6%, var(--color-surface))}.storefront-shipping-card__body{gap:var(--space-4);flex-direction:column;display:flex}.storefront-shipping-card__name{font-weight:600}.storefront-shipping-card__eta{color:var(--color-muted);font-size:.8125rem}.storefront-shipping-card__price{font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:600}.storefront-summary-lines{gap:var(--space-16);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.storefront-summary-line{gap:var(--space-12);grid-template-columns:4rem minmax(0,1fr) auto;align-items:start;display:grid}.storefront-summary-line__media{position:relative}.storefront-summary-line__image,.storefront-summary-line__placeholder{border:1px solid var(--color-border);border-radius:var(--radius-md);object-fit:cover;background:var(--color-surface-muted);width:4rem;height:4rem}.storefront-summary-line__placeholder{padding:var(--space-4);color:var(--color-muted);text-align:center;justify-content:center;align-items:center;font-size:.625rem;display:flex}.storefront-summary-line__qty-badge{top:-.4rem;background:var(--color-text);min-width:1.25rem;height:1.25rem;color:var(--color-surface);text-align:center;border-radius:999px;padding:0 .3rem;font-size:.6875rem;font-weight:600;line-height:1.25rem;position:absolute;inset-inline-end:-.4rem}.storefront-summary-line__details{gap:var(--space-4);flex-direction:column;min-width:0;display:flex}.storefront-summary-line__name{color:inherit;font-weight:600;text-decoration:none}.storefront-summary-line__price{font-variant-numeric:tabular-nums;font-weight:600}.storefront-summary-totals{gap:var(--space-12);padding-top:var(--space-16);border-top:1px solid var(--color-border);flex-direction:column;display:flex}.storefront-summary-row--total{padding-top:var(--space-12);border-top:1px solid var(--color-border);font-variant-numeric:tabular-nums;font-size:1.125rem;font-weight:700}.storefront-confirmation--success .storefront-confirmation__card{text-align:center}.storefront-confirmation__badge{background:var(--color-success,#12805c);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:3rem;height:3rem;margin-inline:auto;font-size:1.25rem;display:inline-flex}.storefront-confirmation__number{letter-spacing:.02em;margin:0;font-size:1.25rem;font-weight:600}.storefront-confirmation__total{font-variant-numeric:tabular-nums;font-size:1.125rem;font-weight:600}.storefront-confirmation__actions{justify-content:center;gap:var(--space-12);flex-wrap:wrap;display:flex}.storefront-checkout__summary{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);order:-1}.storefront-checkout__summary-toggle{justify-content:space-between;align-items:center;gap:var(--space-12);width:100%;min-height:3rem;padding:var(--space-16);color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;font-weight:600;display:flex}.storefront-checkout__summary-toggle-total{font-variant-numeric:tabular-nums}.storefront-checkout__summary-body{padding:0 var(--space-16) var(--space-16);display:none}.storefront-checkout__summary.is-open .storefront-checkout__summary-body{display:flex}.storefront-checkout__summary .storefront-panel__title{display:none}@media (width>=64rem){.storefront-checkout__summary{top:var(--store-sticky-offset);padding:var(--space-24);order:0;position:sticky;bottom:auto}.storefront-checkout__summary-toggle{display:none}.storefront-checkout__summary-body,.storefront-checkout__summary.is-open .storefront-checkout__summary-body{padding:0;display:flex}.storefront-checkout__summary .storefront-panel__title{display:block}}.storefront-order-timeline{margin:0 0 var(--space-24);flex-direction:column;gap:0;padding:0;list-style:none;display:flex}.storefront-order-timeline__step{gap:var(--space-12);grid-template-columns:1.25rem minmax(0,1fr);align-items:start;display:grid}.storefront-order-timeline__marker{background:var(--color-border);border-radius:999px;width:.75rem;height:.75rem;margin-top:.35rem;display:block}.storefront-order-timeline__step:not(:last-child) .storefront-order-timeline__marker{box-shadow:0 1.5rem 0 0 var(--color-border)}.storefront-order-timeline__step--complete .storefront-order-timeline__marker,.storefront-order-timeline__step--current .storefront-order-timeline__marker{background:var(--color-primary)}.storefront-order-timeline__label{padding-block:var(--space-8) var(--space-24);font-weight:500}.storefront-order-timeline__step--upcoming .storefront-order-timeline__label{color:var(--color-muted)}.storefront-shipment-card{gap:var(--space-8);padding:var(--space-16);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;display:flex}.storefront-address-list__actions{gap:var(--space-8);margin-top:var(--space-12);flex-wrap:wrap;display:flex}.storefront-address-list__actions .storefront-btn{min-height:2.75rem}
