.htHovered{
    z-index: 1 !important;
}

.htBg{
    transition: box-shadow 0.3s ease, background 0.3s ease, transform 0.5s ease !important;
    box-shadow: 0 0 0 3px #ffffff80;
}

body.hasHover .htBg:hover,
body.hasHover .htBg:focus-visible,
body.hasHover .htBg:hover, .htNodeImage>img
{
    box-shadow: 0 0 0 7px #ffffff80;
}
body.hasHover .htBg:hover .ggskin_svg img,
body.hasHover .htBg:focus-visible .ggskin_svg img
{
    /* filter: invert(100%) !important; */
}

.hotspotChevronHovered{
    transition: opacity 0.3s ease !important;
}

body.desktop .hotspot:hover .hotspotChevronHovered,
body.desktop .hotspot:focus-visible .hotspotChevronHovered
{
    opacity: 1 !important;
}