.storefront{--listing-ink:var(--color-text-primary);--listing-paper:var(--color-surface);--card-radius:4px;--card-control:32px;--card-control-icon:14px;--card-bar-height:40px;--card-motion:.22s var(--motion-ease);--card-glass:rgb(var(--ivory-rgb) / 74%);--card-glass-border:#ffffff8c;--card-glass-shadow:0 2px 10px rgb(var(--overlay-rgb) / 14%)}.storefront .sf-promotion-empty{text-align:center;padding:48px 24px}.storefront :is(.sf-discovery-page,.sf-product-showcase,.sf-featured-selection){background:var(--listing-paper)}.storefront .sf-home section:has(>.sf-product-showcase){background:var(--listing-paper)}.storefront .sf-product-card{min-width:0;height:100%;color:var(--listing-ink);background:0 0;flex-direction:column;display:flex;position:relative}.storefront .sf-product-card :is(button,a){scroll-margin-block:calc(var(--sf-header-height,250px) + 24px)}.storefront .sf-product-card :is(button,a):focus-visible{outline:2px solid var(--listing-ink);outline-offset:2px}.storefront .sf-product-card__image{aspect-ratio:4/5;border-radius:var(--card-radius);background:var(--color-surface-muted);position:relative;overflow:hidden}.storefront .sf-product-card__photo{object-fit:cover;object-position:center;transition:transform .6s var(--motion-ease), opacity .32s ease}.storefront .sf-product-card__photo--alternate{opacity:0}.storefront .sf-product-card--unavailable .sf-product-card__photo{opacity:.6}@media (hover:hover) and (pointer:fine){.storefront .sf-product-card:hover .sf-product-card__photo{transform:scale(1.04)}.storefront .sf-product-card:hover .sf-product-card__photo--alternate{opacity:1}.storefront .sf-product-card--unavailable:hover .sf-product-card__photo{transform:none}}@media (hover:none),(pointer:coarse),(pointer:none){.storefront .sf-product-card__photo--alternate{display:none}}.storefront .sf-image-placeholder{height:100%;min-height:160px;color:var(--color-text-muted);font-size:var(--sf-t-caption-size);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.storefront .sf-product-card__badges{z-index:11;max-width:calc(100% - var(--card-control) - 26px);pointer-events:none;flex-direction:column;align-items:flex-start;gap:4px;display:flex;position:absolute;inset-block-start:10px;inset-inline-start:10px}.storefront .sf-product-card__badges>div{gap:4px}.storefront .sf-product-card__badges span{background:rgb(var(--ivory-rgb) / 92%);max-width:100%;height:20px;color:var(--listing-ink);box-shadow:0 1px 4px rgb(var(--overlay-rgb) / 10%);font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid #0000;border-radius:3px;align-items:center;gap:3px;padding:0 7px;font-size:.6875rem;font-weight:600;line-height:1;display:inline-flex;overflow:hidden}.storefront .sf-product-card__badges span svg{width:10px;height:10px;color:inherit;flex-shrink:0;margin:0}.storefront .sf-product-card__badges span[data-badge=promo]{background:var(--color-accent);color:var(--color-text-inverse)}.storefront .sf-product-card__badges span[data-badge=new],.storefront .sf-product-card__badges span[data-badge=hot]{background:var(--listing-ink);color:var(--color-text-inverse)}.storefront .sf-product-card__badges span[data-badge=sold_out]{background:rgb(var(--ivory-rgb) / 92%);color:var(--color-text-muted)}.storefront .sf-product-card__badges .sf-selection-label{border-color:rgb(var(--overlay-rgb) / 12%)}.storefront .sf-product-card__actions{z-index:20;flex-direction:column;gap:6px;display:flex;position:absolute;inset-block-start:10px;inset-inline-end:10px}.storefront .sf-product-card .sf-product-card__actions button{--btn-h:var(--card-control);--btn-px:0px;--btn-icon:var(--card-control-icon);width:var(--card-control);height:var(--card-control);min-width:var(--card-control);min-height:var(--card-control);border:1px solid var(--card-glass-border);background:var(--card-glass);color:var(--listing-ink);box-shadow:var(--card-glass-shadow);-webkit-backdrop-filter:blur(10px)saturate(140%);backdrop-filter:blur(10px)saturate(140%);opacity:0;transition:opacity .18s ease, transform var(--card-motion), background-color .16s ease, color .16s ease, box-shadow .16s ease;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative;transform:translateY(-4px)}.storefront .sf-product-card__actions button:before{border-radius:inherit;content:"";position:absolute;inset:-4px}.storefront .sf-product-card__actions button svg{width:var(--card-control-icon);height:var(--card-control-icon);color:inherit;stroke-width:1.6px;filter:none}.storefront .sf-product-card__actions button:is(:hover,:focus-visible){color:var(--listing-ink);box-shadow:0 4px 14px rgb(var(--overlay-rgb) / 18%);background:#fff;transform:translateY(0)}.storefront .sf-product-card__actions button:active{transform:scale(.94)}.storefront .sf-product-card__actions button[aria-pressed=true]{color:var(--color-accent)}.storefront .sf-product-card__actions button[aria-pressed=true] svg{fill:currentColor}.storefront .sf-product-card__actions button[aria-pressed=true],.storefront .sf-product-card:is(:hover,:focus-within,[data-active=true]) .sf-product-card__actions button{opacity:1;transform:translateY(0)}.storefront .sf-product-card__image .sf-product-card__quick-add{z-index:20;width:100%;min-height:var(--card-bar-height);background:var(--listing-ink);color:var(--listing-paper);font-family:var(--font-ui);letter-spacing:.02em;cursor:pointer;opacity:0;transition:transform var(--card-motion), opacity .18s ease, background-color .16s ease, color .16s ease;border:0;border-radius:0;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-size:.8125rem;font-weight:500;line-height:1;display:flex;position:absolute;inset-block-end:0;inset-inline:0;transform:translateY(100%)}.storefront .sf-product-card__image .sf-product-card__quick-add svg{flex-shrink:0}.storefront .sf-product-card__image .sf-product-card__quick-add:is(:hover,:focus-visible){background:var(--listing-paper);color:var(--listing-ink);box-shadow:inset 0 1px 0 var(--listing-ink)}.storefront .sf-product-card__image .sf-product-card__quick-add:active{background:var(--color-surface-muted);color:var(--listing-ink)}.storefront .sf-product-card__image .sf-product-card__quick-add:focus-visible{outline:2px solid var(--listing-ink);outline-offset:-4px}.storefront .sf-product-card:is(:hover,:focus-within,[data-active=true]) .sf-product-card__image .sf-product-card__quick-add,.storefront .sf-product-card__image .sf-product-card__quick-add:is(:focus-visible,[data-status=added],[data-status=error],:disabled){opacity:1;transform:translateY(0)}.storefront .sf-product-card__image .sf-product-card__quick-add[data-status=added]{background:var(--listing-ink);color:var(--listing-paper)}.storefront .sf-product-card__image .sf-product-card__quick-add[data-status=error]{background:var(--color-error);color:var(--color-text-inverse)}.storefront .sf-card-add-label{white-space:nowrap;position:relative}.storefront .sf-card-add-feedback{white-space:nowrap;position:absolute;inset:0}.storefront .sf-product-card__body{text-align:left;flex-direction:column;flex:1 0 auto;padding:10px 2px 0;display:flex}.storefront .sf-product-card__category{color:var(--color-text-muted);font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.6875rem;font-weight:500;line-height:1.4}.storefront .sf-product-card__subcategory{color:var(--color-text-muted);font-family:var(--font-ui);font-size:var(--sf-t-caption-size);margin:1px 0 0;font-weight:400;line-height:1.4}.storefront .sf-product-card__title{-webkit-line-clamp:2;color:var(--listing-ink);font-family:var(--font-brand);letter-spacing:0;-webkit-box-orient:vertical;margin:4px 0 0;font-size:1.125rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.storefront .sf-product-card__title-link{z-index:15;color:inherit;text-decoration:none;position:relative}.storefront .sf-product-card__title-link:hover{text-underline-offset:3px;text-decoration:underline}.storefront .sf-product-card__pricing{min-width:0;margin-top:2px}.storefront .sf-product-card__price{min-width:0;color:var(--listing-ink);font-size:var(--sf-t-caption-size);flex-wrap:wrap;align-items:baseline;gap:2px 8px;margin:0;line-height:1.3;display:flex}.storefront .sf-product-card__current{color:var(--listing-ink);font-family:var(--font-ui);font-size:.9375rem;font-weight:var(--sf-weight-strong);letter-spacing:-.01em;font-variant-numeric:tabular-nums;white-space:nowrap}.storefront .sf-product-card__sale{color:var(--color-accent)}.storefront .sf-product-card__from{color:var(--color-text-muted);font-size:var(--sf-t-caption-size);font-weight:400}.storefront .sf-product-card__price del{color:var(--color-text-muted);font-family:var(--font-ui);font-size:var(--sf-t-caption-size);font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:400}.storefront .sf-product-card__discount{color:var(--color-accent);letter-spacing:.02em;white-space:nowrap;font-size:.6875rem;font-weight:600}.storefront .sf-product-card__meta{color:var(--color-text-muted);font-size:var(--sf-t-caption-size);margin:4px 0 0}.storefront .sf-product-card__link{z-index:10;border-radius:var(--card-radius);position:absolute;inset:0}.storefront .sf-product-card__link:focus-visible{outline:2px solid var(--listing-ink);outline-offset:4px}@media (hover:none),(pointer:coarse){.storefront{--card-control:36px;--card-control-icon:15px;--card-bar-height:44px}.storefront .sf-product-card .sf-product-card__actions button{opacity:1;transform:none}.storefront .sf-product-card:not([data-active=true]) .sf-product-card__quick-view{opacity:0;transform:translateY(-4px)}.storefront .sf-product-card:not([data-active=true]):hover .sf-product-card__image .sf-product-card__quick-add:not(:focus-visible,[data-status=added],[data-status=error]){opacity:0;transform:translateY(100%)}.storefront .sf-product-card:hover .sf-product-card__photo{transform:none}.storefront .sf-product-card:hover .sf-product-card__photo--alternate{opacity:0}.storefront .sf-product-card__actions button:before{inset:-3px}}@media (prefers-reduced-motion:reduce){.storefront .sf-product-card,.storefront .sf-product-card *{transition:none!important;animation:none!important}.storefront .sf-product-card:hover .sf-product-card__photo,.storefront .sf-product-card__image .sf-product-card__quick-add,.storefront .sf-product-card__actions button{transform:none}}@media (max-width:479px){.storefront .sf-product-card__badges{inset-block-start:8px;inset-inline-start:8px}.storefront .sf-product-card__actions{inset-block-start:8px;inset-inline-end:8px}.storefront .sf-product-card__body{padding-inline:0}.storefront .sf-product-card__title{font-size:1rem}.storefront .sf-product-card__image .sf-product-card__quick-add{font-size:var(--sf-t-caption-size);padding-inline:8px}}.storefront .sf-discovery-grid,.storefront .sf-home .sf-featured-selection .sf-home-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px;max-width:none;display:grid}.storefront .sf-home .sf-featured-selection .sf-home-products:has(>:only-child){grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px;max-width:none;display:grid}@media (min-width:768px){.storefront .sf-discovery-grid,.storefront .sf-home .sf-featured-selection .sf-home-products{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 20px}.storefront .sf-home .sf-featured-selection .sf-home-products:has(>:only-child){grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 20px}}@media (min-width:1280px){.storefront .sf-discovery-grid,.storefront .sf-home .sf-featured-selection .sf-home-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:40px 24px}.storefront .sf-home .sf-featured-selection .sf-home-products:has(>:only-child){grid-template-columns:repeat(4,minmax(0,1fr));gap:40px 24px}}.storefront .sf-home .sf-product-showcase .sf-explore-tabs{flex-wrap:nowrap;gap:10px;max-width:100%;padding:4px 2px 10px;display:flex;overflow-x:auto}.storefront .sf-home .sf-product-showcase .sf-explore-tabs button{border:1px solid var(--listing-ink);min-height:44px;color:var(--listing-ink);background:var(--listing-paper);font-family:var(--font-ui);font-weight:var(--sf-weight-ui);font-size:var(--sf-t-button-size);flex-shrink:0;padding:10px 18px;line-height:1.4}.storefront .sf-home .sf-product-showcase .sf-explore-tabs button:is([aria-selected=true],:hover,:focus-visible){background:var(--listing-ink);color:var(--listing-paper);border-color:var(--listing-ink)}.storefront .sf-home .sf-explore-rail>ul>li{flex-basis:calc(25% - 12px)}.storefront .sf-home .sf-explore-rail>ul{gap:16px}.storefront .sf-home .sf-explore-rail__arrow{border-color:var(--listing-ink);background:var(--listing-paper);color:var(--listing-ink)}.storefront .sf-home .sf-explore-rail__arrow:is(:hover,:focus-visible):not(:disabled){background:var(--listing-ink);color:var(--listing-paper);border-color:var(--listing-ink)}@media (max-width:1023px){.storefront .sf-home .sf-explore-rail>ul>li{flex-basis:calc(50% - 8px)}}@media (max-width:479px){.storefront .sf-home .sf-explore-rail>ul>li{flex-basis:86%}}
