Fanatics White Wisconsin Badgers Color Block Badge Fleece Pullover Hoodie
$74.99
$71.24$71.24 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: 159666226
ITEM: 200854798
Stay warm and rep your Wisconsin Badgers with pride in this Color Block Badge Fleece Pullover Hoodie from Fanatics This hoodie boasts a contrast-color adjustable hood for a bold color-blocked look and features the Wisconsin Badgers wordmark printed proudly across the chest Various school logos and graphics line each sleeve for a spirited look that showcases your unwavering fandom
Features and Benefits
Midweight hoodie suitable for moderate temperatures
Brand: Fanatics
Long sleeve
Material: 60% Cotton/40% Polyester
Hooded
Machine wash, tumble dry low
Officially licensed
Fleece lining for a warm, cozy feel
Front pouch pocket keeps your hands warm
Various school logos and graphics down each sleeve
Imported
Pullover
Specifications
Origin: Imported
Clothing Type: Fleece
Neckline: Hood
Sleeve length: Long Sleeve
Activity: College Sports
Material: 60% Cotton/40% Polyester
Heat Retention: Yes
Gender: Men's
Zipper: No Zipper
Size Range: Men's
Moisture Wicking: No
Care: Machine wash, tumble dry low
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();