Skip to content

Cart

Your cart is empty

GET ON LE LIST

Drop your email below to be the first to receive exclusive content, sneak peeks, sale alerts, and new trunk show booking openings.

Welcome

{% if settings.homepage_banner == "slider" or settings.homepage_banner == "slideshow" %}
{% if settings.homepage_banner == "slider" %}
{% for product in collections[settings.slider_collection].products %} {% include 'product-slide' with settings.slider_collection %} {% endfor %}
 
{% elsif settings.homepage_banner == "slideshow" %} {% assign number_of_slides = 7 %}
    {% for i in (1..number_of_slides) %} {% capture slide_enabled %}slideshow_{{ i }}_active{% endcapture %} {% capture slide_image %}slideshow_{{ i }}.jpg{% endcapture %} {% capture slide_image_alt %}slideshow_{{ i }}_alt{% endcapture %} {% capture slide_link %}image_{{ i }}_link{% endcapture %} {% if settings[slide_enabled] %}
  • {{ settings[slide_image_alt] }}
  • {% endif %} {% endfor %}
{% endif %}
{% endif %} {% if settings.frontpage_collection != "" and settings.frontpage_collection == collections[settings.frontpage_collection].handle and collections[settings.frontpage_collection].all_products_count > 0 %}
Featured {% if collections[settings.frontpage_collection].all_products_count < 8 %}{{ collections[settings.frontpage_collection].all_products_count }}{% else %}8{% endif %} {{ collections[settings.frontpage_collection].all_products_count | pluralize: 'Item', 'Items' }}
{% for product in collections[settings.frontpage_collection].products limit:8 %} {% include 'product-loop' with settings.frontpage_collection %} {% endfor %}
{% endif %}