Skip to product information
1 of 1

Texas Salt Co

Oak Smoked Salt & Pepper Set

Oak Smoked Salt & Pepper Set

Add a smoky, Texas-inspired flavor to your dishes with our Oak Smoked Salt & Pepper Set. Each crystal of salt and pepper has been expertly smoked over real oak wood, adding a unique and delicious taste to your meals. Enhance your cooking experience and impress your taste buds with this one-of-a-kind set!

Regular price $30.00 USD
Regular price $34.00 USD Sale price $30.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);