


.megamenu__tabs .item__list__content{
    flex-grow: 2;
}

.site-header__bottom .site-header__bottom-cat .megamenu__tabs>ul>li .item__list__content ul {
    grid-template-columns: repeat(3, 1fr);
}

.site-header__bottom .site-header__bottom-cat .megamenu__tabs>ul>li.active .item__list{
    display: flex;
    gap: 2%;
    flex-basis: 100%;
    width: 100%;
    background-color: #f6f6f6;

}

.site-header__bottom .site-header__bottom-cat .megamenu__tabs>ul>li .item__list__img{
    position: static;
    padding: 0 5px;
}

[data-theme="dark"] {
    .site-header__bottom .site-header__bottom-cat .megamenu__tabs>ul>li.active .item__list {
        background-color: #0f0b3b;

    }

}