Skip to product information
1 of 3

Soberdough

Texas Beer Bread - Lemon Poppy Seed

Texas Beer Bread - Lemon Poppy Seed

Pour - Stir - Bake -- This lemon poppy seed bread can be simple enough for a weekday breakfast or can be dressed up for a fancy afternoon tea. No matter how or when you serve it, this quick bread is moist, flavorful with real lemon and speckled with plenty of poppy seeds.
Regular price $12.00 USD
Regular price Sale price $12.00 USD
Sale Sold out
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);