WOMENS
  • MENS
  • Sold out

    Grey Wolf Vest SpiritHood

    Size
    Color
    Classic Grey Wolf Faux Fur

    LOYAL - SOCIAL - TEACHER
    The wolf is a social animal and a great communicator, often teaching valuable lessons to whomever is around. Wolves are team players and work well in groups. Those with a wolf's spirit are fiercely loyal to those they love. 

     

    /* 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%); } }