Skip to product information
1 of 4

Texas Salt Co

Pure Powder Sea Salt

Pure Powder Sea Salt

This premium 100% pure sea salt is precision-milled into a fine powder for faster and more complete dissolution, perfect for cooking and tabletop use. Free of additives, its natural salty taste will add depth to all your dishes.

INGREDIENTS: SEA SALT

Regular price €5,95 EUR
Regular price Sale price €5,95 EUR
Sale Sold out
Tax included.
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);