{% sw_extends '@Storefront/storefront/page/content/listing.html.twig' %} {% block page_content %}
{# Breadcrumb #}
{% block page_content_breadcrumb %} {{ parent() }} {% endblock %}
{# Category Header #}
{% block cms_breadcrumb_headline %}

{{ page.header.navigation.name }}

{% endblock %}
{# Left Sidebar Filters #} {# Mobile Filter Toggle #}
{# Main Content Area #}
{# Toolbar with sorting and view options #}
{{ page.listing.total }} Products
{% block page_content_listing_sorting %} {{ parent() }} {% endblock %}
{# Active Filters Display #}
{% block page_content_listing_active_filters %} {# Active filter tags will appear here #} {% endblock %}
{# Product Grid #}
{% block page_content_listing %} {{ parent() }} {% endblock %}
{# Pagination #}
{% block page_content_listing_pagination %} {{ parent() }} {% endblock %}
{# Overlay for mobile sidebar #} {% endblock %}