WOMENS
  • MENS
  • Sold out

    Hooded Phoenix SpiritHood Tank

    Size
    Color
    black/white

    Rise from the ashes, and fly with us #SpiritHoods

    • SPIRITHOODS® as SEEN on SHARK TANK
    • 10% of net profits donated to help endangered species.

    • These are slim fit, if you want a looser fit order one size up!

    • Hand/Machine Wash Cold - Hang Dry.

    • Material: 92% Lenzing Modal 8% Spandex

    • Model is  5'8 & wearing a XS
    /* CSS for the marquee text */ .marquee-container { width: 1800px; height: 70px; overflow: hidden; position: relative; background-color: #FF9090; display: flex; align-items: center; } .marquee { display: inline-block; white-space: nowrap; font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 50px; /* Adjust size as needed */ color: #FFFFFF; animation: scroll-marquee 10s linear infinite; } @keyframes scroll-marquee { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }