Skip to product information
1 of 1

Texas Salt Co

Pepper T-Shirt Bandera

Pepper T-Shirt Bandera

Show off your Texas pride with this playful "Texas Salt Co." white t-shirt. Perfect for adding a little cowboy swag to your casual look, it combines comfort with a fun nod to Lone Star state style. Whether you're out on the town or just kicking back, this tee keeps your attitude as bold as Texas itself.

Regular price $25.00 USD
Regular price Sale price $25.00 USD
Sale Sold out
Size
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);