ul {
    list-style: none
}

a:hover {
    text-decoration: none
}

.popup__blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear
}

    .popup__blur.active {
        opacity: 1;
        visibility: visible;
        cursor: pointer;
        transition: all .3s linear
    }

.center-item {
    display: flex;
    align-items: center
}

.container-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 94px;
    background-color: #fff;
    border-bottom: 4px solid var(--primary-color);
    z-index: 10000
}

.header-desktop-container {
    max-width: 1200px;
    margin: auto;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .header-desktop-container .header-logo {
        padding: 13px 0
    }

        .header-desktop-container .header-logo img {
            max-height: 65px
        }

    .header-desktop-container .box-search {
        display: flex;
        align-items: center
    }

    .header-desktop-container .navmenu-search-input {
        height: 24px;
        width: 0;
        overflow: hidden;
        padding: 0;
        border: 0;
        font-size: 14px;
        border-bottom: 1px solid gray
    }

        .header-desktop-container .navmenu-search-input.show-searchbar {
            transition: all .3s ease-in-out;
            padding-left: 6px;
            width: 250px;
            padding-right: 36px;
            outline: none;
            z-index: 30
        }

    .header-desktop-container .close-search {
        display: none;
        font-size: 28px;
        line-height: 28px;
        cursor: pointer
    }

    .header-desktop-container .header-info {
        display: flex;
        justify-content: flex-end;
        margin-top: 5px;
        margin-bottom: 5px;
        height: 32px
    }

    .header-desktop-container .navbar-link,
    .header-desktop-container .header-list {
        display: flex;
        list-style: none;
        padding-left: 0;
        margin: 0;
        align-items: center
    }

        .header-desktop-container .header-list .header-list-item {
            margin-right: 22px
        }

            .header-desktop-container .header-list .header-list-item .icon-menu-toyota-global {
                margin-right: 4px;
                height: 23px
            }

            .header-desktop-container .header-list .header-list-item .icon-menu-toyota-global {
                width: auto
            }

    .header-desktop-container a {
        text-decoration: none;
        color: #212529
    }

    .header-desktop-container .header-list .header-list-item .item-link {
        font-size: 16px;
        line-height: 20px;
        color: #212529;
    }

.btn-login {
    padding: 6px 16px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #101010
}

.header-desktop-container .social-fb {
    color: #395196;
    font-size: 24px
}

.header-desktop-container .social-yt {
    color: #d40c18;
    font-size: 24px
}

.header-desktop-container .btn-search {
    font-size: 16px;
    cursor: pointer
}

.header-desktop-container .header-navbar {
    border-top: 1px solid #ccc
}

.header-desktop-container .dropdown-nav {
    background-color: #fff;
    cursor: pointer
}

    .header-desktop-container .dropdown-nav::after {
        content: "";
        position: absolute;
        width: 100%;
        max-width: 200px;
        height: 5px;
        bottom: -5px
    }

.header-desktop-container .header-navbar .dropdown-nav-toggle {
    display: flex;
    align-items: center;
    padding: 0 14px;
    height: 47px;
    font-size: 16px;
    position: relative
}

.dropdown-nav-toggle .dropdown-nav-caret-icons {
    color: #6b6b6b;
    font-size: 12px;
    margin-left: 10px;
    transition: transform ease .3s
}

.dropdown-nav.active .dropdown-nav-toggle .dropdown-nav-caret-icons {
    transform: rotate(180deg)
}

.header-desktop-container .dropdown-nav-menu-full-width {
    position: absolute;
    top: 104%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: opacity .25s, -webkit-transform .4s;
    transition: opacity .25s, -webkit-transform .4s;
    transition: opacity .25s, transform .4s;
    transition: opacity .25s, transform .4s, -webkit-transform .4s
}

.header-desktop-container .dropdown-nav.active {
    background-color: #f5f5f5
}

.header-desktop-container .header-navbar .dropdown-nav.active .dropdown-nav-menu-full-width {
    left: 0;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.header-desktop-container .header-navbar .product-item-tab-all {
    font-size: 16px;
    text-transform: uppercase;
    width: calc(100%/6);
    padding: 6px 0;
    text-align: center;
    border-bottom: 1px solid #000
}

    .header-desktop-container .header-navbar .product-item-tab-all a {
        width: 100%;
        display: block
    }

.header-desktop-container .menu-full-width-contain {
    position: relative;
    width: 1200px;
    margin: auto;
    background-color: #fff
}

.header-desktop-container .box-product-contain {
    display: flex;
    padding-top: 24px
}

.header-desktop-container .product-item-tab {
    font-size: 16px;
    text-transform: uppercase;
    width: calc(100%/6);
    padding: 6px 0;
    text-align: center;
    border-bottom: 1px solid #000
}

.header-desktop-container .product-item-tab .product-item-tab-icon {
    height: 18px;
    width: auto;
    margin-right: 6px
}
.header-desktop-container .product-item-tab:hover, .header-desktop-container .product-item-tab-all:hover, .header-desktop-container .product-item-tab.active-tab {
    cursor: pointer;
    font-weight: 700;
    border-bottom: 3px solid var(--primary-color);
    transition: all ease-in-out .2s
}

.header-desktop-container .box-product-show {
    display: flex;
    overflow-x: scroll
}

    .header-desktop-container .box-product-show::-webkit-scrollbar {
        display: none
    }

    .header-desktop-container .box-product-show .product-show-item {
        position: relative;
        min-width: calc((100%/4.5) - 32px);
        margin-right: 32px;
        display: block;
        left: 0;
        transition: all .5s ease;
        max-width: calc((100%/4.5) - 32px)
    }

.header-desktop-container .box-product-show {
    height: auto;
    min-height: 315px;
    overflow: hidden
}

.header-desktop-container .product-show-item-name {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-top: 6px;
    margin-bottom: 2px !important
}

.header-desktop-container .box-image {
    position: relative
}

.header-desktop-container .product-show-item-image {
    width: 100%;
    transition: opacity .2s, visibility .2s
}

.header-desktop-container .image-index {
    height: 82px;
    object-fit: contain;
    opacity: 1;
    visibility: visible
}

.header-desktop-container .image-hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.header-desktop-container .box-image {
    transition: all 0.3s ease;
    overflow: hidden;
}

.header-desktop-container .box-image img {
    transition: all 0.3s ease;
    overflow: hidden;
}


.header-desktop-container .box-image:hover .image-index {
    transform: scale(1.08);
    transition: all 0.3s ease;
} 


.header-desktop-container .product-show-item-price {
    font-size: 14px;
    padding-bottom: 2px !important;
    margin-top: 2px !important;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc
}

.header-desktop-container .product-show-more-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-top: 6px;
    padding-bottom: 10px;
    cursor: pointer
}

.product-show-more-item i {
    transform: rotate(0deg);
    transition: transform ease-in-out .3s
}

.product-show-more-item.active i {
    transform: rotate(180deg);
    transition: transform ease-in-out .3s
}

.header-desktop-container .product-show-more-item.active .list-product-expand {
    max-height: 1000px;
    opacity: 1;
    transition: .6s linear all
}

.header-desktop-container .list-product-expand {
    width: 100%;
    left: 0;
    right: 0;
    top: 26px;
    max-height: 0;
    overflow: hidden;
    padding-left: 8px;
    padding-top: 2px;
    opacity: 0;
    transition: all .5s ease-in-out;
    border-top: 1px solid var(--primary-color);
    transition: .4s linear all
}

.header-desktop-container .list-product-expand-item {
    padding: 8px 0
}

.header-desktop-container .product-show-more-item > i {
    color: var(--primary-color)
}

.header-desktop-container .dropdown-nav-menu-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 76px;
    border-bottom: 1px solid #ccc;
    position: relative
}

    .header-desktop-container .dropdown-nav-menu-footer::after {
        content: "";
        position: absolute;
        top: 0;
        width: 1200px;
        height: 1px;
        background-color: #ccc
    }

