Cassie Two Piece Zipped Jacket and Wide Leg Jogger Loungewear Set

Cassie Two Piece Zipped Jacket and Wide Leg Jogger Loungewear Set

£31.99 GBP £38.00 GBP

Size
Colour
Grey
Beige
Black
Khaki
Mocha
Quantity
- +

Stay chic and comfortable with our Cassie Two Piece Zipped Jacket and Wide Leg Jogger Loungewear Set. With a zipped jacket featuring two pockets and a soft fabric jogger pant with seam and drawstring details, this co-ord set is both stylish and cozy. Perfect for lounging or running errands.

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"; } }); }