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


Singer Upper Knife - #205-9101-01A

Guaranteed to fit Babylock Serger Models:
BL4-605, EA-605

Guaranteed to fit Simplicity Serger Models:
SL500, SL700

Guaranteed to fit Singer Serger Models:
10UJ13

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