HELLO WORLD

Hello world

top of page

This classic unisex jersey short sleeve tee fits like a well-loved favorite. Soft cotton and quality print make users fall in love with it over and over again. These t-shirts have-ribbed knit collars to bolster shaping. The shoulders have taping for better fit over time. Dual side seams hold the garment's shape for longer.

.: 100% Airlume combed and ringspun cotton (fiber content may vary for different colors)
.: Light fabric (4.2 oz/yd² (142 g/m²))
.: Retail fit
.: Tear away label
.: Runs true to size

NuKKle HeDD Logo Men's- Original

$19.99Price
    bottom of page
    $(".carosel").slick({ infinite: true, autoplay: true, autoplaySpeed: 2000, // this value should < total # of slides, otherwise the carousel won't slide at all slidesToShow: 3, slidesToScroll: 1, speed: 2000, autoplay: true, dots: true, arrows: true, prevArrow: $(".carosel-nav-left"), nextArrow: $(".carosel-nav-right") }); // Inspiration - Frontend Mentor // https://www.frontendmentor.io/challenges/myteam-multipage-website-mxlEauvW const cardControllers = document.querySelectorAll("[data-card-controller]"); cardControllers.forEach(controller => { controller.addEventListener("click", (e) => { const card = e.currentTarget.parentElement.parentElement; const isVisible = card.dataset.visible; if (isVisible === "false") { card.setAttribute("data-visible", true); } else { card.setAttribute("data-visible", false); } }) })