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


Utility Grip Fabric 54in X 18in - 481B-18

Utility Grip Fabric is constructed from vinyl on scrim that has a tacky surface to prevents slipping and scratches. This makes it perfect for the soles of pajamas and slippers or any other object you'd like to keep from slipping, such as the bottom of bags or the bases of household items. Size: 18in x 54in

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