Skip Navigation Website Accessibility
 


Franklin Strap - Southwest Leather Strap

available at

Low in-store inventory, may be subject to change.

This padded southwest series captures the visual heritage of the American southwest. The hitch weave pattern combines a traditional, rugged simplicity with the subtle sparkle of a tooled concho ringed in gold braid for great presence on stage.

By using the same artful technique in crafting our padded glove leather straps, we start with a core of soft, top quality suede and place a wafer of foam on top. We then wrap it with our plush glove leather for a rolled, “upholstered” look. Another layer of foam is added on the back side and covered with glove leather. Really soft!

// === GLOBAL NAV BEHAVIOR FOR MARICH MUSIC === // --- DROPDOWN ON HOVER (DESKTOP ONLY) --- document.addEventListener('DOMContentLoaded', function () { const dropdowns = document.querySelectorAll('.dropdown'); dropdowns.forEach(drop => { drop.addEventListener('mouseenter', () => { const menu = drop.querySelector('.dropdown-menu'); if (menu) menu.style.display = 'block'; }); drop.addEventListener('mouseleave', () => { const menu = drop.querySelector('.dropdown-menu'); if (menu) menu.style.display = 'none'; }); }); }); // --- TOGGLE CUSTOM NAV ON MOBILE --- function toggleMobileNav() { const nav = document.querySelector('.menubg'); if (!nav) return; const isVisible = window.getComputedStyle(nav).display !== 'none'; nav.style.display = isVisible ? 'none' : 'flex'; }