Skip to product information
1 of 1

Texas Salt Co

Texas Puzzle 4-Pc. Coaster Set with Case

Texas Puzzle 4-Pc. Coaster Set with Case

Our Texas Puzzle Coaster is a fun new take the coaster category. When the coasters are pushed together, they complete the "puzzle" and show the full state of Texas. Each coaster set includes a bamboo case for neat storage and a small in-store footprint. Great for entertaining at home or as a gift! Coasters measure 4" x 4".
Regular price €17,95 EUR
Regular price Sale price €17,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);