#menu-item-2154 > .hfe-has-submenu-container > a.hfe-menu-item {
    background-image:
        linear-gradient(
            110deg,
            transparent 0%,
            transparent 35%,
            rgba(255,255,255,0.08) 40%,
            rgba(255,255,255,0.35) 45%,
            rgba(255,255,255,0.95) 50%,
            rgba(255,255,255,0.35) 55%,
            rgba(255,255,255,0.08) 60%,
            transparent 65%,
            transparent 100%
        ),
        linear-gradient(currentColor, currentColor);

    background-size: 220% 100%, 100% 100%;
    background-position: 130% 0, 0 0;
    background-repeat: no-repeat;

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    animation: patreon-menu-shine 6s linear infinite;
}

@keyframes patreon-menu-shine {
    0% {
        background-position: 130% 0, 0 0;
    }

    42% {
        background-position: -130% 0, 0 0;
    }

    100% {
        background-position: -130% 0, 0 0;
    }
}
