Home of the original pickleball pledge!
Cart 0
Pickleball Xtra

Hollow Rock Ladies Performance T-Shirt

Regular price $26.99

Have fun on the courts with our Hollow Rock Ladies T-Shirt

This v neck t-shirt is a great dri-fit moisture-wicking shirt. Our pickleball t-shirts are super soft and comfortable to play in. 

Please select your size & color option at checkout.

Ladies Size Options - S - M - L - XL - XXL 

Sizes
Small - Length 25.75" Chest width 18.25"
Medium - Length 26.5" Chest width 19.25"
Large - Length 27.25" Chest width 20.75"
X-Large - Length 28" Chest Width 22.5"
XXL - Length 28.5" Chest Width 24.5"

100% Polyester wicking knit
Weight - 3.7 oz
Double-needle hemmed sleeve & bottom
Self fabric V-neck collar

**Please note ALL custom shirts are not returnable due to customization **


Share this Product


More from this collection

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(); } });