Skip to product information
1 of 1

Texas Salt Co

Four Jar Gift Set

Four Jar Gift Set

This curated collection of our most acclaimed smoked salts features a coveted Cowboy Salt, a Bourbon Barrel Smoked Salt, a Jalapeno Smoked Salt, and an Oak smoked salt. Includes an 8in cutting board, it makes for an ideal present!

Regular price $42.00 USD
Regular price $48.00 USD Sale price $42.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);