Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
STYLE IT WITH
about this product
SKU: 152348217
ITEM: 02EV-081K-MWN-29Q
Highlight your fierce loyalty to the Michigan Wolverines by putting on this Sideline Coach UV tee Constructed by Jordan Brand this T-shirt features the iconic Michigan Wolverines wordmark on the left chest and the NFL shield on the right sleeve Boosted by UVA and UVB protection this shirt also is built with Dri-FIT technology which will wick moisture away from your body
Features and Benefits
Contrast-color flatlock stitching
Brand: Jordan Brand
Dri-FIT technology wicks away moisture
Machine wash, tumble dry low
Crew neck
Long sleeve
Material: 100% Polyester
Screen print graphics
Imported
Side splits at waist hem
UVA and UVB protection
Officially licensed
Specifications
Origin: Imported
Compression: No
Clothing Type: T-Shirts
Neckline: Crew Neck
Sleeve length: Long Sleeve
Material technology: Dri-FIT
Activity: Pro Sports
Material: 100% Polyester
Heat Retention: No
Gender: Men's
Size Range: Men's
Moisture Wicking: Yes
Care: Machine wash, tumble dry low
Product Type: Shirts
Flame Resistant: No
Age Group: Adults'
Style: Performance Tees
Features: Moisture Wicking
Hood: No
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();