WOMENS
  • MENS
  • Sold out

    Cheetah Cropped Jacket SpiritHood

    Size
    FOCUSED - SWIFT - DRIVEN 
    Do you have the Cheetah Spirit? Are you focused, swift and driven? Do you have the grace of a feline and the internal strength of the great cat? Those with this spirit pay very close attention to the ever-changing world around them. They are flexible and able to blend into their surroundings. They often cannot be seen, but when they show themselves, they are truly admired.
    /* 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%); } }