The Wild Collective Brooklyn Nets Patch Denim Button-Up Jacket
$124.99
$118.74$118.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: 145571656
ITEM: WF-NBA-04
Layer up and cheer on the Brooklyn Nets with this Denim button-up jacket from The Wild Collective Designed with embroidered Brooklyn Nets patches this midweight jacket is a stylish addition to your collection The comfy material and convenient front slip pockets make this piece of outerwear a perfect finishing touch on chilly game days
Features and Benefits
Denim fabric
Embroidered fabric applique
Officially licensed
Long sleeve
Machine wash, line dry
Full-button front
Two front slip pockets
Imported
Material: 100% Cotton
Button adjustable hem
Brand: The Wild Collective
Midweight jacket suitable for moderate temperatures
Specifications
Origin: Imported
Insulation: No
Temperature: Mild
Clothing Type: Jackets
Sleeve length: Long Sleeve
Activity: Pro Sports,Lifestyle
Material: 100% Cotton
Gender: Women's
Zipper: No Zipper
Size Range: Women's
Moisture Wicking: No
Care: Machine wash, line dry
Water Resistant: No
Product Type: Outerwear
Flame Resistant: No
Age Group: Adults'
Style: Light Jacket
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();