WOMENS
  • MENS
  • Sold out

    Grey Wolf Faux Fur Pillow

    Color
    Grey/Blue

    STRENGTH  - INTELLIGENCE  - LOYALTY

    The Grey Wolf has a true lust for life and feels fulfilled when conquering challenges. This Spirit often has much to teach those around them and naturally assumes the role of a silent leader. A Grey Wolf will always fight for what is right.

    • SPIRITHOODS® as SEEN on SHARK TANK
    • 10% of net profits donated to help endangered species.
    • $49.99 Per Pillow
    • Dimensions: 18x18
    • Liner: 100% Polyester
    • Stuffing --> Hypoallergenic Poly Stuffing
    /* 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%); } }