{{#if stock_level '===' 0}} {{#if theme_settings.pdp_sold_out_label '===' ''}} {{> components/products/product-badge badge-type='sold-out' badge_view=theme_settings.product_sold_out_badges badge_label=(lang "page_builder.pdp_sold_out_label") }} {{else}} {{> components/products/product-badge badge-type='sold-out' badge_view=theme_settings.product_sold_out_badges badge_label=theme_settings.pdp_sold_out_label }} {{/if}} {{else}} {{#or price.sale_price_with_tax.value price.sale_price_without_tax.value}} {{#if theme_settings.pdp_sale_badge_label '===' ''}} {{> components/products/product-badge badge-type='sale' badge_view=theme_settings.product_sale_badges badge_label=(lang "page_builder.pdp_sale_badge_label") }} {{else}} {{> components/products/product-badge badge-type='sale' badge_view=theme_settings.product_sale_badges badge_label=theme_settings.pdp_sale_badge_label }} {{/if}} {{/or}} {{/if}}
{{> 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 }}
{{#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}}
{{#if settings.show_wishlist}} {{/if}}
{{#and rating show_rating}}

{{> components/products/ratings rating_target=name rating=rating}}

{{/and}} {{!-- {{#if brand.name}}

{{brand.name}}

{{/if}} --}}

{{name}}

{{#or customer (if theme_settings.restrict_to_login '!==' true)}} {{> components/products/price price=price}} {{else}} {{> components/common/login-for-pricing}} {{/or}} {{#isnt stock_level 'null'}} {{#if stock_level '>' 0}} {{lang 'products.in_stock'}} {{/if}} {{#if stock_level '===' 0}} {{lang 'products.out_of_stock'}} {{/if}} {{/isnt}} {{#if pre_order}} {{#contains availability 'backorderable'}} {{lang 'products.backorder'}} {{else}} {{lang 'products.preorder'}} {{/contains}} {{/if}}
{{> components/products/bulk-discount-rates}}
{{#if show_cart_action}} {{#if has_options}} {{lang 'products.choose_options'}} {{/if}} {{#if pre_order}} {{/if}} {{#if add_to_cart_url }} {{lang 'category.add_cart_announcement'}} {{/if}} {{/if}}