Skip to product information
1 of 1

Texas Salt Co

Paprika Set

Paprika Set

Discover the art of smoke with our Paprika Set—six distinct varieties smoked over pecan, oak, mesquite, hickory, bourbon barrel, and apple wood. Each paprika brings its own character: pecan's subtle sweetness, mesquite's bold depth, hickory's classic richness, and bourbon barrel's sophisticated warmth. Perfect for layering complex flavors into rubs, sauces, and everyday cooking. Elevate your pantry with a collection that transforms ordinary dishes into something extraordinary.

INGREDIENTS: SMOKED PAPRIKA

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