Cutter Buck Florida State Seminoles Mainsail Sweater-Knit Full-Zip Hoodie
$164.99
$156.74$156.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: 154587027
ITEM: 5160596
Represent your Florida State Seminoles with pride and comfort in this Cutter Buck Mainsail Sweater-Knit Full-Zip Hoodie This midweight hoodie features a brushed fleece interior for added warmth and comfort while the embroidered Florida State Seminoles graphics proudly display your team spirit Whether you're cheering on the Seminoles at Doak Campbell Stadium or just relaxing at home this hoodie is the perfect way to show your team spirit
Features and Benefits
Front welt zip pockets
Officially licensed
Heathered fabric
Material: 100% Polyester
Embroidered graphics
Tonal satin top stitching
Imported
Long sleeve
Full Zip
Full-zip closure
Brushed fleece interior
CB Pennant embroidery on left sleeve
Specifications
Origin: Imported
Clothing Type: Fleece
Sleeve length: Long Sleeve
Activity: College Sports
Material: 100% Polyester
Heat Retention: Yes
Gender: Women's
Zipper: Full Zip
Size Range: Women's
Moisture Wicking: No
Age Group: Adults'
Features: Insulated
Hood: Yes
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();