.header-desktop-container .dropdown-nav-menu-footer-item {
    margin: 0 46px;
    display: flex;
    align-items: center
}

    .header-desktop-container .dropdown-nav-menu-footer-item img {
        margin-right: 4px
    }

.header-desktop-container .box-news-contain,
.header-desktop-container .box-intro-contain,
.header-desktop-container .box-service-contain,
.header-desktop-container .box-tools-contain {
    position: relative;
    width: 100%;
    margin: 0 auto
}

    .header-desktop-container .box-news-contain .custom-grid {
        display: grid;
        grid-gap: 9px 6px;
        grid-template-rows: auto;
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

.header-desktop-container .box-intro-contain {
    max-height: 464px
}

.header-desktop-container .box-tools-menu {
    margin-top: 53px;
    margin-left: 120px
}

.header-desktop-container .tools-list {
    padding-left: 0
}

.header-desktop-container .box-tools-banner {
    width: 100%;
    max-width: 873px
}

    .header-desktop-container .box-tools-banner > img {
        width: 100%
    }

.header-desktop-container .box-service-menu {
    margin-left: 120px;
    margin-top: 53px
}

.header-desktop-container .intro-list {
    padding-left: 0;
    margin-top: 34px;
    margin-left: 120px;
    width: 240px
}

.header-desktop-container .service-list {
    padding-left: 0
}

    .header-desktop-container .service-list:first-child {
    }

.header-desktop-container .subnav-dropdown-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.header-desktop-container .subnav-expand-link,
.header-desktop-container .subnav-dropdown-link {
    margin: 12px 0;
    cursor: pointer;
    height: 34px
}

.header-desktop-container .subnav-dropdown-link {
    margin: 0
}

.header-desktop-container .subnav-expand:hover .show-subnav-expand {
    display: flex
}

.header-desktop-container .subnav-expand-list {
    margin-top: 112px;
    padding: 0
}

    .header-desktop-container .subnav-expand-list.service {
        margin-top: 34px
    }

        .header-desktop-container .subnav-expand-list.service .subnav-expand-link:first-child {
            margin-top: 0
        }

.header-desktop-container .show-subnav-expand {
    display: none;
    position: absolute;
    justify-content: space-between;
    left: 348px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff
}

.header-desktop-container .sub-nav-expand-banner {
    width: 100%;
    max-width: 686px;
    height: 384px
}

    .header-desktop-container .sub-nav-expand-banner > img {
        width: 100%;
        height: 100%
    }

.header-desktop-container .subnav-expand > i {
    color: var(--primary-color);
    margin-left: 6px;
    font-size: 14px
}

.header-desktop-container .subnav-dropdown-link:hover .subnav-expand-link {
    font-weight: 400;
    font-size: 16px
}

.header-desktop-container .subnav-expand-list .subnav-expand-link:hover > a,
.header-desktop-container .subnav-dropdown-link:hover > a,
.header-desktop-container .subnav-dropdown-link:hover > span {
    font-weight: 700;
    font-size: 18px;
    color: var(--primary-color)
}

.header-desktop-container .box-service-banner {
    width: 100%;
    height: 100%
}

    .header-desktop-container .box-service-banner > img {
        height: 100%;
        object-fit: cover
    }

.header-desktop-container .box-intro-menu {
    flex: 1
}

.header-desktop-container .box-intro-banner {
    width: 100%;
    max-width: 686px;
    height: 384px
}

    .header-desktop-container .box-intro-banner > img {
        width: 100%;
        height: 100%
    }

.header-desktop-container .box-news-item {
    position: relative;
    height: 268px;
    display: block;
    overflow: hidden
}

.dropdown-nav .box-news-item > img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .3s linear;
    object-fit: cover
}

