{{ page.title | default: 'Shoe Care Categories' }}
{% if page.content != blank %}
{{ page.content }}
{% endif %}
-
{% for handle in collection_handles %}
{%- assign collection = collections[handle] -%}
{% if collection != blank and collection.published %}
- {% render 'card-collection', card_collection: collection, media_aspect_ratio: 'adapt', columns_mobile: '2' %} {% endif %} {% endfor %}
No collections found. Please check that the handles match your store collections exactly.
{% endif %}