Skip Navigation Website Accessibility
 


FLOW® STANDARD PICK 2.0MM

available at

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

Dunlop FLOW STANDARD GRIP PICK 549

Flow Picks add thickness and volume to each note you play while allowing every pick-stroke to fall smoothly and effortlessly from your strings thanks to bright, durable Ultex® material, a wide angle and sharp tip to focus your attack, a uniform bevel that reduces string drag, and a low-profile grip just the right amount of control.

Flow Picks step out of the way and allow your mastery of the fretboard to take center stage. Dunlop employed high-precision molding to enhance a rediscovered pick shape?boasting a wide angle and sharp tip to focus your attack and a beveled edge that reduces string drag?and carefully engineer the perfect Primetone® Pick-inspired grip. Aeronautical-grade Ultex® was the logical medium of choice thanks to its bright, articulate tone and its ability to take a beating without losing its shape. With a Flow Pick in hand, you can fly from note to note with maximum control and tone that's clear as crystal. Dig in hard, play fast, and show your work.

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