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

{{ heading_title }}

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

{% endif %} {% if categories %}

{{ text_refine }}

{% if categories|length <= 5 %}
{% else %}
{% set total = category.children|length %} {% if total > 20 %} {% set batch = (total / 4)|round(0, 'ceil') %} {% else %} {% set batch = 5 %} {% endif %} {% for category in categories|batch(batch) %}
{% 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 }}