No image
{%- endif -%}
{%- if section.settings.show_vendor and product.vendor != blank -%}
{{ product.vendor }}
{%- endif -%}
{{ product.title }}
{%- if product.compare_at_price_max > product.price -%}
{{ product.price | money }}
{{ product.compare_at_price_max | money }}
{%- if section.settings.show_badge -%}
{{ section.settings.badge_text }}
{%- endif -%}
{%- else -%}
{{ product.price | money }}
{%- endif -%}
{%- if section.settings.show_quick_add -%}
{%- assign first_available = product.first_available_variant -%}
{%- if first_available -%}
{%- else -%}
View options
{%- endif -%}
{%- endif -%}