Pressbox Florida Gators Janise Arch Over Logo Waist Length Oversized Pullover Sweatshirt
$69.99
$66.49$66.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: 160147351
ITEM: 202888757
Stay warm while repping the Florida Gators with this Pressbox Janise Arch Over Logo Waist Length Oversized Pullover Sweatshirt This oversized pullover sweatshirt is intentionally designed with larger proportions for a spacious feel and a laidback look Plus its fleece lining and midweight construction make it perfect for moderate temperatures
Features and Benefits
Fleece lining provides added warmth and a soft feel
Screen print team wordmark and logo
Oversized fit: Intentionally designed with larger proportions for a spacious feel and a laidback look. For a less relaxed fit, consider sizing down.
Long sleeve
Officially licensed
Tagless collar with interior taping for a more comfortable feel
Imported
Dropped shoulder seams provide a relaxed fit
Hip length (Measures approx. 24)
Brand: Pressbox
Crew neck
Midweight sweatshirt suitable for moderate temperatures
Specifications
Clothing Type: Fleece,Pullovers
Neckline: Crew Neck
Sleeve length: Long Sleeve
Activity: College Sports,Casual,Lifestyle
Material: Fleece
Heat Retention: Yes
Gender: Women's
Zipper: No Zipper
Size Range: Women's
Moisture Wicking: No
Product Type: Sweatshirts
Age Group: Adults'
Style: Pullover Sweatshirts
Features: Insulated
Hood: No
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();