0 %} href="{{ product.image | product_image_url }}"{% endif %}>{% if product.image_count > 0 %}{% endif %}
{% if product.image_count > 1 %}
{% endif %}
{{ product.name }}
${{ product.default_price | replace: ".0", ""}}{% if product.on_sale %} - On Sale [Reg. ${{ product.default_price | plus: 8 | replace: ".0", ""}}]{% endif %}
{% if product.description != blank %}
{{ product.description | paragraphs }}
{% endif %}
{% case product.status %}
{% when 'active' %}
{% if theme.show_inventory_bars %}Availability
-
{% for option in product.options %}
- Sold Out{% endif %} {% endfor %} {% if option.sold_out %}
{% if product.has_default_option %}
{{ product.option | hidden_option_input }}
{% else %}
{% endif %}
Add to cart
{% when 'sold-out' %}
Sold Out
We'll hit you up when this item is available again!
{% when 'coming-soon' %}
Coming Soon
We'll hit you up when this item is available again!
{% endcase %}
{% for image in product.images %}
Store.fullSizeImages.push('{{ image | product_image_url }}');
{% endfor %}