.shop-the-look{overflow:hidden}.shop-the-look__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}.shop-the-look__heading{margin:0;font-size:3.2rem;font-weight:600;line-height:1.2}.shop-the-look__view-all{font-size:1.6rem;font-weight:400;color:rgb(var(--color-foreground))}.shop-the-look__slider{position:relative;width:100%;overflow:hidden}.shop-the-look__slider:not(.swiper-initialized) .swiper-slide:not(:first-child){display:none}.shop-the-look__slide{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media screen and (min-width:990px){.shop-the-look__slide{grid-template-columns:1fr 1fr;gap:1.6rem}}.shop-the-look__image-container{position:relative;width:100%;height:75%;overflow:hidden;border-radius:12px;background-color:rgb(var(--color-background))}.shop-the-look__image{width:100%;height:100%;object-fit:cover;display:block}.shop-the-look__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-foreground),.1)}.shop-the-look__hotspots{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.shop-the-look__hotspot{position:absolute;transform:translate(-50%,-50%);pointer-events:auto;z-index:2}.shop-the-look__hotspot-trigger{width:2.5rem;height:2.5rem;border:none;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;position:relative}.shop-the-look__hotspot-dot{position:absolute;width:1.8rem;height:1.8rem;border-radius:50%;background-color:rgb(var(--color-background));z-index:2;transition:transform .3s ease}.shop-the-look__hotspot-pulse{position:absolute;width:2.5rem;height:2.5rem;border-radius:50%;background-color:rgb(var(--color-foreground));opacity:.2;animation:hotspot-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.shop-the-look__hotspot-icon{position:absolute;width:1.4rem;height:1.4rem;display:flex;align-items:center;justify-content:center;z-index:3;color:rgb(var(--color-foreground))}.card-media-no-image{background-color:rgba(var(--color-foreground),.1);border-radius:12px}@keyframes hotspot-pulse{0%,to{transform:scale(1);opacity:.2}50%{transform:scale(1.3);opacity:0}}.shop-the-look__hotspot-trigger:hover .shop-the-look__hotspot-dot{transform:scale(1.2)}.shop-the-look__hotspot-trigger:focus{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.shop-the-look__hotspot.is-active .shop-the-look__hotspot-pulse{animation:none;opacity:0}.shop-the-look__hotspot.is-active .shop-the-look__hotspot-dot{transform:scale(1.2)}.shop-the-look__hotspot-tooltip{position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%);width:max-content;max-width:280px;background-color:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.15);border-radius:8px;padding:1rem 1.5rem;box-shadow:0 4px 16px #0000001f;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,transform .3s ease;transform:translate(-50%) translateY(-.5rem);z-index:10}.shop-the-look__hotspot-tooltip:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid rgb(var(--color-background));filter:drop-shadow(0 -1px 1px rgba(0,0,0,.05))}.shop-the-look__hotspot.is-active .shop-the-look__hotspot-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.shop-the-look__hotspot-content{color:rgb(var(--color-foreground));font-size:.875rem;line-height:1.6;text-align:center;white-space:normal;word-break:break-word;overflow-wrap:break-word}.shop-the-look .quick-add-modal__toggle{display:none}.shop-the-look .product-card .card-media-child{border-radius:12px}.shop-the-look h2.card-heading.product-grid-heading,.card__heading{font-size:1.6rem}.shop-the-look .price__regular{font-size:1.4rem;color:rgba(var(--color-foreground),.6)}.shop-the-look .card-media:before{padding-bottom:130%}@media screen and (max-width:749px){.shop-the-look__hotspot-tooltip{max-width:240px;padding:.875rem 1.25rem}.shop-the-look__hotspot-content{font-size:1rem;line-height:1.5}}.shop-the-look__products{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media screen and (min-width:750px){.shop-the-look__products{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.shop-the-look__product-card{width:100%}.shop-the-look__controls{display:flex;align-items:center;justify-content:space-between;margin-top:2rem;gap:2rem}.shop-the-look__progress-bar{flex:1;height:2px;background-color:rgba(var(--color-foreground),.15);border-radius:2px;overflow:hidden;position:relative}.shop-the-look__progress-fill{height:100%;background-color:rgb(var(--color-foreground));width:0%;transition:width .3s ease}.shop-the-look__navigation{display:flex;gap:.5rem;flex-shrink:0}.shop-the-look__nav-button{width:4rem;height:4rem;border-radius:50%;border:none;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.shop-the-look__nav-button:disabled{opacity:.3;cursor:not-allowed}.shop-the-look__nav-button svg{width:2rem;height:2rem}@media screen and (max-width:749px){.shop-the-look__controls{margin-top:1.5rem;gap:1rem}.shop-the-look__nav-button{width:2rem;height:2rem}.shop-the-look__nav-button svg{width:1rem;height:1rem}}.shop-the-look__slider .swiper-wrapper{align-items:stretch}.shop-the-look__slider .swiper-slide{height:auto}@media screen and (max-width:990px){.shop-the-look__heading{font-size:2.8rem}.shop-the-look__slide{gap:1.5rem}.shop-the-look__image-container{aspect-ratio:1;height:100%}.shop-the-look__hotspot{width:2rem;height:2rem}.shop-the-look__hotspot-dot{width:1.8rem;height:1.8rem}.shop-the-look__hotspot-pulse{width:1.4rem;height:1.4rem}}
/*# sourceMappingURL=/cdn/shop/t/298/assets/section-shop-the-look.css.map */
