SEVEN8FOUR

LIMITED EDITION

DESIGNER FASHION INSPIRED BY THE GEMS OF THE ANTILLES

Welcome image
{% if theme.featured_items_type == 'Categories' %} {% if categories.active != blank and theme.featured_items > 0 %} {% endif %} {% else %} {% if theme.featured_items > 0 %} {% paginate products from products.all by theme.featured_items order:theme.featured_order %} {% if products != blank %}
{% for product in products %} {% assign image_width = product.image.width | times: 1.0 %} {% assign image_height = product.image.height | times: 1.0 %} {% assign aspect_ratio = image_width | divided_by: image_height %} {% 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 {% elsif product.image.height < product.image.width %} image-wide {% else %} image-square {% endif %} {% endcapture %} {% endfor %}
{% else %}

No products found.

{% endif %} {% endpaginate %} {% endif %} {% endif %}