Adding product to your cart
Okay, for all you gals who say that can't wear stripes, this dress is for you! The diagonal design creates a flattering architectural silhouette. Wear with leggings or a la carte. Featuring round neck, short sleeves and solid back, this romper will have you jumping for joy!
- 95% Cotton, 5% Spandex
- Wash gentle, Air dry or tumble low
- S/M- Bust 48", Hip 62.5", Back seam length 33.5"
- L/XL- Bust 50", Hip 68", Back seam length 34"
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