Adding product to your cart
Say yes to playfulness and style with this soft cream sweater featuring a flattering V-neckline and velvety punch needle hearts and stars detail.
- High-low hem
- Rib-knit neckline, cuffs, and hem
- Relaxed fit
Size
|
Bust |
Waist |
Hips |
XS |
34" |
26" |
36" |
S |
36" |
28" |
38" |
M |
38" |
30" |
40" |
L |
41" |
33" |
43" |
XL |
44" |
36" |
46" |
XXL |
47" |
39" |
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