Home of the original pickleball pledge!
Cart 0
Pickleball Xtra

Kickball Kicks Performance Visor

Regular price $24.00

Have fun on the kickball field in this fun 'Kickball Kicks' performance visor

Available in a number of fun colors.

On the front is the Kickball Kicks logo and an option to add a custom name.

This ladies performance visors is light weight, breathable and super comfortable to play in.

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

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

All our T-shirts are custom designed and are only available from PickleballXtra.


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