Home of the original pickleball pledge!
Cart 0
Ladies Pickleballers Serving Seniors Performance V-Neck Long Sleeve T-Shirt
Pickleball Xtra

Ladies Pickleballers Serving Seniors Performance V-Neck Long Sleeve T-Shirt

Regular price $32.00

Ladies Pickleballers Serving Seniors Performance V-Neck Long sleeve T-Shirt

Color - Columbia Blue

100% Polyester wicking knit
Double-needle hemmed sleeve & bottom
Self-fabric V-neck collar
Set in Sleeve

Ladies Sizes
Small - Length 25.75" Chest width 36.5"
Medium - Length 26.5" Chest width 38.5"
Large - Length 27.25" Chest width 41.5"
X-Large - Length 28" Chest Width 45"
2XL - Length 28.5" Chest Width 49"


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