--- layout: home-1 title: "Home 01" category_text: "Home" category_url: /home-01.html ---

New - In

Sundae Lounges

Shop Now

Designed by Nicholas Karlovasitis & Sarah Gibson

New - In

Sundae Lounges

Shop Now

Designed by Nicholas Karlovasitis & Sarah Gibson

New - In

Sundae Lounges

Shop Now

Designed by Nicholas Karlovasitis & Sarah Gibson

{% for product in site.data.home-01.products %} {% if product.is_category == false %}
{{ product.title }} {{ product.category }}

{% if product.sale %} {{ product.sale }} {% endif %} {{ product.price }}

{%- assign label = product.label | slugify -%} {% if label == "new" %}
new
{% endif %} {% if label == "sale" %}
sale
{% endif %} {% if label == "hot" %}
hot
{% endif %}
{% else %}

{{ product.title }}

{% if product.description %}

{{product.description}}

{% endif %}
{% if product.from_price %}

Form {{product.from_price}}

{% endif %}
{% endif %} {% endfor %}