Adding product to your cart
Charlie B clothing is designed to match your lifestyle: A day at the office, a night out with friends, managing kids, dating, and dining. With Charlie B clothing, you can feel great and look fabulous at the same time.
This polo colored sleeve in this charming black sweater that features gray and ivory at the cuff is definitely for a sports or evening outing.
50% Rayon; 29% polyester; 21% Nylon
Hand wash cold water; Lay flat to dry
if(sessionStorage.backToCollection) {
theme.backToCollection = {};
theme.backToCollection.collection = JSON.parse(sessionStorage.backToCollection);
var productCollections = [];
var showCollection = false;
if (productCollections) {
productCollections.forEach(function(collection) {
if (collection.title === theme.backToCollection.collection.title) {
showCollection = true;
}
});
}
if(showCollection) {
var backToCollectionHTML = '';
var backToCollectionContainer = document.getElementById('backToCollection');
backToCollectionContainer.insertAdjacentHTML('afterbegin', backToCollectionHTML);
}
}
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device