Rosacea Treatment

Cleanse Morning and Evening

{% assign product = all_products.extra-gentle-cleanser %}
{% if product.featured_image != blank %} {{ product.featured_image.src | img_url: '150x150' | img_tag: product.title, "block" }} {% endif %}

{{ product.title }}

{% if product.compare_at_price > product.price %} {% if product.price_varies %} {%- assign sale_price = product.price | money -%} {{ 'products.product.on_sale_from_html' | t: price: sale_price }} {% else %}
{{ product.compare_at_price | money }}
Now over {{ product.compare_at_price | minus: product.price | times: 100.0 | divided_by: product.compare_at_price | floor }}% OFF!
Super Value {{ product.price | money }}
{% endif %} {% else %} {% if product.price_varies %} {%- assign price = product.price | money -%}
{{ 'products.product.from_text_html' | t: price: price }}
{% else %}
{{ product.price | money }}
{% endif %} {% endif %}
View Details

Hydrate Morning and Evening

{% assign product = all_products.facial-moisturizing-cream %}
{% if product.featured_image != blank %} {{ product.featured_image.src | img_url: '150x150' | img_tag: product.title, "block" }} {% endif %}

{{ product.title }}

{% if product.compare_at_price > product.price %} {% if product.price_varies %} {%- assign sale_price = product.price | money -%} {{ 'products.product.on_sale_from_html' | t: price: sale_price }} {% else %}
{{ product.compare_at_price | money }}
Now over {{ product.compare_at_price | minus: product.price | times: 100.0 | divided_by: product.compare_at_price | floor }}% OFF!
Super Value {{ product.price | money }}
{% endif %} {% else %} {% if product.price_varies %} {%- assign price = product.price | money -%}
{{ 'products.product.from_text_html' | t: price: price }}
{% else %}
{{ product.price | money }}
{% endif %} {% endif %}
View Details

Protect

{% assign product = all_products.dcl-super-sheer-sunscreen-50 %}
{% if product.featured_image != blank %} {{ product.featured_image.src | img_url: '150x150' | img_tag: product.title, "block" }} {% endif %}

{{ product.title }}

{% if product.compare_at_price > product.price %} {% if product.price_varies %} {%- assign sale_price = product.price | money -%} {{ 'products.product.on_sale_from_html' | t: price: sale_price }} {% else %}
{{ product.compare_at_price | money }}
Now over {{ product.compare_at_price | minus: product.price | times: 100.0 | divided_by: product.compare_at_price | floor }}% OFF!
Super Value {{ product.price | money }}
{% endif %} {% else %} {% if product.price_varies %} {%- assign price = product.price | money -%}
{{ 'products.product.from_text_html' | t: price: price }}
{% else %}
{{ product.price | money }}
{% endif %} {% endif %}
View Details