Free shipping on orders of $50+ ☺ CODE: FREESHIP

Love Day Collection

{% if theme.image_sets.slideshow.size > 0 %}
{% endfor %}
{% endif %} {% if theme.max_products_per_row == 4 %} {% assign product_image_constrain_width = 255 %} {% assign product_image_constrain_height = 255 %} {% assign product_image_constrain_width_large = product_image_constrain_width | times: 2 %} {% assign product_image_constrain_height_large = product_image_constrain_height | times: 2 %} {% elsif theme.max_products_per_row == 3 %} {% assign product_image_constrain_width = 346 %} {% assign product_image_constrain_height = 346 %} {% assign product_image_constrain_width_large = product_image_constrain_width | times: 2 %} {% assign product_image_constrain_height_large = product_image_constrain_height | times: 2 %} {% elsif theme.max_products_per_row == 2 %} {% assign product_image_constrain_width = 526 %} {% assign product_image_constrain_height = 526 %} {% assign product_image_constrain_width_large = product_image_constrain_width | times: 2 %} {% assign product_image_constrain_height_large = product_image_constrain_height | times: 2 %} {% elsif theme.max_products_per_row == 1 %} {% assign product_image_constrain_width = 1068 %} {% assign product_image_constrain_height = 1068 %} {% assign product_image_constrain_width_large = product_image_constrain_width | times: 2 %} {% assign product_image_constrain_height_large = product_image_constrain_height | times: 2 %} {% endif %} {% assign thumb_constrain_width = 30 %} {% assign thumb_constrain_height = 30 %}

Featured Products

{% if theme.featured_items > 0 %} {% get products from products.all limit:theme.featured_items order:theme.featured_order %} {% if products != blank %}
{% for product in products %} {% assign product_status = '' %} {% case product.status %} {% when 'active' %} {% if product.on_sale %}{% assign product_status = 'On sale' %}{% endif %} {% when 'sold-out' %} {% assign product_status = 'Sold out' %} {% when 'coming-soon' %} {% assign product_status = 'Coming soon' %} {% endcase %} {% capture image_class %} {% if product.image.height > product.image.width %} image-tall {% if theme.grid_image_style == 'crop-to-square' %} {% assign product_image_constrain_height = '' %} {% assign product_image_constrain_height_large = '' %} {% assign thumb_constrain_height = '' %} {% endif %} {% elsif product.image.height < product.image.width %} image-wide {% if theme.grid_image_style == 'crop-to-square' %} {% assign product_image_constrain_width = '' %} {% assign product_image_constrain_width_large = '' %} {% assign thumb_constrain_width = '' %} {% endif %} {% else %} image-square {% endif %} {% endcapture %} {% endfor %}
{% else %}
No products found.
{% endif %} {% endget %} {% endif %}