.shop-the-look{overflow:hidden}.shop-the-look__header{text-align:left;margin-bottom:2.5rem;padding-left:20px}.shop-the-look__heading{color:rgb(var(--color-foreground));margin:0;font-size:2.5rem;letter-spacing:-.05rem;font-weight:600;margin:0!important}.shop-the-look__subheading{line-height:1.4;font-size:1.5rem;color:#2e2d2bd1;letter-spacing:0;margin:3px 0 0}.shop-the-look__slider-component{position:relative}.shop-the-look__slider.slider{display:flex;gap:7px;padding-left:10px;padding-right:10px;margin-bottom:0;scroll-padding-left:1.5rem}.shop-the-look__slider.slider .slider__slide{scroll-snap-align:start}@media screen and (min-width:750px){.shop-the-look__slider.slider{padding-left:5rem;padding-right:5rem;scroll-padding-left:5rem}}@media screen and (min-width:990px){.shop-the-look__slider.slider{padding-left:20px;scroll-padding-left:max(5rem,calc((100vw - var(--page-width) + 10rem) / 2))}}.shop-the-look__slide{flex:0 0 auto;width:70vw;max-width:320px}@media screen and (min-width:750px){.shop-the-look__slide{width:38vw;max-width:340px}}@media screen and (min-width:990px){.shop-the-look__slide{width:22vw;max-width:360px}}.shop-the-look__image-wrapper{position:relative;border-radius:7px;overflow:hidden;aspect-ratio:1;background:rgba(var(--color-foreground),.04)}.shop-the-look__image{width:100%;height:100%;object-fit:cover;display:block}.shop-the-look__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.04)}.shop-the-look__placeholder .placeholder-svg{width:60%;height:60%;opacity:.3}.shop-the-look__handle{font-size:1.3rem;color:rgba(var(--color-foreground),.55);margin:1rem 0 0;padding-left:.1rem;font-weight:400;letter-spacing:.01em}.shop-the-look__pin{position:absolute;z-index:2;transform:translate(-50%,-50%)}.shop-the-look__pin-btn{width:2.6rem;height:2.6rem;border-radius:50%;background:#ffffffe0;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a1a1a;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 6px #0000001f,0 1px 2px #00000014;padding:0;position:relative}.shop-the-look__pin-btn:hover{transform:scale(1.12);background:#fff;box-shadow:0 2px 10px #0000002e}.shop-the-look__pin.is-active .shop-the-look__pin-btn{background:#fff;transform:scale(1.12)}.shop-the-look__pin-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1.5px solid rgba(255,255,255,.55);animation:stl-pulse 2.4s cubic-bezier(.25,.46,.45,.94) infinite;pointer-events:none}.shop-the-look__pin.is-active .shop-the-look__pin-btn:after{animation:none;opacity:0}@keyframes stl-pulse{0%{transform:scale(1);opacity:.7}to{transform:scale(2);opacity:0}}.shop-the-look__tooltip{position:absolute;left:calc(100% + 1.2rem);top:50%;transform:translateY(-50%) translate(4px);background:#fff;border-radius:1rem;box-shadow:0 4px 24px #00000024,0 1px 4px #0000000f;padding:1rem 1.2rem;min-width:22rem;max-width:26rem;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease,transform .22s ease;pointer-events:none;z-index:10;white-space:normal}.shop-the-look__pin.is-active .shop-the-look__tooltip{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(-50%) translate(0)}.shop-the-look__pin--flip .shop-the-look__tooltip{left:auto;right:calc(100% + 1.2rem);transform:translateY(-50%) translate(-4px)}.shop-the-look__pin--flip.is-active .shop-the-look__tooltip{transform:translateY(-50%) translate(0)}.shop-the-look__tooltip-close{position:absolute;top:.7rem;right:.7rem;width:2rem;height:2rem;border:none;background:#0000000a;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#0006;padding:0;transition:background-color .15s ease,color .15s ease;z-index:1}.shop-the-look__tooltip-close:hover{background:#00000014;color:#000000b3}.shop-the-look__tooltip-link{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit}.shop-the-look__tooltip-link:hover .shop-the-look__tooltip-name{text-decoration:underline}.shop-the-look__tooltip-img{width:5.2rem;height:5.6rem;flex-shrink:0;border-radius:.5rem;overflow:hidden;background:#f5f5f5}.shop-the-look__tooltip-img img{width:100%;height:100%;object-fit:cover;display:block}.shop-the-look__tooltip-details{display:flex;flex-direction:column;gap:.3rem;flex:1;min-width:0;padding-right:1.6rem}.shop-the-look__tooltip-name{font-size:1.3rem;font-weight:500;line-height:1.35;color:#1a1a1a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-the-look__tooltip-price{font-size:1.25rem;color:#0000008c;font-weight:400}.shop-the-look__tooltip-chevron{flex-shrink:0;color:#00000040;transition:color .15s ease,transform .15s ease}.shop-the-look__tooltip-link:hover .shop-the-look__tooltip-chevron{color:#00000080;transform:translate(2px)}.shop-the-look__nav.slider-buttons{display:block}.shop-the-look__nav-btn.slider-button{position:absolute;top:0;height:calc(100% - 3.2rem);z-index:4;width:4.4rem;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;color:rgba(var(--color-foreground),.8)}.shop-the-look__nav-btn.slider-button .icon{width:2.4rem;height:2.4rem;background:#ffffffeb;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001f;transition:transform .2s ease,box-shadow .2s ease;padding:.5rem}.shop-the-look__nav-btn.slider-button:hover .icon{box-shadow:0 3px 12px #0000002e}.shop-the-look__nav-btn--prev{left:0;padding-left:.8rem}.shop-the-look__nav-btn--next{right:0;padding-right:.8rem}.shop-the-look__nav-btn--prev .icon{transform:rotate(90deg)}.shop-the-look__nav-btn--next .icon{transform:rotate(-90deg)}.shop-the-look__nav-btn--prev:hover .icon{transform:rotate(90deg) scale(1.08)}.shop-the-look__nav-btn--next:hover .icon{transform:rotate(-90deg) scale(1.08)}.shop-the-look__nav-btn[disabled]{opacity:0;pointer-events:none}@media screen and (min-width:750px){.shop-the-look__nav-btn.slider-button{width:5rem}}@media screen and (max-width:749px){.shop-the-look__heading{font-size:2rem;-webkit-text-stroke:.3px currentColor}.shop-the-look-pdp{padding-top:50px!important}.shop-the-look__subheading{font-size:1.4rem;margin-top:0}.shop-the-look__header{margin-bottom:10px;padding-left:10px}.shop-the-look__tooltip{min-width:18rem;max-width:22rem;padding:.8rem 1rem}.shop-the-look__tooltip-img{width:4.4rem;height:4.8rem}.shop-the-look__pin-btn{width:2.2rem;height:2.2rem}.shop-the-look__pin-btn svg{width:10px;height:10px}}.stl-modal[hidden]{display:none!important}.stl-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem}.stl-modal__overlay{position:absolute;display:block!important;top:0;right:0;bottom:0;left:0;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.stl-modal__panel{position:relative;background:#fff;border-radius:1.2rem;max-width:860px;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 8px 40px #0003}.stl-modal__close{position:absolute;top:1.2rem;right:1.2rem;z-index:2;width:3.2rem;height:3.2rem;border:none;background:#0000000d;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:2rem;line-height:1;color:#00000080;transition:background-color .15s ease,color .15s ease}.stl-modal__close:hover{background:#0000001a;color:#000c}.stl-modal__content{display:flex;flex-direction:row}.stl-modal__image-col{flex:0 0 55%;max-height:90vh;overflow:hidden;background:#f5f5f5}.stl-modal__image{width:100%;height:100%;object-fit:cover;display:block}.stl-modal__products-col{flex:1;padding:2.4rem 2rem;overflow-y:auto;max-height:90vh;display:flex;flex-direction:column}.stl-modal__products-heading{font-size:1.6rem;font-weight:600;color:#1a1a1a;margin:0 0 1.6rem;letter-spacing:-.02em}.stl-modal__products-list{display:flex;flex-direction:column;gap:0}.stl-modal__product-card{display:flex;align-items:center;gap:1.2rem;padding:1.2rem 0;text-decoration:none;color:inherit;border-bottom:1px solid rgba(0,0,0,.06);transition:background-color .15s ease}.stl-modal__product-card:last-child{border-bottom:none}.stl-modal__product-card:hover{background-color:#00000005}.stl-modal__product-img{width:6.4rem;height:7.2rem;flex-shrink:0;border-radius:.6rem;overflow:hidden;background:#f5f5f5}.stl-modal__product-img img{width:100%;height:100%;object-fit:cover;display:block}.stl-modal__product-details{flex:1;display:flex;flex-direction:column;gap:.3rem;min-width:0}.stl-modal__product-name{font-size:1.3rem;font-weight:500;line-height:1.35;color:#1a1a1a}.stl-modal__product-price{font-size:1.25rem;color:#0000008c;font-weight:400}.stl-modal__product-arrow{flex-shrink:0;color:#00000040;transition:color .15s ease,transform .15s ease}.stl-modal__product-card:hover .stl-modal__product-arrow{color:#00000080;transform:translate(2px)}.stl-modal__handle{font-size:1.3rem;color:#00000073;margin:auto 0 0;padding-top:1.6rem}@media screen and (max-width:749px){.stl-modal{padding:0;align-items:flex-end}.stl-modal__panel{max-height:95vh;border-radius:1.2rem 1.2rem 0 0;max-width:100%}.stl-modal__content{flex-direction:column}.stl-modal__image-col{flex:0 0 auto;max-height:50vh;aspect-ratio:1}.stl-modal__products-col{max-height:45vh;padding:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-shop-the-look.css.map */
