'47 Arkansas Razorbacks 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: 164007436
ITEM: 202676492
Let your Arkansas Razorbacks fandom sparkle for all to see in this Outspoken Hitch Adjustable Hat from '47Featuring a satin finish and stylish rope embellishment across the visor this Arkansas Razorbacks cap offers a unique and eye-catching design that sets it apart from the rest The embroidered team wordmark with sparkling accents adds a touch of opulence making it the perfect accessory for any stylish fan ready to catch the big win
Features and Benefits
Solid front panel
Machine wash, tumble dry low
Brand: '47
Satin finish
Mid Crown
Embroidered team logo on right-side panel
One size fits most
Structured fit
Snap Closure
Mid and rear panels with eyelets
Imported
Embroidered team wordmark with raised details and sparkling accents on front panel
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();