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

Husqvarna Viking Majestic Hoop Class



This hoop works with the Viking Epic, Epic 2, and Epic 3.
Only take this class if you own one of the Epic machines!

Supply List:
Your Epic machine
Embroidery arm
Power cord
Majestic Hoop
Stabilizer will be provided
Fabric cut and pressed 26” X 24”
2 wound bobbins
Fresh 80/12 needle (of your choice)
Various shades of embroidery thread
Your regular Class supplies

We will be using one of the designs that are preloaded in your machine!


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