Saphir Médaille d’Or

{{ 'section-collection-list.css' | asset_url | stylesheet_tag }} {{ 'component-card-collection.css' | asset_url | stylesheet_tag }}

{{ page.title | default: 'Shoe Care Categories' }}

{% if page.content != blank %}
{{ page.content }}
{% endif %}
{%- comment -%} Your exact 9 collections from the links you provided {%- endcomment -%} {%- assign collection_handles = 'shoe-polish,shoe-care-kits,lotion,waterproofing,clean,brushes,shoe-cream,shoe-trees,suede-nubuck' | split: ',' -%}
    {% 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 %}
{% if collection_handles.size == 0 or collections[collection_handles.first] == blank %}

No collections found. Please check that the handles match your store collections exactly.

{% endif %}