Why Choose Nude Truth?
Zinc Moisturizer contains Zinc Oxide, making it excellent for deep healing and balancing skin’s oil production. When used regularly, it may reduce the appearance of large pores, even out skin tone, and enhance collagen synthesis.
Note: This product is housed in an airless pump—designed to protect the formula and keep every drop fresh. After travel, it may need 25–30 steady pumps to get going. Be sure the pump is fully tightened, and if needed, use a paperclip to gently press the small hole on the bottom to engage the internal disc and get things moving.
assign cart_total = cart.total_price
assign amount_left = free_shipping_threshold | minus: cart_total
if cart_total > 0
assign progress_percentage = cart_total | times: 100.0 | divided_by: free_shipping_threshold | round: 2
else
assign progress_percentage = 0
endif
if progress_percentage > 100
assign progress_percentage = 100
endif
-%}
You're only away from free shipping!