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.
Sweater weather in full swing? Great news, if that means you can wear this decadently soft v neck sweater look with the Sienna colors of fall. V neck, dropped shoulder and bell sleeves for a nice accent!
Size: S, M, L, XL
Hand wash or gentle cycle. Do not dry or dry clean.
Size Chart XS - XXL
SIZE
|
XS
|
S
|
M
|
L
|
XL
|
XXL
|
Bust |
34" |
36" |
38" |
41" |
44" |
47" |
Waist |
26" |
28" |
30" |
33" |
36" |
39" |
Hips |
36" |
38" |
40" |
43" |
46" |
49" |
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