Skip to product information
1 of 3

Texas Salt Co

Gourmet Salts Gift Set

Gourmet Salts Gift Set

 Experience the flavor of gourmet finishing salts with this gift set of 6. It's an easy way to add a touch of flavor to any dish. Perfect for chefs and home cooks alike! Available in small or large jars.

Includes 1-Porcini 1-Vanilla 1-Thai Ginger 1-Lavender 1- Cowgirl 1-Bourbon Barrel Smoked Vanilla

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