Skip Navigation Website Accessibility
Call Today (888) 873-9822
Shipping Flat $7.50 Free Over $75
            Become a Fan
 


Bowl Me Over 2.0

This fun-to-make bag features a classic bowler silhouette with easy-to-grab handles and an adjustable, detachable carrying strap. The main compartment opens wide for easy access to the bag's contents.

Keep everything organized with three elasticized slip pockets and a full-height zippered mesh or fabric pocket on the inside. The exterior features a full-height zippered pocket made of quilted fabric on the back and a quilted pocket on front that closes with a magnetic snap flap. 

The bag measures 10.5"H x 10" to 13" W x 2.5" to 5" D.

/*Calendar different color events javascript*/ window.addEventListener('scroll', () => { const cart = document.querySelector('#cart'); if (window.scrollY > 300) { cart.classList.add('sticky-cart'); } else { cart.classList.remove('sticky-cart'); } }); // Express.js example const prerender = require('prerender-node'); app.use(prerender.set('prerenderToken', 'YOUR_TOKEN'));