null Skip to main content

--- 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}} --- {{inject "enableSwatches" theme_settings.show_swatches_on_grid}} {{inject "enableSizes" theme_settings.show_sizes_on_grid}} {{inject "enableImageHoverSwitcher" theme_settings.enable_image_hover_switcher}} {{#partial "hero"}} {{#if carousel}} {{#or (if theme_settings.carousel-type '===' 'storyboard') theme_settings.conversion_optimization_mode}} {{> components/f/hero/storyboard-top}} {{else}} {{> components/f/hero/carousel arrows=theme_settings.homepage_show_carousel_arrows}} {{/or}} {{/if}} {{{snippet 'home_content'}}} {{{region name="home_below_hero_top"}}} {{/partial}} {{#partial "page"}} {{#each shipping_messages}} {{> components/common/alert-info message}} {{/each}}

{{#if theme_settings.show_homepage_featured_categories}} {{> components/f/featured-categories/featured columns=theme_settings.featured_category_columns}} {{/if}} {{{region name="home_below_featured_categories"}}} {{#if products.new}} {{> components/products/new products=products.new columns=theme_settings.homepage_new_products_column_count show_wishlist=settings.show_wishlist show_rating=settings.show_product_rating}} {{/if}} {{{region name="home_below_new_products"}}} {{#and carousel (if theme_settings.carousel-type '===' 'storyboard')}} {{> components/f/hero/storyboard-middle}} {{{region name="home_below_storboard_middle"}}} {{/and}} {{#if banners.top}} {{{region name="home_above_top_banner"}}} {{#if settings.data_tag_enabled}}
{{#each (limit banners.top_metadata 1)}} {{/each}}
{{else}}
{{/if}} {{{region name="home_below_top_banner"}}} {{/if}} {{#if products.featured}} {{> components/products/featured products=products.featured columns=theme_settings.homepage_featured_products_column_count show_wishlist=settings.show_wishlist show_rating=settings.show_product_rating}} {{/if}} {{{region name="home_below_featured_products"}}} {{#and carousel (if theme_settings.carousel-type '===' 'storyboard')}} {{> components/f/hero/storyboard-bottom}} {{{region name="home_below_storyboard_middle"}}} {{/and}} {{#if banners.bottom}} {{{region name="home_above_bottom_banner"}}} {{#if settings.data_tag_enabled}}
{{#each (limit banners.bottom_metadata 1)}} {{/each}}
{{else}}
{{/if}} {{{region name="home_below_bottom_banner"}}} {{/if}} {{!--{{#if products.top_sellers}} {{> components/products/top products=products.top_sellers columns=theme_settings.homepage_top_products_column_count show_wishlist=settings.show_wishlist show_rating=settings.show_product_rating}} {{/if}} {{{region name="home_below_top_sellers"}}}--}} {{#and settings.blog_enabled theme_settings.show_articles_on_homepage}}
{{> components/f/blog/home-articles-list posts=blog.recent_posts columns=theme_settings.homepage_blog_posts_column_count theme_settings=theme_settings}}
{{/and}} {{{region name="home_below_featured_articles"}}}
 

{{!--{{#if theme_settings.enable_elfsight_instagram_feed}}

 

{{/if}}--}} {{{region name="home_below_instagram_feed"}}} {{/partial}} {{> layout/base}}