Home of the original pickleball pledge!
Cart 0
Pickleball Xtra

Aspen Pickleball Embroidered Performance Dri-Fit Visor by Pickleball Xtra

Regular price $26.99

Our performance hats & visors are lightweight, breathable & comfortable to play in.
Embroidery colors may vary slightly depending on the color of the hat you have chosen. Customization is available.

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

One size fits most

✈ SHIPPING:
Shipped within 1-3 business days following receipt of payment.
(Custom orders will take longer due to the creative process)

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

Proudly designed in the USA


All artwork is original © 2022 Pickleball Xtra. 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(); } });