Fanatics Wisconsin Badgers Primary Logo Pullover Hoodie
$54.99
$52.24$52.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: 159666816
ITEM: 202307364
Show your Wisconsin Badgers pride with this classic Primary Logo Hoodie from Fanatics This pullover hoodie boasts a fleece lining providing added warmth and a soft feel perfect for those cooler game days The adjustable drawstring hood allows for extra protection from the elements while the front pouch pocket offers both convenience and an additional layer of comfort
Features and Benefits
Screen print graphics on the front
Adjustable drawstring hood for extra protection from the cold
Imported
Pullover
Officially licensed
Brand: Fanatics
Long sleeve
Midweight hoodie suitable for moderate temperatures
Hooded
Material: 80% Cotton/20% Polyester
Machine wash, tumble dry low
Front pouch pocket for hands-free storage and extra layer of comfort
Specifications
Clothing Type: Fleece
Neckline: Hood
Sleeve length: Long Sleeve
Activity: College Sports
Material: 80% Cotton/20% 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();