{{ sections.product_grid.title }}

{% if sections.product_grid.subheading %}

{{ sections.product_grid.subheading }}

{% endif %}
{% for item in sections.product_grid.items %}
{% if item.image %}
{{ item.image.alt }} {% if item.offer %}
{{ item.offer.discount }} OFF
{% endif %}
{% endif %}

{{ item.name }}

{{ item.description }}

{% if item.price %}
${{ item.price.amount }}
{% endif %} {% if item.offer and item.offer.description %}

{{ item.offer.description }}

{% endif %}
{% endfor %}