{% if sidebar %}
{% else %}
{% endif %} {% assign collection_handles = product.collections | map: 'handle' %} {% if product.featured_image.alt contains 'youtube' or image.alt contains 'vimeo' %} {% assign alt_text = product.title %} {% else %} {% assign alt_text = product.featured_image.alt %} {% endif %} {% if settings.align_height %} {% assign collection_height = settings.collection_height | plus: 0 %} {% assign product_aspect_ratio = product.featured_image.aspect_ratio | plus: 0 %} {% assign product_set_width = product_aspect_ratio | times: collection_height %} {% if product.featured_image.width >= product.featured_image.height %} {% assign align_height_value = 'width: 100%; height: auto;' %} {% else %} {% assign align_height_value = 'width: 100%;' %} {% endif %} {% endif %}
{% if settings.thumbnail_border_enabled %}
{% endif %} {{ alt_text | escape }} {% if settings.collection_secondary_image != blank %}
{{ alt_text | escape }}
{% endif %} {% if settings.thumbnail_border_enabled %}
{% endif %}
{% if settings.quick_shop_enabled %} {{ 'collections.general.quick_shop' | t }} {% endif %}
{{ product.title }}
{{ product.metafields.judgeme.badge }}
{% if settings.enable_shopify_collection_badges %} {% endif %} {% if settings.display_vendor_collection %} {{ product.vendor }} {% endif %} {% if collection_handles contains 'coming-soon' %}

{{ '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 %}
{% include 'product-thumbnail__sticker' %}
{% include 'collection-swatch' %}
{% if settings.quick_shop_enabled %} {% if product.description contains "#tab1" %} {% assign tabs = true %} {% else %} {% assign tabs = false %} {% endif %} {% endif %}