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


Kimberbell Project Batting, 40x40"

Kimberbell Project Batting, 40x40"

Kimberbell Project Batting gives dimension, texture, and stability to a variety of sewing and machine embroidery projects. Woven with a scrim liner to prevent stretching and pilling, our batting is made from a soft cotton/poly blend and is safely laundered in the washer and dryer.

  • 85/15 Cotton Poly Blend
  • Scrim liner woven through the batting prevents stretching and pilling
  • No need for additional stabilizer when stitching with backing fabric
  • Machine washable and dryer safe
  • 40"40"

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