Skip to product information
1 of 3

Himalayan Secrets

Himalayan Shot Glass

Himalayan Shot Glass

Hand-Carved from natural Himalayan Pink Salt that is known to carry an abundance of natural minerals and trace elements. This Shot Glass adds a subtle salty tinge to your favorite drink, it works great for taking whiskey or tequila shots. Also great for sipping hot chocolate. Perfect for those special occasions!
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);