Fanatics Wisconsin Badgers Team Lockup 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: 159666664
ITEM: 202307269
Gear up for game day with this Wisconsin Badgers Team Lockup Pullover Hoodie from Fanatics This pullover hoodie features a bold screen print of the team logo and wordmark across the front making it clear where your allegiance lies With a convenient front pouch pocket you can keep your hands warm or store small essentials while showcasing your Wisconsin Badgers pride
Features and Benefits
Machine wash tumble dry low
Long sleeve
Midweight hoodie suitable for moderate temperatures
Officially licensed
Pullover
Front pouch pocket for extra warmth and storing small items
Screen print team logo and wordmark across front
Hooded
This item is non-returnable
Brand: Fanatics
Imported
Material: 60% Cotton/40% Polyester
Specifications
Clothing Type: Hoodies
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
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();