{% if sidebar %}
{{ 'collections.general.coming_soon' | t }}
{% else %} {%- liquid assign product_price = product.metafields.app--168074346497.min_auto_discounted_price.value | default: product.price assign product_price_min = product_price assign product_compare_at_price_max = product.compare_at_price_max if product.metafields.app--168074346497.discount_percentage.value > 0.01 assign deducted_percentage = 1.0 | minus: product.metafields.app--168074346497.discount_percentage.value assign product_price = product.price | divided_by: 100.0 | times: deducted_percentage | times: 100.0 | ceil assign product_price_min = product_price assign product_compare_at_price_max = product.price_max if product.compare_at_price_max > product_compare_at_price_max assign product_compare_at_price_max = product.compare_at_price_max endif endif if product_price < product.price and product_compare_at_price_max == blank assign product_compare_at_price_max = product.price_max endif -%}{% if product.available %} {% if product.price_varies and product_price_min > 0 %} {{ 'products.general.from' | t }} {% endif %} {% if product_price_min > 0 %} {{ product_price_min | money }} {% else %} {{ settings.free_price_text }} {% endif %} {% if product_compare_at_price_max > product_price %} {{ product_compare_at_price_max | money }} {% endif %} {% else %} {{ 'products.product.sold_out' | t }} {% endif %}
{% endif %}{{ product.vendor | link_to_vendor }}
{% endif %} {% assign variant = product.selected_or_first_available_variant %} {% if collection_handles contains 'coming-soon' %}{{ 'collections.general.coming_soon' | t }}
{% else %}{% if variant.available == false %}{{ 'products.product.sold_out' | t }}{% endif %} {% if variant.price > 0 %} {{ variant.price | money }} {% else %} {{ settings.free_price_text }} {% endif %} {% if variant.price < variant.compare_at_price and variant.available %} {{ variant.compare_at_price | money }} {% endif %}
{% include 'product-notify-me' %} {% endif %} {% if settings.product_description_position == "top" %} {% if settings.description_words == "none" %} {{ product.description | split: '' | first }} {% else %} {% if tabs %} {{ product.description | split: '' | first }} {% else %}{{ product.description | strip_html | truncatewords: settings.description_words }}
{% endif %} {% endif %}{{ 'collections.general.view_product_details_html' | t }}
{{ product.description | strip_html | truncatewords: settings.description_words }}
{% endif %} {% endif %} {% endif %}