Men's Concepts Sport Gray Wisconsin Badgers French Terry Striped V-Neck 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: 163676072
ITEM: 203287600
Show your Wisconsin Badgers pride in cozy comfort with this French Terry Striped V-Neck Pullover Hoodie from Concepts Sport The dropped shoulders create an oversized relaxed fit perfect for lounging or layering on game day The distressed graphics printed across the chest add a vintage touch showcasing your Wisconsin Badgers pride in style
Features and Benefits
Brand Concepts Sport
Soft, French terry lining provides additional warmth
Distressed graphics printed across the chest
Drawstring-adjustable hood
Hooded
Dropped shoulders create an oversized, relaxed fit
Tagless collar with interior taping for a more comfortable feel
Stripe pattern allover
Imported
Officially licensed
Long sleeve
Lightweight hoodie suitable for mild temperatures
Specifications
Sleeve length: Long Sleeve
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();