.dropdown-nav .box-news-item:hover > img {
    transform: scale(1.04);
    transition: all .3s linear
}

.header-desktop-container .box-news-item:first-child {
    margin-left: 0
}

.header-desktop-container .box-news-item:last-child {
    margin-right: 0
}

.header-desktop-container .news-description {
    position: absolute;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    bottom: 20px;
    left: 24px;
    z-index: 1
}

.header-desktop-container .box-news-footer {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-bottom: 1px solid #ccc
}

.header-desktop-container .btn-news {
    color: #101010;
    font-weight: 600;
    line-height: 23px;
    margin-right: 4px;
    text-transform: uppercase;
    cursor: pointer
}

.header-desktop-container .btn-left,
.header-desktop-container .btn-right {
    position: absolute;
    top: calc(50% - 44px);
    cursor: pointer;
    background: rgba(255, 255, 255, .5);
    border: 1px solid #1a1a1a;
    padding: 8px 14px;
    color: #000;
    opacity: 1;
    transition: all .3s ease;
    z-index: 10
}

    .header-desktop-container .btn-left:hover,
    .header-desktop-container .btn-right:hover {
        background-color: #000;
        color: #fff
    }

.header-desktop-container .btn-left {
    display: none;
    left: -60px
}

.header-desktop-container .btn-right {
    right: -60px
}

