Cais Bundles
{% if current_product.featured_image %}
{% endif %}
{% if current_product.images.size > 1 %}
{% for image in current_product.images %}
{% endfor %}
{% endif %}
{% if current_product.tags contains 'Best Seller' %}
Best Seller
{% endif %}
{% endform %}
Pre-Order Only
{% if current_product.vendor != blank %}{{ current_product.vendor }}
{% endif %}{{ current_product.title }}
{{ current_product.selected_or_first_available_variant.price | money }}
{% if current_product.description != blank %}
{{ current_product.description }}
{% endif %}
{% form 'product', current_product, id: 'rhcProductForm', class: 'rhc-product-form' %}
{% unless current_product.has_only_default_variant %}
{% endunless %}