.shop-the-look-wrapper{width:100%;padding:2rem 0}.shop-the-look{position:relative;width:100%}.shop-the-look__header{text-align:center;margin-bottom:3rem}.shop-the-look__title{margin-bottom:1rem}.shop-the-look__description{color:rgba(var(--color-foreground),.75);max-width:600px;margin:0 auto}.shop-the-look__container{position:relative;width:100%}.shop-the-look__carousel{position:relative;width:100%;overflow:hidden;border-radius:8px}.shop-the-look__slides{position:relative;width:100%;height:auto}.shop-the-look__slide{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:opacity .5s ease-in-out,visibility .5s ease-in-out;z-index:1}.shop-the-look__slide.active{position:relative;opacity:1;visibility:visible;z-index:2}.shop-the-look__image-wrapper{position:relative;display:inline-block;width:100%;max-width:100%}.shop-the-look__image{width:100%;height:auto;display:block}.shop-the-look__nav{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;background:rgba(var(--color-background),.9);border:1px solid rgba(var(--color-foreground),.2);border-radius:50%;cursor:pointer;z-index:15;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.shop-the-look__nav:hover{background:rgb(var(--color-background));border-color:rgba(var(--color-foreground),.4);transform:translateY(-50%) scale(1.1)}.shop-the-look__nav:active{transform:translateY(-50%) scale(.95)}.shop-the-look__nav--prev{left:1rem}.shop-the-look__nav--next{right:1rem}.shop-the-look__nav svg{width:20px;height:20px;color:rgb(var(--color-foreground))}.shop-the-look__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.shop-the-look__dot{width:.75rem;height:.75rem;border-radius:50%;border:1px solid rgba(var(--color-foreground),.3);background:transparent;cursor:pointer;transition:all .3s ease}.shop-the-look__dot:hover{border-color:rgba(var(--color-foreground),.6)}.shop-the-look__dot.active{background:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.shop-the-look__pin{position:absolute;width:3rem;height:3rem;background:transparent;border:none;cursor:pointer;transform:translate(-50%,-50%);z-index:10;transition:all .3s ease}.shop-the-look__pin:hover{transform:translate(-50%,-50%) scale(1.1)}.shop-the-look__pin-content{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;box-shadow:0 4px 12px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.shop-the-look__pin-pulse{position:absolute;width:100%;height:100%;border:2px solid currentColor;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.8);opacity:0}}.shop-the-look__pin-number{position:relative;z-index:2;font-size:1rem;font-weight:600}.shop-the-look__pin-icon{position:relative;z-index:2}.shop-the-look__pin-circle,.shop-the-look__pin-square,.shop-the-look__pin-diamond{position:relative;z-index:2;width:8px;height:8px;background:currentColor}.shop-the-look__pin-circle{border-radius:50%}.shop-the-look__pin-diamond{transform:rotate(45deg)}.shop-the-look__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:99;opacity:0;visibility:hidden;transition:all .3s ease}.shop-the-look__overlay.active{opacity:1;visibility:visible}.shop-the-look__popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);background:rgb(var(--color-background));border-radius:8px;box-shadow:0 10px 30px #0000004d;z-index:100;opacity:0;visibility:hidden;transition:all .3s ease;max-width:90vw;max-height:90vh;overflow-y:auto}.shop-the-look__popup.active{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.shop-the-look__popup-content{padding:2rem;min-width:320px;max-width:600px}.shop-the-look__popup-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.shop-the-look__popup-title{margin:0;font-size:1.5rem;font-weight:600}.shop-the-look__popup-close{background:none;border:none;font-size:2rem;cursor:pointer;padding:0;color:rgba(var(--color-foreground),.6);transition:color .3s ease}.shop-the-look__popup-close:hover{color:rgb(var(--color-foreground))}.shop-the-look__products{display:grid;gap:1.5rem}.shop-the-look__product-item{display:grid;grid-template-columns:120px 1fr;gap:1rem;padding:1rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:6px;transition:border-color .3s ease}.shop-the-look__product-item:hover{border-color:rgba(var(--color-foreground),.2)}.shop-the-look__product-image{aspect-ratio:1;border-radius:4px;overflow:hidden}.shop-the-look__product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.shop-the-look__product-image:hover img{transform:scale(1.05)}.shop-the-look__product-info{display:flex;flex-direction:column;gap:.5rem}.shop-the-look__product-title{margin:0;font-size:1rem;font-weight:500}.shop-the-look__product-title a{text-decoration:none;color:rgb(var(--color-foreground));transition:color .3s ease}.shop-the-look__product-title a:hover{color:rgba(var(--color-foreground),.7)}.shop-the-look__product-price{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.shop-the-look__product-price--sale{color:rgb(var(--color-accent));font-weight:600}.shop-the-look__product-price--original{text-decoration:line-through;color:rgba(var(--color-foreground),.6);font-size:.9rem}.shop-the-look__product-price--regular{font-weight:600}.shop-the-look__product-form{margin-top:auto}.shop-the-look__product-variants{margin-bottom:1rem}.shop-the-look__variant-select{width:100%;padding:.5rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:.9rem}.shop-the-look__add-to-cart-btn{width:100%;padding:.75rem 1rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.shop-the-look__add-to-cart-btn:hover:not(:disabled){background:rgba(var(--color-foreground),.8)}.shop-the-look__add-to-cart-btn:disabled{background:rgba(var(--color-foreground),.3);cursor:not-allowed}.shop-the-look__popup-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(var(--color-foreground),.1)}.shop-the-look__add-all-btn{width:100%;padding:1rem;background:rgb(var(--color-accent));color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.shop-the-look__add-all-btn:hover{background:rgba(var(--color-accent),.9);transform:translateY(-1px)}.shop-the-look__add-all-btn:active{transform:translateY(0)}.shop-the-look__add-to-cart-btn.loading{opacity:.6;pointer-events:none}.shop-the-look__add-to-cart-btn.success{background:#28a745}.shop-the-look__empty{text-align:center;padding:3rem;color:rgba(var(--color-foreground),.6)}@media screen and (max-width: 749px){.shop-the-look-wrapper{padding:1rem 0}.shop-the-look__header{margin-bottom:2rem}.shop-the-look__pin{width:2.5rem;height:2.5rem}.shop-the-look__pin-number{font-size:.9rem}.shop-the-look__nav{width:2.5rem;height:2.5rem}.shop-the-look__nav--prev{left:.5rem}.shop-the-look__nav--next{right:.5rem}.shop-the-look__nav svg{width:16px;height:16px}.shop-the-look__popup{max-width:95vw;max-height:95vh}.shop-the-look__popup-content{padding:1.5rem;min-width:auto}.shop-the-look__popup-title{font-size:1.25rem}.shop-the-look__product-item{grid-template-columns:100px 1fr;gap:.75rem;padding:.75rem}.shop-the-look__image-wrapper{height:var(--mobile-height, 300px);overflow:hidden}.shop-the-look__image{height:100%;width:100%;object-fit:cover}}@media screen and (max-width: 480px){.shop-the-look__products{gap:1rem}.shop-the-look__product-item{grid-template-columns:1fr;text-align:center}.shop-the-look__product-image{justify-self:center;max-width:150px}.shop-the-look__nav{width:2rem;height:2rem}.shop-the-look__nav svg{width:14px;height:14px}}@media (prefers-reduced-motion: no-preference){.scroll-trigger.animate--fade-in{animation:fade-in .6s ease forwards}}@keyframes fade-in{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.shop-the-look[data-auto-play=true] .shop-the-look__dot.active:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:2px solid rgb(var(--color-accent));animation:countdown var(--auto-play-speed, 5s) linear infinite}@keyframes countdown{0%{stroke-dasharray:0 100}to{stroke-dasharray:100 100}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/section-shop-the-look.css.map */
