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


Best Escape Ever - JBDBEST

Inhale the salty ocean spray and exhale your worries away. Plan your escape to the beach as you create this seashore inspired wall hanging that features appliqued sea life floating above a coral fan and bold, satin stitch lettering. Hanging tabs adorned with cute buttons finish this project. Finished size when displayed: 11" x 17". Includes embroidery formats: ART7, ART8, DST, EMB, EXP, HUS, JEF, PCS, PES, SEW, VP3 & XXX. SVG & JPEG images included. Requires a 6" x 8" hoop.

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