{{#if product.description}}
{{{product.description}}}
{{/if}} {{#if product.warranty}}
{{{product.warranty}}}
{{/if}} {{#all product.custom_fields theme_settings.show_custom_fields_tabs}}
{{> components/products/custom-fields }}
{{/all}} {{#all settings.show_product_reviews theme_settings.show_product_reviews}}
{{> components/products/reviews reviews=product.reviews product=product urls=urls}}
{{/all}}