Skip to product information
1 of 3

Texas Salt Co

Dill Pickle Finishing Salt

Dill Pickle Finishing Salt

Add a tangy twist to your dishes with our Dill Pickle Finishing Salt! Made with just 4 ingredients, this unique seasoning is perfect for sprucing up potato salad, popcorn, and any other snack you can think of. Don't miss out on this flavorful and versatile product!

INGREDIENTS: SEA SALT, WHITE VINEGAR POWDER, CITRIC ACID, DILL

Regular price $9.00 USD
Regular price Sale price $9.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);