.new_header .hammm_btn,
.new_mobile .m_cl_btn,
.new_header .new_nav_wrapepr ul li > button,
.new_mobile .main_mob_view ul li > button,
.new_mobile .back_toMain {
    background: none;
    color: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font: inherit;
    cursor: pointer;
    padding: 0;
    margin: 0;
    outline: inherit;
    text-decoration: none;
    text-transform: none;
    -webkit-appearance: none;
    appearance: none;
}

.new_mobile .m_cl_btn,
.new_header .new_nav_wrapepr ul li > button,
.new_mobile .main_mob_view ul li > button,
.new_mobile .back_toMain {
    display: block;
}

.new_header .new_nav_wrapepr ul li > button {
    display: block;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: inherit;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 0;
}

.new_header .new_nav_wrapepr ul li > button::after {
    width: 100%;
    content: "";
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-101%);
    transition: ease 0.3s;
}

.new_header .new_nav_wrapepr ul li:hover > button::after {
    transform: translateX(0%);
}

.new_header .new_nav_wrapepr ul li.clicked_s > button::after {
    display: none;
}

.new_header .new_nav_wrapepr ul li > button img {
    margin: 0 auto 2px;
    display: block;
}

.new_header .new_nav_wrapepr ul li > button:focus,
.new_header .new_nav_wrapepr ul li > button:focus-visible {
    background: none;
    color: #fff !important;
    outline: 3px solid #fff;
    outline-offset: 4px;
}

.new_header .btn_wrapper .trans:active,
.new_header .btn_wrapper .trans:focus,
.new_header .btn_wrapper .trans:focus-visible {
    color: #fff !important;
}

.new_header .hammm_btn:focus-visible,
.new_mobile .m_cl_btn:focus-visible,
.new_mobile a:focus-visible,
.new_mobile button:focus,
.new_mobile button:focus-visible {
    background: none;
    color: #fff !important;
    outline: 3px solid currentColor;
    outline-offset: 4px;
}

body.lockit {
    overflow: hidden;
}

@media (max-width: 1250px) {
    .new_mobile .mob_card {
        display: none;
    }

    .new_mobile .mob_card.show_me {
        display: block;
    }

    .new_mobile .mob_card .pp_inner_frame {
        height: auto;
        padding-bottom: 177px;
    }

    .new_mobile .inner_wrapper {
        min-height: 621px;
    }

    .new_mobile .main_mob_view ul li > button {
        display: flex;
        align-items: center;
        gap: 16px;
        width: 100%;
        position: relative;
        color: #fff;
        font-family: Bilo, sans-serif;
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        text-transform: uppercase;
        text-align: left;
        border-radius: 0;
        padding-right: 24px;
    }

    .new_mobile .main_mob_view ul li > button::after {
        display: block;
        content: "";
        width: 12px;
        height: 12px;
        background: url("../svg/arr_mob.svg") center no-repeat;
        position: absolute;
        right: 0;
        top: 8px;
    }

    .new_mobile .main_mob_view ul li > button img {
        margin-right: 0;
        flex: 0 0 auto;
    }

    .new_mobile .main_mob_view ul li > button:focus,
    .new_mobile .main_mob_view ul li > button:focus-visible {
        background: none;
        color: #fff !important;
        outline: 3px solid #fff;
        outline-offset: 4px;
    }

    .new_mobile .back_toMain {
        margin: 10px 0 0 10px;
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #fff;
        font-family: Bilo, sans-serif;
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        text-transform: uppercase;
        width: auto;
    }

    .new_mobile {
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .new_mobile .nav_wrapper_m,
    .new_mobile .main_mob_view,
    .new_mobile .mob_card {
        min-height: 100%;
        overflow-y: auto;
    }

    .new_mobile .main_mob_view,
    .new_mobile .mob_card,
    .new_mobile .nav_wrapper_m ul,
    .new_mobile .nav_wrapper_m li {
        width: 100%;
    }

    .new_mobile .main_mob_view li,
    .new_mobile .mob_card li,
    .new_mobile .nav_wrapper_m li,
    .new_mobile .nav_wrapper_m .main_item {
        display: block;
        height: auto;
        min-height: 0;
    }

    .new_mobile a,
    .new_mobile button,
    .new_mobile h2,
    .new_mobile h3,
    .new_mobile p,
    .new_mobile span {
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .new_mobile h2,
    .new_mobile h3 {
        line-height: 1.15;
    }

    .new_mobile p,
    .new_mobile li,
    .new_mobile a,
    .new_mobile span {
        line-height: 1.3;
    }

    .new_mobile .main_mob_view a,
    .new_mobile .mob_card a,
    .new_mobile .nav_wrapper_m a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .new_mobile .main_mob_view .sub-menu,
    .new_mobile .mob_card .sub-menu {
        margin-top: 8px;
    }
}

@media (max-width: 1250px) and (min-resolution: 1.25dppx), (max-width: 1250px) and (min-width: 768px) {
    .new_mobile h2 {
        font-size: clamp(1.75rem, 3vw, 2.5rem);
    }

    .new_mobile h3 {
        font-size: clamp(1rem, 1.8vw, 1.25rem);
    }

    .new_mobile p,
    .new_mobile a,
    .new_mobile button,
    .new_mobile span {
        font-size: clamp(0.95rem, 1.5vw, 1.125rem);
    }
}

/* Prevent ghost focus when mobile menu is closed */
#mobile-menu-dialog.new_mobile {
    visibility: hidden;
    transition: transform ease 0.3s, visibility 0s linear 0.3s;
}

#mobile-menu-dialog.new_mobile.active {
    visibility: visible;
    transition: transform ease 0.3s, visibility 0s;
}
