REPLAY LIFESTYLE
{{total_products}} Ergebnisse
Loading Products
{% if product.msrp != product.price and product.msrp != "0" %} Regular price {{product.msrp | times:100 | money }} {{product.price | times:100 | money }} {% assign discount = product.price | times: 1.00 | divided_by: product.msrp %} {% assign discount_amount = 1.00 | minus: discount | round: 2 | times: 100 | divided_by: 5 | round | times: 5 %} ({{ discount_amount }}% Off) {% else %} {% assign price = product.price | times: 100 %} {% for tag in product.tags %} {% if tag contains 'PriceOverride:' %} {% assign price = tag | remove: 'PriceOverride:' | plus: 0 %} {% endif %} {% endfor %} {{price | money }} {% endif %}
-
{% for badge in product.badges %}
- {{ badge }}
{% endfor %}

Recently Viewed
{% if product.compare_at_price_varies %} Regular price {{product.compare_at_price | money }} {{product.price | money }} {% else %} {{product.price | money }} {% endif %}
-
{% for badge in product.badges %}
- {{ badge }}
{% endfor %}