Cheesecloth Belted Shirt Dress

Cheesecloth Belted Shirt Dress

£18.99 GBP £25.00 GBP

Size
Quantity
- +

Please size up in this style 😊 We are loving this shirt dress . Featuring a stone crinkle material with self belt detail, long sleeves and button fastenings. Take your off-duty look to the next level , Style with minimal accessories and chunky kicks for a look that will get you noticed.

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