Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
This item may ship from a different location therefore only eligible for ground shipping. Additionally, this item is not eligible for APO/FPO delivery.
STYLE IT WITH
about this product
SKU: 130502607
ITEM: KP1002016
Support and stabilize your knee with the G-Form Pro Team Knee Sleeve. Made from a blend of nylon and spandex, the compression fabric fits snugly for a secure fit throughout the game. SmartFlex material ventilates heat as you play to keep you cool. An external layer allows low-friction sliding and hardens on impact for an added layer of protection.
Features and Benefits
82% nylon and 12% spandex fabric fits comfortably
Low-friction top layer lets players slide comfortably across the court
SmartFlex™ Stretch pads vent as they bend to reduce heat buildup
Material hardens on impact to protect joints
Specifications
Product Type: Sporting Accessories
What's in the Box
G-Form Pro Team Knee Sleeve
function updateCustomerIdStorage() {
const sourceKey = 'aso_cdp_data';
const targetKey = 'm_cdp_customer_id';
let customerId = null;
try {
const storedValue = localStorage.getItem(sourceKey);
if (storedValue) {
const data = JSON.parse(storedValue);
customerId = data.cdpData?.customerId;
} else {
console.warn(`Source Key "${sourceKey}" not found in local storage.`);
}
} catch (error) {
console.error(`Error parsing JSON from source key "${sourceKey}":`, error);
}
if (customerId) {
localStorage.setItem(targetKey, customerId);
// console.log(`Successfully set "${targetKey}" to: ${customerId}`);
} else {
localStorage.removeItem(targetKey);
// console.log(`No customerId found. Removed key "${targetKey}" from local storage.`);
}
}
updateCustomerIdStorage();