.hotspot-modal{padding:0;border:none;border-radius:var(--modal-border-radius, 8px);background:transparent;max-width:var(--modal-width, 320px);width:fit-content;height:fit-content;box-shadow:none;position:fixed;margin:0;overflow:visible;outline:none}.hotspot-modal:focus{outline:none}.hotspot-modal[open]{display:block;animation:modalFadeIn .3s ease-out forwards}.hotspot-modal.dialog-closing{animation:modalFadeOut .3s ease-out forwards}.hotspot-modal__content{display:flex;flex-direction:column;align-items:center;position:relative}.hotspot-modal__arrow{width:24px;height:12px;color:#fff;margin-bottom:-1px;z-index:2;position:relative}.hotspot-modal__content[style*="flex-direction: column-reverse"] .hotspot-modal__arrow{margin-bottom:0;margin-top:-1px}.hotspot-modal__product-tile{background:#fff;border-radius:4px;padding:15px;display:flex;align-items:center;gap:16px;position:relative;width:100%;box-shadow:0 4px 20px #00000026;border:1px solid rgba(0,0,0,.1)}.hotspot-modal__close{position:absolute;top:12px;right:12px;width:16px;height:16px;color:#1a1919;background:none;border:none;cursor:pointer;z-index:3;padding:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.hotspot-modal__close:hover{opacity:.7}.hotspot-modal__product-content{display:flex;align-items:center;gap:16px;width:100%}.hotspot-modal__image{width:80px;height:100px;flex-shrink:0;background:#f7f7f7;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hotspot-modal__image img{width:100%;height:100%;object-fit:cover}.hotspot-modal__image-placeholder{width:100%;height:100%;background:#f7f7f7}.hotspot-modal__details{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.hotspot-modal__title{font-weight:500;font-size:18px;line-height:1.3;color:#1a1919;margin:0;text-transform:uppercase}.hotspot-modal__description{font-weight:400;font-size:14px;line-height:1.4;color:#1a1919b3;margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hotspot-modal__price{font-weight:400;font-size:16px;line-height:1.6;color:#1a1919;margin:0}.image-hotspots{width:100%;max-width:100%}.image-hotspots__image{width:100%;height:auto;display:block;object-fit:cover}.image-hotspots__placeholder svg{width:100%;height:100%;max-width:200px;max-height:200px;opacity:.6}.image-hotspot__button{position:absolute;z-index:2;width:var(--hotspot-size);height:var(--hotspot-size);border-radius:50%;background-color:color-mix(in srgb,var(--color-primary-button-background) 40%,transparent);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #00000040;transform:translate(-50%,-50%);outline:none}.image-hotspot__button:focus{outline:none;box-shadow:0 4px 12px #00000040}.hotspot-feature{width:100%}.hotspot-feature__content{display:flex;gap:var(--feature-gap, 12px);align-items:flex-start;justify-content:flex-start}.hotspot-feature__number{background-color:var(--color-border);border-radius:100px;padding:2px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.hotspot-feature__number-text{font-weight:var(--font-heading--weight);font-size:.75rem;line-height:1.3;color:var(--color-foreground-heading);text-align:center;white-space:nowrap}.hotspot-feature__text{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.hotspot-feature__heading{font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:1.125rem;line-height:1.3;color:var(--color-foreground-heading);margin:0;text-transform:uppercase;white-space:nowrap}.hotspot-feature__description{font-family:var(--font-body--family);font-weight:var(--font-body--weight);font-size:1rem;line-height:1.6;color:var(--color-foreground-text);margin:0}.hotspot-feature__description p{margin:0}.hotspot-feature__description p:not(:last-child){margin-bottom:.5em}.image-hotspot__button:hover{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 6px 16px #00000059}.image-hotspot__button:after{content:"";width:calc(var(--hotspot-size) * .3);height:calc(var(--hotspot-size) * .3);border-radius:50%;display:block;background-color:var(--color-foreground, #ffffff)}.image-hotspot__button:has(.image-hotspot__number):after{display:none}.image-hotspot__number{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:.75rem;line-height:1.3;color:var(--color-background);white-space:nowrap;z-index:2;pointer-events:none;background-color:var(--color-foreground);border-radius:50%;padding:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.hotspot-modal__product-tile:not(.hotspot-modal__product-tile--with-close){padding:4px}.hotspot-modal{min-width:260px}.hotspot-modal__image-only{width:100%;height:250px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:0;overflow:hidden}.hotspot-modal__image-only img{width:100%;height:100%;object-fit:contain;object-position:center}.hotspot-modal__image-placeholder-large{width:100%;height:100%;background:#f7f7f7;display:flex;align-items:center;justify-content:center}.show__modal--hotpot .shopify-section-group-header-group{opacity:0}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes modalFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@media screen and (max-width: 768px){.hotspot-modal__product-tile{padding:12px;gap:12px}.hotspot-modal__title{font-size:16px}.hotspot-modal__description{font-size:13px}.hotspot-modal__price{font-size:15px}.hotspot-modal:not(:has(.hotspot-modal__image-only)){position:fixed!important;bottom:0!important;top:auto!important;left:0!important;right:0!important;width:100%!important;max-width:none!important;margin:0!important;transform:none!important;border-radius:0;box-shadow:0 -4px 20px #00000026!important}.hotspot-modal:not(:has(.hotspot-modal__image-only)) .hotspot-modal__content{background:#fff;border-radius:0;box-shadow:none}.hotspot-modal:not(:has(.hotspot-modal__image-only)) .hotspot-modal__arrow{display:none}.hotspot-modal:not(:has(.hotspot-modal__image-only)) .hotspot-modal__product-tile{background:#fff;padding:25px 20px;position:relative;display:flex;flex-direction:row;gap:16px;align-items:center;border-radius:0}.hotspot-modal:not(:has(.hotspot-modal__image-only)) .hotspot-modal__close{position:absolute;top:12px;right:12px;width:16px;height:16px;padding:0;background:none;border:none;cursor:pointer;z-index:10}.hotspot-modal:not(:has(.hotspot-modal__image-only)) .hotspot-modal__product-content{display:flex;flex-direction:row;gap:16px;align-items:center;width:100%}.hotspot-modal:not(:has(.hotspot-modal__image-only)) .hotspot-modal__image{width:60px;height:75px;flex-shrink:0;width:80px;height:80px;background:#f7f7f7;border-radius:0;overflow:hidden}.hotspot-modal:not(:has(.hotspot-modal__image-only)) .hotspot-modal__image img{width:100%;height:100%;object-fit:cover}.hotspot-modal:not(:has(.hotspot-modal__image-only)) .hotspot-modal__details{flex:1;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.hotspot-modal:not(:has(.hotspot-modal__image-only)) .hotspot-modal__title{font-weight:500;font-size:18px;line-height:1.3;color:#1a1919;margin:0;text-transform:uppercase}.hotspot-modal:not(:has(.hotspot-modal__image-only)) .hotspot-modal__description{font-weight:400;font-size:14px;line-height:1.4;color:#1a1919b3;margin:0}.hotspot-modal:not(:has(.hotspot-modal__image-only)) .hotspot-modal__price{font-weight:400;font-size:16px;line-height:1.6;color:#1a1919;margin:0}.image-hotspot__button{width:calc(var(--hotspot-size) * .75);height:calc(var(--hotspot-size) * .75)}.image-hotspot__number{font-size:10px}.hotspot-feature__heading{font-size:16px;white-space:normal}.hotspot-feature__description{font-size:14px}.hotspot-feature__number{width:20px;height:20px}.hotspot-feature__number-text{font-size:10px}.image-hotspot__number{width:24px;height:24px}}[data-section=image-with-hotspots-section] .custom-section-content{overflow:unset}.hotspot-modal{position:absolute!important;left:var(--hotspot-x)!important;top:calc(var(--hotspot-y) + 20px)!important;transform:translate(-50%)!important;z-index:9;opacity:0;visibility:hidden;transition:all .2s}.hotspot-modal.active{opacity:1;visibility:visible}.image-hotspots>div{overflow:unset}.image-hotspots>div img{border-radius:8px;overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/38/assets/component-hotspot.css.map */
