Skip Navigation Website Accessibility
 


HT CLUB 40W 1x12 Combo MKIII

available at

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

Club 40 MKIII is elevated to new heights with a stunning new style that looks as good as any premium boutique amplifier. The new panel has a clean, crisp aesthetic and cornerless covering, combined with classic chickenhead knobs and a new paper fret to complete the look. There's beauty in the details, where high quality mini toggle switches, updated the LED colours, and swapped out the plastic logo for a new metal plate version.

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