.mega-menu__search-input {
    background: #fff !important;
}
.responsive-search__button {
    border-radius: 0px !important;
}
.mega-menu__search-button,
.mega-menu__search-button svg,
.button.responsive-search__button .responsive-menu__icon {
    color: #5F0041;
}
.button.responsive-search__button .responsive-menu__icon {
    font-size: 1.125rem
}
.responsive-search__input {
    height: 2.5rem;
}
.footer-column__title--newsletter {
    color: #fff;
}
.teletype-text {
    color: inherit;
}

.tactical-message__item-text a:hover {
    text-decoration: underline;
}

article#brand-info h1 {
    font-family: National2Compressed;
    color: #5F0041;
}

.divider__title {
    font-size: 4rem;
    font-family: National2Compressed;
    color: #5F0041;
}

.footer__link--copyright {
    color: #000 !important;
}

/* Top Header Navigation Bar and Logo - Start */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 0.3rem 1rem;
}

/* Left menu */
.nav-links {
    display: flex;
    gap: 0.5rem;
}

.nav-links a {
    text-decoration: none;
    color: #5F0041;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.nav-links a:hover {
    color: #5F0041;
}

/* Right side (logo + login/signup) */
.nav-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-right img {
    display: none;
}

.nav-right a {
    text-decoration: none;
    color: #5F0041;
    font-size: 14px;
    text-transform: uppercase;
}

.nav-right a:hover {
    color: #5F0041;
}

@media screen and (min-width: 640px) {
    .nav-links {
        display: flex;
        gap: 1.5rem;
    }

    .nav-right img {
        height: 2.25rem;
        display: block;
    }

    .navbar {
        padding: 0 1rem;
    }
}

@media screen and (min-width: 1040px) {
    .navbar {
        padding: 0 0;
    }
}

/* Top Header Navigation Bar and Logo - End */

