'47 Philadelphia Phillies Cozumel Hitch Adjustable Hat
$37.99
$36.09$36.09 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: 162355251
ITEM: 202235534
Show off your Philadelphia Phillies pride with this '47 Cozumel Hitch Adjustable Hat The '47 Hitch boasts a retro-inspired silhouette constructed with a pinched five-panel crown for a classic yet contemporary look Its embroidered fabric applique on the front panel proudly displays your Philadelphia Phillies fandom
Features and Benefits
Imported
Snap Closure
Mid Crown
Officially licensed
Brand: '47
The '47 Hitch is a retro-inspired silhouette constructed with a pinched five-panel crown
Slightly Curved Bill
Structured fit
Embroidered fabric applique on solid front panel
Mid and rear panels with eyelets
Rope embellishment on visor
Wipe clean with a damp cloth
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();