Cutter Buck Bobby Bowden Florida State Seminoles Prospect Textured Stretch DryTec 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: 154477768
ITEM: 4993567
The Men's Cutter Buck Bobby Bowden Florida State Seminoles Prospect Textured Stretch DryTec Polo is a stylish and functional choice for any Seminoles 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 Florida State Seminoles both on and off the field
Features and Benefits
Three-button placket
DryTec technology wicks away sweat
Brand: Cutter & Buck
Jacquard texture
Imported
Short sleeve
Officially licensed
UPF 50+ protection
Material: 92% Polyester/8% Spandex
Machine wash, tumble dry low
Embroidered graphics
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();