{{> components/common/responsive-img image=product.main_image class="listItem-image" fallback_size=theme_settings.productgallery_size lazyload=theme_settings.lazyload_mode default_image=theme_settings.default_image_product }}

{{product.title}}

{{#if product.warranty}} {{#JSONparse product.warranty}} {{#if howPackaged}}

{{howPackaged}}

{{/if}} {{/JSONparse}} {{/if}} {{#or customer (if theme_settings.restrict_to_login '!==' true)}} {{#if product.price}}
{{> components/products/price price=product.price}}
{{/if}} {{else}} {{> components/common/login-for-pricing}} {{/or}} {{#if product.stock_level}} {{#if product.stock_level '>' 0}} {{lang 'products.in_stock'}} {{else}} {{lang 'products.out_of_stock'}} {{/if}} {{else}} {{#if product.can_purchase}} {{lang 'products.in_stock'}} {{else}} {{lang 'products.out_of_stock'}} {{/if}} {{/if}} {{#if product.pre_order}} {{lang 'products.preorder'}} {{/if}} {{#if product.summary}}

{{{product.summary}}}

{{/if}}