body.xd-theme-transition,
body.xd-theme-transition *,
body.xd-theme-transition *::before,
body.xd-theme-transition *::after {
    transition-property: color, background-color, border-color, box-shadow, fill, stroke !important;
    transition-duration: 180ms !important;
    transition-timing-function: ease !important;
}

header .logo a {
    animation: none !important;
}

header .logo a::before {
    display: none !important;
    animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
    body.xd-theme-transition,
    body.xd-theme-transition *,
    body.xd-theme-transition *::before,
    body.xd-theme-transition *::after {
        transition: none !important;
    }
}
