Adding product to your cart
Captivating. The red and black asymmetrical stripe open front cardigan is a favorite of many Razorback and Sooner fans. It has a roomy fit but not oversized. Warm enough for slightly cool weather. Tunic length to allow for hip coverage and lightweight to wear with a tee or blouse beneath. The softest texture and a cozy fit. Wear this everywhere with all of your favorite looks. Leggings, Joggers, Jeans... The list goes on.
Sizes: S,M,L,XL
54% Polyester; 20%Acrylic; 20% Nylon; 6% percent merino wool
Hand wash cold water, lay flat to dry or Dry Clean
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