Coral Floral Balloon Sleeve Belted Playsuit

Coral Floral Balloon Sleeve Belted Playsuit Uniquely Sophia's

£29.99 GBP £37.00 GBP

Size
Quantity
- +
Playsuits are a style staple. For all in one styling, this belted playsuit featuring floral border print & balloon sleeves is a wardrobe must! Wear with heeled sandals & statement earrings for an effortlessly cool vibe.
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"; } }); }