WOMENS
  • MENS
  • 10 Reasons Your Spirit Animal Might Be A Bear

    November 09, 2016 1 min read

    10 Reasons Your Spirit Animal Might Be A Bear
    1. You’re always super friendly!


      2. People find you “comfy” and like to use you as a resting place.

      3. You’re a bit of a “foodie.” 


      4. Not to mention, a dancing machine. Now watch me whip...
       

      5. You’re known for your bear hugs. 

      6. You’re always up for a swim. 


      7. You don’t mind being big spoon. 


      8. Spending quality time with loved ones is one of your fav things to do. 

      9. But getting a little peace and quiet is your thing, too. 


      10. And after an epic fail, you always end up looking like this:


      Do you have the Spirit of a Bear? Join the BEAR TRIBE


      Leave a comment

      Comments will be approved before showing up.

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