This is a dynamic section same as Hero.
Fields:
id / type
title / text
featured_collection / collection
This is how you can show the products inside a chosen collection:
{% for product in collections[section.settings.featured_collection].products %}
{% assign image = product.featured_media.preview_image %}
0 comments