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

Open Sew at the Mesa Clubhouse



Many ladies have requested this class, so we hear you, and we are listening!

There is no supply list for this class. We are opening our Clubhouse to people who are having trouble with their latest project, or who need to be with other sewists for some inspiration or help. We can inspire you to finish that project or begin something you have been putting off for a while.

Sewing, embroidery, and Sergers are welcome!

We will have an instructor there to help you.

This class is NOT for beginners; it’s for people who already know their machines and
need a little boost.
Please have your machine in good running order and all your supplies for your project.
You are welcome to bring a drink (no open bottles) and a snack.


Instructor: Sandy Langs
{{getPrice()}}

{{model.event.first_date}} - {{model.event.last_date}} {{model.event.sections.length}} Sessions {{model.event.sections[0].time}}
{{s.date}} {{s.time}}

Seats available {{model.remainingSeats()}}

{{errorMessage}}

{{waitlist_contact_errorMessage}}

Included Materials


{{c.items[0].title}}

{{c.errorMessage}}

This class cannot be purchased online. Please contact the store for more information.
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'));