.lookbook__header{width:fit-content;position:relative;margin:0 auto 55px}.lookbook__subtitle{position:absolute;left:-242px;top:44px;font-family:Mateur;font-weight:500;font-size:22px;line-height:120%;color:#eb6163}.lookbook__subtitle:before{content:"";position:absolute;top:calc(100% + 3px);left:-4px;right:-4px;background:var(--lookbook-underline);background-size:100% 100%;height:2px;pointer-events:none}.lookbook__subtitle:after{content:"";position:absolute;top:-24px;right:-100px;background:var(--lookbook-arrow);background-size:100% 100%;width:68px;height:24px;pointer-events:none}.lookbook__title{width:fit-content;font-family:Neutral Face;font-weight:700;font-size:60px;line-height:100%;text-align:center}.lookbook__content{mix-blend-mode:darken}.lookbook__slide-trigger{display:flex;width:100%;cursor:pointer}.lookbook__slide-trigger img,.lookbook__slide-trigger svg{width:100%;height:100%;aspect-ratio:328 / 610;object-fit:cover;pointer-events:none}.lookbook__nav{display:flex;justify-content:center;gap:12px;margin-top:24px}.lookbook__nav-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid #292D32;background:transparent;cursor:pointer;transition:transform .3s}.lookbook__nav-btn svg{width:16px;height:16px}.lookbook__nav-prev:hover{transform:translate(-3px)}.lookbook__nav-next:hover{transform:translate(3px)}.lookbook__popup{position:fixed;top:0;left:0;width:100vw;height:100dvh;z-index:6;padding:10px;transition:backdrop-filter .3s,background-color .3s;pointer-events:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.lookbook__popup.open{background-color:#0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:all}.lookbook__popup-inner{background-color:#fafbf6;border-radius:16px;width:100%;max-width:900px;max-height:100%;overflow:auto;opacity:0;transition:opacity .3s;position:relative;cursor:auto}.lookbook__popup.open .lookbook__popup-inner{opacity:1}.lookbook__popup-block:not(.active){display:none}.lookbook__popup-close{position:absolute;top:52px;right:60px;display:flex}.lookbook__popup-close img{width:52px;height:52px;pointer-events:none}.lookbook__popup-title{padding:60px 64px 30px;border-bottom:1px solid #292D321A;font-size:38px;line-height:110%;font-weight:700;font-family:Neutral Face;margin:0 0 16px}.lookbook__popup-details{display:flex;gap:72px;padding:0 60px 40px 48px}.lookbook__popup-media{width:220px}.lookbook__popup-media img{width:100%;height:fit-content;mix-blend-mode:darken}.lookbook__popup-list{display:flex;flex:1;flex-direction:column;gap:8px}.lookbook-item{width:100%;border-radius:16px;padding:4px;display:flex;align-items:center;gap:40px;position:relative;background-color:#efefef}.lookbook-item wishlist-toggle{position:absolute;top:20px;right:20px}.lookbook-item__media{display:flex}.lookbook-item__media img,.lookbook-item__media svg{width:165px;height:fit-content;aspect-ratio:5 / 7;border-radius:12px;object-fit:cover}.lookbook-item__content{flex:1}.lookbook-item__title{font-size:15px;font-weight:500;line-height:100%;margin:0 0 12px;text-decoration:none;display:block}.lookbook-item__price{display:flex;font-weight:500;font-size:15px;line-height:100%;letter-spacing:0;color:#292d32;flex-wrap:wrap;gap:4px 0;margin:0 0 12px}.lookbook-item__price-compare{color:#292d3240;text-decoration:line-through;margin-right:12px}.lookbook-item__price-compare:empty{display:none}.lookbook-item__price-compare:not(:empty)+.lookbook-item__price-main{color:#eb6163}.lookbook-item__options{display:flex;flex-direction:column;gap:12px;margin:0 0 12px}.lookbook-item__swatches{display:flex;gap:4px;flex-wrap:wrap}.lookbook-item__swatch{display:flex;width:16px;height:16px;border-radius:100px;background:var(--swatch-option, #ccc);cursor:pointer;border:2px solid #efefef;position:relative}.lookbook-item__swatch:after{content:"";width:100%;height:1px;background-color:#e0e0e0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);opacity:0;pointer-events:none}.lookbook-item__swatch:has(input:checked){box-shadow:0 0 0 1px #292d3235}.lookbook-item__swatch:has(input:disabled){cursor:no-drop}.lookbook-item__swatch:has(input:disabled):after{opacity:1}.lookbook-item__option-values{display:flex;flex-wrap:wrap;gap:8px}.lookbook-item__option-value{width:fit-content;min-width:35px;height:26px;white-space:nowrap;padding:2px 4px 1px;border:1px solid #292D321A;border-radius:6px;font-size:12px;line-height:100%;font-weight:500;color:#292d3259;overflow:hidden;transition:border-color .3s,color .3s;position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}.lookbook-item__option-value:after{content:"";width:150%;height:1px;background-color:#e5e6e2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-30deg);opacity:0;pointer-events:none}.lookbook-item__option-value:has(input:checked){border-color:#292d32;color:#292d32}.lookbook-item__option-value:has(input:disabled){cursor:no-drop}.lookbook-item__option-value:has(input:disabled):after{opacity:1}.lookbook-item__button{width:100%;max-width:210px;height:38px;font-size:12px;border-radius:8px}.lookbook-item__button .icon-loading{position:absolute;width:16px}.loading .lookbook-item__button .lookbook-item__button-label{opacity:0}@media screen and (max-width:1200px){.lookbook__subtitle{position:unset;margin:0 0 20px;text-align:center}.lookbook__subtitle:before,.lookbook__subtitle:after{display:none}}@media screen and (max-width:749px){.lookbook__nav{display:none}.lookbook__header{margin:0 auto 20px}.lookbook__subtitle{font-size:16px;margin:0 0 16px}.lookbook__title{width:100%;max-width:250px;margin:0 auto;font-size:35px}.lookbook__slide-trigger img,.lookbook__slide-trigger svg{aspect-ratio:226 / 420}.lookbook__popup-inner{height:100%}.lookbook__popup-close{top:10px;right:10px}.lookbook__popup-close img{width:40px;height:40px}.lookbook__popup-title{padding:70px 20px 16px;font-size:25px;text-align:center}.lookbook__popup-details{flex-direction:column;padding:0 24px 40px}.lookbook__popup-media{display:none}.lookbook__popup-list{gap:60px}.lookbook-item{border-radius:10px;padding:5px;gap:16px}.lookbook-item wishlist-toggle{top:10px;right:10px}.lookbook-item__media{display:flex}.lookbook-item__media img,.lookbook-item__media svg{width:100px;aspect-ratio:5 / 7;border-radius:8px}.lookbook-item__title,.lookbook-item__price{font-size:13px;margin:0 0 10px}.lookbook-item__options{gap:10px;margin:0}.lookbook-item__swatches{gap:3px}.lookbook-item__swatch{width:18px;height:18px;border:3px solid #efefef}.lookbook-item__option-values{gap:4px}.lookbook-item__option-value{min-width:32px;height:22px;padding:2px 2px 1px;font-size:11px}.lookbook-item__button{position:absolute;top:calc(100% + 5px);left:0;max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/lookbook.css.map */
