top of page
"Da Gang" T-Shirt

"Da Gang" T-Shirt

$34.99Price

Buy 2 Shirts, Get One Free!

100% Authentic A Safe Space Merchandise

YARN COUNT: 16 SINGLES / 245-255 GSM

100% USA COTTON

HEATHER GREY: 90% USA COTTON / 10% POLYESTER

CHARCOAL GREY: 50% USA COTTON / 50% POLYESTER

  • • Retro look
  • • 3.5% lycra mock neck ribbing
  • • Heavy knitting
  • • Slight ovesized fit
Quantity
  • YouTube
  • Twitter
  • Instagram

©2025 by Blackbird Animation Studios.

bottom of page
import wixLocation from 'wix-location'; import wixWindow from 'wix-window'; $w.onReady(function () { // Check if the current page is a product page if (wixLocation.path[0] === 'product-page') { if (wixWindow.formFactor === "Mobile") { // Force mobile-friendly adjustments ONLY on the product page $w("#page1").style.backgroundColor = "#fff"; // Example style change $w("#desktopLayout").hide(); $w("#mobileLayout").show(); } } else { // For all other pages, force desktop version on mobile if (wixWindow.formFactor === "Mobile") { const metaTag = ; $('head').append(metaTag); // This forces desktop width on mobile } } });