1. Home
  2. Elena's Fundraiser
  3. Patriotic
  4. Distressed USA with Stars Tee (COPY)
Shipping is on Us with a Purchase of $75 or More!

Distressed USA with Stars Tee (COPY)

Write a Review
Your Price: $24.00
Part Number: 2930-2
Availability: In Stock. 7
In-store Pickup Available

Choose Options

*
*
*

Send to:

*We'll ask for shipping info at checkout
Distressed USA with Stars Tee 
Bella Canvas Tees (Short Sleeve, Long Sleeve, V Neck)
Unisex True to Size

Screen Print Graphic

You choose tee color

Bella Canvas Short Sleeve, Long Sleeve, and V Neck Material
Heather Tees: 52% Cotton 48% Polyester
Solid Tees: 100 % Cotton
Heather Athletic and Heather Black: 90% Cotton 10% Polyester
Heather Prism and Ash: 99% Cotton 1% Polyester

Rocker Tanks Material
50% Cotton 25% Rayon 25% Polyester

Related Items

Patriotic Star Mouth
$24.00
In Stock.
Heart Flag Patriotic Tee
$24.00
In Stock.
USA Sunflower Tee
$24.00
In Stock.
America Sunflower Tee
$24.00
In Stock.
Let Freedom Ring Stars Tee 8 Inch Design
$24.00 $18.00 Sale
In Stock.
Patriotic Pineapple Tee
$24.00
In Stock.

Recently Viewed Items

TOP
0 Items
self.addEventListener('push', function(event) { const payload = event.data.json(); const notification = payload.data; const notificationTitle = notification['title']; let notificationOptions = { body: notification['body'], } if (event.data) { notificationOptions.icon = notification['icon'] notificationOptions.data = { click_action: notification['click_action'] }; } event.waitUntil( self.registration.showNotification(notificationTitle, notificationOptions) ); }); self.addEventListener('notificationclick', function(event) { event.notification.close(); var url = event.notification.data.click_action; if(url) { event.waitUntil( clients.openWindow(url) ); } });