.shop-look{display:block;width:100%;background-color:var(--bg-color);padding:var(--section-padding, 40px) 0;position:relative;z-index:1}.shop-look__container{max-width:var(--page-width);margin:0 auto;padding:0 20px}.shop-look__heading{text-transform:uppercase;letter-spacing:.15em;font-size:var(--heading-size, 18px);margin:0 0 var(--heading-spacing, 20px);text-align:var(--heading-alignment);color:var(--heading-color);font-weight:600}.shop-look__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--column-gap, 40px);align-items:stretch}.shop-look__image-column{position:relative;min-width:0;height:clamp(320px,55vw,460px)}.shop-look__image-wrapper{position:relative;width:100%;height:100%;background-color:#f4f4f4;overflow:hidden}.shop-look__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.shop-look__image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f4f4f4;z-index:1}.shop-look__image-placeholder svg{width:100%;height:100%;max-width:300px;max-height:300px}.shop-look__hotspot{position:absolute;z-index:2;transform:translate(-50%,-50%);cursor:pointer}.shop-look__hotspot-button{width:var(--hotspot-size, 40px);height:var(--hotspot-size, 40px);border-radius:50%;background-color:var(--hotspot-bg-color);border:var(--hotspot-border-width, 2px) solid var(--hotspot-border-color);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;position:relative;z-index:2;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px #00000026}.shop-look__hotspot-button:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000040}shop-the-look[data-pulse-enabled=true] .shop-look__hotspot-button:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;background-color:var(--hotspot-bg-color);opacity:.6;animation:shop-look-pulse 2s infinite}@keyframes shop-look-pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.5);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:0}}.shop-look__hotspot-icon{width:calc(var(--hotspot-size, 40px) * .5);height:calc(var(--hotspot-size, 40px) * .5);position:relative;z-index:1}.shop-look__hotspot-icon svg{width:100%;height:100%;stroke:var(--hotspot-icon-color)}.shop-look__popup{position:absolute;width:var(--popup-width, 280px);background-color:var(--popup-bg-color);border-radius:8px;box-shadow:0 8px 24px #0003;padding:16px;z-index:3;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,transform .3s ease;pointer-events:none}.shop-look__popup.active{opacity:1;visibility:visible;pointer-events:auto}.shop-look__popup--top{bottom:calc(100% + 12px);left:50%;transform:translate(-50%) translateY(10px)}.shop-look__popup--top.active{transform:translate(-50%) translateY(0)}.shop-look__popup--bottom{top:calc(100% + 12px);left:50%;transform:translate(-50%) translateY(-10px)}.shop-look__popup--bottom.active{transform:translate(-50%) translateY(0)}.shop-look__popup--left{right:calc(100% + 12px);top:50%;transform:translateY(-50%) translate(10px)}.shop-look__popup--left.active{transform:translateY(-50%) translate(0)}.shop-look__popup--right{left:calc(100% + 12px);top:50%;transform:translateY(-50%) translate(-10px)}.shop-look__popup--right.active{transform:translateY(-50%) translate(0)}.shop-look__popup-content{position:relative}.shop-look__popup-close{position:absolute;top:-8px;right:-8px;background:var(--popup-bg-color);border:none;cursor:pointer;padding:4px;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000026}.shop-look__popup-close svg{width:14px;height:14px;stroke:var(--popup-text-color)}.shop-look__popup-close:hover{opacity:.8}.shop-look__popup-product{display:flex;gap:12px;align-items:flex-start}.shop-look__popup-product-image{width:80px;height:80px;flex-shrink:0;border-radius:4px;overflow:hidden}.shop-look__popup-product-image img{width:100%;height:100%;object-fit:cover}.shop-look__popup-product-info{flex-grow:1;min-width:0}.shop-look__popup-product-title{font-size:14px;font-weight:600;margin:0 0 6px;color:var(--popup-text-color);line-height:1.3}.shop-look__popup-product-price{font-size:14px;margin-bottom:8px;color:var(--popup-text-color)}.shop-look__popup-product-link{font-size:12px;text-decoration:underline;color:var(--popup-text-color);opacity:.8}.shop-look__popup-product-link:hover{opacity:1}.shop-look__popup-empty{font-size:14px;color:var(--popup-text-color);opacity:.6;text-align:center;padding:20px 10px;font-style:italic}.shop-look__products-column{display:flex;flex-direction:column;justify-content:space-between;gap:var(--card-bottom-gap, 0px);height:clamp(320px,55vw,460px)}.shop-look__product-card{display:flex;align-items:center;gap:var(--card-gap, 10px);padding:var(--card-vertical-padding, 10px) var(--card-padding, 10px);background-color:var(--card-bg);flex:1 1 0;min-height:var(--min-card-height, 80px);border:1px solid var(--card-border-color);border-bottom:var(--divider-thickness, 1px) solid var(--divider-color);border-radius:var(--card-border-radius, 0px);box-sizing:border-box;text-decoration:none;transition:background-color .3s ease,border-color .3s ease}.shop-look__product-card:last-child{border-bottom:1px solid var(--card-border-color)}.shop-look__product-card:hover{background-color:var(--card-hover-bg);border-color:var(--card-border-hover-color)}.shop-look__product-image{width:var(--thumbnail-size, 70px);height:var(--thumbnail-size, 70px);flex-shrink:0;overflow:hidden;background-color:#f4f4f4}.shop-look__product-image img{width:100%;height:100%;object-fit:cover;display:block}.shop-look__product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f4f4f4}.shop-look__product-image-placeholder svg{width:60%;height:60%}.shop-look__product-info{flex-grow:1;display:flex;flex-direction:column;gap:4px}.shop-look__product-title{font-size:var(--product-title-size, 14px);color:var(--text-color);margin:0;line-height:1.3}.shop-look__product-price{font-size:var(--product-price-size, 13px);color:var(--price-color)}.shop-look__empty-state{text-align:center;padding:40px 20px;color:#999;font-size:14px}@media screen and (max-width:749px){.shop-look__layout{grid-template-columns:1fr;gap:var(--mobile-gap, 30px)}.shop-look__image-column{height:clamp(260px,70vw,360px)}.shop-look__products-column{height:auto}.shop-look__heading{font-size:calc(var(--heading-size, 18px) * .8)}.shop-look__product-card{flex:0 0 auto;min-height:calc(var(--min-card-height, 80px) * .8)}.shop-look__product-image{width:calc(var(--thumbnail-size, 70px) * .8);height:calc(var(--thumbnail-size, 70px) * .8)}.shop-look__hotspot-button{width:calc(var(--hotspot-size, 40px) * .8);height:calc(var(--hotspot-size, 40px) * .8)}.shop-look__popup{width:220px;max-width:calc(100vw - 40px);padding:12px}.shop-look__popup-product-image{width:60px;height:60px}.shop-look__popup-product-title{font-size:12px}.shop-look__popup-product-price{font-size:12px;margin-bottom:6px}.shop-look__popup-product-link{font-size:11px}}.shop-look__hotspot.active{z-index:10}
/*# sourceMappingURL=/cdn/shop/t/5/assets/shop-look-section.css.map */
