{% sw_extends '@Storefront/storefront/layout/navigation/offcanvas/navigation.html.twig' %}
{#{% block utilities_offcanvas_close %}#}
{# <button class="btn btn-light btn-block offcanvas-close js-offcanvas-close sticky-top">#}
{# </button>#}
{#{% endblock %}#}
{% block utilities_offcanvas_close %}
<div class="offcanvas-logo-wrapper">
{% sw_include '@Storefront/storefront/layout/header/logo.html.twig' %}
{{ parent() }}
</div>
{% endblock %}
{% block utilities_offcanvas_close_text %}
{% endblock %}
{% block utilities_offcanvas_close_icon %}
{{ parent() }}
{% endblock %}
{% block utilities_offcanvas_content %}
{% if page.product %}
{% sw_include '@Storefront/storefront/layout/navigation/offcanvas/categories.html.twig' with { navigation: navigation, hideNavigation: true } %}
{% else %}
{% sw_include '@Storefront/storefront/layout/navigation/offcanvas/categories.html.twig' with { navigation: navigation } %}
{% endif %}
{# {% block layout_navigation_offcanvas_navigation_actions %}#}
{# {{ parent() }}#}
{# {% endblock %}#}
{% endblock %}