.header-mega-menu.megamenu__list {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.header-mega-menu .mega-menu-content {
    flex: 1;
}

.header-mega-menu .mega-menu-btn {
    max-width: 300px;
    width: 30%;
}


.header-mega-menu .mega-menu-btn>* {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
}

.header-mega-menu .mega-menu-btn > h4 {
    margin-top: 40px;
}
.header-mega-menu .mega-menu-btn > h4:nth-child(1) {
    margin-top: 0;
}

.header-mega-menu .accessorie-btn {
    /* position: absolute;
    bottom: 40px; */
    display: block;
    margin: 0;
    text-decoration: underline;
    margin-top: 32px;
}

.header-mega-menu .mega-menu-btn .megamenu-submenu__item {
    padding: 8px 16px;
    border-radius: 10px;
    /* border: 1px solid #fff; */
    color: #666;
    margin-bottom: 10px;
}

.header-mega-menu .mega-menu-btn .megamenu-submenu__item:hover,
.header-mega-menu .mega-menu-btn .megamenu-submenu__item.active {
    background-color: #ededed;
    ;
    color: #000;
}

.header-mega-menu .mega-menu-content .mega-menu-product-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;

}

.header-mega-menu .mega-menu-content .product-list-content {
    transition: 0.3s ease;
    opacity: 0;
    display: none;
}

.header-mega-menu .mega-menu-content .product-list-content.active {
    opacity: 1;
    display: block;
}

.header-mega-menu .mega-menu-content .mega-menu-product-list a {
    width: calc(33.33% - 40px / 3);
    background-color: #F8F8F8;
    padding: 20px;
    border-radius: 20px;
    transition: 0.3s ease;
    position: relative;
}

.header-mega-menu .mega-menu-content .mega-menu-product-list a:hover {
    background-color: #ededed;
}

.list-menu__product-link .image-wrapper-tag {
    position: absolute;
    left: 10px;
    top: 10px;
}

.list-menu__product-link .image-wrapper-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
}

.list-menu__product-link .image-wrapper-tag span {
    font-size: 12px;
    padding: 4px 14px;
    border-radius: 50px;
    font-weight: 400;
}
/* .list-menu__product-link .image-wrapper-tag.Sale span { */
.list-menu__product-link .image-wrapper-tag span {
    background: rgba(247, 4, 8, 0.05);
    color: rgba(247, 4, 8, 1);
}

.list-menu__product-link .image-wrapper-tag.New span {
    color: #01B32D;
    background: rgba(1, 179, 45, 0.05);
}



.header-mega-menu .mega-menu-content .mega-menu__product-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.header-mega-menu .mega-menu-content .mega-menu__product-subtitle {
    font-size: 14px;
    text-align: center;
    color: #999;
    margin: 0;
    margin-top: 4px;
}

.header-mega-menu .mega-menu-content .product-list-content .info {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.header-mega-menu .mega-menu-content .product-list-content .info p {
    margin: 0;
    font-weight: 500;
}

.header-mega-menu .mega-menu-content .product-list-content .info a {
    color: #999;
}

.header-mega-menu .mega-menu-content .product-list-content .info a:hover {
    color: #000;
}

@media(max-width: 960px) {
    .header__drawer-nav {
        padding-top: 10px;
    }

    .header__drawer-nav>.header__drawer-menus>li>details>.drawer-menus__sub-menus {
        padding: 24px 0;
    }

    .drawer-menus__sub-menus>h4 {
        line-height: 0;
    }

    .drawer-menus__sub-menus>h4 a {
        font-size: 14px;
        font-weight: 500;
        margin-left: 30px;
        margin-bottom: 10px;
        display: block;
    }

    .modal__content .drawer__main .drawer-menus__item>a {
        font-size: 16px;
        font-weight: 400 !important;
    }

    .drawer-menus__sub-item>a {
        font-size: 14px;
    }

    .product-list .drawer-menus__sub-item>a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-list details {
        width: 100%;
    }

    .product-list .drawer-menus__sub-menus .drawer-menus__sub-item {
        flex-wrap: wrap;
        padding-left: 5px;
        padding-right: 20px;
        gap: 20px;
    }

    .product-list .drawer-menus__sub-item .list-menu__product-link {
        padding: 0;
        flex-direction: row;
        width: 100%;
        flex: unset;
        position: relative;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #d5d5d5;
        padding: 25px 10px;
    }

    .product-list .drawer-menus__sub-item .list-menu__product-link .image-wrapper {
        width: 110px;
        height: 110px;
        margin: 0 5px 0 0;
        flex-shrink: 0;
    }

    .product-list .drawer-menus__sub-item .list-menu__product-link .mega-menu__product-title {
        margin: 8px 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.25;
    }

    .product-list .drawer-menus__sub-item .list-menu__product-link .mega-menu__product-subtitle {
        color: #797979;
        font-size: 13px;
        line-height: 1.25;
    }

    .drawer-menus__sub-menus .product-list {
        margin-bottom: 20px;
    }

    /* .product-list details[open="true"] .drawer-menus__item-icon .icon-minus path {
        stroke: #32A284;
    } */
    .drawer-menus__sub-menus .accessorie-btn {
        font-size: 14px;
        text-decoration: underline;
        padding-left: 30px;
        margin-top: 32px;
        display: block;
    }

    .list-menu__product-link .image-wrapper-tag {
        right: 10px;
        top: 10px;
        left: auto;
    }

    .list-menu__product-link .image-wrapper-icon {
        left: 10px;
        right: auto;
        top: 10px;
        width: 32px;
    }
}