Home of the original pickleball pledge!
Cart 0
Pickleball Xtra

2019 Florida Paddlers Rendezvous Ladies Cotton Blend T-Shirt

Regular price $26.99

Paddle in style with an official Florida Paddlers Rendezvous Ladies cotton blend t-shirt.

On the front is the Florida Paddlers Rendezvous 2019 logo.

The ladies t-shirt is available as a cotton blend crew neck t-shirt.

The ladies t-shirt is available in 6 fun colors.

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

60% Combed ring-spun Cotton / 40% Polyester vintage heathered super soft fine jersey
Weight - 4.5 oz
Double-needle hemmed sleeve 

*** If you would like to pick up your shirt at the event and not have it shipped please use code PADDLEPICKUP at checkout to remove the shipping ***


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