Fanatics Utah Mammoth Primary Logo Legacy 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: 162414599
ITEM: 203124266
The moment Utah hockey fans have been waiting for is finally here Charge tusks first onto the ice with the newly named Utah Mammoth by grabbing this Primary Logo Legacy Fleece Pullover Hoodie from Fanatics Inspired by the strength and earth-shattering presence of the ancient giants that called Utah home 10000 years ago the club logo features a mammoth mid-charge with the Wasatch Mountain Range's snow-capped peaks as the silhouette incorporating both the past and present glory of the great state of Utah Featuring a cozy fabric construction this piece will keep you comfortable as you roar "Tusks up" at the next Utah Mammoth game
Features and Benefits
Imported
Hooded
Heavyweight hoodie (290gsm) suitable for cold temperatures
Dropped shoulders
Rib-knit cuffs and hem
Soft fleece lining provides added warmth
Long sleeve
Screen print graphics
Adjustable drawstring with grommets
Officially licensed
Front pouch pocket
Brand: Fanatics
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();