Skip Navigation Website Accessibility
 


OnStage Amp Glider

available at

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

 Adjusts in length and width to fit and grip your amp
 Delivers strength and stability to reliably support your gear
 Enables you to roll and firmly park a wide range of amps and speaker cabinets
 Padded contact points protect your amp's finish
 Puts your amp on casters with no drilling or modification of the amp

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