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


Bobbin Cover Plate Singer 3323, 44S 4411 4423 5511 - 4164283-01

Bobbin Cover Plate Singer 44S, 4411, 4423, 3321 Talent, 3323 Talent, 4411 Heavy Duty, 4423 Heavy Duty, 4432 Heavy Duty, 44S Classic Heavy Duty, 5511 Scholastic, 5523 Scholastic, 5532 Heavy Duty, 5554, 85SCH, HD6380

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