Filters
Outfit | Product
Sort by
Best Sellers
Price Low to High
Price High to Low
{% paginate collection.products by 3 %}
{% if section.settings.collection_sort_enable %} {% include 'collection-sorting' %} {% endif %}
Category
Clear All
STYLE
Clear All
Occasion
Clear All
Designers
Clear All
Sort by
Best Sellers
Price Low to High
Price High to Low
{% for product in collection.products %} {% capture img_id_class %}ProductImage-{{ product.featured_image.id }}{% endcapture %} {% capture img_wrapper_id %}ProductImageWrapper-{{ product.featured_image.id }}{% endcapture %} {%- assign img_url = product.featured_image | img_url: '1x1' | replace: '_1x1.', '_{width}x.' -%}
{% if product.featured_image.src == blank %}
{% else %}
{% endif %}
{% include 'swym-product-view', product: product %}
Vestido Midi Nadine
{% if product.compare_at_price > product.price %} {% if product.price_varies %} {% assign sale_price = product.price | money %} {{ sale_price }} {% else %}
{{ 'products.product.sale_price' | t }} {{ product.price | money }} {% endif %} {% else %} {% if product.price_varies %} {% assign price = product.price | money %} {{ price}} {% else %}
{{ 'products.product.regular_price' | t }} {{ product.price | money }} {% endif %} {% endif %}
{% else %} {% if collection.handle == 'all' %} {% comment %} Add default products to help with onboarding for collections/all only {% endcomment %} {% include 'onboarding-featured-products' %} {% else %} {% comment %} If collection exists but is empty, display message {% endcomment %}
{{ 'collections.general.no_matches' | t }}
{% endif %} {% endfor %}
{% if paginate.pages > 1 %} {% include 'pagination' %} {% endif %}
{% endpaginate %}