product-card{display:block}.product-card{--arr: 0;position:relative;display:block;color:var(--color-text)}.product-card__media{position:relative;overflow:hidden;aspect-ratio:auto;background:var(--color-background-secondary)}.product-card__media-link{display:block;position:relative;aspect-ratio:var(--card-image-ratio);overflow:hidden}.product-card__model-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:var(--color-background-secondary)}.product-card__model-media [data-model-content],.product-card__model-media a{display:block;width:100%;height:100%}.product-card__model-media img,.product-card__model-media video{display:block;width:100%;height:100%;object-fit:cover}.product-card.is-model-view .product-card__arrow,.product-card.is-model-view .product-card__dots{visibility:hidden}.product-card__image,.product-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top}.product-card__image{opacity:0;transition:opacity .55s ease}.product-card__image.is-active{opacity:1}.product-card__media:hover,.product-card__media:focus-within{--arr: 1}.product-card__arrow{position:absolute;top:50%;z-index:2;width:28px;height:28px;translate:0 -50%;display:grid;place-items:center;border-radius:var(--radius-full);background:var(--surface-chip);color:var(--color-text);opacity:var(--arr);transition:opacity var(--duration-color) ease,background-color var(--duration-color) ease}.product-card__arrow:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px}.product-card__arrow--prev{left:10px}.product-card__arrow--next{right:10px}.product-card__arrow:hover{background:var(--color-background)}.product-card__arrow:focus-visible{opacity:1}.product-card__arrow svg{width:14px;height:14px}.product-card__dots{position:absolute;left:50%;bottom:10px;z-index:2;display:flex;gap:5px;translate:-50% 0;pointer-events:none}.product-card__dot{width:16px;height:2px;background:var(--border-control);transition:background-color var(--duration-color) ease}.product-card__dot.is-active{background:var(--color-text)}.product-card__badge{position:absolute;top:12px;left:12px;z-index:2;padding:4px 8px;background:var(--surface-chip);color:var(--color-text);font:500 var(--caps-10) var(--font-body);letter-spacing:2px;text-transform:uppercase;white-space:nowrap}.product-card__badge--sale{color:var(--color-sale)}.product-card__badge--sold-out{color:var(--text-muted)}.product-card__quick-view{position:absolute;top:10px;right:10px;z-index:2;width:30px;height:30px;display:grid;place-items:center;border-radius:var(--radius-full);background:var(--surface-chip);color:var(--color-text);opacity:var(--arr);transition:opacity var(--duration-color) ease,background-color var(--duration-color) ease}.product-card__quick-view:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px}.product-card__quick-view:hover{background:var(--color-background)}.product-card__quick-view:focus-visible{opacity:1}.product-card__quick-view svg{width:14px;height:14px}.product-card__bar{display:grid;grid-template-columns:minmax(0,1fr) 45px;border:1px solid var(--border-strong)}.product-card:not(.product-card--has-fit):not(.product-card--has-compare) .product-card__bar{grid-template-columns:minmax(0,1fr)}.product-card__add-cell{position:relative;height:36px}.product-card__add-cell product-form,.product-card__add-cell form{display:block;height:100%}.product-card__add{display:grid;place-items:center;width:100%;height:100%;min-height:36px;padding:0 var(--space-3);font:500 var(--caps-10) var(--font-body);letter-spacing:2.5px;text-transform:uppercase;text-align:center;color:var(--color-text);transition:background-color var(--duration-color) ease}button.product-card__add:hover{background:var(--color-background-secondary)}.product-card__add[aria-disabled=true]{opacity:.6;cursor:progress}.product-card__add--sold-out{color:var(--text-muted);cursor:default}.product-card__add--sold-out:hover{background:none}.product-card__add:focus-visible{outline-offset:-3px}.product-card__sizes-form{display:block}.product-card__sizes{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;justify-content:center;align-items:center;gap:4px;padding:0 4px;background:var(--color-background);opacity:0;pointer-events:none;transition:opacity var(--duration-color) ease}.product-card__add-cell:hover .product-card__sizes,.product-card__add-cell:focus-within .product-card__sizes{opacity:1;pointer-events:auto}.product-card__size{min-width:32px;height:32px;padding:0 4px;border:1px solid transparent;font:500 11px / 1 var(--font-body);letter-spacing:.5px;text-transform:uppercase;color:var(--color-text);transition:border-color var(--duration-color) ease,color var(--duration-color) ease}.product-card__size:hover,.product-card__size:focus-visible{border-color:var(--color-text)}.product-card__size:focus-visible{outline-offset:-1px}.product-card__size[aria-disabled=true]{color:var(--text-faint);text-decoration:line-through;cursor:not-allowed}.product-card__size[aria-disabled=true]:hover{border-color:var(--border-control)}.product-card__size[aria-busy=true]{border-color:var(--color-text);opacity:.6}.product-card__bar-icon{height:36px;display:grid;place-items:center;border-inline-start:1px solid var(--border-strong);color:var(--color-text);transition:background-color var(--duration-color) ease,color var(--duration-color) ease}.product-card__bar-icon:hover{background:var(--color-background-secondary)}.product-card__bar-icon:focus-visible{outline-offset:-3px}.product-card__bar-icon svg{width:15px;height:15px}.product-card__bar-icon--eye{display:none}.product-card:not(.product-card--has-fit) .product-card__bar-icon--eye{display:grid}@media(hover:none),(max-width:989px){.product-card__quick-view{display:none}.product-card__sizes:not(.product-card__sizes--static){display:none}.product-card__bar-icon--fit{display:none}.product-card--has-compare .product-card__bar-icon--compare{display:grid}.product-card--has-fit:not(.product-card--has-compare) .product-card__bar{grid-template-columns:minmax(0,1fr)}}@media(max-width:989px){.product-card__add-cell,.product-card__add,.product-card__bar-icon{height:var(--hit-target);min-height:var(--hit-target)}}@media(max-width:749px){.product-card__bar{grid-template-columns:minmax(0,1fr) 44px}}@media(hover:none){.product-card{--arr: 1}}.product-card--rail{--arr: 1}.product-card--rail .product-card__quick-view{display:none}.product-card__info{text-align:var(--card-text-align, left)}.product-card__details{list-style:none;margin:0;padding:0}.product-card__details .product-card__value{overflow-wrap:anywhere}.product-card__info :is(.product-card__price,.product-card__swatches,.product-card__rating){justify-content:var(--card-text-align, left)}.product-card__name{margin-top:13px;font:400 12.5px / 1.2 var(--font-body);letter-spacing:1.5px;text-transform:uppercase;text-wrap:balance;color:var(--color-text)}.product-card__name a{color:inherit}.product-card__name a:hover{color:var(--text-soft)}.product-card__price{display:flex;align-items:baseline;gap:var(--space-3);margin-top:5px}.product-card__price .price{font:500 13.5px / 1 var(--font-body)}.product-card__price .price__compare{font:400 11px / 1 var(--font-body);color:var(--text-soft)}.product-card__note{margin-top:6px;font:500 var(--caps-9) var(--font-body);letter-spacing:1.5px;text-transform:uppercase;color:var(--color-accent)}.product-card__swatches{display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin-top:7px}.product-card__swatch-more{font:400 var(--caps-9) var(--font-body);letter-spacing:1px;color:var(--text-muted)}.product-card__rating{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px;margin-top:5px;font:400 10.5px / 1.4 var(--font-body);letter-spacing:1px;text-transform:uppercase;color:var(--text-secondary)}.product-card__rating .rating{color:inherit;font:inherit;letter-spacing:inherit}.product-card__sep{color:var(--text-faint)}.product-card__value,.product-card__value-inline{margin-top:6px;font:400 var(--caps-10) var(--font-body);letter-spacing:2px;text-transform:uppercase;color:var(--text-secondary)}.product-card__value-inline{margin-top:0;letter-spacing:1px;font-size:10.5px}.product-card--minimal .product-card__swatches,.product-card--minimal .product-card__rating,.product-card--minimal .product-card__value{display:none}@media(max-width:749px){.product-card__arrow{width:30px;height:30px}.product-card__arrow--prev{left:8px}.product-card__arrow--next{right:8px}.product-card__dots{bottom:9px}.product-card__dot{width:14px}.product-card__badge{top:10px;left:10px;padding:4px 7px}.product-card__name{margin-top:11px;font-size:12px;letter-spacing:1.2px}.product-card__price .price{font-size:13px}.product-card__price .price__compare{font-size:10.5px}.product-card__swatches{margin-top:6px}.product-card__rating{margin-top:4px;font-size:10px}.product-card__value{display:none}}.product-card--compact .product-card__link{display:block;color:inherit}.product-card--compact .product-card__image{opacity:1;transition:transform var(--duration-fade) var(--ease-out)}.product-card--compact:hover .product-card__image,.product-card--compact .product-card__link:focus-visible .product-card__image{transform:scale(1.04)}.product-card--compact .product-card__name{margin-top:10px;font-size:11.5px;letter-spacing:1.5px}.product-card--compact .product-card__price{margin-top:4px}.product-card--compact .product-card__price .price{font:500 12.5px / 1 var(--font-body)}@media(max-width:749px){.product-card--compact .product-card__name{font-size:11px;letter-spacing:1.2px}.product-card--compact .product-card__price .price{font-size:12px}}.product-card--row{display:grid;grid-template-columns:60px minmax(0,1fr) auto;gap:var(--space-6);align-items:center;padding:var(--space-5) 0;border-bottom:1px solid var(--border-subtle)}.product-card--row .product-card__media{width:60px}.product-card--row .product-card__image{opacity:1}.product-card--row .product-card__name{margin-top:0;font-size:11.5px;letter-spacing:1.2px}.product-card--row .product-card__price{margin-top:4px}.product-card--row .product-card__price .price{font:500 12.5px / 1 var(--font-body)}.product-card__row-add{display:inline-block;padding:7px 10px;border:1px solid var(--border-control);font:500 var(--caps-9-5) var(--font-body);letter-spacing:1.5px;text-transform:uppercase;color:var(--color-text);white-space:nowrap}.product-card__row-add:hover{background:var(--color-text);border-color:var(--color-text);color:var(--color-background)}.product-card__row-add.is-sold-out{border-color:var(--border-subtle);color:var(--text-muted)}.product-card--placeholder .product-card__add{color:var(--text-muted)}.product-card--placeholder .product-card__name{color:var(--text-secondary)}.swatch{--swatch-size: 18px;position:relative;display:inline-block;flex:none;width:var(--swatch-size);height:var(--swatch-size);border-radius:var(--radius-full);border:1px solid var(--border-control);background:var(--swatch-color, var(--color-background-secondary));box-shadow:inset 0 0 0 1px rgb(var(--color-background-rgb) / .35);cursor:pointer;transition:box-shadow var(--duration-color) ease,border-color var(--duration-color) ease}.swatch--image{background:var(--swatch-image) center / cover no-repeat}.swatch--small{--swatch-size: 11px}.swatch--medium{--swatch-size: 18px}.swatch--large{--swatch-size: 28px}.swatch:hover{border-color:var(--color-text)}.swatch.is-selected,.swatch[aria-pressed=true],.swatch[aria-current=true],.swatch__input:checked+.swatch{border-color:var(--color-text);box-shadow:0 0 0 2px var(--color-background),0 0 0 3px var(--color-text)}.swatch--small.is-selected,.swatch--small[aria-pressed=true],.swatch--small[aria-current=true]{box-shadow:0 0 0 1px var(--color-background),0 0 0 2px var(--color-text)}.swatch.is-disabled,.swatch[aria-disabled=true],.swatch__input[data-unavailable]+.swatch{opacity:.4;cursor:not-allowed}.swatch:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px}@property --swatch-loading-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.swatch{--swatch-loading-inset: -4px;--swatch-loading-stroke: 1px}.swatch--small{--swatch-loading-inset: -3px}main-product .product__swatches .swatch{--swatch-loading-inset: -1px}.facets__swatch .swatch{--swatch-loading-inset: -5.5px;--swatch-loading-stroke: 1.5px}.swatch.swatch[aria-busy=true],.facets__swatches .facets__swatch .swatch.swatch[aria-busy=true],main-product .product__swatches .swatch.swatch[data-swatch-loading]{box-shadow:none}main-product .product__swatches .swatch.swatch[data-swatch-loading]{border-color:transparent}.swatch.swatch[aria-busy=true]:after,main-product .product__swatches .swatch.swatch[data-swatch-loading]:after{content:"";position:absolute;inset:var(--swatch-loading-inset);width:auto;height:auto;padding:var(--swatch-loading-stroke);border:0;border-radius:inherit;background:conic-gradient(from var(--swatch-loading-angle),transparent,var(--color-text));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;transform:none;opacity:0;animation:swatch-loading-spin .65s linear .15s infinite,async-loading-reveal 1ms linear .15s forwards}@keyframes swatch-loading-spin{to{--swatch-loading-angle: 360deg}}@media(prefers-reduced-motion:reduce){.swatch.swatch[aria-busy=true]:after,main-product .product__swatches .swatch.swatch[data-swatch-loading]:after{animation:async-loading-reveal 1ms linear .15s forwards}}.swatch__input:focus-visible+.swatch{outline:2px solid var(--color-accent-hover);outline-offset:3px}.swatch__input+.swatch,.swatch__input:checked+.swatch{box-shadow:none}.rating{display:inline-flex;align-items:baseline;gap:3px;font:400 var(--caps-10-5) var(--font-body);letter-spacing:1px;color:var(--text-secondary)}.rating__star{line-height:1}.rating__stars{--rating-fill: calc(var(--rating, 0) / var(--rating-max, 5) * 100%);font-size:13px;line-height:1;letter-spacing:2px;background:linear-gradient(90deg,var(--color-text) var(--rating-fill),var(--border-control) var(--rating-fill));-webkit-background-clip:text;background-clip:text;color:transparent}.rating--stars .rating__value{color:var(--color-text);font-weight:500}.price{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:var(--space-3);font:var(--price-card);color:var(--color-text)}.price--compact{font:500 12.5px / 1 var(--font-body)}.price--ledger{font:var(--price-ledger)}.price--total{font:var(--price-total)}.price__regular,.price__sale{display:inline}.price__compare{font:var(--price-compare);color:var(--text-soft);text-decoration:line-through}.price--on-sale .price__sale{color:var(--color-sale)}.price__saving{font:500 var(--caps-9-5) var(--font-body);letter-spacing:1.5px;color:var(--color-sale)}.price__unit{flex-basis:100%;font:400 var(--caps-9) var(--font-body);letter-spacing:1px;text-transform:uppercase;color:var(--text-muted)}.article-card{--article-ratio: 4 / 3;display:block;color:var(--color-text);text-decoration:none}.article-card:hover{color:var(--color-text)}.article-card__media{position:relative;overflow:hidden;background:var(--color-background-secondary);aspect-ratio:var(--article-ratio)}.article-card__image,.article-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top}.article-card__image{transition:transform .6s var(--ease-out)}.article-card:hover .article-card__image,.article-card:focus-visible .article-card__image{transform:scale(1.04)}.article-card__eyebrow{margin-top:14px;font:400 var(--caps-10) var(--font-body);letter-spacing:2.5px;text-transform:uppercase;color:var(--color-accent)}.article-card__title{margin-top:8px;font:500 21px / 1.25 var(--font-display);color:var(--color-text)}.article-card__title em{font-style:italic;font-weight:inherit}.article-card__title{overflow-wrap:anywhere}.article-card__excerpt{margin-top:12px;font:400 14px / 1.65 var(--font-body);color:var(--text-secondary);overflow-wrap:anywhere}.article-card__meta{margin-top:8px;font:300 var(--caps-10) var(--font-body);letter-spacing:1px;text-transform:uppercase;color:var(--text-secondary)}.article-card__cta{display:inline-block;padding-bottom:2px;border-bottom:1px solid var(--rule);font:500 var(--caps-10) var(--font-body);letter-spacing:2px;text-transform:uppercase;white-space:nowrap;color:var(--color-text);text-decoration:underline;text-decoration-color:transparent;transition:color var(--duration-color) ease,border-color var(--duration-color) ease}.article-card:hover .article-card__cta{color:var(--color-accent-hover);border-color:var(--color-accent-hover)}.article-card--no-image:not(.article-card--placeholder) .article-card__media{display:block}.article-card--row{display:flex;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid var(--border-subtle)}.article-card--row .article-card__media{flex:none;width:132px}.article-card--row .article-card__body{flex:1;min-width:0}.article-card--row .article-card__eyebrow{margin-top:0}.article-card--row .article-card__title,.article-card--row .article-card__meta{margin-top:7px}.article-card--feature{display:flex;align-items:center;gap:32px}.article-card--feature .article-card__media{flex:none;width:190px;--article-ratio: 3 / 4}.article-card--feature .article-card__body{min-width:0}.article-card--feature .article-card__eyebrow{margin-top:0;font-size:var(--caps-10-5-size);letter-spacing:3px}.article-card--feature .article-card__title{margin-top:12px;font-size:30px;line-height:1.2}.article-card--feature .article-card__meta{margin-top:10px}.article-card--feature .article-card__cta{margin-top:16px;padding-bottom:3px;font-size:var(--caps-10-5-size);letter-spacing:2.5px}@media(max-width:989px){.article-card--feature{gap:26px}}@media(max-width:749px){.article-card__title{font-size:19px}.article-card--row{gap:14px;padding:16px 0}.article-card--row .article-card__media{width:96px}.article-card--feature{gap:16px}.article-card--feature .article-card__media{width:104px}.article-card--feature .article-card__eyebrow{font-size:10px;letter-spacing:2.5px}.article-card--feature .article-card__title{margin-top:8px;font-size:19px;line-height:1.25}.article-card--feature .article-card__meta{margin-top:8px}.article-card--feature .article-card__cta{margin-top:12px;font-size:10px;letter-spacing:2px}}.collection-card{--collection-ratio: 3 / 2;display:block;position:relative;color:var(--color-text);text-decoration:none}.collection-card:hover{color:var(--color-text)}.collection-card__media{position:relative;overflow:hidden;aspect-ratio:var(--collection-ratio);background:var(--color-background-secondary)}.collection-card__image,.collection-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top}.collection-card__image{transition:transform .55s var(--ease-out)}.collection-card:hover .collection-card__image,.collection-card:focus-visible .collection-card__image{transform:scale(1.04)}.collection-card__caption{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;padding:18px 18px 16px;color:var(--color-text)}.collection-card__caption.color-ink{background:linear-gradient(to top,rgb(var(--color-background-rgb) / .55),transparent 55%)}.collection-card--no-image .collection-card__caption.color-ink{background:none;color:var(--color-text)}.collection-card--tile .collection-card__title{font:italic 500 22px / 1.2 var(--font-display);text-transform:lowercase;text-shadow:0 1px 14px rgb(var(--color-background-rgb) / .45)}.collection-card--tile .collection-card__line{margin-top:4px;font:400 var(--caps-10) var(--font-body);letter-spacing:2px;text-transform:uppercase;opacity:.85}.collection-card--no-image.collection-card--tile .collection-card__caption{color:var(--color-text)}.collection-card--no-image.collection-card--tile .collection-card__title{text-shadow:none}.collection-card__tag{position:absolute;left:14px;bottom:14px;z-index:2;padding:7px 11px;background:rgb(var(--color-background-rgb) / .92);color:var(--color-text);font:500 var(--caps-10) var(--font-body);letter-spacing:2px;text-transform:uppercase}.collection-card--room .collection-card__tag{top:12px;left:12px;bottom:auto;padding:5px 9px;font:500 15px / 1 var(--font-display);letter-spacing:1px;color:var(--color-accent)}.collection-card__body{padding-top:14px}.collection-card__eyebrow{font:400 var(--caps-10) var(--font-body);letter-spacing:2.5px;text-transform:uppercase;color:var(--color-accent)}.collection-card--room .collection-card__title{margin-top:8px;font:italic 500 26px / 1.1 var(--font-display);color:var(--color-text)}.collection-card--room .collection-card__line{margin-top:8px;max-width:420px;font:italic 400 15px / 1.65 var(--font-display);color:var(--text-secondary)}.collection-card__enter{display:inline-block;margin-top:14px;padding-bottom:3px;border-bottom:1px solid var(--rule);font:500 var(--caps-10-5) var(--font-body);letter-spacing:2.5px;text-transform:uppercase;color:var(--color-text);transition:color var(--duration-color) ease,border-color var(--duration-color) ease}.collection-card:hover .collection-card__enter{color:var(--color-accent-hover);border-color:var(--color-accent-hover)}@media(max-width:989px){.collection-card__caption{padding:14px 14px 12px}.collection-card--tile .collection-card__title{font-size:19px}}@media(max-width:749px){.collection-card__tag{left:12px;bottom:12px;padding:6px 10px}.collection-card--tile .collection-card__line{letter-spacing:1.8px}.collection-card--room .collection-card__title{font-size:22px}.collection-card--room .collection-card__line{font-size:13.5px;line-height:1.6}}.section-heading--center{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:var(--space-6)}.section-heading--center .section-heading__text,.section-heading--center .section-heading__note{margin-inline:auto}.section-heading--end{flex-direction:row-reverse;text-align:end}.section-heading--end .section-heading__text,.section-heading--end .section-heading__note{margin-inline-start:auto}.section-heading--small .section-heading__title{font:500 var(--heading-3) var(--font-display)}.section-heading--large .section-heading__title{font:500 var(--display-2) var(--font-display);letter-spacing:var(--display-2-tracking)}.section-heading__link{text-decoration:underline;text-decoration-color:transparent}.section-heading__link:hover{color:var(--text-soft);border-color:var(--rule)}@media(prefers-reduced-motion:reduce){.product-card__image,.product-card__sizes,.product-card__arrow,.product-card__quick-view,.article-card__image,.collection-card__image{transition:none}.article-card:hover .article-card__image,.collection-card:hover .collection-card__image,.product-card--compact:hover .product-card__image{transform:none}}[data-animations=false] .article-card:hover .article-card__image,[data-animations=false] .collection-card:hover .collection-card__image,[data-animations=false] .product-card--compact:hover .product-card__image{transform:none}.product-card__labels{position:absolute;inset-block-start:12px;inset-inline-start:12px;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:6px;max-width:calc(100% - 68px);pointer-events:none}.product-card__labels .product-card__badge{position:static;max-width:100%;white-space:normal;overflow-wrap:anywhere}.product-card__labels .product-custom-labels{margin:0;max-width:100%}.product-card--row .product-card__labels{inset:4px 4px auto;max-width:calc(100% - 8px)}@media(max-width:749px){.product-card__labels{inset-block-start:10px;inset-inline-start:10px}}.swatch .swatch__image{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.swatch.swatch--square{border-radius:0}.swatch.swatch--square.swatch--image,.swatch.swatch--square .swatch__image{height:auto}.product-card__size{display:inline-flex;align-items:center;justify-content:center;text-align:center}.product-card__image[data-card-video]{overflow:hidden}.product-card__image[data-card-video] img,.product-card__image[data-card-video] video{width:100%;height:100%;object-fit:cover}.product-card--contain .product-card__image,.product-card--contain .product-card__image img,.product-card--contain .product-card__image video,.product-card--contain .product-card__model-media img,.product-card--contain .product-card__model-media video{object-fit:contain}card-countdown{display:block;min-height:1.4em;font-variant-numeric:tabular-nums;font-size:11px;color:var(--color-accent);margin-block:6px}.product-card__video-toggle{position:absolute;inset-inline-end:12px;bottom:24px;z-index:3;display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:var(--radius-full);color:var(--color-text);background:var(--surface-chip);cursor:pointer}.product-card__video-toggle span{display:grid;place-items:center}.product-card--adaptive .product-card__image,.product-card--adaptive .product-card__image img,.product-card--adaptive .product-card__image video,.product-card--adaptive .product-card__model-media img,.product-card--adaptive .product-card__model-media video{object-fit:contain;object-position:center}@supports (grid-template-rows: subgrid){:is(.collection__grid,.featured-collection__grid):has(.product-card--adaptive)>li:has(>.product-card--adaptive){display:grid;grid-row:span 3;grid-template-rows:subgrid;row-gap:0}:is(.collection__grid,.featured-collection__grid)>li>.product-card--adaptive{display:grid;grid-row:span 3;grid-template-rows:subgrid;row-gap:0}:is(.collection__grid,.featured-collection__grid) .product-card--adaptive>.product-card__media{grid-row:1}:is(.collection__grid,.featured-collection__grid) .product-card--adaptive>.product-card__bar{grid-row:2}:is(.collection__grid,.featured-collection__grid) .product-card--adaptive>.product-card__info{grid-row:3}:is(.collection__grid,.featured-collection__grid) .product-card--adaptive .product-card__media-link{height:100%}}@media(hover:hover)and (pointer:fine){.product-card--animate-bar .product-card__bar{opacity:0;transform:translateY(100%);pointer-events:none;transition:transform .2s ease,opacity .2s ease}.product-card--animate-bar:hover .product-card__bar,.product-card--animate-bar:focus-within .product-card__bar{opacity:1;transform:translateY(0);pointer-events:auto}.product-card--animate-bar:not(:hover):not(:focus-within) .product-card__video-toggle{transform:translateY(0)}}.product-card--animate-bar .product-card__bar{position:absolute;inset-inline:0;bottom:0;z-index:4;background:var(--color-background)}.product-card--animate-bar .product-card__video-toggle{transform:translateY(calc(-1 * var(--card-bar-height, 38px)));transition:transform .2s ease}@media(max-width:749px){.product-card--animate-bar{--card-bar-height: 46px}}@media(prefers-reduced-motion:reduce){.product-card--animate-bar .product-card__bar,.product-card--animate-bar .product-card__video-toggle{transition:none}}compare-add{display:contents}.product-card--has-compare.product-card--has-fit .product-card__bar{grid-template-columns:minmax(0,1fr) 45px 45px}.product-card__bar-icon--compare[aria-pressed=true]{background:var(--color-text);color:var(--color-background)}@media(hover:none),(max-width:989px){.product-card.product-card--has-compare .product-card__bar{grid-template-columns:minmax(0,1fr) 44px}.product-card:not(.product-card--has-compare) .product-card__bar{grid-template-columns:minmax(0,1fr)}}.product-card .swatch:is(.is-selected,[aria-pressed=true],[aria-current=true]){border-color:transparent;box-shadow:0 0 0 1px var(--color-background),0 0 0 2px var(--color-text)}.product-card .swatch{--swatch-loading-inset: -3px;border-color:transparent;box-shadow:none}.product-card .swatch.swatch[aria-busy=true]{border-color:transparent;box-shadow:none}
/*# sourceMappingURL=/cdn/shop/t/194/assets/component-card.css.map */
