Why Choose Fresh Freedom?
For a non-toxic alternative to traditional deodorant, our Fresh Freedom Enzymatic Cannabidiol Deodorant is a must-have! It's gentle enough to apply directly after waxing or shaving and can be quite soothing to sensitive skin. We’ve reformatted the packaging to 0.75 oz the right size for your daily ritual, with less waste and all the power.
NEW 0.75 oz size means less packaging waste, easy portability, and a compact size that still lasts a surprisingly long time
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!