Many of our wines are available at local retailers throughout Missouri and Kansas. If your favorite retailer does not already carry Pirtle wines, make a request!
Reds
Meads
Whites
Fruit Wines
document.addEventListener('keydown', e => {
if (e.key === 'Escape' && toggle.getAttribute('aria-expanded') === 'true') {
toggle.click(); // trigger the same toggle logic
}
});