{{ header }}
{{ column_left }}
{{ content_top }}

{{ heading_title }}

{% if thumb or description %}
{% if thumb %}
{{ heading_title }}
{% endif %} {% if description %}
{{ description }}
{% endif %}

{% endif %} {% if categories %}

{{ text_refine }}

{% if categories|length <= 5 %}
{% else %}
{% for category in categories|batch((categories|length / 4)|round(1, 'ceil')) %}
{% endfor %}

{% endif %} {% endif %} {% if products %}
{% for product in products %}
{{ product }}
{% endfor %}
{{ pagination }}
{{ results }}
{% endif %} {% if not categories and not products %}

{{ text_no_results }}

{% endif %} {{ content_bottom }}
{{ column_right }}
{{ footer }}