.haight-logo-wrapper img {
    height: 32px;
    width: auto;
    object-fit: contain;
}

#mobile-drawer, 
.lg\:hidden.fixed.bottom-4, 
#search-modal {
    backdrop-filter: blur(50px) !important;
    -webkit-backdrop-filter: blur(50px) !important;
}

.search-desktop-btn {
    border-bottom: 1px solid currentColor !important;
    padding-bottom: 1px !important;
    padding-right: 22px !important;
    display: inline-block;
}

#mobile-drawer,
#mobile-drawer a,
#mobile-drawer button,
#mobile-drawer svg {
    color: #000000 !important;
    stroke: #000000 !important;
}

.wake-mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.wake-mobile-nav li {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wake-mobile-nav .menu-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

.wake-mobile-nav > ul > li > .menu-item-header > a,
.wake-mobile-nav > ul > li > a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000 !important;
    text-decoration: none;
    line-height: 1rem;
}

.wake-mobile-nav .sub-menu {
    display: none;
    flex-direction: column;
    gap: 16px;
    padding-top: 20px;
    padding-left: 8px;
}

.wake-mobile-nav .sub-menu > li > .menu-item-header > a,
.wake-mobile-nav .sub-menu > li > a {
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.85) !important;
    text-decoration: none;
    line-height: 1rem;
}

.wake-mobile-nav .sub-sub-menu {
    display: none;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
    padding-left: 8px;
}

.wake-mobile-nav .sub-sub-menu a {
    font-size: 10px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.65) !important;
    text-decoration: none;
}

.wake-mobile-nav .sub-sub-menu > li:last-child a,
.wake-mobile-nav .sub-menu > li:last-child > a {
    font-weight: 600 !important;
    color: #000000 !important;
}

.wake-mobile-nav .acc-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    padding: 2px 4px;
}

.wake-mobile-nav li.open > .menu-item-header .acc-arrow {
    transform: rotate(180deg);
}

#main-header {
    max-width: 100% !important;
    left: 0 !important;
}

@media (min-width: 1024px) {
    #main-header {
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
            background-color 0.3s ease,
            color 0.3s ease;
    }

    #main-header.is-header-hidden {
        transform: translateY(-120%);
        pointer-events: none;
    }

    .haight-logo-wrapper img {
        height: 40px !important;
    }

    #desktop-menu-nav .wake-menu-list {
        display: flex !important;
        flex-direction: row !important;
        gap: 20px !important;
        align-items: center !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #desktop-menu-nav .wake-menu-item {
        position: static !important;
    }

    #desktop-menu-nav .wake-menu-link {
        display: block;
        font-size: 11px !important;
        letter-spacing: 0.15em !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        text-underline-offset: 4px;
        white-space: nowrap;
    }

    #desktop-menu-nav .wake-menu-item:hover > .wake-menu-link,
    #desktop-menu-nav .wake-menu-item:focus-within > .wake-menu-link {
        text-decoration: underline !important;
    }

    #desktop-menu-nav .sub-menu {
        display: flex !important;
        flex-direction: row !important;
        gap: 20px !important;
        align-items: flex-start !important;
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        padding: calc(var(--header-height, 88px) + 12px) 3rem 2.5rem !important;
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
        list-style: none !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    }

    #desktop-menu-nav .wake-menu-item:hover > .sub-menu,
    #desktop-menu-nav .wake-menu-item:focus-within > .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    #desktop-menu-nav .sub-menu > li {
        display: flex !important;
        flex-direction: column !important;
        min-width: 120px;
    }

    #desktop-menu-nav .sub-menu-link {
        font-weight: 700 !important;
        font-size: 12px !important;
        letter-spacing: 0.15em !important;
        text-transform: uppercase !important;
        display: block;
        text-decoration: none !important;
    }

    #desktop-menu-nav .sub-sub-menu {
        display: flex !important;
        flex-direction: column !important;
        gap: 0rem !important;
        padding-left: 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }

    #desktop-menu-nav .sub-sub-menu a {
        font-weight: 100 !important;
        font-size: 12px !important;
        text-transform: capitalize !important;
        text-decoration: none !important;
        transition: opacity 0.2s ease;
    }
}

#main-header a,
#main-header button,
#main-header svg,
.haight-logo-wrapper img {
    transition: color 0.3s ease, filter 0.3s ease !important;
}

.logo-black {
    display: block !important;
}

.logo-white {
    display: none !important;
}

#main-header.header-theme-black,
#main-header.header-theme-black a,
#main-header.header-theme-black button,
#main-header.header-theme-black span,
#main-header.header-theme-black .wake-menu-link,
#main-header.header-theme-black .sub-menu-link,
#main-header.header-theme-black .sub-sub-menu a {
    color: #FFFFFF !important;
    text-shadow: none !important;
}

#main-header.header-theme-black svg {
    stroke: #FFFFFF !important;
    filter: none !important;
}

#main-header.header-theme-black .logo-black {
    display: none !important;
}

#main-header.header-theme-black .logo-white {
    display: block !important;
    filter: none !important;
}

@media (min-width: 1024px) {
    #main-header.header-theme-black #desktop-menu-nav .sub-menu {
        background: #000000 !important;
    }
}

#main-header.header-theme-white,
#main-header.header-theme-white a,
#main-header.header-theme-white button,
#main-header.header-theme-white span,
#main-header.header-theme-white .wake-menu-link,
#main-header.header-theme-white .sub-menu-link,
#main-header.header-theme-white .sub-sub-menu a {
    color: #000000 !important;
    text-shadow: none !important;
}

