{{ heading_title }}
{% if thumb or description %}
{% if thumb %}
{% endif %}
{% if description %}
{{ description }}
{% endif %}
{% endif %} {% if categories %}
{{ text_refine }}
{% if categories|length <= 5 %}-
{% for category in categories %}
- {{ category.name }} {% endfor %}
{% for category in categories|batch((categories|length / 4)|round(1, 'ceil')) %}
{% endfor %}
-
{% for child in category %}
- {{ child.name }} {% endfor %}
{% endif %} {% endif %} {% if products %}
{% for product in products %}
{{ product }}
{% endfor %}
{{ pagination }}
{{ results }}
{{ text_no_results }}
{% endif %} {{ content_bottom }}