.header-desktop-container .box-news-linear-layer,
.header-mobile-container .box-news-linear-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(170, 170, 170, 0) 14.63%, rgba(0, 0, 0, 0.408) 46.25%, rgba(0, 0, 0, 0.696) 71.59%, rgba(0, 0, 0, 0.8) 99.6%);
    opacity: .8;
    transition: all .3s ease
}

    .header-desktop-container .box-news-linear-layer.height-layer-desktop {
        height: 166px
    }

    .header-mobile-container .box-news-linear-layer.height-layer-mobile {
        height: 125px
    }

@media(max-width:1366px) {

    .header-desktop-container .intro-list,
    .header-desktop-container .box-service-menu,
    .header-desktop-container .box-tools-menu {
        margin-left: 94px
    }
}

@media(max-width:1080px) {
    .header-desktop-container {
        display: none
    }

    .container-header {
        border-bottom: none
    }
}

.header-desktop-container .header-list {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
    align-items: center
}

    .header-desktop-container .header-list .header-list-item {
        margin-right: 22px;
        position: relative
    }

        .header-desktop-container .header-list .header-list-item .fas.fa-chevron-down {
            font-size: 12px
        }

        .header-desktop-container .header-list .header-list-item:hover .submenu {
            visibility: visible;
            opacity: 1;
            height: fit-content;
            transition: .2s linear all
        }

        .header-desktop-container .header-list .header-list-item:hover .fas.fa-chevron-down {
            transform: rotate(180deg);
            transition: .2s linear all
        }

        .header-desktop-container .header-list .header-list-item:nth-child(3) {
        }

        .header-desktop-container .header-list .header-list-item .submenu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 2;
            padding: 5px 0;
            background: #fff;
            border: .5px solid rgba(0, 0, 0, 0.1);
            border-top: 0;
            visibility: hidden;
            opacity: 0;
            height: 0;
            transition: .2s linear all
        }

            .header-desktop-container .header-list .header-list-item .submenu .submenu-item {
                padding: 10px 10px;
                transition: .2s linear all
            }

                .header-desktop-container .header-list .header-list-item .submenu .submenu-item:hover .submenu-link {
                    color: var(--primary-color);
                    transition: .2s linear all
                }

            .header-desktop-container .header-list .header-list-item .submenu .submenu-link {
                white-space: nowrap
            }

        .header-desktop-container .header-list .header-list-item .icon-menu-toyota-global {
            margin-right: 4px;
            height: 23px
        }

        .header-desktop-container .header-list .header-list-item .icon-menu-toyota-global {
            width: auto
        }

.header-desktop-container a {
    text-decoration: none;
    color: #3a3a3a
}

.header-desktop-container .header-list .header-list-item .item-link {
    font-size: 16px;
    line-height: 20px
}

.header-desktop-container .header-30th {
    height: 100%;
}

    .header-desktop-container .header-30th a {
        height: 100%;
        display: flex
    }

        .header-desktop-container .header-30th a img {
            height: 47px;
            margin: auto 0
        }


