Skip to product information
1 of 1

Texas Salt Co

Keychain Bottle Opener

Keychain Bottle Opener

Pop the cap off in true Texas style with this charming keychain bottle opener. Featuring a friendly "Howdy" message, it's the perfect blend of practicality and personality for anyone who appreciates a good cold drink and genuine hospitality. Compact enough to carry everywhere, durable enough to handle countless uses, and quirky enough to spark a smile every time you reach for it. A must-have for beer lovers, road trippers, and anyone who speaks fluent Texan.

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