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


Quilt Stencil Pineapple - 112QC

5 1/2in x 8in
The design shown is a stencil template that is constructed of flexible semi-transparent Mylar plastic which is used for marking quilts and other crafting projects. Stencils can be used for long arm machines, domestic machines and hand-quilting. Stencils can be used over and over again. Made in the USA.

  • Color: Clear
  • Made of: Mylar Plastic
  • Use: Quilting Stencil
  • Size: 5.5in x 8in
  • Included: One Stencil

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