.product-layout{--product-top:clamp(var(--space-6), 8vh, 110px);display:grid;grid-template-columns:1fr 1fr;gap:clamp(var(--space-6),5vw,96px);align-items:start;padding-inline:clamp(var(--space-5),6vw,112px);padding-top:var(--product-top)}.product-gallery{display:flex;flex-direction:column;gap:var(--space-7)}.product-gallery__frame{margin:0}.product-gallery__frame img{width:100%;margin-inline:auto}.product-gallery__frame--hero img{view-transition-name:product-hero}.product-info{position:sticky;top:calc(var(--wp-admin--admin-bar--height,0px) + var(--header-h-real,var(--header-height)) + var(--product-top));align-self:start;padding-block:0}.product-info__header{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-4);margin-bottom:clamp(var(--space-5),4vh,52px)}.product-info__name{font-size:15px;font-weight:600;letter-spacing:var(--tracking-caps);margin:0}.product-info__price{font-size:15px;font-weight:600;margin:0;white-space:nowrap}.product-form__row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);flex-wrap:wrap}.product-form__sizes{display:flex;flex-wrap:wrap;gap:clamp(var(--space-2),1.4vw,22px)}.product-form__sizes .size-btn{padding:9px 15px;border:1px solid var(--color-black)}.product-form__sizes .size-btn.is-disabled,.product-form__sizes .size-btn:disabled{border-color:var(--hairline)}.product-form__sizes .size-btn::after{display:none}.product-form__sizes .size-btn.is-selected{animation:size-pop .35s cubic-bezier(.34,1.56,.64,1),product-size-ring .6s var(--ease-standard)}@keyframes product-size-ring{0%{box-shadow:0 0 0 0 rgba(0,0,0,.4)}100%{box-shadow:0 0 0 6px transparent}}@media (prefers-reduced-motion:reduce){.product-form__sizes .size-btn.is-selected{animation:none}}.product-form__submit{padding:14px 22px;border:1px solid var(--color-black);background:0 0;color:var(--color-black);font-size:12px;letter-spacing:var(--tracking-caps);white-space:nowrap;transition:background var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard)}.product-form__submit:not(:disabled):active,.product-form__submit:not(:disabled):hover{background:var(--color-black);color:var(--color-white)}.product-form__submit:disabled{border-color:var(--hairline);color:var(--color-gray-light);cursor:not-allowed}.product-form__error{font-size:12px;color:var(--color-danger);margin:var(--space-3) 0 0}.product-form__feedback{font-size:12px;font-weight:700;letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--color-black);margin:0;text-align:right;white-space:nowrap;transform-origin:right center}.product-form__feedback::before{content:"✓ "}.product-form__feedback.is-popping{animation:product-form-feedback-pop .4s cubic-bezier(.34,1.56,.64,1)}.product-form__feedback.is-leaving{opacity:0;transform:translateY(-3px);transition:opacity .4s var(--ease-standard),transform .4s var(--ease-standard)}@keyframes product-form-feedback-pop{0%{transform:scale(.7)}55%{transform:scale(1.15)}100%{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.product-form__feedback.is-popping{animation:none}.product-form__feedback.is-leaving{transition:none}}.product-info__description{border-top:1px solid var(--hairline);margin-top:clamp(var(--space-5),5vh,60px);padding-top:clamp(var(--space-4),3vh,36px);padding-bottom:clamp(var(--space-4),3vh,36px);font-size:12px;line-height:1.9}.product-info__description p{margin:0}.product-lifestyle{display:flex;flex-direction:column;align-items:center;gap:4px;padding-inline:clamp(var(--space-5),6vw,112px);margin-top:var(--space-7)}.product-lifestyle__img{width:100%;height:auto;max-width:720px}@media (max-width:900px){.product-lifestyle{padding-inline:0;margin-top:var(--space-6)}.product-lifestyle__img{max-width:none}}.product-recommended{padding-block:clamp(var(--space-7),12vh,140px);margin-top:var(--space-7)}.product-recommended h2{font-size:14px;font-weight:600;letter-spacing:var(--tracking-caps);text-align:center;margin:0 0 clamp(var(--space-6),9vh,100px);padding-inline:clamp(var(--space-5),6vw,112px)}.product-recommended__viewport{overflow:hidden}.product-recommended__track{display:flex;width:max-content;animation:product-recommended-marquee 22s linear infinite;will-change:transform}@media (hover:hover) and (pointer:fine){.product-recommended__track:hover{animation-play-state:paused}}.product-recommended__dup{display:contents}.product-recommended__track .store-tile{flex:0 0 280px;margin-right:clamp(var(--space-4),5vw,96px)}@keyframes product-recommended-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.product-recommended__track{animation:none}}@media (max-width:900px){.product-recommended__track .store-tile{flex:0 0 46vw;margin-right:var(--space-4)}.product-recommended__track{animation:none}}.product-zoom{position:fixed;inset:0;z-index:var(--z-menu-overlay);display:flex;align-items:center;justify-content:center;padding:var(--space-5);background:rgba(255,255,255,.55);backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:blur(18px) saturate(120%);opacity:0;transition:opacity .3s var(--ease-standard)}.product-zoom.is-open{opacity:1}.product-zoom[hidden]{display:none}@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){.product-zoom{background:rgba(255,255,255,.96)}}.product-zoom__img{max-width:90vw;max-height:90vh;width:auto;transform:scale(.98);transition:transform .35s var(--ease-standard)}.product-zoom.is-open .product-zoom__img{transform:scale(1)}.product-zoom__close{position:absolute;top:var(--space-4);right:var(--space-4);font-size:18px;line-height:1;width:44px;height:44px;display:flex;align-items:center;justify-content:center;z-index:3}.product-zoom__stage{position:relative;z-index:1;width:100%;height:100%;display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;overscroll-behavior:contain;touch-action:pan-x;scrollbar-width:none}.product-zoom__stage::-webkit-scrollbar{display:none}.product-zoom__slide{flex:0 0 100%;height:100%;scroll-snap-align:center;scroll-snap-stop:always;display:flex;align-items:center;justify-content:center}.product-zoom--carousel .product-zoom__img{max-width:88vw;max-height:88vh;width:auto;height:auto;transform:none}.product-zoom__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:64px;height:64px;display:flex;align-items:center;justify-content:center;color:var(--color-black)}.product-zoom__nav--prev{left:clamp(var(--space-3),3vw,var(--space-6))}.product-zoom__nav--next{right:clamp(var(--space-3),3vw,var(--space-6))}.product-zoom__chevron{width:16px;height:16px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transition:transform var(--duration-fast) var(--ease-standard)}.product-zoom__nav--prev .product-zoom__chevron{transform:rotate(135deg)}.product-zoom__nav--next .product-zoom__chevron{transform:rotate(-45deg)}.product-zoom__nav--prev:hover .product-zoom__chevron{transform:rotate(135deg) translate(-2px,2px)}.product-zoom__nav--next:hover .product-zoom__chevron{transform:rotate(-45deg) translate(2px,-2px)}.product-zoom--carousel:not(.is-multi) .product-zoom__nav{display:none}.product-zoom__scrollbar{position:absolute;left:50%;bottom:clamp(var(--space-4),4vh,var(--space-6));transform:translateX(-50%);z-index:2;width:120px;height:2px;background:rgba(0,0,0,.18);overflow:hidden;display:none}.product-zoom--carousel.is-multi .product-zoom__scrollbar{display:block}.product-zoom__scrollbar-thumb{position:absolute;left:0;top:0;height:100%;width:100%;background:var(--color-black);will-change:transform,width}@media (hover:none),(pointer:coarse){.product-zoom__scrollbar{background:rgba(0,0,0,.22)}.product-zoom__scrollbar-thumb{background:var(--color-white)}}.product-gallery__zoom-box{position:fixed;z-index:var(--z-menu-overlay);border:1px solid rgba(0,0,0,.35);background:rgba(255,255,255,.25);pointer-events:none;opacity:0;transition:opacity .15s var(--ease-standard)}.product-gallery__zoom-box.is-visible{opacity:1}.product-gallery__zoom-panel{position:fixed;z-index:var(--z-menu-overlay);background-color:var(--color-white);background-repeat:no-repeat;border:1px solid var(--hairline);box-shadow:0 12px 40px rgba(0,0,0,.18);pointer-events:none;opacity:0;transition:opacity .15s var(--ease-standard)}.product-gallery__zoom-panel.is-visible{opacity:1}body.product-zoom-lock{position:fixed;left:0;right:0;width:100%;overflow:hidden}@keyframes sch-rise{from{opacity:0;transform:translateY(18px)}}.product-info>*{animation:sch-rise .55s cubic-bezier(.22,1,.36,1) both}.product-info>:first-child{animation-delay:.75s}.product-info>:nth-child(2){animation-delay:.83s}.product-info>:nth-child(3){animation-delay:.91s}.product-info>:nth-child(4){animation-delay:.99s}.product-info>:nth-child(5){animation-delay:1.07s}.product-info>:nth-child(6){animation-delay:1.15s}.product-info>:nth-child(7){animation-delay:1.23s}.product-info>:nth-child(8){animation-delay:1.31s}.product-gallery__frame:not(.product-gallery__frame--hero){animation:sch-rise .6s cubic-bezier(.22,1,.36,1) .9s both}.product-gallery__frame--hero.is-cold,html.sch-hero-cold .product-gallery__frame--hero{animation:hero-fade .6s var(--ease-standard) both}@keyframes hero-fade{from{opacity:0}}.product-gallery__scrollbar{display:none}@media (max-width:900px){.product-layout{display:block;padding-inline:0;padding-top:0}.product-gallery{flex-direction:row;gap:0;padding-inline:0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center}.product-gallery::-webkit-scrollbar{display:none}.product-gallery__frame{flex:0 0 100%;margin:0;scroll-snap-align:center;scroll-snap-stop:always}.product-gallery__frame img{width:92%;max-width:none;margin-inline:auto}.product-gallery__frame:not(.product-gallery__frame--hero){animation:none}.product-gallery__scrollbar{display:block;position:relative;width:72px;height:2px;margin:var(--space-4) auto 0;background:var(--color-off-white);overflow:hidden}.product-gallery__scrollbar-thumb{position:absolute;left:0;top:0;height:100%;background:var(--color-black);will-change:transform,width}.product-info__name,.product-info__price{font-size:13px}.product-info{position:static;top:auto;max-height:none;overflow:visible;background:0 0;margin-top:0;padding:var(--space-5) var(--space-4) var(--space-6);z-index:auto}.product-info__header{margin-bottom:var(--space-5)}.product-form__sizes{gap:var(--space-2)}.product-form__sizes .size-btn{font-size:11px;padding:7px 11px}.product-form__row{gap:var(--space-1)}.product-form__feedback{font-size:9px}.product-recommended{padding-block:var(--space-4) var(--space-6);margin-top:var(--space-5)}.product-recommended h2{margin-bottom:var(--space-6)}}