.section-shop-the-look-hotspots{padding:calc(var(--top-spacing) * var(--section-vertical-spacing)) 0 calc(var(--bottom-spacing) * var(--section-vertical-spacing))}.shop-the-look-hotspots{width:100%}.shop-look__header{text-align:center;margin-bottom:40px}.shop-look__heading{margin:0;letter-spacing:2px}.shop-look__content{display:grid;grid-template-columns:35% 65%;gap:20px;align-items:start}.shop-look__products-scroll-wrapper{position:relative;width:100%}.shop-look__scroll-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background-color:#fffffff2;border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 2px 8px #0000001a}.shop-look__scroll-btn:hover{background-color:#fff;box-shadow:0 4px 12px #0003;transform:translateY(-50%) scale(1.05)}.shop-look__scroll-btn--prev{left:-15px;display:none}.shop-look__scroll-btn--next{right:-15px;display:none}.shop-look__scroll-btn svg{width:24px;height:24px}.shop-look__products-grid{display:flex;gap:70px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding:40px 60px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.shop-look__products-grid::-webkit-scrollbar{display:none}.shop-look__products-grid{-ms-overflow-style:none;scrollbar-width:none}.shop-look__product-card{flex:0 0 100%;min-width:100%;display:flex;flex-direction:column;background:transparent;border:none;padding:0;transition:all .3s ease;position:relative;scroll-snap-align:center}.shop-look__product-card--mobile{display:none}.shop-look__product-card--desktop,.shop-look__product-card--both{display:flex}@media screen and (max-width: 768px){.shop-look__product-card--desktop{display:none}.shop-look__product-card--mobile,.shop-look__product-card--both{display:flex}}.shop-look__product-card.highlighted{transform:scale(1.02)}.shop-look__product-wrapper{display:flex;flex-direction:column;gap:12px;height:100%}.shop-look__product-image-wrapper{position:relative;overflow:hidden;border-radius:0;background-color:#f9f9f9;aspect-ratio:3 / 4}.shop-look__product-link{display:block;width:100%;height:100%;position:relative}.shop-look__product-image{width:100%;height:100%;display:block;object-fit:cover;transition:opacity .3s ease}.shop-look__product-image--primary{opacity:1;position:relative;z-index:1}.shop-look__product-image--secondary{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:2;transition:opacity .3s ease}.shop-look__product-link:hover .shop-look__product-image--secondary{opacity:1}.shop-look__product-link:hover .shop-look__product-image--primary{opacity:0}.shop-look__product-icons{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:8px;z-index:3}.shop-look__icon-button{width:36px;height:36px;border-radius:var(--button-border-radius);background-color:#fffffff2;border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:0}.shop-look__icon-button:hover{background-color:#fff;box-shadow:0 2px 8px #00000026;transform:scale(1.1)}.shop-look__icon-button svg{width:18px;height:18px}.shop-look__product-info{display:flex;flex-direction:column;gap:8px;text-align:var(--content-alignment);flex:1;padding:0 8px}.shop-look__product-vendor-logo{height:30px;display:flex;align-items:center;justify-content:var(--content-alignment);margin-bottom:4px}.shop-look__product-vendor-logo img{max-width:120px;max-height:30px;width:auto;height:auto;object-fit:contain}.shop-look__product-vendor{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:#999;margin:0;font-weight:600}.shop-look__product-title{font-size:14px;line-height:1.4;color:#000;text-decoration:none;transition:opacity .3s ease;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-look__product-title:hover{opacity:.7}.shop-look__product-description{font-size:12px;line-height:1.5;color:#666;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-look__product-price{font-size:18px;font-weight:700;color:#000;margin-top:auto}.shop-look__quick-add-button{width:100%;padding:12px 20px;background-color:#000;border:2px solid #000;color:#fff;font-size:13px;font-weight:700;letter-spacing:1.5px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;border-radius:var(--button-border-radius);margin-top:auto}.shop-look__quick-add-button:hover{background-color:#fff;color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.shop-look__lifestyle-wrapper{position:relative;width:100%;height:100%}.shop-look__hotspots-container{position:relative;display:block;width:100%;height:100%}.shop-look__lifestyle-image{width:100%;height:100%;overflow:hidden;border-radius:var(--section-media-radius);position:relative}.shop-look__lifestyle-image--desktop{display:block}.shop-look__lifestyle-image--mobile{display:none}@media screen and (max-width: 768px){.shop-look__lifestyle-image--desktop{display:none}.shop-look__lifestyle-image--mobile{display:block}}.shop-look__lifestyle-img{width:100%;height:100%;object-fit:cover;display:block}.shop-look-hotspot{position:absolute;top:calc(var(--vertical_position) - 18px);left:calc(var(--horizontal_position) - 18px);z-index:10}.shop-look-hotspot--mobile{display:none}.shop-look-hotspot--desktop,.shop-look-hotspot--both{display:block}@media screen and (max-width: 768px){.shop-look-hotspot--desktop{display:none}.shop-look-hotspot--mobile,.shop-look-hotspot--both{display:block}}.shop-look-hotspot__dot{width:36px;height:36px;border-radius:50%;background-color:transparent;border:2px solid var(--hotspot-dot-color);cursor:pointer;transition:all .3s ease;padding:0;display:flex;align-items:center;justify-content:center;position:relative}.shop-look-hotspot__dot:after{content:"";width:12px;height:12px;border-radius:50%;background-color:var(--hotspot-dot-color);transition:transform .3s ease}.shop-look-hotspot__pulse{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid var(--hotspot-dot-color);animation:pulse 2s ease-out infinite;pointer-events:none}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}.shop-look-hotspot.active .shop-look-hotspot__dot{background-color:var(--hotspot-dot-color);transform:scale(1.1)}.shop-look-hotspot.active .shop-look-hotspot__dot:after{transform:scale(.5)}.shop-look-hotspot__dot:hover{transform:scale(1.15);box-shadow:0 0 0 8px #fff3}.shop-look-hotspot__popup{position:absolute;width:280px;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease;z-index:100}.shop-look-hotspot__popup.visible{opacity:1;visibility:visible;pointer-events:all}.shop-look-hotspot__popup.top{bottom:50px;left:50%;transform:translate(-50%) translateY(10px)}.shop-look-hotspot__popup.top.visible{transform:translate(-50%) translateY(0)}.shop-look-hotspot__popup.bottom{top:50px;left:50%;transform:translate(-50%) translateY(-10px)}.shop-look-hotspot__popup.bottom.visible{transform:translate(-50%) translateY(0)}.shop-look-hotspot__popup.left{right:50px;top:50%;transform:translateY(-50%) translate(10px)}.shop-look-hotspot__popup.left.visible{transform:translateY(-50%) translate(0)}.shop-look-hotspot__popup.right{left:50px;top:50%;transform:translateY(-50%) translate(-10px)}.shop-look-hotspot__popup.right.visible{transform:translateY(-50%) translate(0)}.shop-look-hotspot__popup-content{background-color:rgba(var(--layout-text-color),.95);color:rgb(var(--layout-bg-color));border-radius:var(--button-border-radius);overflow:hidden;box-shadow:0 8px 32px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.shop-look-hotspot__popup-image{width:100%;height:180px;overflow:hidden}.shop-look-hotspot__popup-image img{width:100%;height:100%;object-fit:cover}.shop-look-hotspot__popup-info{padding:16px;display:flex;flex-direction:column;gap:8px;text-align:center}.shop-look-hotspot__vendor-logo{height:24px;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.shop-look-hotspot__vendor-logo img{max-width:100px;max-height:24px;width:auto;height:auto;object-fit:contain}.shop-look-hotspot__vendor{font-size:12px;text-transform:uppercase;letter-spacing:1px;opacity:.8;margin:0}.shop-look-hotspot__popup-title{font-size:15px;font-weight:600;line-height:1.3;margin:0}.shop-look-hotspot__popup-price{font-size:16px;font-weight:700}.shop-look-hotspot__popup-button{display:inline-block;width:100%;padding:10px 16px;background-color:rgb(var(--layout-bg-color));color:rgb(var(--layout-text-color));text-align:center;text-decoration:none;border-radius:var(--button-border-radius);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;margin-top:8px}.shop-look-hotspot__popup-button:hover{opacity:.8;transform:translateY(-2px)}.shop-look__product-placeholder{padding:60px 20px;text-align:center;background-color:#f5f5f5;border-radius:12px;border:2px dashed #ddd}.shop-look__lifestyle-image .placeholder-svg,.shop-look__product-image-wrapper .placeholder-svg{width:100%;height:100%;object-fit:cover}.shop-look__product-image-wrapper .lazy-image,.shop-look__lifestyle-image .lazy-image{position:relative;display:block}@media screen and (max-width: 768px){.shop-look__header{margin-bottom:24px}.shop-look__heading{font-size:20px;letter-spacing:1.5px}.shop-look__content{display:flex;flex-direction:column;gap:30px}.shop-look__lifestyle-wrapper{order:1;width:100%;overflow:visible}.shop-look__products-scroll-wrapper{order:2;width:100%;padding:0}.shop-look__lifestyle-image--mobile{width:100%;height:400px;border-radius:12px;overflow:visible}.shop-look__lifestyle-image--desktop{display:none}.shop-look__hotspots-container{overflow:visible}.shop-look__lifestyle-img{width:100%;height:100%;object-fit:cover}.shop-look__scroll-btn{width:36px;height:36px;box-shadow:0 2px 12px #0003;display:none}.shop-look__scroll-btn--prev{left:5px}.shop-look__scroll-btn--next{right:5px;display:none}.shop-look__scroll-btn svg{width:20px;height:20px}.shop-look__products-grid{display:flex;gap:70px;overflow-x:scroll;overflow-y:hidden;scroll-behavior:smooth;padding:10px 70px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.shop-look__products-grid::-webkit-scrollbar{display:none}.shop-look__product-card{flex:0 0 calc(100% - 10px);min-width:calc(100% - 10px);max-width:calc(100% - 10px);padding:0;scroll-snap-align:center}.shop-look__product-card:first-child{margin-left:5px}.shop-look__product-card:last-child{margin-right:5px}.shop-look__product-wrapper{gap:10px}.shop-look__product-image-wrapper{border-radius:0;aspect-ratio:3 / 4}.shop-look__product-icons{top:8px;right:8px;gap:6px}.shop-look__icon-button{width:32px;height:32px}.shop-look__icon-button svg{width:16px;height:16px}.shop-look__product-info{gap:6px;padding:0 4px}.shop-look__product-vendor-logo{height:24px;margin-bottom:2px}.shop-look__product-vendor-logo img{max-width:100px;max-height:24px}.shop-look__product-vendor{font-size:10px;letter-spacing:1.2px}.shop-look__product-title{font-size:13px;line-height:1.3;-webkit-line-clamp:2}.shop-look__product-description{font-size:11px;line-height:1.4;-webkit-line-clamp:2}.shop-look__product-price{font-size:16px;font-weight:700;margin-top:4px}.shop-look__quick-add-button{padding:10px 16px;font-size:12px;letter-spacing:1.2px}.shop-look-hotspot{z-index:50;pointer-events:all;cursor:pointer}.shop-look-hotspot__dot{width:32px;height:32px;border-width:2px;display:flex!important}.shop-look-hotspot__dot:after{width:10px;height:10px}.shop-look-hotspot__pulse{display:block!important}.shop-look-hotspot__popup{position:fixed!important;width:calc(100vw - 40px);max-width:320px;z-index:9999}.shop-look-hotspot__popup-image{height:160px}.shop-look-hotspot__popup-info{padding:14px;gap:6px}.shop-look-hotspot__vendor-logo{height:20px;margin-bottom:2px}.shop-look-hotspot__vendor-logo img{max-width:80px;max-height:20px}.shop-look-hotspot__vendor{font-size:10px}.shop-look-hotspot__popup-title{font-size:14px}.shop-look-hotspot__popup-price{font-size:15px}.shop-look-hotspot__popup-button{padding:9px 14px;font-size:12px}.shop-look-hotspot__popup.top,.shop-look-hotspot__popup.bottom,.shop-look-hotspot__popup.left,.shop-look-hotspot__popup.right{left:50%!important;right:auto!important;top:50%!important;bottom:auto!important;transform:translate(-50%,-50%) scale(.9)!important}.shop-look-hotspot__popup.top.visible,.shop-look-hotspot__popup.bottom.visible,.shop-look-hotspot__popup.left.visible,.shop-look-hotspot__popup.right.visible{transform:translate(-50%,-50%) scale(1)!important}.shop-look-hotspot.active:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:9998}}@media screen and (min-width: 769px) and (max-width: 1024px){.shop-look__content{grid-template-columns:40% 60%;gap:16px}.shop-look__product-card{flex:0 0 100%;min-width:100%}.shop-look__scroll-btn--prev{left:-12px;display:none}.shop-look__scroll-btn--next{right:-12px;display:none}}.section-shop-the-look-hotspots .section-radius,.section-shop-the-look-hotspots .shop-look__content.fill-section-inside{overflow:visible}.section-shop-the-look-hotspots .fill-section-inside{padding:var(--inner-section-padding)}.section-shop-the-look-hotspots .section--full-width .shop-look__content{padding:0 var(--inner-section-padding)}.section-shop-the-look-hotspots .section--full-width .shop-look__lifestyle-image{border-radius:0}.shop-look-hotspot__dot:focus{outline:2px solid var(--hotspot-dot-color);outline-offset:4px}.shop-look__icon-button:focus,.shop-look__quick-add-button:focus,.shop-look__scroll-btn:focus{outline:2px solid currentColor;outline-offset:2px}.shop-look__product-price{font-size:18px;font-weight:700;color:#000;margin-top:auto;width:100%;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 768px){.shop-look__product-price{font-size:16px;font-weight:700;margin-top:4px;display:flex;justify-content:center;align-items:center}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/section-shop-the-look-hotspots.css.map */
