{% for item in collections[section.settings.collection2].products %}
<div class="slider-item">
{{ item.title }}
{{ item.price | money }}
{{ item.featured_image | img_url: '250x' }}
{{ item.url }}
</div>
{% endfor %}