{% layout 'theme' %}
{% comment %}
Page: Search Filter
Purpose: Display a filterable list of products using the search-filter-section.
This page preloads product data via a snippet to avoid AJAX restrictions.
Created on: May 24, 2025
{% endcomment %}
{% comment %}
Include the snippet to preload product data into window.productData
{% endcomment %}
{% render 'ajax-product-data' %}
{% section 'search-filter-section' %}


