Skip to product information
1 of 4

Texas Salt Co

Peachwood Smoked Salt

Peachwood Smoked Salt

This artisanal sea salt is naturally smoked over peach wood, creating a unique flavor perfect for grilling and roasting. Its subtle, smoky taste adds a delicious complexity to any dish, with no overpowering aftertaste. The crystals dissolve quickly, making it easy to use without sacrificing flavor or texture.

INGREDIENTS: SMOKED SEA SALT

Regular price $10.00 USD
Regular price Sale price $10.00 USD
Sale Sold out
Size
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);