Ribbed oversized T-Shirt and Shorts Co-Ord set

Ribbed oversized T-Shirt and Shorts Co-Ord set Uniquely Sophia's

£19.99 GBP £26.00 GBP

Size
Quantity
- +
This 50/50 Ribbed Oversized T-Shirt and matching Shorts Co-Ord is perfect for those wanting to make a statement. The oversized look gives off major confidence vibes and the ribbed fabric creates a sleek and modern aesthetic. Get your hands on this must-have, won't-regret look and be the envy of all!
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"; } }); }