{{lang 'products.description'}}
{{{product.description}}}
{{!-- {{#if product.custom_fields}}
{{lang 'products.additional-info'}}
{{#each product.custom_fields}}
{{name}}:
{{{value}}}
{{/each}}
{{/if}} --}} {{#all product.custom_fields theme_settings.show_custom_fields_tabs}}
{{sanitize theme_settings.pdp-custom-fields-tab-label}}
{{#each product.custom_fields}}
{{name}}:
{{{value}}}
{{/each}}
{{/all}} {{#if product.warranty}}
{{lang 'products.warranty'}}
{{{product.warranty}}}
{{/if}} {{#all settings.show_product_reviews theme_settings.show_product_reviews product.reviews.total}}
{{lang 'products.reviews.header' total=product.reviews.total}}
{{> components/products/reviews reviews=product.reviews product=product urls=urls}}
{{/all}}