.shop-add-to-cart{flex-direction:column;gap:.65rem;margin-top:1.25rem;display:flex}.shop-offline-banner{border:1px solid color-mix(in srgb, var(--color-accent) 35%, var(--color-border));border-radius:var(--radius-lg,.75rem);background:var(--color-accent-muted);margin:0 0 1.25rem;padding:.9rem 1.1rem}.shop-offline-banner__title{color:var(--color-text);margin:0 0 .35rem;font-size:.95rem;font-weight:600}.shop-offline-banner__copy{color:var(--color-text-secondary);margin:0;font-size:.9rem;line-height:1.5}.shop-offline-banner__copy a{color:var(--color-accent);text-underline-offset:.15em;text-decoration:underline}.shop-add-to-cart__button,.shop-cart__checkout{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent);min-height:2.75rem;color:var(--color-text-on-accent);font:inherit;cursor:pointer;justify-content:center;align-items:center;padding:.65rem 1.15rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.shop-add-to-cart__button:hover:not(:disabled),.shop-cart__checkout:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:var(--color-text-on-accent)}.shop-add-to-cart__button:disabled{opacity:.55;cursor:not-allowed}.shop-add-to-cart__message,.shop-add-to-cart__note,.shop-cart__empty,.shop-cart__error,.shop-cart__variant,.shop-cart__price{margin:0;line-height:1.45}.shop-add-to-cart__note,.shop-cart__empty{color:var(--color-text-secondary)}.shop-cart__error{color:var(--color-text);background:var(--color-bg-secondary);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);padding:.65rem .85rem}.shop-cart__lines{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.shop-cart__line{border-bottom:1px solid var(--color-border);grid-template-columns:4.5rem 1fr auto;align-items:center;gap:.9rem;padding-bottom:1rem;display:grid}.shop-cart__thumb{border-radius:var(--radius-md);object-fit:cover;background:var(--color-bg-secondary);width:4.5rem;height:4.5rem}.shop-cart__title{color:inherit;font-weight:600;text-decoration:none}.shop-cart__title:hover{color:var(--color-accent);text-decoration:none}.shop-cart__qty{align-items:center;gap:.45rem;display:inline-flex}.shop-cart__qty button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);width:2rem;height:2rem;color:inherit;font:inherit;cursor:pointer}.shop-cart__qty button:hover{border-color:var(--color-border-strong);background:var(--color-bg-secondary)}.shop-cart__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.shop-cart__total{margin:0;font-size:1.05rem}.shop-page--pdp .site-main,.home-page .site-main{max-width:none;min-height:100dvh;padding-inline:0}.shop-product{width:100%;margin:0;padding:0;position:relative}.shop-product__offline{z-index:40;inset-inline:0;top:calc(var(--site-header-height,5.5rem) + .75rem);padding-inline:var(--gutter-h);pointer-events:none;position:absolute}.shop-product__offline:has(.shop-offline-banner){pointer-events:auto}.shop-pdp{grid-template-columns:1fr;gap:0;min-height:100dvh;display:grid}.shop-pdp__media{background:#111;min-height:70dvh;position:relative}.shop-pdp__media-sticky{background:#111;width:100%;height:70dvh;position:relative}.shop-pdp__stage,.shop-pdp__stage-empty{background:#111;width:100%;height:100%;position:relative;overflow:hidden}.shop-pdp__stage-img{object-fit:cover;width:100%;height:100%;display:block}.shop-pdp__stage-img--overlay{animation:.42s both shop-pdp-img-in;position:absolute;inset:0}@keyframes shop-pdp-img-in{0%{opacity:0}to{opacity:1}}.shop-pdp__thumbs{z-index:2;scrollbar-width:none;flex-direction:column;gap:.4rem;max-height:min(70dvh,28rem);margin:0;padding:0;list-style:none;display:flex;position:absolute;top:50%;right:.75rem;overflow-y:auto;transform:translateY(-50%)}.shop-pdp__thumbs::-webkit-scrollbar{display:none}.shop-pdp__thumb{cursor:pointer;background:#222;border:1px solid #ffffff59;border-radius:2px;width:3.25rem;height:3.25rem;margin:0;padding:0;display:block;overflow:hidden}.shop-pdp__thumb img{object-fit:cover;width:100%;height:100%;display:block}.shop-pdp__thumb.is-active{outline-offset:1px;border-color:#fff;outline:1px solid #fff}.shop-pdp__info{background:var(--color-bg);flex-direction:column;display:flex}@media (width>=960px){.shop-pdp{grid-template-columns:1fr 1fr;align-items:start;height:auto;min-height:100dvh;max-height:none;overflow:visible}.shop-pdp__media{align-self:start;height:100dvh;min-height:0;position:sticky;top:0}.shop-pdp__media-sticky{height:100%;position:relative}.shop-pdp__thumbs{max-height:calc(100dvh - 4rem);right:1rem}.shop-pdp__info{border-left:1px solid var(--color-border);height:auto;min-height:100dvh;padding-top:calc(var(--site-header-height,5.5rem) + 2.5rem);display:block;overflow:visible}.shop-pdp__buy{min-height:0;padding:0 var(--gutter-h) 0;justify-content:center;align-items:flex-start;display:flex}}@media (width<=959px){.shop-pdp__thumbs{flex-direction:row;max-width:calc(100% - 2rem);max-height:none;inset:auto auto .85rem 50%;overflow-x:auto;transform:translate(-50%)}}.shop-pdp__story{width:100%;max-width:calc(22rem + 2 * var(--gutter-h));padding:2rem var(--gutter-h) 4rem;margin-inline:auto}.shop-pdp__story-title{margin:0 0 .75rem;font-size:1rem;font-weight:500}.shop-pdp__story-body{color:var(--color-text-secondary);margin:0 0 1.75rem;line-height:1.65}.shop-pdp__story-body p{margin:0 0 .85rem}.shop-pdp__story-body p:last-child{margin-bottom:0}.shop-pdp__accordion{border-top:1px solid var(--color-border)}.shop-pdp__accordion:last-child{border-bottom:1px solid var(--color-border)}.shop-pdp__accordion-trigger{width:100%;color:inherit;font:inherit;letter-spacing:.01em;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;margin:0;padding:1.15rem 0;font-size:.92rem;font-weight:500;display:flex}.shop-pdp__accordion-trigger:after{content:"+";color:var(--color-text-tertiary);flex-shrink:0;font-size:1.05rem;font-weight:400;line-height:1;transition:transform .3s cubic-bezier(.4,0,.2,1)}.shop-pdp__accordion.is-open .shop-pdp__accordion-trigger:after{content:"−"}.shop-pdp__accordion-panel{grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1);display:grid}.shop-pdp__accordion.is-open .shop-pdp__accordion-panel{grid-template-rows:1fr}.shop-pdp__accordion-panel-inner{min-height:0;overflow:hidden}.shop-pdp__accordion-body{color:var(--color-text-secondary);opacity:0;padding:0 0 1.25rem;font-size:.9rem;line-height:1.65;transition:opacity .28s,transform .35s cubic-bezier(.4,0,.2,1);transform:translateY(-.35rem)}.shop-pdp__accordion.is-open .shop-pdp__accordion-body{opacity:1;transform:translateY(0)}.shop-pdp__accordion-body p,.shop-pdp__accordion-body ul{margin:0}.shop-pdp__accordion-body ul{padding-left:1.1rem;list-style:outside}.shop-pdp__accordion-body li+li{margin-top:.4rem}.shop-pdp__accordion-body a,.shop-pdp__promises a{color:var(--color-accent);text-underline-offset:.15em;text-decoration:underline}.shop-pdp__accordion-body a:hover,.shop-pdp__promises a:hover{color:var(--color-accent-hover)}.shop-pdp__include-item{list-style:outside}.shop-pdp__include-trigger{color:var(--color-accent);font:inherit;text-underline-offset:.15em;cursor:pointer;text-align:left;background:0 0;border:0;margin:0;padding:0;text-decoration:underline}.shop-pdp__include-trigger:hover,.shop-pdp__include-trigger:focus-visible{color:var(--color-accent-hover)}.shop-pdp__include-trigger.is-open{color:var(--color-text);text-decoration-thickness:1.5px}.shop-pdp__include-info{grid-template-rows:0fr;margin:0;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1);display:grid}.shop-pdp__include-info.is-open{grid-template-rows:1fr;margin:.65rem 0 .35rem}.shop-pdp__include-info-inner{min-height:0;overflow:hidden}.shop-pdp__include-media{border:1px solid var(--color-border);background:var(--color-bg-secondary);opacity:0;transform-origin:top;margin:0;padding:.75rem;transition:opacity .28s,transform .35s cubic-bezier(.4,0,.2,1);transform:translateY(-.4rem)scale(.98)}.shop-pdp__include-info.is-open .shop-pdp__include-media{opacity:1;transform:translateY(0)scale(1)}.shop-pdp__include-media-img{aspect-ratio:1;object-fit:cover;width:100%;height:auto;display:block}.shop-pdp__include-media-img--dark,[data-theme=dark] .shop-pdp__include-media-img--light{display:none}[data-theme=dark] .shop-pdp__include-media-img--dark{display:block}.shop-pdp__skin-preview{margin:1.1rem 0 0;padding:0}.shop-pdp__skin-preview-canvas{border:1px solid var(--color-border);background:var(--color-bg-secondary);width:100%;height:11.5rem;overflow:hidden}.shop-pdp__skin-preview-canvas canvas{display:block;width:100%!important;height:100%!important}.shop-pdp__skin-preview-caption{color:var(--color-text-tertiary);margin:.55rem 0 0;font-size:.78rem;line-height:1.4}.shop-pdp__skin-preview-caption strong{color:var(--color-text-secondary);font-weight:550}@media (prefers-reduced-motion:reduce){.shop-pdp__stage-img--overlay{animation:none}.shop-pdp__include-info,.shop-pdp__include-media{transition:none}.shop-pdp__include-media{transform:none}.shop-pdp__accordion-panel,.shop-pdp__accordion-body,.shop-pdp__accordion-trigger:after{transition:none}}.shop-pdp__buy{padding:1.75rem var(--gutter-h) .5rem;background:var(--color-bg)}.shop-pdp__buy-inner{flex-direction:column;gap:1.35rem;width:100%;max-width:22rem;margin-inline:auto;display:flex}.shop-pdp__header{flex-direction:column;gap:.65rem;display:flex}.shop-pdp__option{flex-direction:column;gap:.75rem;display:flex}.shop-pdp__swatches{flex-wrap:wrap;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.shop-pdp__swatch{border:1px solid color-mix(in srgb, var(--color-border-strong) 35%, transparent);cursor:pointer;background:var(--color-bg-secondary);border-radius:50%;width:2.35rem;height:2.35rem;padding:0;transition:outline-color .15s,border-color .15s;display:block;overflow:hidden}.shop-pdp__swatch img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.shop-pdp__swatch.is-active{border-color:var(--color-text);outline:1px solid var(--color-text);outline-offset:3px}.shop-pdp__crumbs{margin:0}.shop-pdp__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-tertiary);margin:0;font-size:.7rem;font-weight:500}.shop-pdp__title{letter-spacing:-.01em;text-wrap:balance;margin:0;font-size:clamp(1.2rem,1.6vw,1.4rem);font-weight:450;line-height:1.3}.shop-pdp__price{letter-spacing:.01em;margin:0;font-size:.95rem;font-weight:450}.shop-pdp__currency{color:var(--color-text-tertiary);font-weight:400}.shop-pdp__lead{max-width:22rem;color:var(--color-text-secondary);margin:.15rem 0 0;font-size:.9rem;line-height:1.6}.shop-pdp__option-label{color:var(--color-text-secondary);margin:0;font-size:.88rem;font-weight:400}.shop-pdp__option-label span{color:var(--color-text)}.shop-pdp__sizes ul{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.shop-pdp__size{border:1px solid var(--color-border);min-width:2.85rem;min-height:2.55rem;color:inherit;font:inherit;cursor:pointer;background:0 0;border-radius:999px;padding:.4rem .85rem;font-size:.85rem;transition:border-color .15s,background .15s,color .15s}.shop-pdp__size:hover{border-color:var(--color-border-strong)}.shop-pdp__size.is-active{border-color:var(--color-text);background:var(--color-text);color:var(--color-bg)}.shop-pdp__actions{flex-direction:column;gap:.65rem;margin-top:.15rem;display:flex}.shop-pdp__action-row{align-items:stretch;gap:.55rem;display:flex}.shop-pdp__add{border:1px solid var(--color-text);background:var(--color-text);min-width:0;min-height:3.25rem;color:var(--color-bg);font:inherit;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border-radius:2px;flex:auto;justify-content:center;align-items:center;padding:.85rem 1.15rem;font-size:.88rem;font-weight:500;transition:background .18s,border-color .18s,color .18s,opacity .18s;display:inline-flex}.shop-pdp__add:hover:not(:disabled){color:var(--color-text);background:0 0}.shop-pdp__add:disabled{opacity:.4;cursor:not-allowed}.shop-pdp__wishlist{border:1px solid var(--color-border);width:3.25rem;min-height:3.25rem;color:var(--color-text);cursor:pointer;background:0 0;border-radius:2px;flex:0 0 3.25rem;justify-content:center;align-items:center;margin:0;padding:0;transition:border-color .18s,color .18s,background .18s,transform .18s;display:inline-flex}.shop-pdp__wishlist:hover{border-color:var(--color-text)}.shop-pdp__wishlist.is-active{border-color:var(--color-text);color:var(--color-text)}.shop-pdp__wishlist:active{transform:scale(.96)}.shop-pdp__wishlist-icon{width:1.25rem;height:1.25rem;display:block}@media (prefers-reduced-motion:reduce){.shop-pdp__wishlist:active{transform:none}}.shop-pdp__promises{flex-direction:column;gap:.7rem;margin:0;padding:.15rem 0 .5rem;list-style:none;display:flex}.shop-pdp__promises li{color:var(--color-text-secondary);align-items:center;gap:.7rem;margin:0;font-size:.82rem;line-height:1.4;display:flex}.shop-pdp__promise-icon{width:1.15rem;height:1.15rem;color:var(--color-text-tertiary);flex-shrink:0}.shop-pdp__message{color:var(--color-text-secondary);margin:0;font-size:.88rem;line-height:1.45}.shop-lead{max-width:var(--layout-content);color:var(--color-text-secondary);margin:0 0 1.5rem;line-height:1.55}.shop-page--plp .site-main{max-width:none;padding-inline:0}.shop-plp{width:100%}.shop-plp__inner{width:100%;max-width:var(--layout-max);padding:calc(var(--site-header-height,5.5rem) + 1.25rem) var(--gutter-h) 4rem;margin-inline:auto}.shop-plp__header{flex-direction:column;gap:1rem;margin-bottom:1.25rem;display:flex}.shop-plp__crumbs :global(.breadcrumbs){margin:0}.shop-plp__heading{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem 1.5rem;display:flex}.shop-plp__title{letter-spacing:-.02em;text-wrap:balance;margin:0;font-size:clamp(1.35rem,2.4vw,1.85rem);font-weight:500;line-height:1.15}.shop-plp__count{color:var(--color-text-tertiary);font-variant-numeric:tabular-nums;margin:0;font-size:.85rem}.shop-plp__toolbar{top:var(--site-header-height,5.5rem);z-index:5;margin:0 calc(var(--gutter-h) * -1) 1.75rem;padding:.65rem var(--gutter-h);background:color-mix(in srgb, var(--color-bg) 92%, transparent);backdrop-filter:blur(10px);border-block:1px solid var(--color-border);position:sticky}.shop-plp__chips{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:0;margin:0;padding:.1rem 0;list-style:none;display:flex;overflow-x:auto}.shop-plp__chips::-webkit-scrollbar{display:none}.shop-plp__chip{min-height:2rem;color:var(--color-text-secondary);white-space:nowrap;background:0 0;border:0;border-bottom:1px solid #0000;flex:none;align-items:center;padding:.35rem .15rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s;display:inline-flex}.shop-plp__chips li{flex:none;padding-inline:.55rem}.shop-plp__chips li:first-child{padding-left:0}.shop-plp__chip:hover{color:var(--color-text);text-decoration:none}.shop-plp__chip.is-active{color:var(--color-text);border-bottom-color:var(--color-text)}.shop-plp__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem .75rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=720px){.shop-plp__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.25rem 1rem}}@media (width>=1100px){.shop-plp__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2.5rem 1.15rem}}.shop-plp__seo{border-top:1px solid var(--color-border);max-width:42rem;margin-top:4rem;padding-top:2.5rem}.shop-plp__seo-title{letter-spacing:.04em;text-transform:uppercase;margin:0 0 .85rem;font-size:clamp(1.05rem,1.6vw,1.25rem);font-weight:600;line-height:1.3}.shop-plp__seo-body{color:var(--color-text-secondary);margin:0;font-size:.95rem;line-height:1.7}.shop-product-card{color:inherit;flex-direction:column;gap:.7rem;height:100%;text-decoration:none;display:flex}.shop-product-card:hover{color:inherit;text-decoration:none}.shop-product-card__media{aspect-ratio:4/5;background:var(--color-bg-secondary);position:relative;overflow:hidden}.shop-product-card__image,.shop-product-card__placeholder{object-fit:cover;width:100%;height:100%;display:block}.shop-product-card__image--secondary{opacity:0;transition:opacity .35s;position:absolute;inset:0}@media (hover:hover) and (pointer:fine){.shop-product-card:hover .shop-product-card__image--secondary{opacity:1}}.shop-product-card__badge{z-index:1;background:var(--color-bg);color:var(--color-text-secondary);letter-spacing:.04em;text-transform:uppercase;padding:.2rem .45rem;font-size:.7rem;font-weight:600;position:absolute;top:.65rem;left:.65rem}.shop-product-card__body{flex-direction:column;gap:.2rem;padding-inline:.1rem;display:flex}.shop-product-card__swatches{flex-wrap:wrap;align-items:center;gap:.35rem;margin:0 0 .15rem;display:flex}.shop-product-card__swatch{border:1px solid var(--color-border);background:var(--color-bg-secondary);border-radius:1px;width:1.35rem;height:1.35rem;display:block;overflow:hidden}.shop-product-card__swatch img{object-fit:cover;width:100%;height:100%;display:block}.shop-product-card__swatch.is-active{outline:1px solid var(--color-text);outline-offset:1px}.shop-product-card__swatch.is-unavailable{opacity:.45}.shop-product-card__swatch--text{text-transform:uppercase;justify-content:center;align-items:center;font-size:.65rem;font-weight:600;display:inline-flex}.shop-product-card__swatch-more{color:var(--color-text-tertiary);font-size:.72rem}.shop-product-card__color{color:var(--color-text-tertiary);margin:0;font-size:.75rem}.shop-product-card__title{margin:0;font-size:.92rem;font-weight:500;line-height:1.35;transition:color .15s}.shop-product-card:hover .shop-product-card__title{color:var(--color-text-secondary)}.shop-product-card__price{color:var(--color-text);font-variant-numeric:tabular-nums;margin:.1rem 0 0;font-size:.9rem}.shop-collection__grid{grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:1.5rem 1.25rem;margin:0;padding:0;list-style:none;display:grid}.shop-collection__grid--spaced{margin-top:2rem}.shop-collection__empty{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-secondary);padding:1.25rem 1.35rem}.shop-collection__empty p{margin:0;line-height:1.55}@media (prefers-reduced-motion:reduce){.shop-product-card__image--secondary{transition:none}}.shop-link-grid{grid-template-columns:repeat(auto-fill,minmax(12rem,1fr));gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.shop-link-grid a{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);color:inherit;padding:.9rem 1rem;font-weight:600;text-decoration:none;transition:border-color .15s,background .15s;display:block}.shop-link-grid a:hover{border-color:var(--color-border-strong);background:var(--color-bg-secondary);color:var(--color-text)}.shop-cart-panel,.shop-wishlist-panel{max-width:var(--layout-content)}.shop-wishlist-page{flex-direction:column;gap:0;display:flex}.shop-wishlist-page__back{color:var(--color-text);align-self:flex-start;align-items:center;gap:.2rem;margin:0 0 1.35rem;font-size:.875rem;line-height:1.2;text-decoration:none;display:inline-flex}.shop-wishlist-page__back:hover{color:var(--color-text-secondary)}.shop-wishlist-page__back-icon{margin-left:-.2rem;display:inline-flex}.shop-wishlist-page__header{border-bottom:1px solid var(--color-border);padding-bottom:1.15rem}.shop-wishlist-page__title{letter-spacing:-.02em;margin:0;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;line-height:1.05}.shop-wishlist-page__toolbar{justify-content:space-between;align-items:center;gap:1rem;margin:1.15rem 0 1.35rem;display:flex}.shop-wishlist-page__count{color:var(--color-text);margin:0;font-size:.95rem}.shop-wishlist-page__density{align-items:center;gap:.15rem;display:inline-flex}.shop-wishlist-page__density-btn{width:2rem;height:2rem;color:var(--color-text-tertiary);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}.shop-wishlist-page__density-btn:hover{color:var(--color-text-secondary)}.shop-wishlist-page__density-btn.is-active{color:var(--color-text)}.shop-wishlist{gap:1.75rem 1.15rem;margin:0;padding:0;list-style:none;display:grid}.shop-wishlist--comfortable{grid-template-columns:1fr}.shop-wishlist--compact{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width>=720px){.shop-wishlist--comfortable{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-wishlist--compact{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=1100px){.shop-wishlist--comfortable{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-wishlist--compact{grid-template-columns:repeat(4,minmax(0,1fr))}}.shop-wishlist__item{min-width:0}.shop-wishlist__card{flex-direction:column;gap:.75rem;height:100%;display:flex}.shop-wishlist__media{aspect-ratio:4/5;background:var(--color-bg-secondary);position:relative;overflow:hidden}.shop-wishlist__media-link{width:100%;height:100%;color:inherit;text-decoration:none;display:block}.shop-wishlist__image{object-fit:cover;width:100%;height:100%;display:block}.shop-wishlist__image--empty{background:var(--color-bg-secondary)}.shop-wishlist__heart{z-index:2;width:1.75rem;height:1.75rem;color:var(--color-text);filter:drop-shadow(0 0 1px #ffffffd9)drop-shadow(0 1px 2px #0003);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:absolute;top:.65rem;right:.65rem}.shop-wishlist__heart:hover{opacity:.7}.shop-wishlist__quick-add{z-index:2;background:var(--color-bg);width:1.85rem;height:1.85rem;color:var(--color-text);cursor:pointer;border:0;border-radius:2px;justify-content:center;align-items:center;margin:0;padding:0;text-decoration:none;display:inline-flex;position:absolute;bottom:.65rem;left:50%;transform:translate(-50%);box-shadow:0 1px 2px #00000014}.shop-wishlist__quick-add:hover{background:var(--color-bg-secondary)}.shop-wishlist__quick-add:disabled{opacity:.65;cursor:wait}.shop-wishlist__quick-add-label{font-size:.85rem;line-height:1}.shop-wishlist__body{flex-direction:column;gap:.2rem;padding-inline:.05rem;display:flex}.shop-wishlist__title{color:inherit;margin:0;font-size:.95rem;font-weight:500;line-height:1.35;text-decoration:none}.shop-wishlist__title:hover{color:var(--color-text-secondary)}.shop-wishlist__variant{color:var(--color-text-tertiary);margin:0;font-size:.8rem;line-height:1.3}.shop-wishlist__price{font-variant-numeric:tabular-nums;margin:.15rem 0 0;font-size:.92rem;line-height:1.3}.shop-wishlist__empty{color:var(--color-text-secondary);margin:1.5rem 0 0;line-height:1.55}.shop-wishlist__empty a{color:inherit}.home-shop{background:var(--color-bg);width:100%;color:var(--color-text);flex-direction:column;gap:0;display:flex}.home-shop__looks{background:var(--color-bg);flex-direction:column;gap:.75rem;padding:.35rem 0 1rem;display:flex}.home-shop__looks-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x;outline:none;gap:.4rem;padding-inline:.35rem;display:flex;overflow:auto hidden}.home-shop__looks-track::-webkit-scrollbar{display:none}.home-shop__looks-track:focus-visible{box-shadow:inset 0 0 0 2px var(--color-accent)}.home-shop__look{aspect-ratio:4/5;color:#f4f4f5;isolation:isolate;scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 min(70vw,16.5rem);text-decoration:none;display:block;position:relative;overflow:hidden}@media (width>=720px){.home-shop__look{aspect-ratio:3/4;flex-basis:min(36vw,20rem);min-height:20rem}}@media (width>=1100px){.home-shop__look{flex-basis:min(28vw,22rem)}}.home-shop__looks-controls{padding-inline:var(--gutter-h,1rem);justify-content:center;align-items:center;gap:.85rem;display:flex}.home-shop__looks-btn{border:1px solid var(--color-border-strong);width:2.5rem;height:2.5rem;color:var(--color-text);font:inherit;cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;font-size:1rem;line-height:1;transition:border-color .15s,background .15s,opacity .15s;display:inline-flex}.home-shop__looks-btn:hover:not(:disabled){background:var(--color-bg-secondary);border-color:var(--color-text)}.home-shop__looks-btn:disabled{opacity:.35;cursor:default}.home-shop__looks-dots{align-items:center;gap:.4rem;display:flex}.home-shop__looks-dot{background:var(--color-border-strong);opacity:.45;cursor:pointer;border:0;border-radius:999px;width:.45rem;height:.45rem;padding:0;transition:opacity .2s,transform .2s,background .2s}.home-shop__looks-dot.is-active{opacity:1;background:var(--color-text);transform:scale(1.25)}.home-shop__looks-dot:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.home-shop__look:hover{color:#fff;text-decoration:none}.home-shop__look-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform 1.1s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;transform:scale(1.02)}.home-shop__look:hover .home-shop__look-image{transform:scale(1.07)}.home-shop__look-scrim{z-index:1;background:linear-gradient(#0c0c0c14 0%,#0c0c0c38 55%,#0c0c0c8c 100%);transition:background .35s;position:absolute;inset:0}.home-shop__look:hover .home-shop__look-scrim{background:linear-gradient(#0c0c0c1f 0%,#0c0c0c47 55%,#0c0c0c9e 100%)}.home-shop__look-copy{z-index:2;text-align:center;flex-direction:column;justify-content:flex-end;align-items:center;gap:.35rem;padding:1.25rem 1rem 1.5rem;display:flex;position:absolute;inset:auto 0 0}.home-shop__look-label{letter-spacing:-.02em;font-size:clamp(1.35rem,2.6vw,1.85rem);font-weight:400;line-height:1.05}.home-shop__look-cta{letter-spacing:.04em;text-transform:uppercase;opacity:.9;border-bottom:1px solid #ffffff8c;padding-bottom:.1rem;font-size:.82rem;font-weight:500;transition:border-color .2s,opacity .2s}.home-shop__look:hover .home-shop__look-cta{opacity:1;border-bottom-color:#fff}.home-shop__arrivals{padding:clamp(3rem, 6vw, 4.5rem) var(--gutter-h) clamp(3.5rem, 7vw, 5.5rem);max-width:var(--layout-max);width:100%;margin:0 auto}.home-shop__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem 1.5rem;margin-bottom:clamp(1.75rem,3vw,2.5rem);display:flex}.home-shop__heading{flex-direction:column;gap:.45rem;max-width:32rem;display:flex}.home-shop__eyebrow{font-family:var(--font-accent);font-size:var(--eyebrow-size);letter-spacing:var(--eyebrow-tracking);font-weight:600;line-height:var(--eyebrow-line);text-transform:uppercase;color:var(--color-text-tertiary);margin:0}.home-shop__title{letter-spacing:-.02em;text-wrap:balance;margin:0;font-size:clamp(1.75rem,3.2vw,2.35rem);font-weight:400;line-height:1.1}.home-shop__shop-all{color:var(--color-text);border-bottom:1px solid var(--color-border-strong);align-items:center;gap:.4rem;padding-bottom:.1rem;font-size:.92rem;font-weight:500;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.home-shop__shop-all:hover{color:var(--color-text-secondary);border-bottom-color:var(--color-text-secondary);text-decoration:none}.home-shop__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem .75rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=900px){.home-shop__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2.25rem 1.1rem}}@media (prefers-reduced-motion:reduce){.home-shop__looks-track{scroll-behavior:auto}.home-shop__look-image{transition:none}.home-shop__look:hover .home-shop__look-image{transform:scale(1.02)}.home-shop__looks-dot{transition:none}}.dice-finder{flex-direction:column;gap:1.35rem;width:100%;max-width:none;margin:0 0 2.75rem;display:flex}.dice-finder__chrome{flex-direction:column;gap:.65rem;display:flex}.dice-finder__progress{border-radius:var(--radius-pill);background:var(--color-bg-secondary);height:.2rem;overflow:hidden}.dice-finder__progress-bar{transform-origin:0;background:var(--color-accent);width:100%;height:100%;transition:transform .35s cubic-bezier(.22,1,.36,1);display:block}.dice-finder__meta{justify-content:space-between;align-items:center;gap:1rem;display:flex}.dice-finder__step-label{letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-tertiary);font-size:.8rem;font-family:var(--font-accent);margin:0}.dice-finder__back,.dice-finder__restart{color:var(--color-text-secondary);font:inherit;cursor:pointer;text-underline-offset:.18em;background:0 0;border:0;margin:0;padding:0;font-size:.9rem;text-decoration:underline}.dice-finder__back:hover,.dice-finder__restart:hover{color:var(--color-accent)}.dice-finder__intro,.dice-finder__results-intro{flex-direction:column;gap:.45rem;max-width:36rem;display:flex}.dice-finder__eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);font-size:.8rem;font-family:var(--font-accent);margin:0}.dice-finder__title{letter-spacing:-.02em;text-wrap:balance;margin:0;font-size:clamp(1.35rem,2.6vw,1.85rem);font-weight:550;line-height:1.15}.dice-finder__lead{color:var(--color-text-secondary);text-wrap:pretty;margin:0;line-height:1.55}.dice-finder__options{grid-template-columns:1fr;gap:.65rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=640px){.dice-finder__options,.dice-finder__options--visual{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=900px){.dice-finder__options--visual{grid-template-columns:repeat(4,minmax(0,1fr))}}.dice-finder__option{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);width:100%;min-height:4.5rem;color:inherit;font:inherit;text-align:left;cursor:pointer;flex-direction:column;align-items:flex-start;padding:1rem 1.05rem;transition:border-color .18s,background .18s,transform .18s;display:flex}.dice-finder__option:hover{border-color:var(--color-border-strong);background:var(--color-bg-secondary)}.dice-finder__option:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.dice-finder__option.is-selected{border-color:var(--color-accent);background:var(--color-accent-muted)}.dice-finder__option--visual{min-height:0;padding:0;overflow:hidden}.dice-finder__option--text{aspect-ratio:4/5;background:radial-gradient(circle at 20% 20%, var(--color-accent-muted), transparent 45%), var(--color-bg-secondary);border-style:dashed;justify-content:center;min-height:100%;padding:1.1rem}.dice-finder__option--text .dice-finder__option-copy{padding:0}@media (width>=900px){.dice-finder__options--visual>li:has(.dice-finder__option--text){grid-column:span 1}}.dice-finder__option-media{aspect-ratio:4/5;background:var(--color-bg-secondary);width:100%;display:block;overflow:hidden}.dice-finder__option-media img{object-fit:cover;width:100%;height:100%;transition:transform .45s cubic-bezier(.22,1,.36,1)}.dice-finder__option--visual:hover .dice-finder__option-media img{transform:scale(1.04)}.dice-finder__option-copy{flex-direction:column;gap:.2rem;padding:.85rem .95rem 1rem;display:flex}.dice-finder__option:not(.dice-finder__option--visual) .dice-finder__option-copy{padding:0}.dice-finder__option-label{letter-spacing:-.01em;font-weight:600}.dice-finder__option-blurb{color:var(--color-text-secondary);font-size:.88rem;line-height:1.4}.dice-finder__results{flex-direction:column;gap:1.75rem;animation:.4s cubic-bezier(.22,1,.36,1) both dice-finder-in;display:flex}.dice-finder__collections{flex-direction:column;align-items:flex-start;gap:.65rem;display:flex}.dice-finder__primary-cta{border-radius:var(--radius-md);background:var(--color-accent);width:100%;max-width:28rem;color:var(--color-text-on-accent);grid-template-rows:auto auto;grid-template-columns:1fr auto;align-items:center;gap:.15rem 1rem;padding:1rem 1.15rem;text-decoration:none;transition:background .15s;display:grid}.dice-finder__primary-cta:hover{background:var(--color-accent-hover);color:var(--color-text-on-accent);text-decoration:none}.dice-finder__cta-label{letter-spacing:.05em;text-transform:uppercase;opacity:.85;font-size:.75rem;font-family:var(--font-accent);grid-area:1/1}.dice-finder__cta-title{letter-spacing:-.015em;grid-area:2/1;font-size:1.1rem;font-weight:600}.dice-finder__cta-arrow{grid-area:1/2/span 2;font-size:1.35rem;line-height:1}.dice-finder__alt-cta{color:var(--color-text-secondary);text-underline-offset:.18em;font-size:.92rem}.dice-finder__alt-cta:hover{color:var(--color-accent)}.dice-finder__products{flex-direction:column;gap:1rem;display:flex}.dice-finder__products-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.65rem 1.25rem;display:flex}.dice-finder__products-title{letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:600}.dice-finder__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem .75rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=720px){.dice-finder__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem 1rem}}@media (width>=1100px){.dice-finder__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.dice-finder__empty{color:var(--color-text-secondary);flex-direction:column;align-items:flex-start;gap:.85rem;padding:1.1rem 0;display:flex}.dice-finder__empty p{max-width:34rem;margin:0;line-height:1.5}.tool-store-promo{border-top:1px solid var(--color-border);margin:2.5rem 0 0;padding:1.75rem 0 0}.tool-store-promo__intro{flex-direction:column;align-items:flex-start;gap:1.15rem;margin-bottom:1.5rem;display:flex}.tool-store-promo__eyebrow{font-family:var(--font-accent);letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-tertiary);margin:0 0 .45rem;font-size:.6875rem;font-weight:500}.tool-store-promo__title{letter-spacing:-.025em;max-width:18ch;margin:0;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:400;line-height:1.15}.tool-store-promo__lead{max-width:34rem;color:var(--color-text-secondary);margin:.65rem 0 0;line-height:1.5}.tool-store-promo__actions{flex-wrap:wrap;gap:.65rem;display:flex}.tool-store-promo__cta{border:1px solid var(--color-text);border-radius:var(--radius-md);background:var(--color-text);min-height:2.65rem;color:var(--color-bg);font:inherit;justify-content:center;align-items:center;padding:.6rem 1.15rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.tool-store-promo__cta:hover,.tool-store-promo__cta--ghost{color:var(--color-text);background:0 0}.tool-store-promo__cta--ghost:hover{background:var(--color-text);color:var(--color-bg)}.tool-store-promo__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem .85rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=720px){.tool-store-promo__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem}}.dice-finder-footer{border-top:1px solid var(--color-border);margin-top:.5rem;padding-top:1.75rem}.dice-finder-footer__lead{max-width:36rem;color:var(--color-text-secondary);margin:0 0 1rem;line-height:1.5}@keyframes dice-finder-in{0%{opacity:0;transform:translateY(.6rem)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.dice-finder__progress-bar,.dice-finder__option,.dice-finder__option-media img,.dice-finder__primary-cta{transition:none}.dice-finder__results{animation:none}.dice-finder__option--visual:hover .dice-finder__option-media img{transform:none}}
