Lottie textured midi dress

Lottie textured midi dress

£26.99 GBP £32.00 GBP

Color
Cream and black
Chocolate Brown
Size
Quantity
- +


The Lottie textured midi dress is a versatile addition to your wardrobe. Crafted with a unique textured design, this smock dress is available in two elegant colors, chocolate and cream. Available in sizes UK 6-20, it offers a comfortable fit for all body types. Elevate your style with this must-have dress.

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