HELLO WORLD

Hello world

top of page
  S M L XL 2XL 3XL 4XL 5XL
Width, in 20.08 22.05 24.02 25.98 27.99 29.92 31.89 33.86
Length, in 27.17 27.95 29.13 29.92 31.10 31.89 33.07 33.86
Sleeve length from centre back, in 33.50 34.50 35.50 36.50 37.01 38.50 39.50 40.50

This unisex heavy blend hooded sweatshirt is relaxation itself. Made with a thick blend of cotton and polyester, it feels plush, soft and warm, a perfect choice for any cold day. In the front, the spacious kangaroo pocket adds daily practicality while the hood's drawstring is the same color as the base sweater for extra style points.

.: 50% cotton, 50% polyester
.: Medium-heavy fabric (8.0 oz/yd² (271 g/m²))
.: Classic fit
.: Tear-away label
.: Runs true to size

NuKKle HeDD Logo Sweatshirt- White

$36.45Price
    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); } }) })