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


Hand Needles and Threader Set - 27103

Most commonly-used hand needle types and sizes combined with a storage and organization solution, complemented with a novelty needle threader! Assorted sizes of gold-eye Sharps, Betweens and Embroidery needles. Storage tubes labeled for easy identification. Magnet in tube holds and raises needles for easy access. Double-sided automatic needle threader threads either large or small needle eyes easily with the swipe of a button.

  • Use: Sewing and Quilting
  • Includes: Needles and Threader with organizer

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