.ThemeGlobal {
    .ImcNavigation {
        --navigation-shadow: 0 1px 0 0 #e5e5e5;
        --navigation-background: linear-gradient(0deg, #fff 0%, #fff 64px, #e5e5e5 65px, #ffffff 65px, #ffffff 100%);
        --navigation-stacked-firstrow-background: transparent;
        --navigation-max-width: 1280px;
        --navigation-padding: 0 10px;
        --navigation-logo-padding: 34px 0;
        --navigation-logo-mobile-padding: 10px;
        --navigation-item-padding: 21px 24px;
        --navigation-item-border-size: 0 0 0 1px;
        --navigation-item-border-color: #e5e5e5;
        --navigation-item-hover-border-color: #e5e5e5;
        --navigation-item-active-border-color: #e5e5e5;
        --navigation-item-hover-background: #f2f2f2;
        --navigation-item-hover-text-color: #595959;
        --navigation-item-active-text-color: #C80000;
        --navigation-burger-margin: 0;
        --navigation-burger-padding: 20px 10px;
        --navigation-dropdown-background: #000;
        --navigation-dropdown-item-text-color: #fff;
        --navigation-dropdown-item-hover-text-color: #b9b9b9;
        --navigation-dropdown-item-active-text-color: #b9b9b9;
        --navigation-dropdown-item-hover-shadow: inset 3px 0 0 0 #f8bc2d;
        --navigation-dropdown-item-hover-border-color: #f8bc2d;
        --navigation-dropdown-item-active-border-color: #f8bc2d;
        --navigation-search-result-match-text-color: #fff;
        --navigation-search-result-hover-background: #c80000;
        --navigation-search-result-breadcrumb-text-color: #fff;
        --navigation-search-result-breadcrumb-divider-color: #fff;
        --navigation-item-badge-background: #C80000;
        --navigation-item-badge-border: 1px solid #C80000;
        --navigation-item-badge-position-top: 8px;
        --navigation-item-badge-position-left: 50%;
        --navigation-dropdown-category-switch-active-border: 1px solid transparent;
        --navigation-mobile-profile-background: #000;
        --navigation-mobile-profile-border: 1px solid rgba(255, 255, 255, 0.1);
        --navigation-mobile-return-item-background: #000;
        --navigation-mobile-return-item-border: 1px solid rgba(255, 255, 255, 0.1);
        --navigation-mobile-search-border: 1px solid rgba(255, 255, 255, 0.1);
        --navigation-mobile-separator: 1px solid rgba(255, 255, 255, 0.1);
        --navigation-search-result-border-bottom: 1px solid rgba(255, 255, 255, 0.1);

        @media screen and (max-width: 1024px) {
            --navigation-background: #fff;
        }
    }

    .ImcFooter {
        --footer-background: #f2f2f2;
        --footer-item-text-color: #2d2d2d;
        --footer-item-hover-text-color: #2d2d2d;
    }
}