Floral Print Maxi Dress

Floral Print Maxi Dress Uniquely Sophia's

£31.99 GBP £38.00 GBP

Size
Quantity
- +
If your shopping for the perfect dress this season you're in luck! This maxi dress featuring floral print & cami strap is perfect summer days. Team it with strappy heels & clutch for ultimate style goals!
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"; } }); }