---
products:
new:
limit: {{theme_settings.homepage_new_products_count}}
featured:
limit: {{theme_settings.homepage_featured_products_count}}
top_sellers:
limit: {{theme_settings.homepage_top_products_count}}
carousel: {{theme_settings.homepage_show_carousel}}
blog:
recent_posts:
limit: {{theme_settings.homepage_blog_posts_count}}
---
{{#partial "hero"}}
{{{region name="home_below_menu"}}}
{{#if carousel}}
{{> components/carousel arrows=theme_settings.homepage_show_carousel_arrows play_pause_button=theme_settings.homepage_show_carousel_play_pause_button}}
{{/if}}
{{{region name="home_below_carousel"}}}
{{/partial}}
{{#partial "page"}}
{{#each shipping_messages}}
{{> components/common/alert/alert-info message}}
{{/each}}
{{#if categories}}
{{> components/products/new categories=categories columns=3}}
{{/if}}
{{{region name="home_below_new_products"}}}
{{> components/common/pro/featuredproduct products=products.featured columns=theme_settings.homepage_top_products_column_count}}
{{#if products.featured}}
{{{region name="home_featured_product"}}}
{{/if}}
{{{region name="home_below_featured_products"}}}
{{#if products.top_sellers.a}}
{{> components/products/top products=products.top_sellers columns=theme_settings.homepage_top_products_column_count}}
{{/if}}
{{{region name="home_below_top_products"}}}
{{> components/blog/home_blog blog=blog}}
{{> components/products/customer }}
{{/partial}}
{{> layout/base}}
{{> components/common/homefliter }}