Cutter Buck Alabama Crimson Tide Traverse Stretch Quarter Zip-Pullover Top
$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: 154625767
ITEM: 5156240
Show off your Alabama Crimson Tide pride with this Cutter Buck Traverse Stretch Quarter Zip-Pullover Top DryTec technology wicks away moisture keeping you dry and comfortable while its bold team graphics add to its stylish look The left chest features a crisp Alabama Crimson Tide logo to show off your fandom in style
Features and Benefits
Officially licensed
Mock neck
Reflective tape detail at zipper garage
1/4-Zip
Midweight top suitable for moderate temperatures
Thumbholes
Imported
Flatlock construction at the seams
DryTec technology wicks away sweat
Long sleeve
Design lines on side body
Machine wash, tumble dry low
Specifications
Origin: Imported
Insulation: No
Temperature: Mild
Clothing Type: Jackets
Sleeve length: Long Sleeve
Material technology: DryTec
Activity: Casual,College Sports
Heat Retention: No
Gender: Men's
Zipper: 1/4 Zip
Size Range: Men's
Moisture Wicking: Yes
Care: Machine wash, tumble dry low
Water Resistant: No
Product Type: Outerwear
Age Group: Adults'
Style: Light Jacket
Features: Moisture Wicking,Stretch
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();