Skip to Content

Craft Beer

Discover Craft Beer, brewed in small batches with unique flavors and premium ingredients. Whether you love hoppy IPAs, smooth lagers, or rich stouts, order online for quick delivery and enjoy high-quality brews from the best local and international breweries.

document.addEventListener('DOMContentLoaded', function () { // pick the first real DOM element var node = document.querySelector('.your-selector'); if (node && typeof node.addEventListener === 'function') { node.addEventListener('click', function () { console.log('Clicked safely!'); }); } });