LOOSE SAPPHIRES

{% if collection.pagination.pages[0].loaded == false %} {% endif %}
{% assign products = products | default: collection.products %} {% for product in products offset: 0 limit: 4 %}
{% if product.featured_image != blank %}
{{ product.featured_image.alt | default: product.images[0] | default: product.title }}
{% endif %} {% if product.alt_image != blank %}
{{ product.alt_image.alt | default: product.images[1] | default: product.title }}
{% endif %}
{% assign title = product.title %} {% assign subtitle = '' %} {% assign subtitle_2 = '' %} {% if product.title contains '|' %} {% assign title = product.title | split: '|' | first %} {% assign subtitle = product.title | remove: title | remove_first: '|' | strip %} {% if subtitle contains '|' %} {% assign subtitle_2 = subtitle | split: '|' | last %} {% assign subtitle = subtitle | split: '|' | first %} {% endif %} {% endif %} {% assign type = product.type %} {% assign price = product.price | money %}
{% endfor %} {% assign products = products | default: collection.products %} {% for product in products offset: 3 limit: 9999999999 %}
{% if product.featured_image != blank %}
{{ product.featured_image.alt | default: product.images[0] | default: product.title }}
{% endif %} {% if product.alt_image != blank %}
{{ product.alt_image.alt | default: product.images[1] | default: product.title }}
{% endif %}
{% assign title = product.title %} {% assign subtitle = '' %} {% assign subtitle_2 = '' %} {% if product.title contains '|' %} {% assign title = product.title | split: '|' | first %} {% assign subtitle = product.title | remove: title | remove_first: '|' | strip %} {% if subtitle contains '|' %} {% assign subtitle_2 = subtitle | split: '|' | last %} {% assign subtitle = subtitle | split: '|' | first %} {% endif %} {% endif %} {% assign type = product.type %} {% assign price = product.price | money %}
{% endfor %}
{% if collection.pagination.current_page < collection.pagination.total_pages %} {% endif %}