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


Sallie Tomato Hudson

Sallie Tomato Hudson

You'll find a lot of uses for the Hudson bag! This pattern has been designed to hold plastic storage boxes for organizing hobby supplies such as fishing tackle, beads for jewelry making, sewing machine accessories, small toys, and more! There's also the option to use it as an insulated lunch bag or small cooler, by adding a layer of Insul-Bright. 

FINISHED SIZE: 12" wide, 8" high, and 8" deep

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