top of page

Get a 10% discount on your session

Apply reward when placing your first order.

Refer your friends

Get special perks for you and your friends

Give your friends a 10% discount. Applies to one "Build Your Bash" session.

* Applies to the lowest priced item in the cart.

bottom of page
window.addEventListener('load', function() { const forms = document.querySelectorAll('form'); forms.forEach(function(form) { form.addEventListener('submit', function(e) { const formName = form.getAttribute('data-name') || form.getAttribute('name') || form.querySelector('[data-name]')?.getAttribute('data-name') || 'Unknown Form'; if (window.gtag) { gtag('event', 'form_submit', { 'form_name': formName, 'timestamp': new Date().toISOString() }); } }); }); });