Skip Navigation Website Accessibility
Call Today (888) 873-9822
Shipping Flat $7.50 Free Over $75
            Become a Fan
 
Other Pfaff Accessories
See More
Showing 1 - 6 of results
Sort By:

PRODUCT

The Pfaff Foot Book 4th Edition

$26.99 $29.99

PRODUCT

Circular Attachment Templates

$36.00 $39.99

PRODUCT

Creative Embroidery Cutwork Needle Kit (E,F,G,J,L) - 820945096

$60.95

PRODUCT

Pfaff Small Roller Bag - 620143396

$402.95

PRODUCT

Pfaff Magnetic Seam Guide - 821162096

$15.95

PRODUCT

Pfaff 8 Thread Spool Rack Holders "L" - 821171096

$20.95

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