{{ product.images[0].alt }}
{% if product.hover_image != blank %}
{% if product.hover_video contains 'https' %} {% else %} {% endif %}
{% endif %}

{{ product.title | split: ' - ' | first }}

{% if product.title contains ' - ' %}

{{ product.title | split: ' - ' | last }}

{% endif %}
{% if product.compare_at_price > product.price %} {{ product.compare_at_price | money | remove: " " | remove: ".00" }} {% endif %} {{ product.price | money | remove: " " | remove: ".00" }}
{{ product.images[0].alt }}
{% if product.hover_image != blank %}
{% if product.hover_video contains 'https' %} {% else %} {% endif %}
{% endif %}

{{ product.title | split: ' - ' | first }}

{% if product.title contains ' - ' %}

{{ product.title | split: ' - ' | last }}

{% endif %}
{% if product.compare_at_price > product.price %} {{ product.compare_at_price | money | remove: " " | remove: ".00" }} {% endif %} {{ product.price | money | remove: " " | remove: ".00" }}