Colosseum Florida State Seminoles Sunrise Pullover Hoodie
$49.99
$47.49$47.49 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: 154823886
ITEM: 200116412
Build up your selection of Florida State Seminoles gear for chilly weather with this Sunrise pullover hoodie from Colosseum It features an adjustable hood a classic pouch pocket and cozy fleece lining that provides extra warmth Florida State Seminoles graphics printed across the chest and on the left sleeve make your fandom unmistakable
Features and Benefits
Material 70 Cotton/30 Polyester - Body 100 Cotton - Hood Lining
Midweight hoodie suitable for moderate temperatures
Long sleeve
Hooded
Machine wash, tumble dry low
Embroidered wordmark
Embroidered fabric applique
Contrast-color hood lining
Front pouch pocket
Pullover
Brand: Colosseum
Fleece lining
Specifications
Clothing Type: Fleece,Hoodies,Pullovers
Neckline: Hood
Sleeve length: Long Sleeve
Activity: College Sports
Material: 70 Cotton/30 Polyester
Heat Retention: Yes
Gender: Men's
Zipper: No Zipper
Size Range: Men's
Moisture Wicking: No
Care: Machine wash, tumble dry low
Product Type: Sweatshirts
Age Group: Adults'
Style: Pullover Hoodies
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();