{{ sections.product_grid.title }}

{{ sections.product_grid.subheading }}

{% for product in sections.product_grid.items %}
{{ product.image.alt }}

{{ product.name }}

{{ product.description }}

${{ product.price.amount }} {{ product.price.currency }} {% if product.offer %} {{ product.offer.discount }} {% endif %}
{% if product.offer %}
{{ product.offer.description }}
{% endif %}
{% endfor %}