@media (min-width: 1025px) {
    .topheader-html-main {
        min-height: 36px;
        display: flex;
        align-items: center;
    }

    .topheader-html-main-in {
        width: min(1370px, 100% - 48px);
        font-size: 15px;
        line-height: 1.2;
        text-align: center;
    }

    .topheader-html-main-in p,
    .topheader-html-main-in .tophtml-text {
        margin: 0;
    }

    .topheader-html-close {
        display: none;
    }

    .topheader-desktop-main-div-in,
    .header-desktop-main-div-in,
    .top-level-menu-main-div-in {
        width: min(1370px, 100% - 48px) !important;
    }

    .topheader-desktop-main-div-in {
        min-height: 34px;
        align-items: center;
    }

    .topheader-desktop-main-left,
    .topheader-desktop-main-right {
        align-items: center;
        gap: 28px;
    }

    .topheader-desktop-main-left a,
    .topheader-desktop-main-right a {
        margin: 0 !important;
        line-height: 1.2;
        white-space: nowrap;
    }

    .topheader-desktop-main-left a i,
    .topheader-desktop-main-right a i {
        margin-right: 6px;
    }

    .topheader-desktop-main-right a {
        display: inline-flex !important;
        align-items: center;
    }

    .header-desktop-main-div-in {
        min-height: 72px;
        gap: 36px;
    }

    .header-desktop-logo-div {
        width: 250px;
        margin-right: 0 !important;
        flex: 0 0 250px;
    }

    .header-desktop-logo-div img {
        max-width: 190px !important;
        max-height: 68px;
        object-fit: contain;
    }

    .header-desktop-search1 {
        flex: 1 1 auto;
        max-width: 670px;
    }

    .header-desktop-search1 .div_form {
        width: 100%;
    }

    .header-desktop-search1 form {
        position: relative;
        display: flex;
        align-items: center;
    }

    .header-desktop-search1 form input {
        height: 44px !important;
        min-width: 100%;
        padding: 0 84px 0 36px !important;
    }

    .header-desktop-search1 form::before {
        content: "\f002";
        position: absolute;
        left: 14px;
        top: 50%;
        z-index: 2;
        transform: translateY(-50%);
        font-family: "FontAwesome";
        font-size: 15px;
        pointer-events: none;
    }

    .header-desktop-search1 form button {
        right: 0 !important;
        top: 0 !important;
        width: 70px;
        height: 44px !important;
        border-radius: 0 999px 999px 0 !important;
        padding: 0 !important;
    }

    .header-desktop-right-area {
        flex: 0 0 auto;
        gap: 22px;
        justify-content: flex-end;
    }

    .header-desktop-navbutton-box {
        margin-left: 0 !important;
        min-width: 54px;
    }

    .header-desktop-navbutton-box a,
    .newheadlinkcart {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 3px;
        text-decoration: none !important;
    }

    .newheadlink-i {
        position: relative;
        line-height: 1;
    }

    .newheadlink-i i,
    .carting i {
        font-size: 25px !important;
        line-height: 26px !important;
    }

    .header-desktop-navbutton-box-t {
        line-height: 1.1 !important;
        text-align: center !important;
    }

    .newheadlink-s {
        display: none !important;
    }

    .header-desktop-navbutton-box-count,
    .header-desktop-navbutton-box-count-cart {
        top: -8px !important;
        right: -10px !important;
        min-width: 18px;
        height: 18px;
        padding: 0 5px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 18px !important;
    }

    .top-level-menu-main-div-in {
        min-height: 50px;
        justify-content: flex-start;
        gap: 12px;
    }

    .top-level-menu-main-div .slider-categories {
        flex: 0 0 auto;
        width: auto !important;
        margin: 0 !important;
        z-index: 1;
    }

    .top-level-menu-main-div .slider-categories-header {
        width: auto;
        min-height: 50px;
        padding: 0 10px !important;
        border: 0 !important;
        background: transparent !important;
        font-size: inherit;
        font-weight: 700;
        text-transform: uppercase;
    }

    .top-level-menu-main-div .slider-categories-header svg {
        flex: 0 0 auto;
        margin-right: 8px;
    }

    .head-new-area-left {
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
    }

    .top-level-menu {
        width: 100%;
        display: flex;
        justify-content: flex-start !important;
        align-items: center;
        margin: 0;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
    }

    .top-level-menu>li {
        flex: 0 0 auto;
    }

    .top-level-menu > li > a {
        text-decoration: none;
    }

    .top-level-menu > li span {
        letter-spacing: 0 !important;
        text-transform: uppercase;
    }

    .top-level-menu>li.header-menu-overflow-hidden {
        display: none !important;
    }

    .header-menu-more-button {
        flex: 0 0 auto;
        display: none;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        padding: 0 12px;
        border: 0;
        background: transparent;
        cursor: pointer;
        font: inherit;
        font-weight: 700;
        white-space: nowrap;
        text-transform: uppercase;
    }

    .header-menu-more-button.is-visible {
        display: inline-flex;
    }

    .header-menu-drawer-overlay,
    .header-menu-drawer {
        display: block;
    }

    .header-menu-drawer-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        z-index: 9998;
    }

    .header-menu-drawer {
        position: fixed;
        top: 0;
        left: 0;
        width: 340px;
        max-width: 86vw;
        height: 100%;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        z-index: 9999;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
        overflow-y: auto;
    }

    body.header-menu-drawer-open {
        overflow: hidden;
    }

    body.header-menu-drawer-open .header-menu-drawer-overlay {
        opacity: 1;
        visibility: visible;
    }

    body.header-menu-drawer-open .header-menu-drawer {
        transform: translateX(0);
    }

    .header-menu-drawer-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 16px;
        border-bottom: 1px solid #eee;
    }

    .header-menu-drawer-title {
        font-size: 15px;
        font-weight: 700;
    }

    .header-menu-drawer-close {
        border: 0;
        background: transparent;
        font-size: 26px;
        line-height: 1;
        cursor: pointer;
    }

    .header-menu-drawer-list,
    .header-menu-drawer-sub {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .header-menu-drawer-list>li {
        border-bottom: 1px solid #f1f1f1;
    }

    .header-menu-drawer-list a {
        display: block;
        padding: 12px 16px;
        color: #222;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
    }

    .header-menu-drawer-sub a {
        padding-left: 28px;
        font-size: 13px;
        font-weight: 500;
        text-transform: none;
    }

    .top-level-menu-main-div .topmenu-arrow-left,
    .top-level-menu-main-div .topmenu-arrow-right,
    .top-level-menu-main-div .head-new-area-right {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .header-menu-more-button,
    .header-menu-drawer-overlay,
    .header-menu-drawer {
        display: none;
    }

    .topheader-html-main-in {
        width: 100% !important;
        padding: 8px 14px;
        font-size: 13px;
        text-align: center;
    }
}
