+
{{ title }}
+ {% if brand %}
+
{{ brand }}
+ {% endif %}
+ {% if description_short %}
+
{{ description_short }}
+ {% endif %}
+
+ {% if special_price %}
+ £{{ "%.2f"|format(special_price) }}
+ £{{ "%.2f"|format(regular_price) }}
+ {% elif regular_price %}
+ £{{ "%.2f"|format(regular_price) }}
+ {% endif %}
+
+