{{ sections.product_grid.title }}

{{ sections.product_grid.subheading }}

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

{{ item.name }}

{{ item.description }}

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

{{ item.offer.description }}

{% endif %}
{% endfor %}