.glozin-button-hotspot--animation {
    --hotspot-background-color: rgba(255, 255, 255, 0.502);
    padding: 7px;

    &::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        border-radius: 100%;
        background-color: var(--hotspot-background-color);
        z-index: -1;
        animation: ripple 2s ease infinite;
    }
}