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


Brother PR600 Bobbin Case - XC7206001

Compatible with Brother & Baby Lock Multi-Needle Embroidery Machines

This high-quality bobbin case (part number XC7206001, also known as 541678) is designed for use with a wide range of Brother and Baby Lock multi-needle embroidery machines. It delivers consistent bobbin thread tension for smooth, professional stitching.

PRS100 (Brother Persona)

BNT10, BNT10L

OEM-quality replacement. Designed to fit and perform like the original part.

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