Cutter Buck North Carolina Tar Heels 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: 142160317
ITEM: MCK01144NVBU20405-S
Embrace the spirit of the North Carolina Tar Heels with the Men's Cutter Buck Gray North Carolina Tar Heels Virtue Eco Pique Recycled Polo Crafted from eco-friendly recycled materials this polo boasts moisture-wicking fabric to keep you comfortable during any game or practice Its four-way stretch and self-fabric collar provide a flexible and stylish fit while the embroidered graphics proudly display your unwavering support for the Tar Heels Whether you're cheering from the stands or representing your team off the field this polo embodies the essence of Tar Heel pride and environmental consciousness
Features and Benefits
3-Button placket
Brand: Cutter & Buck
Self-fabric collar
Officially licensed
Short sleeve
UPF 50+
Material: 95% Polyester/5% Spandex
Embroidered graphics
Recycled content certified by Global Recycled Standard
Machine wash
DryTec technology wicks away sweat
CB logo trims
Specifications
Compression: No
Clothing Type: Athletic Shirts
Neckline: Collar
Sleeve length: Short Sleeve
Material technology: DryTec
Activity: Athletic Performance
Material: 95% Polyester/5% Spandex
Heat Retention: No
Gender: Men's
Size Range: Men's
Moisture Wicking: Yes
Care: Machine wash
Product Type: Shirts
Flame Resistant: No
Age Group: Adults'
Style: Polos
Features: Moisture Wicking
Hood: No
Placket: 3-Button
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();