Fanatics Colorado Avalanche Authentic Pro Prime Adjustable Hat
$27.99
$26.59$26.59 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: 147600916
ITEM: 00IP-0513-23-086
Suit up with the same gear your favorite Colorado Avalanche players do with this Authentic Pro Prime Adjustable Hat from Fanatics This adjustable hat will help you find the perfect fit for your head The comfortable cotton material will make this your favorite Colorado Avalanche piece in your collection
Features and Benefits
Imported
Unstructured relaxed fit
Officially licensed
Adjustable fabric strap with slide buckle
Brand: Fanatics
Low Crown
Surface washable
Material: 100% Cotton Twill
Embroidered graphics with raised details
One size fits most
Six panels with eyelets
Curved bill
Specifications
Product Type: Hats
Gender: Men's
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();