Skip Navigation Website Accessibility
 


On-Stage American Hickory Drumsticks 7A

available at

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

Key Features
  • Great Bounce
  • Well-Rounded Tone
  • Durable
  • Live or Studio Use
Get yourself well-rounded tone, a great bounce, and long-lasting durability with this pair of On-Stage American-Made Hickory Drumsticks, presented here with wooden tips, size 7A. Their responsive sound and feel works for a wide variety of styles and genres. Use them for live or studio gigs.

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