Home of the original pickleball pledge!
Cart 0
Pickleball Xtra

South Venice Yacht Club Performance Embroidered Hat

Regular price $26.99

South Venice Yacht Club Performance  Embroidered Hat

** Please select option to add name at checkout **

Have fun on the water in this fun performance hat.

One Size fits most.

3.1oz, 100% Polyester Microfiber
Polyester mesh inner sweatband with moisture-wicking performance
 hook and loop adjustable back closure with reflective tab.

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

All our hats are custom designed and are only available from PickleballXtra.

✈ SHIPPING:
* T-shirts are shipped within 1-3 business days following receipt of payment. (Custom orders delivery time will be longer due to the fab creative process)

Proudly designed in the USA
All artwork is original © 2015 PickleballXtra. All rights reserved.


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