Skip to product information
1 of 3

Texas Salt Co

Bread Dip Gift Set

Bread Dip Gift Set

This Bread Dip Gift Set is the perfect gift for any occasion. It includes a bread board, cowboy or cowgirl bread dip, extra virgin olive oil, and a dipping bowl, all made from the highest quality ingredients. Enjoy delicious bread dip with friends and family with this one-of-a-kind gift set.

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