Why Choose Power Sensation Salve?
Power is a bold, full-spectrum botanical salve infused with menthol, camphor, and restorative plant oils for a deeply invigorating experience. Designed for body professionals, wellness rituals, and targeted care our half ounce contains 200mg of organic Full Spectrum Cannabinoids.
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!