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


Bosal In-R-Form Sew in Foam Stabilizer 18in x 58in - 492B-18

Bosal's In-R-Form Sew In stabilizer is easy to stitch and will curve your fabric to the desired shape. In-R-Form Sew In stabilizer is laminated to brushed polyester, making it soft and formable. Use In-R-Form Sew In stabilizer when making purses, totes, and bags. Package includes one 18in by 58in piece.

  • Non-Woven
  • Sew In
  • Weight: Medium
  • Washing/Drying instructions: Follow Fabric Care instructions

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