Skip to content
FREE Shipping on U.S. Orders $100+
FREE U.S. SHIPPING $100+

Guinness Home Bar Pack

$49.99

Starting a home bar? This Guinness starter kick is an absolute must have! It includes everything you need to raise the bar and make your place the place to be on Friday night. Who needs to go out when you have your own bar at home!

  • Official Guinness Merchandise
  • Includes 4 beer mats, 2 glasses, 1 bar towel, and playing cards
var iframe = document.querySelector('iframe'); function handleLazyLoad() { if (iframe.classList.contains('lazyload')) { const storeSRC = iframe.dataset.src; iframe.addEventListener('lazyloaded', () => { delete iframe.dataset.src; iframe.src = storeSRC; initPlayer(); }); } } function initPlayer() { var player = new Vimeo.Player(iframe); player.ready().then(function (){ console.log('player is ready!'); // These events are not attaching? Why? player.on('play', function () { console.log('played the video!'); }); player.on('ended', function () { console.log('the video has ended'); }); }); } handleLazyLoad();