Shop 2
' | first }}
{% endif %}
{% endif %}
{% if section.settings.product_images_position == 'right' %}
{% if section_onboarding %}
{% capture i %}{% cycle "1", "2" %}{% endcapture %}
{{ 'product-' | append: i | placeholder_svg_tag: 'placeholder-svg placeholder-svg--product' }}
{% else %}
{% include 'product-images', video_looping: section.settings.video_looping, set_product_height: section.settings.set_product_height %}
{% endif %}
{% endif %}