Green Shirt And Shorts Co-ord

Green Shirt And Shorts Co-ord

£25.99 GBP £30.00 GBP

Size
Colour
Green
Quantity
- +
  • Measurements: Approx Overall Top Length 68 cm Bottom 68 cm
  • Product Type: Co-Ords
  • Care Instructions: Machine Washable
  • Material: 100% 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"; } }); }