Home of the original pickleball pledge!
Cart 0
Pickleball Xtra

Grand Palm Pickleball Embroidered Cotton Towel

Regular price $24.99

Keep cool on the courts with our Grand Palm Pickleball Embroidered Cotton Towel.

Embroidered logo and towel comes with grommet and carabiner clip

Size 

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