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


Superior MonoPoly Bobbins Class 15/A 12/pack SMOKE - 119-C15-SMOKE

100 wt. monofilament polyester thread. Designed for invisible applique and quilting. This reduced-sheen monofilament polyester is the best choice when it comes to invisible threads. Unlike other monofilament threads made from nylon, MonoPoly is 100% polyester. Commonly referred to as an invisible thread due to its fineness and reduced-sheen, MonoPoly is great for the bobbin or top. Available in two colors, Smoke (for dark fabrics) and Clear (for light fabrics). Class 15 (A-style) bobbins

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