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


Gingher 4" Lightweight Embroidery Scissors

GINGHER-Lightweight Embroidery Scissors. Gingher's lightweight scissors feature black molded nylon handles and tempered stainless steel blades that provide easy and comfortable opening and closing. The precision ground blades and cutting edges allow sharp and exact cutting all the way to the points. These ambidextrous scissors are perfect for needle work, sewing and quilting. This package contains one four-inch pair of scissors. Imported.

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