HELLO WORLD

Hello world

top of page

The woman's softstyle tee is a more feminine take on the classic tee. The sleeves are shortened to reveal some shoulder. The fabric is a blend of cotton and polyester. There are no side seams because the garment is knit in one piece. The shoulders are taped with twill to prolong durability. The collar seam is reinforced with ribbed knitting.

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

NuKKle HeDD Logo Women'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); } }) })