Skip to product information
1 of 1

Salty's Texas Provisions

Marinated Mushrooms

Marinated Mushrooms

Salty’s Marinated Mushrooms bring bold flavor and rustic charm straight to your table. Packed in a savory Texas-style marinade with peppers and spices, these tender mushrooms are perfect for charcuterie boards, pasta dishes, salads, or as a snack right from the jar. A southern pantry staple that turns everyday meals into something worth sharing.

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