.product-lookbook{position:fixed;top:0;right:0;bottom:0;left:0;box-sizing:border-box;width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;overflow:hidden;border:0;border-radius:0;background:var(--product-lookbook-media-background, #efefef);color:var(--product-lookbook-control-color, #111)}.product-lookbook.is-positioning{visibility:hidden;animation:none}.product-lookbook.is-positioning .product-lookbook__viewport{scroll-behavior:auto}.product-lookbook::backdrop{background:var(--product-lookbook-media-background, #efefef)}.product-lookbook__shell{position:relative;width:100%;height:100%;overflow:hidden;background:var(--product-lookbook-media-background, #efefef)}.product-lookbook__chrome{position:fixed;top:0;right:0;bottom:0;left:0;z-index:8;width:100vw;height:100dvh;opacity:1;pointer-events:none;transform:translateZ(0) scale(1);transform-origin:top left;transition:opacity .12s ease-out;will-change:transform,opacity}.product-lookbook__chrome.is-native-zoomed{opacity:.1}.product-lookbook.is-native-zoomed .product-lookbook__viewport{overflow:hidden;scroll-snap-type:none}.product-lookbook__header{position:absolute;top:0;right:0;left:0;z-index:10;display:grid;grid-template-columns:4.8rem minmax(0,1fr) 4.8rem;align-items:start;min-height:calc(6.4rem + env(safe-area-inset-top));padding:calc(env(safe-area-inset-top) + .8rem) calc(env(safe-area-inset-right) + .8rem) 0 calc(env(safe-area-inset-left) + .8rem);pointer-events:none}.product-lookbook__counter{min-width:4.8rem;grid-column:2;align-self:start;justify-self:center;margin:0;padding-top:0;font-family:Akkurat-Mono,monospace;font-size:.9rem;font-weight:400;line-height:4.8rem;letter-spacing:0;text-align:center;white-space:nowrap}.product-lookbook__close{display:grid;width:4.8rem;height:4.8rem;grid-column:3;justify-self:end;margin:0;padding:1.5rem;border:0;background:transparent;color:var(--product-lookbook-control-color, #111);cursor:pointer;pointer-events:auto;place-items:center}.product-lookbook__close .icon{width:1.8rem;height:1.8rem}.product-lookbook__color-switcher{position:absolute;top:calc(env(safe-area-inset-top) + .8rem);left:calc(env(safe-area-inset-left) + .8rem);z-index:11;display:flex;min-height:4.8rem;align-items:center;gap:.4rem}.product-lookbook__color-button{display:grid;width:3.2rem;height:4.8rem;padding:0;border:0;background:transparent;cursor:pointer;pointer-events:auto;place-items:center;-webkit-tap-highlight-color:transparent}.product-lookbook__swatch{position:relative;display:block;width:2.8rem;height:2.8rem;overflow:hidden;border:0;border-radius:50%;background-color:#fff;background-position:center;background-size:cover}.product-lookbook__color-button[aria-pressed=true] .product-lookbook__swatch:after{position:absolute;top:.3rem;right:.3rem;bottom:.3rem;left:.3rem;border:.1rem solid #fff;border-radius:50%;content:""}.product-lookbook__color-button:focus-visible .product-lookbook__swatch{box-shadow:0 0 0 .3rem var(--product-lookbook-media-background, #efefef),0 0 0 .5rem #1111118c}.product-lookbook:focus{outline:0}.product-lookbook__close:focus-visible,.product-lookbook__image-frame:focus-visible,.product-lookbook__viewport:focus-visible{outline:.2rem solid var(--product-lookbook-control-color, #111);outline-offset:-.4rem}.product-lookbook__nav:focus-visible{outline:0}.product-lookbook__color-button:focus-visible{outline:0}.product-lookbook__swipe-hint{position:absolute;top:50%;left:50%;z-index:9;display:grid;width:1.4rem;height:1.4rem;margin:0;color:#8a8a8a;transform:translate(-50%,-50%);pointer-events:none;place-items:center}.product-lookbook__swipe-hint[hidden]{display:none}.product-lookbook__swipe-hint--up{top:var(--product-lookbook-swipe-up-y, 25%)}.product-lookbook__swipe-hint--down{top:var(--product-lookbook-swipe-down-y, 75%)}.product-lookbook__swipe-hint .icon-arrow{display:block;width:1.4rem;height:1rem}.product-lookbook__swipe-hint--up .icon-arrow{transform:rotate(-90deg)}.product-lookbook__swipe-hint--down .icon-arrow{transform:rotate(90deg)}.product-lookbook__go-to-top{position:absolute;top:var(--product-lookbook-swipe-down-y, 75%);left:50%;z-index:9;display:inline-flex;min-height:4.4rem;align-items:center;margin:0;padding:.4rem 0;border:0;background:transparent;color:var(--product-lookbook-control-color, #111);cursor:pointer;pointer-events:auto;transform:translate(-50%,-50%);-webkit-tap-highlight-color:transparent}.product-lookbook__go-to-top[hidden]{display:none}.product-lookbook__go-to-top:focus-visible{outline:0}.product-lookbook__go-to-top-surface{display:inline-flex;height:3.6rem;align-items:center;gap:.6rem;padding:0 1.2rem;border:.1rem solid rgba(17,17,17,.14);border-radius:999px;background:#fffffff0;box-shadow:0 .2rem .8rem #0000000f}.product-lookbook__go-to-top:focus-visible .product-lookbook__go-to-top-surface{outline:.2rem solid var(--product-lookbook-control-color, #111);outline-offset:.2rem}.product-lookbook__go-to-top-label{font-family:Akkurat-Mono,monospace;font-size:1.2rem;font-style:normal;font-synthesis:none;font-weight:400;line-height:1.2;letter-spacing:.01em;white-space:nowrap}.product-lookbook__go-to-top-icon{display:grid;width:1.2rem;height:.8rem;flex:0 0 auto;transform:rotate(-90deg);place-items:center}.product-lookbook__go-to-top-icon .icon{display:block;width:1.2rem;height:.8rem}.product-lookbook__viewport{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:0;padding:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;background:var(--product-lookbook-media-background, #efefef);scroll-behavior:smooth;scroll-snap-type:y mandatory;scrollbar-width:none;touch-action:auto;-webkit-overflow-scrolling:touch}.product-lookbook__viewport.is-returning-to-top{scroll-behavior:auto;scroll-snap-type:none}.product-lookbook__viewport::-webkit-scrollbar{display:none}.product-lookbook__panels,.product-lookbook__panel,.product-lookbook__strip{width:100%;height:100%}.product-lookbook__strip{display:flex;flex-direction:column;margin:0;gap:0}.product-lookbook__media{position:relative;display:grid;flex:0 0 100%;width:100%;height:100%;margin:0;overflow:hidden;background:var(--product-lookbook-media-background, #efefef);scroll-snap-align:start;scroll-snap-stop:always;place-items:center}.product-lookbook__image-frame{display:grid;width:100%;height:100%;overflow:hidden;background:var(--product-lookbook-media-background, #efefef);cursor:zoom-in;touch-action:pan-y;place-items:center;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.product-lookbook__image-frame>img,.product-lookbook__image-frame>.global-media-settings{display:block;width:100%;height:100%;max-width:none;max-height:none;padding:0!important;border:0;border-radius:0;background:var(--product-lookbook-media-background, #efefef);object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.product-lookbook__image-frame.is-pdp-media-zoom-active>img,.product-lookbook__image-frame.is-pdp-media-zoom-active>.global-media-settings{transform:translate3d(var(--pdp-media-zoom-x, 0),var(--pdp-media-zoom-y, 0),0) scale(var(--pdp-media-zoom-scale, 1));transform-origin:center}.product-lookbook__image-frame.is-pdp-media-zoomed{cursor:zoom-out;touch-action:none}.product-lookbook__image-frame.is-pdp-media-zoomed>img,.product-lookbook__image-frame.is-pdp-media-zoomed>.global-media-settings{will-change:transform}.product-lookbook__image-frame.is-pdp-media-zoom-animating>img,.product-lookbook__image-frame.is-pdp-media-zoom-animating>.global-media-settings{transition:transform .42s cubic-bezier(.16,1,.3,1);will-change:transform}.product-lookbook__image-frame.is-pdp-media-zoom-gesturing>img,.product-lookbook__image-frame.is-pdp-media-zoom-gesturing>.global-media-settings{transition:none;will-change:transform}product-media-lookbook.is-pdp-media-zoom-active .product-lookbook__viewport{overflow:hidden;scroll-snap-type:none;touch-action:none}product-media-lookbook.is-pdp-media-zoom-active .product-lookbook__navigation,product-media-lookbook.is-pdp-media-zoom-active .product-lookbook__progress,product-media-lookbook.is-pdp-media-zoom-active .product-lookbook__swipe-hint,product-media-lookbook.is-pdp-media-zoom-active .product-lookbook__go-to-top,product-media-lookbook.is-pdp-media-zoom-active .product-lookbook__color-switcher{opacity:0;pointer-events:none}.product-lookbook__image{opacity:.94;transition:opacity .12s ease-out}.product-lookbook__image.is-lookbook-ready{opacity:1}.product-lookbook__navigation{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;display:none;pointer-events:none}.product-lookbook__nav{position:absolute;top:50%;display:grid;width:4.8rem;height:6.4rem;padding:0;border:0;background:transparent;color:var(--product-lookbook-control-color, #111);cursor:pointer;pointer-events:auto;transform:translateY(-50%);place-items:center}.product-lookbook__nav--prev{left:calc(env(safe-area-inset-left) + .8rem)}.product-lookbook__nav--next{right:calc(env(safe-area-inset-right) + .8rem)}.product-lookbook__nav .nw-directional-chevron--media{width:1.2rem;height:2.2rem}.product-lookbook__nav:disabled{cursor:default;pointer-events:none}.product-lookbook__progress{display:none}.product-lookbook__progress-track{position:relative;display:block;width:100%;height:var(--product-lookbook-progress-track-width, .1rem);background:var(--product-lookbook-progress-track, #d6d6d6)}.product-lookbook__progress-thumb{position:absolute;top:50%;left:var(--product-lookbook-progress-left, 0%);display:block;width:var(--product-lookbook-progress-segment, 10%);height:var(--product-lookbook-progress-thumb-width, .2rem);background:var(--product-lookbook-progress-thumb, #111);transform:translateY(-50%);transition:left 80ms linear,width .18s cubic-bezier(.22,.72,.16,1)}@media screen and (min-width:990px){.product-lookbook__swipe-hint,.product-lookbook__go-to-top{display:none}.product-lookbook__viewport{overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;overscroll-behavior-y:auto;scroll-snap-type:x mandatory}.product-lookbook__strip{flex-direction:row}.product-lookbook__navigation{display:block}.product-lookbook__counter{width:4.8rem;grid-column:1;justify-self:start}.product-lookbook__nav--prev{left:1.6rem}.product-lookbook__nav--next{right:1.6rem}.product-lookbook__progress{position:absolute;bottom:calc(env(safe-area-inset-bottom) + 1.6rem);left:50%;z-index:8;display:flex;width:var(--product-lookbook-progress-width, 16rem);height:3.2rem;align-items:center;transform:translate(-50%);pointer-events:none}.product-lookbook__color-switcher{top:auto;right:1.6rem;bottom:calc(env(safe-area-inset-bottom) + .8rem);left:auto;min-height:4.8rem;gap:.4rem}.product-lookbook__color-button{width:3.2rem;height:4.8rem}}@media(prefers-reduced-motion:reduce){.product-lookbook{animation:none!important}.product-lookbook__progress-thumb,.product-lookbook__chrome{transition:none}.product-lookbook__viewport{scroll-behavior:auto}.product-lookbook__image-frame.is-pdp-media-zoom-animating>img,.product-lookbook__image-frame.is-pdp-media-zoom-animating>.global-media-settings{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/component-product-lookbook.css.map */
