Skip to product information
1 of 2

Himalayan Secrets

Himalayan Salt Body Bar

Himalayan Salt Body Bar

Salt Body Bar Stones - Himalayan Massage Stones are hand-made using simple carving techniques out of the purest Himalayan Salt Rocks. This grounding crystal is ideal for hand sanitizing, Salt body rub, and warming massage stone. Exfoliates skin leaving a smooth silky texture. Cleans pores and helps remove acne.
Regular price $7.00 USD
Regular price Sale price $7.00 USD
Sale Sold out
View full details
document.addEventListener('submit', function (e) { const form = e.target; if (!(form instanceof HTMLFormElement)) return; // Only affect Classic Case product if (!window.location.pathname.includes('/products/classic-case')) return; // Only for add-to-cart if (!form.action.includes('/cart/add')) return; const qtyInput = form.querySelector('input[name="quantity"]'); if (!qtyInput) return; qtyInput.value = '1'; qtyInput.min = '1'; qtyInput.setAttribute('data-min', '1'); }, true);