top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Elevate your style with the exclusive RIFF Black T-Shirt, designed for music enthusiasts and RIFF fans alike. This high-quality cotton tee features a minimalist and classy design on the front, with the iconic "-RIFF-" logo in gold, showcasing your support for the artist.

 

The back is where the magic truly shines—a striking image of a guitarist in action, set against an ethereal background. Perfectly capturing the energy and spirit of RIFF, this artwork makes the shirt not just a piece of clothing, but a statement of passion for music and artistry.

 

Features:

  • Color: Black
  • Material: 100% premium cotton for ultimate comfort and durability
  • Front: Simple and elegant "-RIFF-" logo in gold
  • Back: Full-sized graphic of the artist, embodying musical charisma
  • Fit: Unisex, available in various sizes.

 

Show your love for music, style, and RIFF with this must-have T-shirt. Great for concerts, casual outings, or as a collector's item for fans!

RIFF Logo and Image Shirt - Black

SKU: VPWMTXLKG9-13
AU$40,00Harga
Kuantitas
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); });