Libby Batwing sleeve Soft Knit Pattern Jumper

Libby Batwing sleeve Soft Knit Pattern Jumper

£18.99 GBP £22.00 GBP

Color
Black
Grey
Beige
Mocha
Blush
Size
Quantity
- +

Introducing the Libby Batwing sleeve Super Soft Pattern Jumper! Made with stretchy and super soft fabric, this jumper is designed with a unique batwing sleeve pattern. Available in five fun colours, in one size that fits sizes 8 to 18. Stay comfortable and stylish with this must-have jumper!

var coll = document.getElementsByClassName("collapsible"); var i; for (i = 0; i < coll.length; i++) { coll[i].addEventListener("click", function() { this.classList.toggle("active"); var content = this.nextElementSibling; if (content.style.display === "block") { content.style.display = "none"; } else { content.style.display = "block"; } }); }