Skip to product information
1 of 3

Texas Salt Co

Lemon Finishing Salt

Lemon Finishing Salt

Add a zesty touch to your favorite recipes with Lemon Finishing Salt! Our Pacific Ocean sea salt is infused with real lemon for a refreshing twang that will elevate your dishes. Experience the tangy, citrusy flavor and add a burst of freshness to any meal!

INGREDIENTS: SEA SALT, LEMON POWDER

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