.page {
    width: 100%;
    min-width: 0px;
}

.hdrLogo__top .sp {
    padding-left: 24px;
    width: 121.86px;
}

#index .hdrMenu {
    display: none !important;
}

@media screen and (max-width: 1200px) {
    .hdrLogo__top span {
        display: none;
    }

    /* Adjust menu for smaller screens */
    #pNav {
        display: block !important;
    }

    .myFavorite {
        position: relative;
        right: 0px;
        top: 5px;
        width: auto;
    }

    .hdrMenu {
        display: none !important;
    }

    #pNav .pNav__tel,
    #index #pNav .pNav__contact a {
        font-size: 12px;
    }

    #pNav .pNav__suv-btn {
        font-size: 16px;
    }
}

@media screen and (min-width: 981px) and (max-width:1200px) {

    #index.page #myFavorite {
        height: 53px;
        margin-top: -1px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        gap: 5px;
    }

    #index.page #myFavorite:before {
        top: 0px;
        position: relative;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        width: 28px !important;
        transform: scale(1);
    }

    #index.page #myFavorite>* {
        position: relative !important;
        padding-top: 0px;
        margin-top: 0px;
        line-height: 1;
    }

    .myFavorite .myFavorite__text {
        font-size: 14px;
    }
}

@media screen and (max-width: 980px) {

    /* Adjust menu showed */
    #pNav {
        display: none !important;
    }

    .hdrLogo__top .sp {
        width: 64px;
        display: block;
        padding-left: 0px;
    }

    #index .hdrMenu {
        display: block !important;
    }

    #index .hdrMenu {
        cursor: pointer;
        box-sizing: border-box;
        position: inherit;
        top: inherit;
        right: -31px;
        -webkit-transform: inherit;
        transform: inherit;
        width: 23px;
        height: 28px !important;
        float: right;
        margin-top: 2px;
        margin-left: 25px;
        display: flex !important;
        align-items: end;
        justify-content: center;
        margin-top: 8px !important;
    }

    #index .hdrMenu span {
        display: inline-block;
        cursor: pointer;
        box-sizing: border-box;
        height: 1.3px;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 0px;
    }

    #index .hdrMenu::after {
        content: "Menu";
        font-size: 10px;
        font-family: Jost, sans-serif;
        position: relative;
        top: 0px;
        right: 0px;
        display: inline-flex;
        line-height: 1;
    }

    #index.page .myFavorite {
        width: 33px !important;
        position: relative;
        margin-top: 0px !important;
        right: 35px;
        margin: 0;
        height: 31px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transform: scale(1);
        flex-direction: column;
    }

    #index .myFavorite::before {
        display: inline-block;
        transform: scale(1);
        position: relative;
        top: 0px;
        padding-left: 0px;
        width: 15px !important;
        padding-bottom: 0px;
        content: "" !important;
        aspect-ratio: 32.67/42;
        background: url("../../common/icons/icn-favoriteW.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    #index .header-state-fix .myFavorite::before {
        background: url("../../common/icons/icn-favorite.png") no-repeat center/contain !important;
    }

    #index .myFavorite .myFavorite__text {
        width: max-content;
        font-family: 'Jost', sans-serif;
        font-size: 10px;
        padding-top: 0px;
        line-height: 1em;
        margin-top: 0px;
    }
}