{{{theme_settings.pdp_sale_badge_label}}}
{{else if theme_settings.product_sale_badges '===' 'topleft'}}
{{{theme_settings.pdp_sale_badge_label}}}
{{else if theme_settings.product_sale_badges '===' 'burst'}}
{{{theme_settings.pdp_sale_badge_label}}}
{{> components/common/responsive-img
image=image
class="card-image"
fallback_size=theme_settings.productgallery_size
lazyload=theme_settings.lazyload_mode
default_image=theme_settings.default_image_product
}}
{{else}}
{{#unless hide_product_quick_view}}
{{#if theme_settings.show_product_quick_view}}
{{#if settings.data_tag_enabled}}
{{else}}
{{/if}}
{{/if}}
{{/unless}}
{{#if show_compare}}
{{/if}}
{{#or customer (if theme_settings.restrict_to_login '!==' true)}}
{{#if show_cart_action}}
{{#if has_options}}
{{lang 'products.choose_options'}}
{{/if}}
{{#if pre_order}}
{{lang 'products.pre_order'}}
{{/if}}
{{#if add_to_cart_url }}
{{lang 'products.add_to_cart'}}
{{/if}}
{{#if out_of_stock_message }}
{{out_of_stock_message}}
{{/if}}
{{/if}}
{{/or}}
{{!--
NEW
--}}
{{#filter custom_fields '_is_new' property="name"}}
{{#or value '==' 'yes' value '==' 'Yes'}}
NEW
{{else}}
no
{{/or}}
{{/filter}}
{{#and rating show_rating}}
{{/and}} {{!-- {{#if brand.name}}
{{brand.name}}
{{/if}} --}}{{name}}
{{id}}
{{#filter custom_fields 'Description' property='name'}}
{{value}}
{{/filter}}
{{#if can_purchase}}
IN STOCK
{{else}}
{{!--
OUT STOCK
--}}
{{/if}}
{{#unless price.without_tax.value '===' 0}}
{{#or customer (if theme_settings.restrict_to_login '!==' true)}}
{{> components/products/price price=price}}
{{else}}
{{> components/common/login-for-pricing}}
{{/or}}
{{/unless}}
{{> components/products/addtocarts class=class}}
{{> components/products/bulk-discount-rates}}