#main-header.header-theme-white svg {
    stroke: #000000 !important;
    filter: none !important;
}

#main-header.header-theme-white .logo-black {
    display: block !important;
}

#main-header.header-theme-white .logo-white {
    display: none !important;
}

@media (min-width: 1024px) {
    #main-header.header-theme-white #desktop-menu-nav .sub-menu {
        background: #FFFFFF !important;
    }
}

@media (min-width: 1024px) {
    #main-header.header-theme-effect {
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        background-color: transparent !important;
        mix-blend-mode: difference !important;
        isolation: auto !important;
    }

    #main-header.header-theme-effect,
    #main-header.header-theme-effect a,
    #main-header.header-theme-effect button,
    #main-header.header-theme-effect span,
    #main-header.header-theme-effect .wake-menu-link {
        color: #ffffff !important;
        text-shadow: none !important;
    }

    #main-header.header-theme-effect svg {
        stroke: #ffffff !important;
        fill: transparent;
        filter: none !important;
    }

    #main-header.header-theme-effect .logo-white {
        display: block !important;
        filter: brightness(0) invert(1) !important;
    }

    #main-header.header-theme-effect .logo-black {
        display: none !important;
    }

    #main-header.header-theme-effect #desktop-menu-nav .sub-menu {
        mix-blend-mode: normal !important;
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
}

@media (max-width: 1023px) {
    #main-header.header-theme-effect:not(:has(#menu-close:not(.hidden))) {
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        background-color: transparent !important;
        mix-blend-mode: difference !important;
        isolation: auto !important;
    }

    #main-header.header-theme-effect:not(:has(#menu-close:not(.hidden))) .logo-white {
        display: block !important;
        filter: brightness(0) invert(1) !important;
    }

    #main-header.header-theme-effect:not(:has(#menu-close:not(.hidden))) .logo-black {
        display: none !important;
    }

    #main-header:has(#menu-close:not(.hidden)),
    #main-header:has(#menu-close:not(.hidden)) a,
    #main-header:has(#menu-close:not(.hidden)) button,
    #main-header:has(#menu-close:not(.hidden)) span {
        color: #000000 !important;
    }

    #main-header:has(#menu-close:not(.hidden)) svg {
        stroke: #000000 !important;
        filter: none !important;
    }

    #main-header:has(#menu-close:not(.hidden)) .logo-black {
        display: block !important;
    }

    #main-header:has(#menu-close:not(.hidden)) .logo-white {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    #main-header.submenu-style-none #desktop-menu-nav .sub-menu {
        mix-blend-mode: normal !important;
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    #main-header.submenu-style-blur #desktop-menu-nav .sub-menu {
        mix-blend-mode: normal !important;
        background: transparent !important;
        backdrop-filter: blur(25px) !important;
        -webkit-backdrop-filter: blur(25px) !important;
    }

    #main-header.submenu-style-blur_dark #desktop-menu-nav .sub-menu {
        mix-blend-mode: normal !important;
        background: rgba(0, 0, 0, 0.5) !important;
        backdrop-filter: blur(25px) !important;
        -webkit-backdrop-filter: blur(25px) !important;
    }

    #main-header.submenu-style-blur_light #desktop-menu-nav .sub-menu {
        mix-blend-mode: normal !important;
        background: rgba(255, 255, 255, 0.85) !important;
        backdrop-filter: blur(25px) !important;
        -webkit-backdrop-filter: blur(25px) !important;
    }
}

@media (max-width: 1023px) {
    #main-header:has(#menu-close:not(.hidden)),
    #main-header:has(#menu-close:not(.hidden)) a,
    #main-header:has(#menu-close:not(.hidden)) button,
    #main-header:has(#menu-close:not(.hidden)) span {
        color: #000000 !important;
    }

    #main-header:has(#menu-close:not(.hidden)) svg {
        stroke: #000000 !important;
        filter: none !important;
    }

    #main-header:has(#menu-close:not(.hidden)) .logo-black {
        display: block !important;
    }

    #main-header:has(#menu-close:not(.hidden)) .logo-white {
        display: none !important;
    }
}

#main-header a,
#main-header button,
#main-header svg,
.haight-logo-wrapper img {
    transition:
        color 0.3s ease,
        filter 0.3s ease !important;
}

.logo-black {
    display: block !important;
}

.logo-white {
    display: none !important;
}

#main-header.header-theme-black,
#main-header.header-theme-black a,
#main-header.header-theme-black button,
#main-header.header-theme-black span,
#main-header.header-theme-black .wake-menu-link,
#main-header.header-theme-black .sub-menu-link,
#main-header.header-theme-black .sub-sub-menu a {
    color: #000000 !important;
    text-shadow: none !important;
}

#main-header.header-theme-black svg {
    stroke: #000000 !important;
    filter: none !important;
}

#main-header.header-theme-black .logo-black {
    display: block !important;
}

#main-header.header-theme-black .logo-white {
    display: none !important;
}

#main-header.header-theme-white,
#main-header.header-theme-white a,
#main-header.header-theme-white button,
#main-header.header-theme-white span,
#main-header.header-theme-white .wake-menu-link,
#main-header.header-theme-white .sub-menu-link,
#main-header.header-theme-white .sub-sub-menu a {
    color: #FFFFFF !important;
    text-shadow: none !important;
}

#main-header.header-theme-white svg {
    stroke: #FFFFFF !important;
    filter: none !important;
}

#main-header.header-theme-white .logo-black {
    display: none !important;
}

#main-header.header-theme-white .logo-white {
    display: block !important;
    filter: none !important;
}