.hotspot-button{--button-height:29px;--button-width:var(--button-height);--button-text-color:var(--color-accent-primary);left:calc(var(--hotspot-pos-horizontal) - var(--button-width));top:calc(var(--hotspot-pos-vertical) - var(--button-width))}@media (min-width:1024px){.hotspot-button:before{content:"";z-index:-1;border-radius:50%;outline:0 solid #fff0;width:100%;height:100%;animation:2s infinite pulsate;position:absolute;top:0;left:0}@keyframes pulsate{0%{outline:0 solid #fff0}50%{outline:8px solid #ffffff4d}to{outline:0 solid #fff0}}}@media (max-width:1023.98px){.hotspot-button{display:none!important}}.hotspot-button.active{z-index:5}.hotspot-button.active svg{transform:rotate(45deg)}.hotspot-product{opacity:0;visibility:hidden;content-visibility:hidden;transition:var(--global-transition-longer);background-color:var(--color-light)}.hotspot-product img{display:none}@media (max-width:1023.98px){.hotspot-product{display:none}}.hotspot-product:before{content:"";opacity:.5;mix-blend-mode:multiply;z-index:1;background:linear-gradient(#000 0%,#fff0 50%,#000 100%);width:100%;height:100%;position:absolute}.hotspot-product.visible{opacity:1;z-index:4;visibility:visible;content-visibility:visible}.hotspot-product.visible img{display:block}.hotspot-product__vendor svg{width:3.75rem}.hotspot-product__tooltip{z-index:5;width:var(--hotspot-information-width);height:var(--hotspot-information-height);left:calc(var(--hotspot-pos-horizontal));top:calc(var(--hotspot-pos-vertical) - var(--hotspot-information-height) - var(--button-height));background-color:var(--color-dark);color:var(--color-light);position:absolute}.hotspot-product__button:hover{--button-text-color:var(--color-accent-primary)!important}.hotspots{--button-height:29px;--button-width:var(--button-height);--hotspot-information-width:14rem;--hotspot-information-height:8.75rem;--aspect-ratio:72/35}@media (max-width:1023.98px){.hotspots{--aspect-ratio:1/1}}.hotspots__wrapper{aspect-ratio:var(--aspect-ratio)}.hotspots .hotspot-bloc{color:var(--bloc-color)}@media (max-width:1023.98px){.hotspots .hotspot-bloc{aspect-ratio:1}}@media (max-width:519.98px){.hotspots .hotspot-bloc{aspect-ratio:33/49}}.hotspots .hotspot-bloc--light{--bloc-color:var(--color-light)}.hotspots .hotspot-bloc--dark{--bloc-color:var(--color-dark)}@media (min-width:1024px){.hotspots .hotspot-bloc__title span:after{content:"";opacity:0;background-color:var(--bloc-color);bottom:calc(-1*var(--space-m));transition:var(--global-transition-longer);width:0%;height:4px;display:block;position:absolute}.hotspots .hotspot-bloc:hover .hotspot-bloc__title span:after{opacity:1;transition:var(--global-transition-longer);width:100%}}.hotspots .hotspot-product:before{display:none}.hotspots .hotspot-product img{width:auto;margin-left:auto;margin-right:auto}