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


Curved EZ Snip Micro Serrated Blade 5in - OESD738P

These handcrafted 5in curved snips feature micro-serrated curved blades for precise cutting. The curved handles use spring action for easy operation, and the curved tips easily fit under a presser foot. These snips are a great embroidery accessory for trimming your jump stitches, thread cutting, and lighter fabric trimming. Forged from high-quality German grade stainless steel and finished with a sandblasted nickel chrome plating process for durability and non-slip grip, these snips were made for ease of use and lasting beauty.

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