Skip to content

Wholesale

{% layout none %}
{% if settings.hero_type == 'carousel' %} {% include 'index-carousel' %} {% elsif settings.hero_type == 'image' %} {% elsif settings.hero_type == 'video' %}
{{ settings.index_video }}
{% endif %}
{% if settings.show_content_boxes %}
{% if settings.index_box_1 == 'image' %} {% if settings.index_box_1_link != '' %}{% endif %} {{ shop.name }} {% if settings.index_box_1_caption != '' %}
{{ settings.index_box_1_caption }}
{% endif %} {% if settings.index_box_1_link != '' %}
{% endif %} {% else %}
{{ pages[settings.index_box_1_page].content }}
{% endif %}
{% if settings.index_box_2 == 'image' %} {% if settings.index_box_2_link != '' %}{% endif %} {{ shop.name }} {% if settings.index_box_2_caption != '' %}
{{ settings.index_box_2_caption }}
{% endif %} {% if settings.index_box_2_link != '' %}
{% endif %} {% else %}
{{ pages[settings.index_box_2_page].content }}
{% endif %}
{% if settings.index_box_3 == 'image' %} {% if settings.index_box_3_link != '' %}{% endif %} {{ shop.name }} {% if settings.index_box_3_caption != '' %}
{{ settings.index_box_3_caption }}
{% endif %} {% if settings.index_box_3_link != '' %}
{% endif %} {% else %}
{{ pages[settings.index_box_3_page].content }}
{% endif %}
{% endif %} {% if settings.show_frontpage_collection and collections.frontpage.products.size > 0 %}
{% if frontpage_collection_title != '' %}

{{ settings.frontpage_collection_title }}

{% endif %}
    {% for product in collections.frontpage.products limit:4 %}
  • {% include 'product-grid-item' %}
  • {% endfor %}
{% if settings.quick_view %} {% for product in collections.frontpage.products %} {% endfor %} {% endif %} {% endif %} {% if settings.show_promo_modal %} {% endif %} {% if settings.quick_view %} {{ 'option_selection.js' | shopify_asset_url | script_tag }} {% endif %}