.lookbook{--lookbook-bg: #0c0c0c;--lookbook-text-color: #f5f4f0;--lookbook-overlay: .25;--lookbook-radius: 2px;position:relative;width:100%;background:var(--lookbook-bg);color:var(--lookbook-text-color);overflow:hidden;isolation:isolate}.lookbook *{box-sizing:border-box}.lookbook__viewport{position:relative;width:100%;height:640px}.lookbook__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;pointer-events:none;z-index:1;transition:opacity .7s ease}.lookbook__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}.lookbook__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.lookbook__img{width:100%;height:100%;object-fit:cover;object-position:center 15%;display:block}.lookbook__img--placeholder{display:flex;align-items:center;justify-content:center;background:#1a1a1a}.lookbook__img--placeholder svg{width:60%;height:60%;opacity:.3}.lookbook__img--mobile{display:none}.lookbook__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,calc(var(--lookbook-overlay) + .35)),rgba(0,0,0,calc(var(--lookbook-overlay) + .1)) 28%,#0000 55%);pointer-events:none}.lookbook__content{position:relative;z-index:3;height:100%;display:flex;align-items:center;width:fit-content;pointer-events:none}.lookbook__text{max-width:360px;padding:0 56px;pointer-events:auto}.lookbook__counter--mobile{display:none}.lookbook__eyebrow{margin:0 0 14px;font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--lookbook-text-color);opacity:.85}.lookbook__title{margin:0 0 8px;font-size:clamp(48px,6vw,76px);font-weight:700;line-height:.95;letter-spacing:-.01em;text-transform:uppercase;color:var(--lookbook-text-color)}.lookbook__title--mobile{display:none}.lookbook__subtitle{margin:0 0 24px;font-size:18px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--lookbook-text-color)}.lookbook__body{margin:0 0 28px;font-size:15px;line-height:1.6;font-weight:400;color:var(--lookbook-text-color);opacity:.85}.lookbook__body p{margin:0}.lookbook__button{display:inline-block;padding:16px 28px;border:1px solid rgba(245,244,240,.6);color:var(--lookbook-text-color);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;background:transparent;transition:background-color .25s ease,color .25s ease,border-color .25s ease;white-space:nowrap}.lookbook__button:hover{background-color:var(--lookbook-text-color);border-color:var(--lookbook-text-color);color:var(--lookbook-bg)}.lookbook__view-products{display:none;background:none;border:none;padding:0;cursor:pointer;color:var(--lookbook-text-color)}.lookbook__nav--desktop{position:absolute;left:56px;bottom:28px;z-index:4;display:flex;align-items:center;gap:14px}.lookbook__nav-current{font-size:12px;font-weight:600;letter-spacing:.08em;color:var(--lookbook-text-color);min-width:18px}.lookbook__nav-track{display:flex;align-items:center;gap:10px}.lookbook__nav-bar{position:relative;-webkit-appearance:none;appearance:none;background:none;border:none;padding:8px 0;cursor:pointer;display:flex;align-items:center}.lookbook__nav-bar:before{content:"";display:block;width:18px;height:1px;background:#f5f4f059;transition:width .3s ease,background-color .3s ease}.lookbook__nav-bar.is-active:before{width:34px;background:var(--lookbook-text-color)}.lookbook__nav-fill,.lookbook__nav--mobile{display:none}.lookbook__rail{position:absolute;top:0;right:0;bottom:0;z-index:4;width:100px;display:flex;flex-direction:column}.lookbook__rail-thumb{position:relative;flex:1 1 25%;border:none;padding:0;margin:0;cursor:pointer;overflow:hidden;background:#050505}.lookbook__rail-thumb img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.55);transition:filter .25s ease,transform .4s ease}.lookbook__rail-thumb.is-active img{filter:brightness(1)}.lookbook__rail-thumb:hover img{filter:brightness(.85)}.lookbook__rail-thumb.is-active:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid var(--lookbook-text-color);pointer-events:none}.lookbook__arrow-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;display:none;align-items:center;justify-content:center;background:#0c0c0c59;border:1px solid rgba(245,244,240,.3);border-radius:50%;color:var(--lookbook-text-color);cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.lookbook__arrow-btn:hover{background:#0c0c0c99;border-color:#f5f4f0b3}.lookbook__arrow-btn--prev{left:20px}.lookbook__arrow-btn--next{right:120px}.lookbook__hotspots{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.lookbook__hotspot{position:absolute;display:flex;align-items:center;text-decoration:none;color:var(--lookbook-text-color);background:none;border:none;padding:0;cursor:pointer}.lookbook__hotspot--mobile-top-left{top:14%;left:14%;transform:translate(-50%,-50%)}.lookbook__hotspot--mobile-top-center{top:14%;left:50%;transform:translate(-50%,-50%)}.lookbook__hotspot--mobile-top-right{top:14%;left:86%;transform:translate(-50%,-50%)}.lookbook__hotspot--mobile-middle-left{top:50%;left:14%;transform:translate(-50%,-50%)}.lookbook__hotspot--mobile-center{top:50%;left:50%;transform:translate(-50%,-50%)}.lookbook__hotspot--mobile-middle-right{top:50%;left:86%;transform:translate(-50%,-50%)}.lookbook__hotspot--mobile-bottom-left{top:82%;left:14%;transform:translate(-50%,-50%)}.lookbook__hotspot--mobile-bottom-center{top:82%;left:50%;transform:translate(-50%,-50%)}.lookbook__hotspot--mobile-bottom-right{top:82%;left:86%;transform:translate(-50%,-50%)}.lookbook__hotspot.has-mobile-x{left:var(--hx-mobile)}.lookbook__hotspot.has-mobile-y{top:var(--hy-mobile)}@media screen and (min-width:750px){.lookbook__hotspot--desktop-top-left{top:14%;left:24%;transform:translate(-50%,-50%)}.lookbook__hotspot--desktop-top-center{top:14%;left:50%;transform:translate(-50%,-50%)}.lookbook__hotspot--desktop-top-right{top:14%;left:86%;transform:translate(-50%,-50%)}.lookbook__hotspot--desktop-middle-left{top:50%;left:24%;transform:translate(-50%,-50%)}.lookbook__hotspot--desktop-center{top:50%;left:50%;transform:translate(-50%,-50%)}.lookbook__hotspot--desktop-middle-right{top:50%;left:86%;transform:translate(-50%,-50%)}.lookbook__hotspot--desktop-bottom-left{top:82%;left:24%;transform:translate(-50%,-50%)}.lookbook__hotspot--desktop-bottom-center{top:82%;left:50%;transform:translate(-50%,-50%)}.lookbook__hotspot--desktop-bottom-right{top:82%;left:86%;transform:translate(-50%,-50%)}.lookbook__hotspot--desktop-top-left,.lookbook__hotspot--desktop-middle-left,.lookbook__hotspot--desktop-bottom-left{left:46%}.lookbook__hotspot.has-desktop-x{left:var(--hx-desktop)}.lookbook__hotspot.has-desktop-y{top:var(--hy-desktop)}}.lookbook__hotspot--desktop-top-right .lookbook__hotspot-card,.lookbook__hotspot--desktop-middle-right .lookbook__hotspot-card,.lookbook__hotspot--desktop-bottom-right .lookbook__hotspot-card,.lookbook__hotspot--mobile-top-right .lookbook__hotspot-card,.lookbook__hotspot--mobile-middle-right .lookbook__hotspot-card,.lookbook__hotspot--mobile-bottom-right .lookbook__hotspot-card{order:-1}.lookbook__hotspot--desktop-top-right:hover .lookbook__hotspot-card,.lookbook__hotspot--desktop-top-right:focus-visible .lookbook__hotspot-card,.lookbook__hotspot--desktop-middle-right:hover .lookbook__hotspot-card,.lookbook__hotspot--desktop-middle-right:focus-visible .lookbook__hotspot-card,.lookbook__hotspot--desktop-bottom-right:hover .lookbook__hotspot-card,.lookbook__hotspot--desktop-bottom-right:focus-visible .lookbook__hotspot-card,.lookbook__hotspot--mobile-top-right:hover .lookbook__hotspot-card,.lookbook__hotspot--mobile-top-right:focus-visible .lookbook__hotspot-card,.lookbook__hotspot--mobile-middle-right:hover .lookbook__hotspot-card,.lookbook__hotspot--mobile-middle-right:focus-visible .lookbook__hotspot-card,.lookbook__hotspot--mobile-bottom-right:hover .lookbook__hotspot-card,.lookbook__hotspot--mobile-bottom-right:focus-visible .lookbook__hotspot-card{margin-left:0;margin-right:10px}.lookbook__hotspot-dot{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1px solid rgba(245,244,240,.85);background:#0c0c0c40;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);flex-shrink:0;position:relative;z-index:2;transition:transform .2s ease,background-color .2s ease}.lookbook__hotspot:hover .lookbook__hotspot-dot{transform:scale(1.08);background:#0c0c0c8c}.lookbook__hotspot-plus{position:relative;width:12px;height:12px}.lookbook__hotspot-plus:before,.lookbook__hotspot-plus:after{content:"";position:absolute;background:var(--lookbook-text-color)}.lookbook__hotspot-plus:before{left:50%;top:0;width:1.4px;height:100%;transform:translate(-50%)}.lookbook__hotspot-plus:after{top:50%;left:0;height:1.4px;width:100%;transform:translateY(-50%)}.lookbook__hotspot-card{display:flex;align-items:center;gap:10px;max-width:0;opacity:0;overflow:hidden;background:#0c0c0cd9;border:1px solid rgba(245,244,240,.2);border-radius:4px;transition:max-width .28s ease,opacity .2s ease,margin .28s ease;white-space:nowrap}.lookbook__hotspot:hover .lookbook__hotspot-card,.lookbook__hotspot:focus-visible .lookbook__hotspot-card{max-width:220px;opacity:1;margin-left:10px}.lookbook__hotspot-card img{width:44px;height:44px;object-fit:cover;flex-shrink:0}.lookbook__hotspot-info{display:flex;flex-direction:column;padding:6px 12px 6px 0;gap:2px}.lookbook__hotspot-title{font-size:12px;color:#fff;font-weight:500}.lookbook__hotspot-price{font-size:12px;opacity:1;color:#fff}@media screen and (max-width:749px){.lookbook__viewport{height:auto}.lookbook__slide{position:relative}.lookbook__slide:not(.is-active){display:none}.lookbook__media{position:relative;aspect-ratio:9 / 13;height:auto}.lookbook__img--desktop{display:none}.lookbook__img--mobile{display:block}.lookbook__overlay{background:linear-gradient(180deg,rgba(0,0,0,calc(var(--lookbook-overlay) + .1)),rgba(0,0,0,calc(var(--lookbook-overlay) - .05)) 40%,rgba(0,0,0,calc(var(--lookbook-overlay) + .25)))}.lookbook__content{position:absolute;top:0;right:0;bottom:0;left:0;align-items:flex-start;pointer-events:none}.lookbook__text{width:100%;max-width:none;height:100%;padding:22px 20px 20px;display:flex;flex-direction:column;pointer-events:none}.lookbook__counter--mobile{display:block;pointer-events:auto;margin:0 0 10px;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;opacity:.85}.lookbook__eyebrow,.lookbook__title--desktop{display:none}.lookbook__title--mobile{display:block;pointer-events:auto;font-size:30px;line-height:1.05;margin:0 0 4px;max-width:220px}.lookbook__subtitle,.lookbook__body,.lookbook__button{display:none}.lookbook__hotspots{pointer-events:auto}.lookbook__view-products{display:flex;pointer-events:auto;margin-top:auto;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;border-top:1px solid rgba(245,244,240,.35);color:var(--lookbook-text-color);text-decoration:none;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.lookbook__arrow{display:inline-flex;align-items:center}.lookbook__nav--desktop,.lookbook__rail,.lookbook__nav--mobile{display:none}.lookbook__arrow-btn{width:36px;height:36px;top:30%}.lookbook__arrow-btn--prev{left:12px}.lookbook__arrow-btn--next{right:12px}.lookbook__hotspot--mobile-top-left,.lookbook__hotspot--mobile-top-center,.lookbook__hotspot--mobile-top-right{top:22%}.lookbook__hotspot-card{display:none}.lookbook__hotspot-dot{width:38px;height:38px}}@media screen and (min-width:750px)and (max-width:1023px){.lookbook__viewport{height:540px}.lookbook__text{padding-left:36px;max-width:320px}.lookbook__title{font-size:56px}.lookbook__rail{width:80px}.lookbook__nav--desktop{left:36px}}@media(prefers-reduced-motion:reduce){.lookbook__slide,.lookbook__nav-bar:before,.lookbook__hotspot-card,.lookbook__hotspot-dot,.lookbook__rail-thumb img{transition:none!important}}.lookbook__button:focus-visible,.lookbook__nav-bar:focus-visible,.lookbook__rail-thumb:focus-visible,.lookbook__arrow-btn:focus-visible,.lookbook__hotspot:focus-visible,.lookbook__view-products:focus-visible{outline:2px solid var(--lookbook-text-color);outline-offset:3px}.lookbook__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;visibility:hidden;pointer-events:none}.lookbook__drawer[data-open]{visibility:visible;pointer-events:auto}.lookbook__drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;opacity:0;transition:opacity .28s ease}.lookbook__drawer[data-open] .lookbook__drawer-backdrop{opacity:1}.lookbook__drawer-panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:380px;background:#111;color:#f5f4f0;display:flex;flex-direction:column;transform:translate(100%);transition:transform .32s cubic-bezier(.4,0,.2,1)}.lookbook__drawer[data-open] .lookbook__drawer-panel{transform:translate(0)}.lookbook__drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid rgba(245,244,240,.15);flex-shrink:0}.lookbook__drawer-title{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.lookbook__drawer-close{background:none;border:none;color:#f5f4f0;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;opacity:.75;transition:opacity .15s ease}.lookbook__drawer-close:hover{opacity:1}.lookbook__drawer-list{flex:1 1 auto;overflow-y:auto;padding:8px 0}.lookbook__drawer-item{display:none;align-items:center;gap:14px;padding:14px 22px;text-decoration:none;color:#f5f4f0;border-bottom:1px solid rgba(245,244,240,.08);transition:background-color .15s ease}.lookbook__drawer-item.is-visible{display:flex}.lookbook__drawer-item:hover{background:#f5f4f00d}.lookbook__drawer-item img{width:64px;height:64px;object-fit:cover;flex-shrink:0;background:#1a1a1a}.lookbook__drawer-item-info{display:flex;flex-direction:column;gap:4px;flex:1 1 auto;min-width:0}.lookbook__drawer-item-title{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lookbook__drawer-item-price{font-size:13px;opacity:.7;display:flex;gap:8px}.lookbook__drawer-item-price--sale{opacity:1;color:#ff6b5e}.lookbook__drawer-item-price--compare{text-decoration:line-through;opacity:.5}.lookbook__drawer-item-arrow{flex-shrink:0;opacity:.6}.lookbook__drawer-empty{padding:40px 22px;text-align:center;font-size:13px;opacity:.6}@media(prefers-reduced-motion:reduce){.lookbook__drawer-backdrop,.lookbook__drawer-panel{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/41/assets/lookbook-slideshow.css.map */
