Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
STYLE IT WITH
about this product
SKU: 024153975
ITEM: 4300Y
The Under Armour™ 2 oz. Glove Juice is designed to clean and replenish your football glove grips and works with synthetic tacky palms. A single bottle provides up to 50 cleans. Includes a carabiner.
Features and Benefits
Insta-Fit™ Plus channel fits around upper and lower brace brackets and adapts to changes in tooth position as braces are adjusted to help prevent lacerations
Breathing channels through the center of the mouth guard ensure airflow
100% medical-grade silicone for optimal comfort
No boiling or fitting required
Strapless design
Meets NFHS wrestling rules requiring full coverage of upper and lower brace brackets
Specifications
Closure: Strapless
Protects: Mouth
Product Type: Protective Gear
Material technology: Insta-Fit™ Plus
Protective Gear Type: Mouthguards
Age Group: Youth
Style: Mouthguards
Activity: Football
Polarized: No
Gender: Boys'
Visor: No
What's in the Box
Shock Doctor Youth Double Braces Mouth Guard
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();