.ThemeGlobal {
    .ImcNavigation {
        --navigation-background: linear-gradient(to top, #000, #000 48px, #fff 48px, #fff);
        --navigation-max-width: 1280px;
        --navigation-padding: 0;
        --navigation-logo-padding: 15px .625rem;
        --navigation-logo-width: 182px;
        --navigation-logo-height: 38px;
        --navigation-burger-padding: 14px .625rem 12px .625rem;
        --navigation-item-padding: 14px .625rem 12px .625rem;
        --navigation-item-line-height: 20px;
        --navigation-item-text-color: #ffffff;
        --navigation-item-hover-text-color: #A7A9AC;
        --navigation-item-active-text-color: #A7A9AC;
        --navigation-item-hover-border-color: #A7A9AC;
        --navigation-item-font-weight: bold;
        --navigation-dropdown-item-text-color: #333333;
        --navigation-dropdown-item-font-weight: normal;
        --navigation-stacked-firstrow-background: transparent;
        --navigation-stacked-secondrow-background: transparent;
        --navigation-dropdown-background: #fff;
        --navigation-item-badge-position-top: 4px;
        --navigation-item-badge-position-left: 50%;
        --navigation-item-icon-mobile-color: #000;

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

    .QuickSearch {
        --quick-search-shadow-focus-color: #000;
    }

    .ImcFooter {
        --footer-background: #737373;
        --footer-item-text-color: #fff;
        --footer-item-hover-text-color: #000;
    }
}