Home of the original pickleball pledge!
Cart 0
Pickleball Xtra

Patriotic Ladies Sleeveless Pickleball T-Shirt

Regular price $26.99

The Tank is a great moisture-wicking performance v-neck tank.
On the back yoke is the Pickleball Xtra logo.

Size Options - S - M - L - XL - 2XL 

100% Polyester wicking knit
Weight - 3.8 oz
Gently Contoured Silhouette
Self-fabric V-neck collar

✈ SHIPPING:
* Rush shipping is available at an extra charge. Just get in touch!
* T-shirts are shipped within 1-3 business days following receipt of payment. (Custom orders delivery time will be longer due to the creative process)

Proudly designed in the USA
All artwork is original © 2015 Pickleball Xtra. All rights reserved.


Share this Product

document.addEventListener("DOMContentLoaded", function() { var nameField = document.getElementById("custom-name"); var wrapper = document.getElementById("name-field-wrapper"); var variantSelect = document.querySelector("form[action='/cart/add'] select"); function updateRequirement() { if (!variantSelect) return; var selectedText = variantSelect.options[variantSelect.selectedIndex].text.toLowerCase(); if (selectedText.includes("add name")) { nameField.required = true; wrapper.style.display = "block"; } else { nameField.required = false; wrapper.style.display = "none"; nameField.value = ""; } } if (variantSelect) { variantSelect.addEventListener("change", updateRequirement); updateRequirement(); } });