Cutter Buck Mississippi State Bulldogs Primary Team Logo Prospect Textured Stretch 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: 154487288
ITEM: 5155101
The Cutter Buck Black Mississippi State Bulldogs Primary Team Logo Prospect Textured Stretch Polo is a stylish and comfortable choice for any Bulldogs fan Its embroidered graphics and jacquard texture add a touch of sophistication while the three-button placket ensures a secure fit Made from durable polyester with UPF 50 protection this polo is perfect for showing your support for the Mississippi State Bulldogs both on and off the field
Features and Benefits
Imported
Officially licensed
Short sleeve
Three-button placket
Material: 92% Polyester/8% Spandex
Jacquard texture
Machine wash, tumble dry low
Embroidered graphics
UPF 50+ protection
DryTec technology wicks away sweat and provides 50+ UPF protection
Brand: Cutter & Buck
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();