Skip Navigation Website Accessibility
 


Franklin Strap - Deluxe 60 Strap

available at

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

Deluxe 60 All Leather 2" Strap Black/Black Stitch

The Deluxe 60 is a 2” strap crafted with a dual ply blend of robust leather with a beautiful naturally textured surface. No bonded leather of paper thin splits here! Given the intense demands live rock performance places on a strap, the surface of the Deluxe 60 has just a bit more finish than our regular naked leather. This insures a greater degree of durability and longevity.

This beautifully crafted series is all about comfort, function, and style. It adjusts up to 60” long for precise positioning and may become a treasured member of your guitar collection.

Adjusts from 36” to 60″

// === 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'; }