Cutter Buck Auburn Tigers Team Logo Virtue Eco Pique Recycled Polo
$64.99
$61.74$61.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: 154435154
ITEM: 5156786
The Men's Cutter Buck White Auburn Tigers Team Logo Virtue Eco Pique Recycled Polo is a sustainable and stylish choice for any Auburn Tigers enthusiast Its moisture-wicking fabric keeps you comfortable during intense games or casual outings while its recycled content certified by the Global Recycled Standard aligns with your eco-conscious values The embroidered Auburn Tigers logo proudly displays your team spirit and the four-way stretch ensures a comfortable fit Whether you're cheering from the stands or showing your support off the field this polo seamlessly blends style comfort and sustainability making it the perfect choice for any Auburn Tigers fan
Features and Benefits
Moisture-wicking fabric
UPF 50+
Imported
Brand: Cutter & Buck
CB logo trims
Recycled content certified by Global Recycled Standard
Self-fabric collar
Embroidered graphics
Officially licensed
Machine wash, tumble dry low
Short sleeve
Four-way stretch
Specifications
Sleeve length: Short Sleeve
Gender: Men's
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();