.shop-look-carousel{display:block;width:100%;max-width:100%;position:relative;contain:layout style}.shop-look-heading{font-family:var(--heading-font);font-weight:var(--heading-weight);font-style:var(--heading-style);font-size:var(--heading-size);margin:0 0 var(--heading-bottom-spacing, 30px) 0}.shop-look-container{width:var(--desktop-width);max-width:100%;margin:0 auto}.shop-look-main-wrapper{display:flex;gap:30px;align-items:flex-start}.shop-look-single-wrapper{flex:1;position:relative}.shop-look-image-container{position:relative;width:100%}.shop-look-image-wrapper{position:relative;width:100%;cursor:zoom-in}.shop-look-desktop-image{display:block}.shop-look-mobile-image{display:none}.shop-look-image{width:100%;height:auto;display:block}.shop-look-placeholder{background-color:#f4f4f4;width:100%;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;position:relative}.shop-look-placeholder svg{width:100%;height:100%;max-width:500px;max-height:500px}.shop-look-empty-state{position:absolute;bottom:20px;left:50%;transform:translate(-50%);padding:12px 20px;font-size:14px;color:#666;text-align:center;pointer-events:none}.shop-look-zoom-icon{position:absolute;bottom:15px;right:15px;width:40px;height:40px;background-color:var(--hotspot-color);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:transform .3s ease}.shop-look-zoom-icon:hover{transform:scale(1.1)}.shop-look-zoom-icon svg{width:20px;height:20px;stroke:var(--hotspot-icon-color)}.shop-look-hotspot{position:absolute;z-index:10;cursor:pointer}.shop-look-hotspot-desktop{display:block}.shop-look-hotspot-mobile{display:none}.shop-look-hotspot-button{width:var(--hotspot-size-desktop);height:var(--hotspot-size-desktop);border-radius:50%;background-color:var(--hotspot-color);border:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--hotspot-icon-color);box-shadow:0 2px 8px #0003;transition:transform .3s ease;position:relative;z-index:10}.shop-look-hotspot:has(.shop-look-popup.active){z-index:100000}.shop-look-hotspot:has(.shop-look-popup.active) .shop-look-hotspot-button{z-index:10}@media(hover:hover)and (pointer:fine){.shop-look-hotspot-desktop:hover .shop-look-hotspot-button{transform:scale(1.1)}.shop-look-hotspot-desktop:hover .shop-look-popup{opacity:1;visibility:visible;pointer-events:auto}}.shop-look-hotspot-button svg{width:calc(var(--hotspot-size-desktop) * .5);height:calc(var(--hotspot-size-desktop) * .5)}.shop-look-popup{position:fixed;width:var(--popup-width-desktop);max-width:90vw;max-height:var(--popup-max-height-desktop);background-color:var(--popup-bg-desktop);border-radius:12px;box-shadow:0 10px 40px #0000004d;padding:0;color:var(--popup-text-desktop);z-index:100001;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none;overflow-y:auto}.shop-look-popup.active{opacity:1;visibility:visible;pointer-events:auto;z-index:100001}.shop-look-popup-content{position:relative;padding:20px}.shop-look-popup-close{position:absolute;top:10px;right:10px;background:#0000001a;border:none;cursor:pointer;padding:8px;color:var(--popup-text-desktop);opacity:.7;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,background .2s ease;z-index:10}.shop-look-popup-close:hover{opacity:1;background:#00000026}.shop-look-popup-product{display:flex;flex-direction:column;gap:15px}.shop-look-popup-product-image{width:100%;height:auto;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f5f5f5}.shop-look-popup-product-image img{width:100%;height:auto;object-fit:cover;display:block}.shop-look-popup-product-info{flex-grow:1;text-align:center}.shop-look-popup-product-title{font-size:18px;font-weight:600;margin:0 0 10px;font-family:var(--shop-look-font);line-height:1.3}.shop-look-popup-product-price{font-size:20px;margin-bottom:15px;font-weight:700;color:var(--popup-text-desktop)}.shop-look-popup-product-link{display:inline-block;font-size:14px;text-decoration:none;color:var(--popup-text-desktop);padding:10px 24px;border:2px solid var(--popup-text-desktop);border-radius:6px;transition:all .3s ease;font-weight:600}.shop-look-popup-product-link:hover{background:var(--popup-text-desktop);color:var(--popup-bg-desktop)}.shop-look-empty-product{font-size:14px;color:#999;text-align:center;padding:40px 20px;font-style:italic}.shop-look-popup-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:transparent!important;z-index:100000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;display:none;pointer-events:auto}.shop-look-popup-backdrop.active{opacity:1;visibility:visible;background-color:transparent!important}.shop-look-sidebar{width:clamp(250px,30%,350px);flex-shrink:1;min-width:0}.shop-look-bundle-section{padding:var(--bundle-padding-desktop, 20px);background-color:var(--bundle-bg-desktop, #f4f4f4);border-radius:8px;font-family:var(--bundle-font);font-weight:var(--bundle-weight);font-style:var(--bundle-style)}.shop-look-bundle-title{font-size:20px;margin:0 0 20px;color:var(--bundle-text-desktop, #000000);font-family:var(--bundle-font)!important;font-weight:var(--bundle-weight)!important;font-style:var(--bundle-style)!important}.shop-look-bundle-products{display:flex;flex-direction:column;gap:var(--product-block-gap-desktop, 15px);margin-bottom:20px}.shop-look-bundle-product{display:flex;align-items:center;gap:12px;padding:var(--product-block-padding-desktop, 10px);background-color:var(--product-block-bg-desktop, #ffffff);border-radius:var(--product-block-radius-desktop, 6px)}.shop-look-bundle-product-image{width:var(--product-block-image-size-desktop, 70px);height:var(--product-block-image-size-desktop, 70px);flex-shrink:0}.shop-look-bundle-product-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.shop-look-bundle-product-info{flex-grow:1;min-width:0}.shop-look-bundle-product-title{font-size:var(--product-title-size-desktop, 14px);margin:0 0 5px;color:var(--product-block-text-desktop, #000000);font-family:var(--bundle-product-font)!important;font-weight:var(--bundle-product-weight)!important;font-style:var(--bundle-product-style)!important;word-wrap:break-word;overflow-wrap:break-word}.shop-look-bundle-product-price{font-size:var(--product-price-size-desktop, 14px);color:var(--product-block-text-desktop, #000000);font-family:var(--bundle-product-font)!important;font-weight:var(--bundle-product-weight)!important;font-style:var(--bundle-product-style)!important}.shop-look-bundle-empty{text-align:center;padding:30px 20px;color:#999;font-style:italic}.shop-look-bundle-button-wrapper{display:flex;justify-content:center}.shop-look-bundle-button{width:var(--button-width-desktop, 100%);padding:var(--button-padding-v-desktop, 15px) var(--button-padding-h-desktop, 30px);background-color:var(--button-bg-desktop, #000000);color:var(--button-text-desktop, #FFFFFF);border:none;border-radius:var(--button-radius-desktop, 4px);font-size:var(--button-font-size-desktop, 16px);cursor:pointer;transition:background-color .3s ease;font-family:var(--button-font)!important;font-weight:var(--button-weight);font-style:var(--button-style)}.shop-look-bundle-button:hover{background-color:var(--button-hover-desktop, #333333)}.shop-look-bundle-button:disabled{opacity:.5;cursor:not-allowed}.shop-look-fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000f2;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px}.shop-look-fullscreen.active{display:flex}.shop-look-fullscreen-content{max-width:90%;max-height:90%;position:relative}.shop-look-fullscreen-image{max-width:100%;max-height:90vh;object-fit:contain}.shop-look-fullscreen-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:30px;cursor:pointer;padding:10px}body.shopify-design-mode .shop-look-hotspot{cursor:grab}body.shopify-design-mode .shop-look-hotspot.dragging{cursor:grabbing;z-index:100}@media screen and (max-width:749px){.shop-look-desktop-image{display:none!important}.shop-look-mobile-image{display:block!important}.shop-look-hotspot-desktop{display:none!important}.shop-look-hotspot-mobile{display:block!important}.shop-look-main-wrapper{flex-direction:column;gap:20px}.shop-look-sidebar{width:var(--bundle-width-mobile, 100%);margin:0 auto}.shop-look-image-container{width:var(--mobile-image-width, 100%);margin:0 auto}.shop-look-main-wrapper>div:first-child,.shop-look-single-wrapper,.shop-look-image-container,.shop-look-image-wrapper{width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}.shop-look-hotspot-button{width:var(--hotspot-size-mobile);height:var(--hotspot-size-mobile)}.shop-look-hotspot-button svg{width:calc(var(--hotspot-size-mobile) * .5);height:calc(var(--hotspot-size-mobile) * .5)}.shop-look-popup{width:var(--popup-width-mobile);max-height:var(--popup-max-height-mobile);background-color:var(--popup-bg-mobile);color:var(--popup-text-mobile)}.shop-look-popup-close,.shop-look-popup-product-price{color:var(--popup-text-mobile)}.shop-look-popup-product-link{color:var(--popup-text-mobile);border-color:var(--popup-text-mobile)}.shop-look-popup-product-link:hover{background:var(--popup-text-mobile);color:var(--popup-bg-mobile)}.shop-look-popup-backdrop{display:block;background-color:#00000080}.shop-look-zoom-icon{width:36px;height:36px;bottom:12px;right:12px}.shop-look-zoom-icon svg{width:18px;height:18px}.shop-look-bundle-section{padding:var(--bundle-padding-mobile, 16px);background-color:var(--bundle-bg-mobile, #f4f4f4)}.shop-look-bundle-title{font-size:18px;margin-bottom:16px;color:var(--bundle-text-mobile, #000000)}.shop-look-bundle-products{gap:var(--product-block-gap-mobile, 12px)}.shop-look-bundle-product{padding:var(--product-block-padding-mobile, 8px);background-color:var(--product-block-bg-mobile, #ffffff);border-radius:var(--product-block-radius-mobile, 6px)}.shop-look-bundle-product-image{width:var(--product-block-image-size-mobile, 60px);height:var(--product-block-image-size-mobile, 60px)}.shop-look-bundle-product-title{font-size:var(--product-title-size-mobile, 13px);color:var(--product-block-text-mobile, #000000)}.shop-look-bundle-product-price{font-size:var(--product-price-size-mobile, 13px);color:var(--product-block-text-mobile, #000000)}.shop-look-bundle-button{width:var(--button-width-mobile, 100%);padding:var(--button-padding-v-mobile, 14px) var(--button-padding-h-mobile, 24px);font-size:var(--button-font-size-mobile, 15px);background-color:var(--button-bg-mobile, #000000);color:var(--button-text-mobile, #FFFFFF);border-radius:var(--button-radius-mobile, 4px)}.shop-look-bundle-button:hover{background-color:var(--button-hover-mobile, #333333)}.shop-look-heading{font-size:calc(var(--heading-size) * .8);margin-bottom:var(--mobile-heading-bottom-spacing, 20px)}.shop-look-fullscreen-content{max-width:95%;max-height:95%}.shop-look-fullscreen-close{top:-35px;font-size:28px}}
/*# sourceMappingURL=/cdn/shop/t/85/assets/shop-the-look-carousel.css.map */
