Fanatics Wisconsin Badgers Ready Short Sleeve Pullover Hoodie
$99.99
$94.99$94.99 with Academy Credit Card
Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
STYLE IT WITH
about this product
SKU: 159666314
ITEM: 201045017
Stay comfortable while repping your Wisconsin Badgers in this Fanatics Ready Short Sleeve Pullover Hoodie It features a relaxed fit and droptail hem with side splits for a comfy and mobile feel Fleece lining adds warmth making this Wisconsin Badgers hoodie ideal for cooler temps while the embroidered team logo on the left sleeve and felt applique team name across the chest prominently display your fandom
Features and Benefits
Midweight hoodie suitable for moderate temperatures
Embroidered Logo
Embroidered team logo on left sleeve
Fleece lining adds warmth and softness
Brand: Fanatics
Material: 52% Cotton/48% Polyester
Imported
Team name in felt appliques across the chest
Relaxed fit
Officially licensed
Hooded
Short sleeve
Specifications
Origin: Imported
Clothing Type: Fleece
Neckline: Hood
Sleeve length: Short Sleeve
Activity: Casual
Material: 52% Cotton/48% Polyester
Heat Retention: Yes
Gender: Men's
Zipper: No Zipper
Size Range: Men's
Moisture Wicking: No
Product Type: Sweatshirts
Age Group: Adults'
Style: Pullover Hoodies
Features: Insulated
Hood: Yes
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();