top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Discover Exclusive RIFF Merchandise

There's something special about owning a piece of the music you love — something that goes beyond streaming a track or catching a show. RIFF's official merchandise collection is built for fans and fellow guitarists who want to carry a bit of that connection with them.


Every item in the range is chosen with intention. No filler, no generic band merch — just quality gear that reflects the aesthetic and ethos behind the music.


What's in the collection?


Some popular items include:


  • Graphic tees featuring original artwork drawn from RIFF's music and visual identity

  • Limited edition vinyl records — proper pressings for collectors and anyone who takes their listening seriously

  • Hats with clean, understated RIFF branding for everyday wear.


These products are perfect for those who want to show their support while enjoying functional and stylish gear.


Close-up view of a black graphic t-shirt with unique music-inspired design
Close-up view of RIFF Merchandise

Why it matters?


Merch isn't just memorabilia. When you pick up something from this collection, you're directly supporting new releases, live shows across Australia, and the creative work that keeps this project moving. Every purchase counts.


Some items are limited run, which means once they're gone, they're gone. That's intentional — it keeps the collection meaningful rather than mass-produced.


How to get yours


The full range is available at mrriffmusic.com, with secure checkout and Australia-wide shipping. New drops and tour-exclusive items are announced via social media and the mailing list, so follow along to stay ahead of the queue.


Whether you're after something to wear to the next gig, a vinyl to add to your shelf, or a pick to run through the next practice session — there's something here for you.


Eye-level view of a vinyl record leaning against a wooden shelf
Eye-level view of a vinyl record leaning against a wooden shelf.

Comments


bottom of page
function prefetch(nodeList) { if (navigator.connection && (navigator.connection.effectiveType === 'slow-2g' || navigator.connection.effectiveType === '2g')) { return; } if (navigator.deviceMemory && navigator.deviceMemory <= 2) { return; } const fetched = {}; const observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { const link = entry.target.href; if (!fetched[link]) { fetched[link] = true; fetch(link, { priority: 'low' }); } observer.unobserve(entry.target); } }); }); nodeList.forEach(link => observer.observe(link)); } const idleCallback = window.requestIdleCallback || function (cb) { return setTimeout(() => cb(), 1); }; idleCallback(function () { const links = document.querySelectorAll('a[href]'); prefetch(links); });