Turtle Neck Long Sleeve Top

Turtle Neck Long Sleeve Top Uniquely Sophia's

£18.99 GBP £21.99 GBP

Quantity
- +

Get your collections all stocked up with our range of new season tops.This turtle neck top featuring long sleeves is great teamed with a pair of skinny jeans for the ultimate casual day look.

  • turtle neck top
  • long sleeves
  • mid length
  • regular fit
  • approx length is 47cm based on a UK one size
  • model is 5ft 7" & wears UK size 8/EU size 38/US size 4/AUS size 14
  • 65% cotton 35% polyester
  • machine washable
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"; } }); }