Home of the original pickleball pledge!
Cart 0
Charm City Embroidered Towel
Pickleball Xtra

Charm City Embroidered Towel

Regular price $19.99

Show your Charm on the court with our Charm City Pickleball T-Shirt!

The towel is made of 100% polyester lightweight pique texture high-performance fabric with moisture wicking & breathability properties. The seam edge is overlocked in matching color. On one end of the towel is the Sarasota, on the other end is your name (Optional)

** Add a custom name to the end of the towel for $5.00 **

*The sale is for 1 towel*

We offer the cooling towels in 12 fab colors

Approx. size - 14" x 33"

Care - Hand or machine wash. Iron on reverse only.

** Please note CUSTOMIZED PRODUCTS are NON-RETURNABLE **

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