Adding product to your cart
Puffer jacket with a sparkle in the ITALIAN fabric. Extremely warm.
For any dressy event or dress down with jeans.
Care instructions: Hand wash, Dry clean or Machine wash.
Machine wash: We recommend if you are machine washing our product to enclose the jacket or coat in a pillow case, tie a knot in the pillow case and wash on delicate cycle. Afterwards, keeping the item in the knotted pillow case, tumble dry.
Size chart XS- 0-2 S- 2-4 M- 6-8 L- 10-12 XL- 12-14 DEPENDING ON bust size could go up one size.
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