.lookbook-slider{background-color:var(--lookbook-bg, #ffffff);color:var(--lookbook-text, #1a1a1a);padding-top:var(--lookbook-padding-top, 40px);padding-bottom:var(--lookbook-padding-bottom, 40px)}.lookbook-slider__container{display:grid;grid-template-columns:1fr 1fr;gap:var(--lookbook-gap, 40px);align-items:center;height:var(--lookbook-image-height, 650px)}.lookbook-slider__image-column{position:relative;overflow:hidden;height:var(--lookbook-image-height, 650px)}.lookbook-slider__images{position:relative;width:100%;height:100%}.lookbook-slider__image-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .6s ease,visibility .6s ease}.lookbook-slider__image-slide.is-active{opacity:1;visibility:visible;position:relative}.lookbook-slider__featured-image{width:100%;height:100%;object-fit:cover;display:block}.lookbook-slider__placeholder{width:100%;height:100%;background-color:#e5e5e5;display:flex;align-items:center;justify-content:center}.lookbook-slider__placeholder .placeholder-svg{width:50%;height:auto;opacity:.5}.lookbook-slider__overlay{position:absolute;padding:30px;max-width:80%;z-index:2}.lookbook-slider__overlay--top-left{top:0;left:0}.lookbook-slider__overlay--top-center{top:0;left:50%;transform:translate(-50%);text-align:center}.lookbook-slider__overlay--top-right{top:0;right:0;text-align:right}.lookbook-slider__overlay--center-left{top:50%;left:0;transform:translateY(-50%)}.lookbook-slider__overlay--center{top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.lookbook-slider__overlay--center-right{top:50%;right:0;transform:translateY(-50%);text-align:right}.lookbook-slider__overlay--bottom-left{bottom:0;left:0}.lookbook-slider__overlay--bottom-center{bottom:0;left:50%;transform:translate(-50%);text-align:center}.lookbook-slider__overlay--bottom-right{bottom:0;right:0;text-align:right}.lookbook-slider__subtitle{font-size:12px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;margin:0 0 8px;color:#ffffffd9}.lookbook-slider__title{font-size:14px;font-weight:400;line-height:1.6;margin:0;color:#ffffffe6;font-style:italic}.lookbook-slider__product-column{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;height:var(--lookbook-image-height, 650px)}.lookbook-slider__products{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.lookbook-slider__product-slide{position:absolute;width:100%;opacity:0;visibility:hidden;transition:opacity .6s ease,visibility .6s ease}.lookbook-slider__product-slide.is-active{opacity:1;visibility:visible;position:relative}.lookbook-slider__product-card{display:block;text-decoration:none;color:inherit;max-width:450px;margin:0 auto}.lookbook-slider__product-card:hover{text-decoration:none}.lookbook-slider__product-image-wrapper{position:relative;overflow:hidden;margin-bottom:12px;aspect-ratio:1/1}.lookbook-slider__product-image{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .4s ease}.lookbook-slider__product-image--secondary{position:absolute;top:0;left:0;opacity:0}.lookbook-slider__product-image-wrapper:has(.lookbook-slider__product-image--secondary):hover .lookbook-slider__product-image:not(.lookbook-slider__product-image--secondary){opacity:0}.lookbook-slider__product-image-wrapper:hover .lookbook-slider__product-image--secondary{opacity:1}.lookbook-slider__product-info{position:relative}.lookbook-slider__product-meta{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:4px}.lookbook-slider__product-title{font-size:14px;font-weight:400;margin:0;line-height:1.4;color:var(--lookbook-text, #1a1a1a)}.lookbook-slider__product-price{font-size:14px;font-weight:400;line-height:1.4;white-space:nowrap}.lookbook-slider__price--compare{text-decoration:line-through;opacity:.6;margin-right:8px}.lookbook-slider__price--sale{color:#c41e3a}.lookbook-slider__product-variants{font-size:12px;color:#0009;margin:0}.lookbook-slider__product-badge{position:absolute;top:-60px;left:20px;background-color:var(--lookbook-accent, #1a1a1a);color:#fff;padding:4px 12px;font-size:11px;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.lookbook-slider__navigation{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:24px}.lookbook-slider__dots{display:flex;gap:8px;align-items:center;justify-content:center}.lookbook-slider__dot{width:8px;height:8px;border-radius:50%;border:none;background-color:#0003;cursor:pointer;padding:0;transition:background-color .3s ease,transform .3s ease}.lookbook-slider__dot:hover{background-color:#0006}.lookbook-slider__dot.is-active{background-color:var(--lookbook-accent, #1a1a1a)}.lookbook-slider__arrow{width:40px;height:40px;border:1px solid rgba(0,0,0,.2);background:transparent;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0;color:var(--lookbook-text, #1a1a1a)}.lookbook-slider__arrow:hover{background-color:var(--lookbook-accent, #1a1a1a);border-color:var(--lookbook-accent, #1a1a1a);color:#fff}.lookbook-slider__arrow svg{width:20px;height:20px}.lookbook-slider__counter{text-align:center;margin-top:16px;font-size:13px;color:#00000080;letter-spacing:.05em}.lookbook-slider__counter-separator{margin:0 4px}@media screen and (max-width: 990px){.lookbook-slider__container{grid-template-columns:1fr;gap:30px;height:auto}.lookbook-slider__image-column{order:1;height:450px}.lookbook-slider__product-column{order:2;height:auto}.lookbook-slider__product-slide:not(.is-active){display:none}.lookbook-slider__product-card{max-width:350px}}@media screen and (max-width: 749px){.lookbook-slider{padding-top:30px;padding-bottom:30px}.lookbook-slider__image-column{height:400px}.lookbook-slider__overlay{padding:20px;max-width:90%}.lookbook-slider__title{font-size:13px}.lookbook-slider__product-card{max-width:100%}.lookbook-slider__product-image-wrapper{aspect-ratio:1/1}.lookbook-slider__navigation{margin-top:20px}.lookbook-slider__arrow{width:36px;height:36px}}.lookbook-slider__image-slide{transform:scale(1.02)}.lookbook-slider__image-slide.is-active{transform:scale(1);transition:opacity .6s ease,visibility .6s ease,transform .8s ease}.lookbook-slider__product-slide{transform:translate(20px)}.lookbook-slider__product-slide.is-active{transform:translate(0);transition:opacity .5s ease .1s,visibility .5s ease .1s,transform .5s ease .1s}@media screen and (max-width: 990px){.lookbook-slider__product-slide{transform:translate(20px)}.lookbook-slider__product-slide.is-active{transform:translate(0)}}.lookbook-slider__dot:focus-visible,.lookbook-slider__arrow:focus-visible,.lookbook-slider__product-card:focus-visible{outline:2px solid var(--lookbook-accent, #1a1a1a);outline-offset:2px}.lookbook-slider__dot:focus,.lookbook-slider__arrow:focus{outline:none}
/*# sourceMappingURL=/cdn/shop/t/21/assets/lookbook-slider.css.map */
