The Wild Collective Charlotte FC Denim Full-Button Bomber Jacket
$154.99
$147.24$147.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: 147144746
ITEM: WC-204
Represent your Charlotte FC pride in style with this Men's The Wild Collective Black Charlotte FC Denim Full-Button Bomber Jacket This jacket features embroidered Charlotte FC graphics and rib-knit striping on the cuffs collar and waist hem The stand-up collar and two chest pockets with button closure add a touch of sophistication while the two front pockets provide ample storage space Whether you're cheering on Charlotte FC at the stadium or watching from home this jacket will keep you comfortable and stylish all season long
Features and Benefits
Officially licensed
Long sleeve
Machine wash with garment inside out, tumble dry low
Material: 100% Cotton
Two front pockets
Full-button front
Midweight jacket suitable for moderate temperatures
Rib-knit striping on cuffs, collar and waist hem
Imported
Stand-up collar
Two chest pockets with button closure
Embroidered graphics
Specifications
Origin: Imported
Insulation: No
Temperature: Mild
Clothing Type: Jackets
Sleeve length: Long Sleeve
Activity: Pro Sports
Material: 100% Cotton; Denim
Heat Retention: No
Gender: Men's
Zipper: No Zipper
Size Range: Men's
Moisture Wicking: No
Care: Machine wash with garment inside out, tumble dry low
Water Resistant: No
Product Type: Outerwear
Flame Resistant: No
Age Group: Adults'
Style: Bomber Jackets
Hood: No
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();