Buy me a coffee

#217

@media screen and (max-width:767px) {
    h2.nested-category-title.nested-category-title-padding + .nested-category-tree-wrapper {
    display: flex !important;
    float: none !important;
    max-width: unset !important;
    min-width: unset !important;
    width: 100% !important;
    padding-left: 0 !important;
}
h2.nested-category-title.nested-category-title-padding + .nested-category-tree-wrapper ul {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: start;
}
    h2.nested-category-title.nested-category-title-padding + .nested-category-tree-wrapper ul li {
        margin-left: 10px;
        margin-right: 10px;
    }
    .products.collection-content-wrapper .nested-category-tree-wrapper>ul>li:first-child a {
        padding-top: 6px;
    }
}