Skip Navigation Website Accessibility
 


GVC Premium Rosin Dark Colophony for Violin, Viola, Cello

available at

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

Excellent bite and smooth sound. Gives a firm, clean grip without using lots of rosin. Well suited for violin, viola, and cello players. Includes an attractive felt-lined display box to keep the rosin from getting damaged. A fine quality rosin at a great price!

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