.shop-the-look{--stl-bg-color: #ffffff;--stl-text-color: #1a1a1a;--stl-accent-color: #000000;--stl-hotspot-color: #ffffff;--stl-hotspot-size: 24px;--stl-image-ratio: 3/4;--stl-section-padding-top: 60px;--stl-section-padding-bottom: 60px;--stl-transition: cubic-bezier(.4, 0, .2, 1);padding-top:var(--stl-section-padding-top);padding-bottom:var(--stl-section-padding-bottom);background-color:var(--stl-bg-color);color:var(--stl-text-color);overflow:hidden}.shop-the-look__container{width:100%;max-width:1600px;margin:0 auto;padding:0 20px}@media (min-width: 750px){.shop-the-look__container{padding:0 40px}}.shop-the-look__header{text-align:center;margin-bottom:40px}.shop-the-look__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;letter-spacing:-.02em;margin:0 0 12px;color:var(--stl-text-color)}.shop-the-look__subtitle{font-size:1rem;color:var(--stl-text-color);opacity:.7;max-width:500px;margin:0 auto}.shop-the-look__carousel-wrapper{display:flex;align-items:center;gap:16px}.shop-the-look__carousel{flex:1;min-width:0;overflow:hidden;border-radius:8px}.shop-the-look__track{display:flex;transition:transform .5s var(--stl-transition)}.shop-the-look__slide{flex:0 0 100%;width:100%;opacity:0;transition:opacity .5s var(--stl-transition)}.shop-the-look__slide.is-active{opacity:1}.shop-the-look__slide-inner{display:grid;grid-template-columns:1fr;gap:24px;max-width:1000px;margin:0 auto}@media (min-width: 990px){.shop-the-look__slide-inner{grid-template-columns:1fr 380px;gap:40px;align-items:start}}@media (min-width: 1200px){.shop-the-look__slide-inner{grid-template-columns:1fr 440px}}.shop-the-look__image-container{position:relative}.shop-the-look__image-wrapper{position:relative;aspect-ratio:var(--stl-image-ratio);overflow:hidden;border-radius:8px;max-height:800px;background-color:#f5f5f5}.shop-the-look__image{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--stl-transition)}.shop-the-look__slide:hover .shop-the-look__image{transform:scale(1.02)}.shop-the-look__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#e5e5e5}.shop-the-look__placeholder-svg{width:60%;height:auto;opacity:.4}.shop-the-look__look-info{margin-top:16px}.shop-the-look__look-title{font-size:1.25rem;font-weight:500;margin:0 0 8px}.shop-the-look__look-description{font-size:.9rem;opacity:.7;margin:0;line-height:1.6}.shop-the-look__hotspots{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.shop-the-look__hotspot{position:absolute;width:var(--stl-hotspot-size);height:var(--stl-hotspot-size);transform:translate(-50%,-50%);pointer-events:auto;background:none;border:none;padding:0;cursor:pointer;z-index:10;transition:transform .3s var(--stl-transition)}.shop-the-look__hotspot-dot{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--stl-hotspot-color);border-radius:50%;box-shadow:0 2px 8px #0000004d;transition:transform .3s var(--stl-transition),box-shadow .3s var(--stl-transition)}.shop-the-look__hotspot-dot:before{content:"+";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:calc(var(--stl-hotspot-size) * .6);font-weight:300;color:var(--stl-accent-color);transition:transform .3s var(--stl-transition)}.shop-the-look__hotspot:hover .shop-the-look__hotspot-dot{transform:scale(1.1);box-shadow:0 4px 12px #00000040}.shop-the-look__hotspot.is-active{transform:translate(-50%,-50%) scale(1.25);z-index:15}.shop-the-look__hotspot.is-active .shop-the-look__hotspot-dot{box-shadow:0 4px 16px #00000059}.shop-the-look__hotspot.is-active .shop-the-look__hotspot-dot:before{transform:rotate(45deg)}.shop-the-look__hotspot-pulse{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background-color:var(--stl-hotspot-color);opacity:0;animation:hotspot-pulse 2s infinite}.shop-the-look__hotspot.is-active .shop-the-look__hotspot-pulse{animation:none;opacity:0}@keyframes hotspot-pulse{0%{transform:scale(.8);opacity:.5}to{transform:scale(1.8);opacity:0}}@media (min-width: 990px){.shop-the-look__products{display:flex;flex-direction:column;gap:20px;position:sticky;top:20px;max-height:var(--stl-image-max-height)}}.shop-the-look__products-header{display:flex;justify-content:space-between;align-items:center}.shop-the-look__products-title{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--stl-text-color)}.shop-the-look__products-nav{display:flex;align-items:center;gap:12px}.shop-the-look__products-counter{font-size:.85rem;font-weight:500;color:var(--stl-text-color);opacity:.7;min-width:50px;text-align:center}.shop-the-look__products-nav-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid currentColor;border-radius:50%;cursor:pointer;color:var(--stl-text-color);transition:all .3s var(--stl-transition)}.shop-the-look__products-nav-btn:hover{background-color:var(--stl-accent-color);border-color:var(--stl-accent-color);color:var(--stl-bg-color)}.shop-the-look__products-display{position:relative;overflow:hidden;border-radius:8px}.shop-the-look__product-wrapper{display:none;opacity:0;transform:translate(20px);transition:opacity .4s var(--stl-transition),transform .4s var(--stl-transition)}.shop-the-look__product-wrapper.is-active{display:block;opacity:1;transform:translate(0)}.shop-the-look__product-card{background-color:#f8f8f8;border-radius:8px;overflow:hidden;transition:all .4s var(--stl-transition);text-decoration:none;color:inherit;display:block}.shop-the-look__product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.shop-the-look__product-image{position:relative;aspect-ratio:1;overflow:hidden;background-color:#f0f0f0}.shop-the-look__product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--stl-transition)}.shop-the-look__product-card:hover .shop-the-look__product-image img{transform:scale(1.05)}.shop-the-look__product-badge{position:absolute;top:10px;left:10px;padding:4px 10px;background-color:var(--stl-accent-color);color:var(--stl-bg-color);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:4px}.shop-the-look__product-info{padding:20px}.shop-the-look__product-vendor{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;opacity:.6;margin-bottom:6px}.shop-the-look__product-title{font-size:1.1rem;font-weight:500;margin:0 0 10px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-the-look__product-price{display:flex;align-items:center;gap:8px;font-size:1rem;margin-bottom:16px}.shop-the-look__product-price--sale{font-weight:600;color:#c41e3a}.shop-the-look__product-price--compare{text-decoration:line-through;opacity:.5;font-size:.9rem}.shop-the-look__product-cta{display:inline-flex;align-items:center;gap:6px;padding:12px 20px;background-color:var(--stl-accent-color);color:var(--stl-bg-color);font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.03em;border:none;border-radius:4px;cursor:pointer;transition:all .3s var(--stl-transition);width:100%;justify-content:center}.shop-the-look__product-cta:hover{opacity:.85}.shop-the-look__product-cta svg{width:14px;height:14px}.shop-the-look__carousel-wrapper{display:flex;align-items:center;gap:16px;max-width:1100px;margin:0 auto}.shop-the-look__nav{display:none}@media (min-width: 750px){.shop-the-look__nav{display:flex;flex-direction:column;gap:12px;flex-shrink:0}}.shop-the-look__nav--prev{order:-1}.shop-the-look__nav--next{order:1}.shop-the-look__carousel{flex:1;min-width:0}.shop-the-look__nav-btn{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:var(--stl-bg-color);border:1px solid var(--stl-text-color);border-radius:50%;cursor:pointer;transition:all .3s var(--stl-transition);color:var(--stl-text-color)}.shop-the-look__nav-btn:hover{background-color:var(--stl-accent-color);border-color:var(--stl-accent-color);color:var(--stl-bg-color);transform:scale(1.05)}.shop-the-look__nav-btn svg{width:24px;height:24px}.shop-the-look__nav-mobile{display:flex;justify-content:center;gap:16px;margin-top:20px}@media (min-width: 750px){.shop-the-look__nav-mobile{display:none}}.shop-the-look__nav-mobile .shop-the-look__nav-btn{width:44px;height:44px}.shop-the-look__dots{display:flex;justify-content:center;gap:10px;margin-top:24px}.shop-the-look__dot{width:10px;height:10px;background-color:var(--stl-text-color);opacity:.25;border:none;border-radius:50%;cursor:pointer;padding:0;transition:all .3s var(--stl-transition)}.shop-the-look__dot:hover{opacity:.5}.shop-the-look__dot.is-active{opacity:1;transform:scale(1.2)}@media (max-width: 749px){.shop-the-look__header{margin-bottom:24px}.shop-the-look__carousel-wrapper{gap:0}.shop-the-look__dots{margin-top:16px}.shop-the-look__hotspot-pulse{display:none}}.shop-the-look__hotspot:focus-visible{outline:2px solid var(--stl-accent-color);outline-offset:2px}.shop-the-look__nav-btn:focus-visible,.shop-the-look__dot:focus-visible,.shop-the-look__products-nav-btn:focus-visible{outline:2px solid var(--stl-accent-color);outline-offset:2px}.shop-the-look__product-card:focus-visible{outline:2px solid var(--stl-accent-color);outline-offset:2px}@media (prefers-reduced-motion: reduce){.shop-the-look__track,.shop-the-look__slide,.shop-the-look__image,.shop-the-look__product-card,.shop-the-look__product-wrapper,.shop-the-look__hotspot,.shop-the-look__hotspot-dot,.shop-the-look__nav-btn,.shop-the-look__dot{transition:none}.shop-the-look__hotspot-pulse{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/shop-the-look.css.map */
