{{ header }}

{{ heading_title }}

{{ column_left }} {% if column_left and column_right %} {% set class = 'col-sm-6' %} {% elseif column_left or column_right %} {% set class = 'col-sm-9' %} {% else %} {% set class = 'col-sm-12' %} {% endif %}
{{ content_top }} {% if products %}
{% for product in products %}
{{ product.name }}

{{ product.name }}

{{ product.description }}

{% if product.rating %}
{% for i in 5 %} {% if product.rating < i %} {% else %} {% endif %} {% endfor %}
{% endif %} {% if product.price %}

{% if not product.special %} {{ product.price }} {% else %} {{ product.special }} {{ product.price }} {% endif %} {% if product.tax %} {{ text_tax }} {{ product.tax }} {% endif %}

{% endif %}

Aynı Gün Teslimat

{% endfor %}
{{ pagination }}
{{ results }}
{% endif %} {% 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 not categories and not products %}

{{ text_empty }}

Ayni Gün Teslimat

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