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


PRECUT CORK LUCKY PENNY WALLET KIT - CORKLUCKYPENNY

The Lucky Penny Wallet is a simple, slim wallet. This is a wonderful pattern for anyone who is sewing with cork or faux leather for the first time! This wallet is always a fan favorite to place under the Christmas tree! Start sewing for the holidays early this year by making a Lucky Penny Wallet for all of your family and friends! They are an excellent gift on it's own, or stuff them with gift cards and goodies! 

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