Skip to product information
1 of 3

Texas Salt Co

Pure Pacific Table Salt

Pure Pacific Table Salt

Sprinkle a touch of ocean flavor onto your dishes with our sea salt shaker, sourced right from the California coast. Enhance your meals with this savory addition and add a taste of the sea to your cooking (no beach necessary)!

Regular price €4,95 EUR
Regular price Sale price €4,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);