About




ABOUT

Sun Cycle was created in 2012 with our first line of 5 Panel Hats. The idea was to create limited edition items influenced from some of our favorite 90s NYC street fashion. We create accessories to complement some classic items, as well as create entirely new concepts and styles. Each limited run, is planned with detail, and manufactured with high quality precision. Many artists and trend setters have been attracted to the brand, helping us grow in a short amount of time. We strive to provide high quality items reasonably priced, fast delivery, and excellent customer support.


//function rscbox()
//{
var wwidth = window.innerWidth
|| document.documentElement.clientWidth
|| document.body.clientWidth;
var abt = document.getElementById('abt');
var abtsize = (wwidth>766)?"60%":"100%";
abt.style.width = abtsize;
//}