Hair Care

{% comment %} Hair Care Product Collection Change the collection handle below when needed. {% endcomment %} {% assign product_collection = collections['gift-elements'] %}
{% if product_collection != blank %}

{{ product_collection.title }}

Explore our carefully selected products.

{% paginate product_collection.products by 24 %}
{% for product in product_collection.products %} {% endfor %}
{% if paginate.pages > 1 %}
{{ paginate | default_pagination }}
{% endif %} {% endpaginate %} {% else %}

Products are currently unavailable.

{% endif %}
{% schema %} { "name": "Hair Care Products", "settings": [], "presets": [ { "name": "Hair Care Products" } ] } {% endschema %}