.header-block-2 {
    animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* @keyframes slideUp { 
 from { transform: translateY(15px); opacity: 0; } 
 to { transform: translateY(0); opacity: 1; } 
 } */

@keyframes slideUp {
    from {
        top: 15px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}


/* .animate-slide-up { animation: slideUp 0.5s ease-in-out forwards; } */

.container-header {
    transition: height .3s;
    height: 94px;
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

    .container-header.headerlogo {
        height: 94px;
        transition: height .3s;
    }

    .container-header.loader-index {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, transform .3s;
        transition: opacity .3s, transform .3s, -webkit-transform .3s;
        will-change: opacity, transform;
    }

    .container-header.headerlogo .header-logo {
        padding: 0;
        line-height: 1;
    }

.header-desktop-container {
    height: calc(100% - 4px);
}

.container-header.headerlogo .header-block-1 {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}

.container-header .header-block-1 {
    animation: slideUp 0.3s ease-in-out forwards;
}


.header-block-1 .header-navbar .navbar-link .dropdown-nav .dropdown-nav-toggle:hover > div > span,
.header-block-1 .header-navbar .navbar-link .dropdown-nav .dropdown-nav-toggle:hover .dropdown-nav-caret-icons,
.header-block-1 .header-navbar .navbar-link .dropdown-nav.active .dropdown-nav-toggle > div > span,
.header-block-1 .header-navbar .navbar-link .dropdown-nav.active .dropdown-nav-toggle .dropdown-nav-caret-icons {
    color: var(--primary-color);
}


.header-block-2 .header-list-item .box-search,
.header-block-2 .header-list .header-list-item:nth-child(1) {
    display: none !important;
}

.header-block-2 .header-list .header-list-item:nth-child(5) {
    margin-right: 0;
}

.header-desktop-container .header-list .header-list-item .item-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}

.header-desktop-container .header-list .header-list-item:hover .item-link::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}



@media(max-width: 1080px) {
    .container-header {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, transform .3s;
        transition: opacity .3s, transform .3s, -webkit-transform .3s;
        will-change: opacity, transform;
    }

        .container-header.headerlogo {
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }

    #pancake-chat-plugin-root {
        bottom: 100px !important;
    }
}

/* Menu Sản phẩm: Grid tối đa 4 xe/dòng - tham khảo Khám phá dòng xe */
.header-desktop-container .box-product-show.menu-product-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    overflow: visible !important;
    flex-wrap: wrap;
}

    .header-desktop-container .box-product-show.menu-product-grid .menu-product-grid-item {
        min-width: 0;
        margin-top: 30px;
    }

        .header-desktop-container .box-product-show.menu-product-grid .menu-product-grid-item .product-show-item {
            min-width: unset !important;
            max-width: 100% !important;
            /*  margin-right: 0 !important;*/
            left: unset !important;
        }

    .header-desktop-container .box-product-show.menu-product-grid .product-show-item .top-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
        min-height: 20px;
    }

        .header-desktop-container .box-product-show.menu-product-grid .product-show-item .top-content span:first-child {
            font-size: 12px;
            font-weight: 700;
            color: #EB0A1E;
        }

        .header-desktop-container .box-product-show.menu-product-grid .product-show-item .top-content .top-content-hev-wrap {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 12px;
            font-weight: 700;
            color: #000;
        }

        .header-desktop-container .box-product-show.menu-product-grid .product-show-item .top-content .top-content-hev-icon {
            height: 18px;
            width: auto;
        }

    /* product-show-more-item: cột dọc - list-product-expand nằm DƯỚI product-show-more-btn */
    .header-desktop-container .box-product-show.menu-product-grid .product-show-more-item {
        flex-direction: column !important;
        align-items: stretch;
    }

    .header-desktop-container .box-product-show.menu-product-grid .product-show-more-btn {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 24px;
        width: 100%;
    }

    /* list-product-expand nằm dưới nút, hiển thị dọc */
    .header-desktop-container .box-product-show.menu-product-grid .product-show-more-item .list-product-expand {
        position: relative !important;
        top: 0 !important;
        display: block;
    }

    .header-desktop-container .box-product-show.menu-product-grid .list-product-expand-item {
        display: block;
    }

