'47 Vanderbilt Commodores Outspoken Hitch Adjustable Hat
$44.99
$42.74$42.74 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: 164745543
ITEM: 202676521
Let your Vanderbilt Commodores fandom sparkle for all to see in this Outspoken Hitch Adjustable Hat from '47Featuring a stylish rope embellishment across the visor this cap offers a unique and eye-catching design that sets it apart from the rest The embroidered team wordmark with sparkling accents add a touch of opulence making it the perfect accessory for any stylish fan ready to catch the big win
Features and Benefits
Brand '47
Curved bill
Material: 100% Polyester
Snap Closure
Mid Crown
Embroidered team wordmark with raised detail and sparkling accent on front panel with team logo on the right side
Machine wash, tumble dry low
Five-panel construction with eyelets on the sides and rear
One size fits most
Imported
Rope embellishment across the visor
Officially licensed
Specifications
Age Group: Adults
Gender: Women'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();