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


Crystal Turn Lock Gold

Elevate your accessories to the next level with Sallie Tomato Crystal Turn Locks. Not only are these locks functional closures for pockets, flaps, wallets, and bags, but they also double as sophisticated embellishments that catch the eye with their dazzling sparkle.

Our Crystal Turn Locks are stylish and eye-catching. They function as a closure for pockets, flaps, wallets, and bags, but also a sophisticated embellishment with lots of sparkle. Turn Locks are easy to open and close; just insert the metal turn unit through the opening of the base unit and twist the turn unit to a vertical position to secure the lock.
  • Size: 1.6” (40mm) wide by 1.6” (40mm) high  
  • Number Included: 1


Suggested Products


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