Home of the original pickleball pledge!
Cart 0
Pickleball Xtra

Pickle Chicks Performance Visor

Regular price $24.00

Pickle Chicks Performance Visor

Our performance hats & visors are lightweight, breathable & comfortable to wear 

There is an option to add a custom to the side of the visor.

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