Adding product to your cart
From Ciao Milano, this incredible vest is extremely warm and insulated with a high tech poly micro filler used in mountain climbing and snow board apparel.
Shell Material: 100% high tech polyester, water resistance, wind resistance durable fabric.
Filling: 100% micro tech polyester ALERGY FREE filing- Meant for Extreme cold climates.
CARE INSTRUCTIONS - Best results for washing rain jackets and down items: Enclose your item in a pillow case and tie the end of the pillow case in a knot. Delicate wash cold water. Put pillow case and tumble dry. Dry clean or hand wash, line 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