Adding product to your cart
Our elevated Opera Jacket carries the comfort of a cardigan and the polish of a jacket. Easy and fluid in our ultra-luxurious scuba fabric. Style the collar to your liking with perfect side pockets to meet your carry all needs.
- Viscose/Nylon/Spandex
- Machine Wash Cold, Line Dry
- 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