1. Home
  2. Elena's Fundraiser
  3. Seasons/Holiday
  4. Spring
  5. Metallic Mandala Clover Tee
Shipping is on Us with a Purchase of $75 or More!

Metallic Mandala Clover Tee

Write a Review
Your Price: $24.00
Part Number: 5253
Availability: In Stock. 3
In-store Pickup Available

Choose Options

*
*
*

Send to:

*We'll ask for shipping info at checkout
Metallic Mandala Clover 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

Plaid Shamrock Tee
$24.00
In Stock.
Shamrock Heart tee
$24.00
In Stock.
Shamrock Love Tee
$24.00
In Stock.
Ornate Clover 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) ); } });