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


Small Rivets (24pk) Gunmetal

Professional-looking rivets are perfect for purses, backpacks, and handbags! These rivets are durable, and look great from both sides.  They are even strong enough to stay attached to leather!  Rivets are available in Antique, Nickel, Gold, Gunmetal, and Rose Gold. They come in 6mm, 8mm, and 13mm sizes. Perfect for all of your needs! There are 24 rivets in each package.

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