Adding product to your cart
The Jayla top is cut with bell sleeves and a front tie in our Luxe Linen fabric for ease and breathability, and it can be worn alone or layered as a jacket.
One size fits most.
Pairs with many of our silhouettes and Lenore & Delaney pants.
100% Luxe Linen.
Made in Italy.
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