{% sw_extends '@Storefront/storefront/layout/navigation/flyout.html.twig' %}
{# Removed flyout bar with close button #}
{% block layout_navigation_flyout_bar %}{% endblock %}
{# Adjusted flyout layout and structure #}
{% block layout_navigation_flyout_content %}
<div class="navigation-flyout-content row">
{# Split categories levels in to columns #}
{% block layout_navigation_flyout_categories_recoursion %}
{% sw_include '@Storefront/storefront/layout/navigation/categories.html.twig' with {
navigationTree: navigationTree.children,
page: page
} only %}
{% endblock %}
</div>
{% endblock %}