Rose Gold Sequin V Neck Wrapover Long Sleeve Mini Dress

Rose Gold Sequin V Neck Wrapover Long Sleeve Mini Dress

£29.99 GBP £40.00 GBP

Size
Quantity
- +
Get your collections all stocked up with our range of new season dresses. This sequin long sleeve mini dress featuring v neck & wrapover is perfect for an evening. Style this with strappy heels & statement accessories for an evening 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"; } }); }