Cutter Buck Alabama Crimson Tide Virtue Eco Pique Recycled Polo
$54.99
$52.24$52.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: 142269128
ITEM: LCK00127CDR27092-XXL
Embrace the spirit of the Alabama Crimson Tide with the Women's Cutter Buck Gray Virtue Eco Pique Recycled Polo This eco-friendly polo combines style and sustainability featuring moisture-wicking fabric to keep you comfortable during any activity Its four-way stretch and self-fabric collar provide a flattering and comfortable fit while the embroidered graphics proudly display your unwavering support for the Crimson Tide Whether you're cheering from the sidelines or simply showing your team spirit this polo is the perfect choice for any dedicated Alabama fan
Features and Benefits
Short sleeve
CB logo trims
Embroidered graphics
Two-button placket
Machine wash
Officially licensed
Material: 95% Polyester/5% Spandex
Imported
Self-fabric collar
Brand: Cutter & Buck
Moisture-wicking fabric
4-Way stretch
Specifications
Origin: Imported
Compression: No
Clothing Type: Athletic Shirts
Neckline: Collar
Sleeve length: Short Sleeve
Material technology: Moisture-wicking; 4-Way stretch
Activity: College Sports
Material: 95% Polyester/5% Spandex
Heat Retention: No
Gender: Women's
Size Range: Women's
Moisture Wicking: Yes
Care: Machine wash
Product Type: Shirts
Flame Resistant: No
Age Group: Adults'
Style: Polos
Features: Moisture Wicking
Hood: No
Placket: Two-button placket
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();