Floral print summer dress

Floral print summer dress

£25.99 GBP £32.00 GBP

Size
Quantity
- +
Floral print mini dress featuring spaghetti straps and frill hem , this is so in for the summer season , team with wedges for a day to night look .
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"; } }); }