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


Holly Classic Hobo Pattern by Sallie Tomato

Sallie Tomato Holly - Classic Hobo Bag


The Holly Hobo Bag is designed for beginner bag makers and sewists!  It's easy construction and chic look makes it a fun project for experienced sewists too! This is a classic style hobo bag, meant to be loved and used everyday. 

FINISHED SIZE: 10” wide at base, 11” high, and 4-1/2” deep

/*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'));