---
layout: post
---
{%- comment -%}
This layout is the shop index of products with pagination & collections.
{%- endcomment -%}
{%- include product_hero.html -%}
{%- assign featured_posts = paginator.posts | slice: 1, 4 -%}
{%- for post in featured_posts -%}
{%- include product_featured.html -%}
{%- endfor -%}
{%- assign rest = paginator.posts | slice: 5, 11 -%}
{%- for post in rest -%}
{%- include product_rest.html -%}
{%- endfor -%}
{% include pagination.html %}