{% if product.images.size > 0 %}
{% endif %} {%- if product.metafields.product.video -%} {%- endif -%} {% endif %}{{ product.title }}
{% if collection %} {% if collection.previous_product or collection.next_product %}{% if collection.previous_product %} {% capture prev_url %}{{ collection.previous_product}}#content{% endcapture %} {% endif %}
{% if collection.next_product %}
{% capture next_url %}{{ collection.next_product}}#content{% endcapture %}
{% endif %}
{% if settings.count_down_enable and settings.count_down_collections %}
{% assign dealTime = settings.home_productdeal_time | split: ’ ’ | join: ’ ’ | split: ’ ’ %}
{% include ‘deal-snippet’ %}
{% endif %}
{% form ‘product’, product, id: “AddToCartForm”, class: “product-form” %} {% include ‘file_script’%}
{% include ‘file_uploader’ %}
{% assign hide_default_title = false %}
{% if product.variants.size == 1 and product.variants.first.title contains ‘Default’ %}
{% assign hide_default_title = true %}
{% endif %}
{% if settings.display_vendor_type %}
{{ 'products.product.product_vendor' | t }} {{ product.vendor }}
{% endif %} {% if settings.display_product_type %}{{ 'products.product.product_type' | t }} {{ product.type }}
{% endif %} {% if settings.display_availability %}{{ 'products.product.availability' | t }} {% if product.selected_or_first_available_variant.inventory_management %} {% assign first_inventory = product.selected_or_first_available_variant.inventory_quantity %} {% if first_inventory > 0 %} {{first_inventory}} {{ 'products.product.in_stock' | t }} {% else %} {{ 'products.product.out_of_stock' | t }} {% endif %} {% else %} {{ 'products.product.many_in_stock' | t }} {% endif %}
{% endif %} {% endif %}{% if settings.social_sharing_products %}
-
{% if settings.product_tab1 %}
- {{ settings.product_tab1_heading }} {% endif %} {% if settings.product_tab2 %}
- {{ settings.product_tab2_heading }} {% endif %} {% if settings.product_tab3 %}
- {{ settings.product_tab3_heading }} {% endif %}
{{ product.description }}
{{ pages[settings.product_tab3_page].content }}
{% if settings.product_related_enable %}
{% include ‘related-products’ %}
{% endif %}