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


Brother Square Embroidery Hoop 8x8 - SA446

This 8x8” square embroidery hoop makes your machine embroidery, quilting and sewing projects a breeze! Create squares effortlessly. Sturdy Hoop that keeps your fabric taut and handles specialty heavy fabrics. Great for beginners and experts. Clearly marked acrylic reference grid is included.

Main Features

  • For Use With: Quattro 2 6700D, Quattro 3 Trilogy Limited Edition Innov-ís 6750D, Quattro NV6000D, THE Dream Machine 2 Innov-ís XV8550D, THE Dream Machine Innov-ís XV8500D

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