/* WooCommerce block fallback: mobile child branches follow the accessible
 * accordion state created by archive-product.js. */
@media screen and (max-width: 680px) {
    .viox-shop-category-list .wc-block-product-categories-list-item > ul {
        display: none !important;
    }

    .viox-shop-category-list .wc-block-product-categories-list-item.is-open > ul {
        display: block !important;
    }
}
