Ribbed Puff Sleeved Top

Ribbed Puff Sleeved Top

£21.99 GBP £27.00 GBP

Size
Colour
Black
Quantity
- +
  • Measurements: Approx Overall Length 47 cm
  • Product Type: Tops
  • Care Instructions: Machine Washable
  • Material: 70% Viscose 30% Polyester
  • Colours May Vary Due To Studio Lighting Effects: .
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"; } }); }