/* Product mega menu refresh - catalogue card layout */
.header-desktop-container .menu-full-width-contain {
    width: 1116px;
    max-width: calc(100vw - 140px);
}

.header-desktop-container .box-product-contain {
    padding-top: 24px;
}

.header-desktop-container .product-item-tab-all,
.header-desktop-container .product-item-tab {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    padding: 8px 0 13px;
    color: #3a3a3a;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #3a3a3a;
}

.header-desktop-container .product-item-tab-all a {
    color: inherit;
}

.header-desktop-container .product-item-tab:hover,
.header-desktop-container .product-item-tab-all:hover,
.header-desktop-container .product-item-tab.active-tab {
    border-bottom: 3px solid #eb0a1e;
    color: #101010;
    font-weight: 700;
}

.header-desktop-container .product-item-tab .product-item-tab-icon {
    height: 18px;
    margin-right: 6px;
    vertical-align: -4px;
}

.header-desktop-container .box-product-show.menu-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px 48px;
    min-height: 0;
    padding: 26px 0 38px;
}

.header-desktop-container .box-product-show.menu-product-grid .menu-product-grid-item {
    margin-top: 0;
}

.header-desktop-container .box-product-show.menu-product-grid .product-show-item {
    margin-right: 0;
}

.header-desktop-container .box-product-show.menu-product-grid .product-show-item .top-content {
    min-height: 20px;
    margin-bottom: 4px;
    align-items: center;
    gap: 10px;
}

.header-desktop-container .box-product-show.menu-product-grid .product-show-item .top-content span:first-child {
    color: #eb0a1e;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
}

.header-desktop-container .box-product-show.menu-product-grid .product-show-item .top-content .top-content-hev-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #101010;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
}

.header-desktop-container .box-product-show.menu-product-grid .product-show-item .top-content .top-content-hev-icon {
    height: 18px;
    width: auto;
}

.header-desktop-container .box-product-show.menu-product-grid .box-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 76px;
    margin-bottom: 8px;
    overflow: visible;
}

.header-desktop-container .box-product-show.menu-product-grid .product-show-item-image,
.header-desktop-container .box-product-show.menu-product-grid .image-index {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-desktop-container .box-product-show.menu-product-grid .image-hover {
    display: none;
}

.header-desktop-container .box-product-show.menu-product-grid .product-show-item-name {
    margin: 0 0 2px !important;
    color: #101010;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.header-desktop-container .box-product-show.menu-product-grid .product-show-item-price {
    margin: 0 0 8px !important;
    padding-bottom: 7px !important;
    color: #3a3a3a;
    font-size: 12px;
    line-height: 17px;
    border-bottom: 1px solid #e5e5e5;
}

.header-desktop-container .box-product-show.menu-product-grid .product-show-more-item {
    display: block;
    margin-top: 0;
    padding-bottom: 0;
    cursor: default;
}

.header-desktop-container .box-product-show.menu-product-grid .menu-product-catalogue-link {
    color: #101010;
    font-size: 12px;
    line-height: 17px;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.header-desktop-container .box-product-show.menu-product-grid .menu-product-catalogue-link:hover {
    color: #eb0a1e;
}

.header-desktop-container .dropdown-nav-product-footer {
    justify-content: space-around;
    height: 64px;
}

.header-desktop-container .dropdown-nav-product-footer::after {
    width: 100%;
}

.header-desktop-container .dropdown-nav-product-footer .dropdown-nav-menu-footer-item {
    margin: 0;
    min-width: 180px;
    justify-content: center;
    color: #3a3a3a;
    font-size: 14px;
    line-height: 20px;
}

.header-desktop-container .dropdown-nav-product-footer .menu-link-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 8px;
}
