.sa-pdp{background:var(--brand-ivory);color:var(--brand-ink);padding-block:var(--sa-section-y-sm)}.sa-pdp__main{display:grid;grid-template-columns:1fr;gap:var(--sa-space-lg);align-items:start}@media(min-width:900px){.sa-pdp__main{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:var(--sa-space-xl)}}@media(min-width:1200px){.sa-pdp__main{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:var(--sa-space-2xl)}}.sa-pdp__section{padding-block:var(--sa-space-xl)}.sa-pdp__section:first-child{padding-top:0}.sa-product-gallery{display:grid;grid-template-columns:1fr;gap:var(--sa-space-sm)}@media(min-width:900px){.sa-product-gallery{grid-template-columns:88px minmax(0,1fr);align-items:start;gap:var(--sa-space-md)}}.sa-product-gallery__thumbs{order:2;display:flex;flex-direction:row;gap:var(--sa-space-2xs);overflow-x:auto;scrollbar-width:none;padding-block:var(--sa-space-2xs)}.sa-product-gallery__thumbs::-webkit-scrollbar{display:none}@media(min-width:900px){.sa-product-gallery__thumbs{order:1;flex-direction:column;max-height:calc(var(--sa-pdp-gallery-max-h, 720px));overflow-y:auto}}.sa-product-gallery__thumb{flex:0 0 auto;width:72px;height:72px;padding:0;border:2px solid transparent;border-radius:var(--sa-radius-md);background:var(--brand-cream);cursor:pointer;overflow:hidden;transition:border-color var(--sa-duration-short) var(--sa-ease-in-out),transform var(--sa-duration-short) var(--sa-ease-out)}.sa-product-gallery__thumb:hover{transform:scale(1.03)}.sa-product-gallery__thumb[aria-current=true],.sa-product-gallery__thumb.is-active{border-color:var(--brand-marsala)}.sa-product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.sa-product-gallery__main{order:1;position:relative;aspect-ratio:4 / 5;background:var(--brand-cream);border-radius:var(--sa-radius-lg);overflow:hidden}@media(min-width:900px){.sa-product-gallery__main{order:2}}.sa-product-gallery__slides{position:absolute;top:0;right:0;bottom:0;left:0}.sa-product-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity var(--sa-duration-medium) var(--sa-ease-out)}.sa-product-gallery__slide.is-active{opacity:1;visibility:visible}.sa-product-gallery__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--sa-duration-long) var(--sa-ease-out)}@media(hover:hover){.sa-product-gallery__main:hover .sa-product-gallery__slide.is-active .sa-product-gallery__image{transform:scale(1.04)}}.sa-product-gallery__arrow{position:absolute;top:50%;translate:0 -50%;width:48px;height:48px;border-radius:50%;background:var(--brand-ivory-alpha-80);border:1px solid var(--brand-ink-alpha-08);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--sa-duration-short) var(--sa-ease-in-out)}.sa-product-gallery__arrow:hover{background:var(--brand-ivory)}.sa-product-gallery__arrow--prev{inset-inline-start:var(--sa-space-sm)}.sa-product-gallery__arrow--next{inset-inline-end:var(--sa-space-sm)}.sa-product-gallery__badges{position:absolute;top:var(--sa-space-sm);inset-inline-start:var(--sa-space-sm);display:flex;flex-direction:column;gap:var(--sa-space-2xs);z-index:2}.sa-product-info{display:flex;flex-direction:column;gap:var(--sa-space-md)}@media(min-width:900px){.sa-product-info--sticky{position:sticky;top:calc(var(--sa-header-height, 72px) + var(--sa-space-md));max-height:calc(100vh - var(--sa-header-height, 72px) - var(--sa-space-xl));overflow-y:auto;scrollbar-width:thin;padding-inline-end:var(--sa-space-xs)}}.sa-product-info__vendor{font-size:var(--sa-text-caption);font-weight:var(--sa-weight-semibold);text-transform:uppercase;letter-spacing:var(--sa-tracking-wider);color:var(--brand-ink-mute);margin:0}.sa-product-info__title{font-family:var(--sa-font-heading);font-size:var(--sa-text-h2);line-height:var(--sa-leading-heading);font-weight:var(--sa-weight-medium);letter-spacing:var(--sa-tracking-tight);color:var(--brand-ink);margin:0}.sa-product-info__rating{display:flex;align-items:center;gap:var(--sa-space-xs)}.sa-product-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--sa-space-2xs) var(--sa-space-sm)}.sa-product-price__current{font-family:var(--sa-font-heading);font-size:var(--sa-text-h3);font-weight:var(--sa-weight-semibold);letter-spacing:var(--sa-tracking-tight);color:var(--brand-marsala);line-height:1.1}.sa-product-price--md .sa-product-price__current{font-size:var(--sa-text-h4)}.sa-product-price--lg .sa-product-price__current{font-size:var(--sa-text-h3)}.sa-product-price--xl .sa-product-price__current{font-size:var(--sa-text-h2)}.sa-product-price__reference{font-size:var(--sa-text-lead);color:var(--brand-ink-mute);text-decoration:line-through;text-decoration-thickness:1.5px}.sa-product-price__badge{display:inline-flex;align-items:center;padding:.4rem .9rem;font-family:var(--sa-font-body);font-size:var(--sa-text-small);font-weight:var(--sa-weight-bold);letter-spacing:var(--sa-tracking-wide);text-transform:uppercase;background:var(--brand-marsala);color:var(--brand-ivory);border-radius:var(--sa-radius-sm);line-height:1}.sa-product-price__omnibus-note{flex-basis:100%;font-size:var(--sa-text-caption);color:var(--brand-ink-mute);letter-spacing:var(--sa-tracking-snug);margin-top:var(--sa-space-3xs)}.sa-product-price__omnibus-amount{font-weight:var(--sa-weight-semibold)}.sa-product-variant{display:flex;flex-direction:column;gap:var(--sa-space-md)}.sa-product-variant__option{border:0;margin:0;padding:0}.sa-product-variant__legend{display:flex;justify-content:space-between;font-size:var(--sa-text-small);font-weight:var(--sa-weight-semibold);letter-spacing:var(--sa-tracking-wide);color:var(--brand-ink);text-transform:uppercase;margin-bottom:var(--sa-space-2xs)}.sa-product-variant__legend-value{color:var(--brand-ink-mute);font-weight:var(--sa-weight-regular)}.sa-product-variant__choices{display:flex;flex-wrap:wrap;gap:var(--sa-space-2xs)}.sa-product-variant__input{position:absolute;opacity:0;pointer-events:none}.sa-product-variant__chip{display:inline-flex;align-items:center;justify-content:center;min-width:56px;padding:.9rem 1.4rem;font-family:var(--sa-font-body);font-size:var(--sa-text-body);font-weight:var(--sa-weight-medium);border:1.5px solid var(--brand-stone);border-radius:var(--sa-radius-md);background:var(--brand-ivory);color:var(--brand-ink);cursor:pointer;transition:border-color var(--sa-duration-short) var(--sa-ease-in-out),background var(--sa-duration-short) var(--sa-ease-in-out),transform var(--sa-duration-short) var(--sa-ease-out)}.sa-product-variant__chip:hover{border-color:var(--brand-marsala);transform:translateY(-1px)}.sa-product-variant__input:checked+.sa-product-variant__chip{border-color:var(--brand-marsala);background:var(--brand-marsala);color:var(--brand-ivory)}.sa-product-variant__input:disabled+.sa-product-variant__chip{opacity:.45;cursor:not-allowed;text-decoration:line-through}.sa-product-variant__input:focus-visible+.sa-product-variant__chip{box-shadow:var(--sa-shadow-ring-marsala);outline:none}.sa-product-variant__chip--swatch{width:42px;height:42px;min-width:42px;padding:0;border-radius:50%;background-color:var(--sa-swatch-color, var(--brand-cream));position:relative}.sa-product-variant__input:checked+.sa-product-variant__chip--swatch{background-color:var(--sa-swatch-color, var(--brand-cream));color:transparent;box-shadow:0 0 0 2px var(--brand-ivory) inset,0 0 0 2px var(--brand-marsala)}.sa-product-atc{display:flex;flex-direction:column;gap:var(--sa-space-sm)}.sa-product-atc__row{display:grid;grid-template-columns:auto 1fr;gap:var(--sa-space-sm);align-items:center}.sa-product-atc__qty{display:inline-flex;align-items:center;border:1.5px solid var(--brand-stone);border-radius:var(--sa-radius-md);overflow:hidden;height:56px}.sa-product-atc__qty button{width:44px;height:100%;background:var(--brand-ivory);color:var(--brand-ink);border:0;font-size:var(--sa-text-lead);cursor:pointer;transition:background var(--sa-duration-short) var(--sa-ease-in-out)}.sa-product-atc__qty button:hover{background:var(--brand-cream)}.sa-product-atc__qty input{width:48px;height:100%;border:0;text-align:center;background:transparent;font-size:var(--sa-text-body);font-weight:var(--sa-weight-semibold);color:var(--brand-ink);font-family:var(--sa-font-body)}.sa-product-atc__qty input::-webkit-outer-spin-button,.sa-product-atc__qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sa-product-atc__button{height:56px;font-size:var(--sa-text-body);letter-spacing:var(--sa-tracking-wider);border-radius:var(--sa-radius-md)}.sa-product-atc__feedback{display:none;align-items:center;gap:var(--sa-space-2xs);font-size:var(--sa-text-small);font-weight:var(--sa-weight-semibold);color:var(--brand-success);opacity:0;transform:translateY(4px);transition:opacity var(--sa-duration-short) var(--sa-ease-out),transform var(--sa-duration-short) var(--sa-ease-out)}.sa-product-atc.is-added .sa-product-atc__feedback{display:flex;opacity:1;transform:translateY(0)}.sa-product-atc__dynamic{display:flex;flex-direction:column;gap:var(--sa-space-2xs)}.sa-product-bnpl{display:flex;align-items:center;gap:var(--sa-space-sm);padding:var(--sa-space-sm) var(--sa-space-md);background:var(--brand-blush);border:1px solid var(--brand-blush-deep);border-radius:var(--sa-radius-md);font-size:var(--sa-text-small);color:var(--brand-ink)}.sa-product-bnpl__icon{flex:0 0 auto;color:var(--brand-marsala)}.sa-product-bnpl__text{flex:1;margin:0;line-height:var(--sa-leading-small)}.sa-product-bnpl__amount{font-weight:var(--sa-weight-bold);color:var(--brand-marsala)}.sa-product-bnpl[hidden]{display:none}.sa-product-delivery{display:flex;align-items:flex-start;gap:var(--sa-space-sm);padding:var(--sa-space-sm) 0;border-top:1px solid var(--brand-stone);border-bottom:1px solid var(--brand-stone);font-size:var(--sa-text-small);color:var(--brand-ink)}.sa-product-delivery__icon{flex:0 0 auto;color:var(--brand-success);margin-top:2px}.sa-product-delivery__text{flex:1}.sa-product-delivery__text p{margin:0 0 var(--sa-space-3xs);line-height:var(--sa-leading-small)}.sa-product-delivery__text strong{color:var(--brand-ink);font-weight:var(--sa-weight-semibold)}.sa-product-delivery__hint{font-size:var(--sa-text-caption);color:var(--brand-ink-mute)}.sa-product-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--sa-space-md);padding-block:var(--sa-space-sm)}@media(min-width:600px){.sa-product-trust{grid-template-columns:repeat(4,1fr)}}.sa-product-trust__item{display:flex;flex-direction:column;align-items:center;gap:var(--sa-space-2xs);text-align:center}.sa-product-trust__icon{width:32px;height:32px;color:var(--brand-marsala)}.sa-product-trust__label{font-size:var(--sa-text-caption);font-weight:var(--sa-weight-semibold);line-height:var(--sa-leading-small);color:var(--brand-ink);text-transform:uppercase;letter-spacing:var(--sa-tracking-wide)}.sa-product-why-love{display:grid;grid-template-columns:1fr;gap:var(--sa-space-lg)}@media(min-width:750px){.sa-product-why-love{grid-template-columns:repeat(3,1fr)}}.sa-product-why-love__item{display:flex;flex-direction:column;gap:var(--sa-space-sm);padding:var(--sa-space-md);background:var(--brand-cream);border-radius:var(--sa-radius-lg)}.sa-product-why-love__icon{width:40px;height:40px;color:var(--brand-marsala)}.sa-product-why-love__title{font-family:var(--sa-font-heading);font-size:var(--sa-text-h5);font-weight:var(--sa-weight-medium);letter-spacing:var(--sa-tracking-tight);margin:0}.sa-product-why-love__text{margin:0;font-size:var(--sa-text-body);line-height:var(--sa-leading-body);color:var(--brand-ink-soft)}.sa-product-why-love__eyebrow{text-align:center;margin-bottom:var(--sa-space-md)}.sa-product-description-split{display:grid;grid-template-columns:1fr;gap:var(--sa-space-lg);align-items:center}@media(min-width:900px){.sa-product-description-split{grid-template-columns:1fr 1fr;gap:var(--sa-space-2xl)}.sa-product-description-split--reverse{direction:rtl}.sa-product-description-split--reverse>*{direction:ltr}}.sa-product-description-split__image{aspect-ratio:4 / 5;border-radius:var(--sa-radius-lg);overflow:hidden;background:var(--brand-cream)}.sa-product-description-split__image img{width:100%;height:100%;object-fit:cover;display:block}.sa-product-description-split__prose h2,.sa-product-description-split__prose h3{font-family:var(--sa-font-heading);font-weight:var(--sa-weight-medium);color:var(--brand-ink);margin-top:0}.sa-product-description-split__prose h2{font-size:var(--sa-text-h3);line-height:var(--sa-leading-heading)}.sa-product-description-split__prose p,.sa-product-description-split__prose li{font-size:var(--sa-text-body);line-height:var(--sa-leading-body);color:var(--brand-ink-soft)}.sa-product-description-split__prose ul{padding-inline-start:var(--sa-space-md)}.sa-product-specs{max-width:80rem;margin-inline:auto}.sa-product-specs__heading{font-family:var(--sa-font-heading);font-size:var(--sa-text-h3);font-weight:var(--sa-weight-medium);text-align:center;margin:0 0 var(--sa-space-lg)}.sa-product-specs__table{width:100%;border-collapse:collapse;background:var(--brand-ivory);border:1px solid var(--brand-stone);border-radius:var(--sa-radius-lg);overflow:hidden}.sa-product-specs__table th,.sa-product-specs__table td{padding:var(--sa-space-sm) var(--sa-space-md);font-size:var(--sa-text-body);border-bottom:1px solid var(--brand-stone);text-align:start}.sa-product-specs__table tr:last-child th,.sa-product-specs__table tr:last-child td{border-bottom:0}.sa-product-specs__table th{font-weight:var(--sa-weight-semibold);color:var(--brand-ink);background:var(--brand-cream);width:38%;text-transform:uppercase;letter-spacing:var(--sa-tracking-wide);font-size:var(--sa-text-small)}.sa-product-specs__table td{color:var(--brand-ink-soft)}.sa-product-reviews__header{display:grid;grid-template-columns:1fr;gap:var(--sa-space-lg);padding-bottom:var(--sa-space-lg);border-bottom:1px solid var(--brand-stone);margin-bottom:var(--sa-space-lg)}@media(min-width:750px){.sa-product-reviews__header{grid-template-columns:1fr 2fr;gap:var(--sa-space-xl)}}.sa-product-reviews__summary{display:flex;flex-direction:column;align-items:flex-start;gap:var(--sa-space-xs)}.sa-product-reviews__score{font-family:var(--sa-font-heading);font-size:var(--sa-text-display);font-weight:var(--sa-weight-semibold);color:var(--brand-marsala);line-height:1}.sa-product-reviews__count{font-size:var(--sa-text-body);color:var(--brand-ink-mute)}.sa-product-reviews__distribution{display:flex;flex-direction:column;gap:var(--sa-space-xs)}.sa-product-reviews__row{display:grid;grid-template-columns:40px 1fr 48px;gap:var(--sa-space-sm);align-items:center;font-size:var(--sa-text-small)}.sa-product-reviews__bar{height:8px;background:var(--brand-cream);border-radius:var(--sa-radius-pill);overflow:hidden}.sa-product-reviews__bar-fill{height:100%;background:var(--brand-marsala);border-radius:inherit}.sa-product-reviews__list{display:grid;grid-template-columns:1fr;gap:var(--sa-space-md)}@media(min-width:750px){.sa-product-reviews__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.sa-product-reviews__list{grid-template-columns:repeat(3,1fr)}}.sa-product-reviews__card{padding:var(--sa-space-md);background:var(--brand-ivory);border:1px solid var(--brand-stone);border-radius:var(--sa-radius-lg);display:flex;flex-direction:column;gap:var(--sa-space-xs)}.sa-product-reviews__author{display:flex;justify-content:space-between;align-items:baseline;font-size:var(--sa-text-small)}.sa-product-reviews__author-name{font-weight:var(--sa-weight-semibold)}.sa-product-reviews__date{color:var(--brand-ink-mute)}.sa-product-reviews__body{font-size:var(--sa-text-body);line-height:var(--sa-leading-body);color:var(--brand-ink-soft);margin:0}.sa-product-reviews__empty{padding:var(--sa-space-lg);text-align:center;background:var(--brand-cream);border-radius:var(--sa-radius-lg)}.sa-product-reviews__actions{display:flex;justify-content:center;margin-top:var(--sa-space-lg)}.sa-product-faq{max-width:80rem;margin-inline:auto}.sa-product-faq__heading{font-family:var(--sa-font-heading);font-size:var(--sa-text-h3);font-weight:var(--sa-weight-medium);text-align:center;margin:0 0 var(--sa-space-lg)}.sa-product-faq__list{display:flex;flex-direction:column;gap:var(--sa-space-sm)}.sa-product-faq__item{border:1px solid var(--brand-stone);border-radius:var(--sa-radius-lg);background:var(--brand-ivory);overflow:hidden}.sa-product-faq__summary{padding:var(--sa-space-md);font-size:var(--sa-text-lead);font-weight:var(--sa-weight-semibold);color:var(--brand-ink);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:var(--sa-space-sm)}.sa-product-faq__summary::-webkit-details-marker{display:none}.sa-product-faq__summary:after{content:"+";font-family:var(--sa-font-heading);font-size:var(--sa-text-h4);font-weight:var(--sa-weight-light);color:var(--brand-marsala);transition:transform var(--sa-duration-short) var(--sa-ease-out)}.sa-product-faq__item[open] .sa-product-faq__summary:after{content:"\2212"}.sa-product-faq__body{padding:0 var(--sa-space-md) var(--sa-space-md);font-size:var(--sa-text-body);line-height:var(--sa-leading-body);color:var(--brand-ink-soft)}.sa-fbt{max-width:120rem;margin-inline:auto}.sa-fbt__heading{font-family:var(--sa-font-heading);font-size:var(--sa-text-h3);font-weight:var(--sa-weight-medium);text-align:center;margin:0 0 var(--sa-space-lg)}.sa-fbt__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--sa-space-md);margin-bottom:var(--sa-space-lg)}.sa-fbt__card{width:200px;max-width:48%;padding:var(--sa-space-sm);background:var(--brand-ivory);border:1px solid var(--brand-stone);border-radius:var(--sa-radius-lg);display:flex;flex-direction:column;gap:var(--sa-space-xs);text-decoration:none;color:inherit}.sa-fbt__card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--sa-radius-md)}.sa-fbt__card-title{font-size:var(--sa-text-small);font-weight:var(--sa-weight-semibold);margin:0;line-height:var(--sa-leading-small)}.sa-fbt__card-price{font-size:var(--sa-text-small);color:var(--brand-marsala);font-weight:var(--sa-weight-semibold)}.sa-fbt__plus{font-size:var(--sa-text-h3);font-weight:var(--sa-weight-light);color:var(--brand-ink-mute)}.sa-fbt__total{display:flex;flex-direction:column;align-items:center;gap:var(--sa-space-sm);margin-top:var(--sa-space-md)}.sa-fbt__total-label{font-size:var(--sa-text-small);text-transform:uppercase;letter-spacing:var(--sa-tracking-wide);color:var(--brand-ink-mute)}.sa-fbt__total-amount{font-family:var(--sa-font-heading);font-size:var(--sa-text-h3);font-weight:var(--sa-weight-semibold);color:var(--brand-marsala)}.sa-recently-viewed{max-width:140rem;margin-inline:auto}.sa-recently-viewed__heading{font-family:var(--sa-font-heading);font-size:var(--sa-text-h3);font-weight:var(--sa-weight-medium);text-align:center;margin:0 0 var(--sa-space-lg)}.sa-recently-viewed__rail{display:flex;gap:var(--sa-space-md);overflow-x:auto;scroll-snap-type:x mandatory;padding-block:var(--sa-space-xs);scrollbar-width:none}.sa-recently-viewed__rail::-webkit-scrollbar{display:none}.sa-recently-viewed__card{flex:0 0 240px;scroll-snap-align:start;display:flex;flex-direction:column;gap:var(--sa-space-xs);text-decoration:none;color:inherit;padding:var(--sa-space-sm);background:var(--brand-ivory);border:1px solid var(--brand-stone);border-radius:var(--sa-radius-lg);transition:transform var(--sa-duration-short) var(--sa-ease-out)}.sa-recently-viewed__card:hover{transform:translateY(-4px)}.sa-recently-viewed__card img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--sa-radius-md)}.sa-recently-viewed__card-title{font-size:var(--sa-text-small);font-weight:var(--sa-weight-semibold);margin:0}.sa-recently-viewed[data-empty=true]{display:none}.sa-pdp-eyebrow{font-size:var(--sa-text-caption);text-transform:uppercase;letter-spacing:var(--sa-tracking-widest);color:var(--brand-marsala);font-weight:var(--sa-weight-semibold);display:block;margin-bottom:var(--sa-space-2xs)}.sa-pdp-section-heading{font-family:var(--sa-font-heading);font-size:var(--sa-text-h3);font-weight:var(--sa-weight-medium);line-height:var(--sa-leading-heading);letter-spacing:var(--sa-tracking-tight);margin:0 0 var(--sa-space-md)}.sa-product-badge{display:inline-flex}.sa-product-badge--new .sa-badge{background:var(--brand-champagne);color:var(--brand-ink)}.sa-product-badge--best-seller .sa-badge{background:var(--brand-marsala);color:var(--brand-ivory)}.sa-product-badge--sale .sa-badge{background:var(--brand-error);color:var(--brand-ivory)}.sa-urgency{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;font-family:var(--font-body, "Inter", system-ui, sans-serif);font-size:.875rem;line-height:1.2;font-weight:500;margin-block:var(--sa-space-xs, 8px)}.sa-urgency--low-stock{background:#da4f3514;color:var(--brand-error, #da4f35)}.sa-urgency--popular{background:#c49a6c1f;color:var(--brand-marsala, #6e2430)}.sa-urgency__icon{display:inline-flex;align-items:center;justify-content:center}.sa-urgency__text{display:inline-block}.sa-urgency__text strong{font-weight:600}.sa-shipping-estimate{display:inline-flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:12px;background:#8723410a;font-family:var(--font-body, "Inter", system-ui, sans-serif);font-size:.875rem;line-height:1.4;color:var(--brand-ink, #141210)}.sa-shipping-estimate--compact{padding:6px 10px;font-size:.8125rem}.sa-shipping-estimate__icon{flex:0 0 auto;display:inline-flex;margin-top:2px;color:var(--brand-marsala, #6e2430)}.sa-shipping-estimate__text{display:flex;flex-direction:column;gap:2px}.sa-shipping-estimate__free{font-weight:600}.sa-shipping-estimate__estimate{display:block}.sa-shipping-estimate__hint{display:block;color:var(--brand-ink-soft, rgba(20, 18, 16, .6));font-size:.8125rem}@media(prefers-reduced-motion:reduce){.sa-product-gallery,.sa-product-gallery *,.sa-product-variant-picker,.sa-product-variant-picker *,.sa-product-atc,.sa-product-atc *,.sa-product-sticky-atc,.sa-product-sticky-atc *,.sa-product-bnpl,.sa-product-bnpl *{transition:none;animation:none}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/sa-product.css.map */
