Phoebe Sequin Heart Embellished Jumper with Undershirt Detail

Phoebe Sequin Heart Embellished Jumper with Undershirt Detail

£22.99 GBP £30.00 GBP

Color
Beige
Grey
Black
Size
Quantity
- +

Get ready for some serious cuteness overload with the Phoebe Sequin Heart Embellished Jumper! This soft knitted jumper is adorned with a charming sequin heart and features an undershirt detail for an extra touch of style. Perfect for adding some fun to your wardrobe!

ONE SIZE Fits 8 - 16

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