Loading Products

{% assign count = 0 %} {% for product in loader.activeProducts %} {% assign BatchIndex = loader.pendingBatchIndex | times: 12 %} {% assign forLoopIndex = forloop.index | plus: BatchIndex %} {% for banner in collectionGridBanners %} {% assign bannerPosition = banner.position | plus: 0 %} {% if forLoopIndex == bannerPosition and banner.collection == handle %} {% assign count = count | plus: 1 %}
{%- if banner.video_url != blank -%} {%- endif -%}
{% if banner.title_image != blank %}
{{ banner.title_text }}
{% endif %}

{{ banner.title_text }}

{{ banner.body_text }}

{% endif %} {% endfor %}
{% endfor %}




Loading Products

No products match your selection

{% assign product = active_story.product %} {% assign prev_product = prev_story.product %} {% assign next_product = next_story.product %}
{% if prev_product %}
{% endif %} {% if next_product %}
{% endif %}
{% for image in product.images %}
{% if forloop.index == 2 %} {% for project in projects %} {% if product.tags contains project.tag %}
{{ project.description }}
{% break %} {% endif %} {% endfor %} {% endif %} {% endfor %}
{{ product.body_html }}

{{ product.title }}