• (0)
    Your Cart is currently empty

FREE SHIPPING OVER 200€ AND FREE RETURNS

Designer Page


Filters

Outfit | Product
{% paginate collection.products by 3 %}
{% if section.settings.collection_sort_enable %} {% include 'collection-sorting' %} {% endif %}
{% 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 %} {{ product.featured_image.alt | escape }} {% else %} {{ product.featured_image.alt | escape }}{% endif %}
{% include 'swym-product-view', product: product %}
{{ product.title }}

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 %}