HELLO WORLD

Hello world

top of page

The unisex soft-style t-shirt puts a new spin on casual comfort. Made from very soft materials, this tee is 100% cotton for solid colors. Heather colors and sports grey include polyester. The shoulders have twill tape for improved durability. There are no side seams. The collar is made with ribbed knitting to prevent curling damage.

.: 100% combed ringspun cotton (fiber content may vary for different colors)
.: Light fabric (4.5 oz/yd² (153 g/m²))
.: Eurofit
.: Tear-away label
.: Runs true to size

Wrestling with NuKKle HeDDs Men's T-Shirt

$17.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); } }) })