Skip to product information
1 of 2

Texas Salt Co

Texas Beer Salt

Texas Beer Salt

Texas Beer Salt is a perfect blend of sea salt and lime, great for adding a flavorful kick to any drink or dish. Crafted from the finest ingredients, it adds zest and complexity to its users' creations, ideal for beer enthusiasts and home chefs looking for a bold new taste.

INGREDIENTS: SEA SALT, LIME POWDER

Regular price $12.00 USD
Regular price Sale price $12.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);