Home
{{ pages.home-page-slider.content }}
-
RESTORE
Health Benefits
Read More > -
ENJOY
Uses & Recipes
Read More > -
PURE
Triple Tested for Purity
Read More > -
SAVE
Bees & Veterans
Read More >
CRAFTING SMALL-BATCH WELLNESS PRODUCTS
COMBINING PURE, RAW HONEY, FULL SPECTRUM HEMP EXTRACT, AND ORGANIC ESSENTIAL OILS
{% assign featured = settings.home_featured_products %}
{% assign products_per_row = settings.home_featured_products_num %}
{% assign rows = settings.home_featured_products_row_num %}
{% assign total_products = products_per_row | times: rows %}
{% if settings.home_featured_products_show_heading %}
{% endif %}
{% case products_per_row %}
{% when '2' %}
{% assign grid_item_width = 'small--one-half medium--one-half large--one-half' %}
{% when '3' %}
{% assign grid_item_width = 'small--one-half medium--one-third large--one-third' %}
{% when '4' %}
{% assign grid_item_width = 'small--one-half medium--one-half large--one-quarter' %}
{% when '5' %}
{% assign grid_item_width = 'small--one-half medium--one-half large--one-fifth' %}
{% endcase %}
CRAFTING SMALL-BATCH WELLNESS PRODUCTS
COMBINING THE HEALING POWERS OF RAW HONEY AND WHOLE HEMP EXTRACTS WITH ORGANIC ESSENTIAL OILS
{% for product in collections[featured].products limit: total_products %}
{% comment %}<2e2a>{% endcomment %}
{% include 'locksmith-variables', locksmith_scope: 'subject', locksmith_subject: product %}{% if locksmith_transparent %}{% else %}{% continue %}{% endif %}
{% comment %}2e2a>{% endcomment %}
{% include 'product-grid-item' %}
{% else %}
{% unless emptyState %}
{{ 'theme-onboarding.css' | global_asset_url | stylesheet_tag }}
{% assign emptyState = true %}
{% endunless %}
{% endfor %}
{{ 'home_page.onboarding.modal_title' | t }}
{{ 'home_page.onboarding.no_products_html' | t }}
{% assign index = 1 %}
{% for i in (1..8) %}
{% case i %}
{% when 7 %}
{% assign index = 1 %}
{% when 8 %}
{% assign index = 2 %}
{% endcase %}
{% assign index = index | plus: 1 %}
{% endfor %}