WOMENS
  • MENS
  • Sold out

    SpiritHoods Midnight Phoenix Bracelet

    Color
    black/gold

    Represent the #SpiritHoodsTribe where ever you prowl!

    SpiritHoods x Electric Family Collaboration

    Bracelets constructed with a durable nylon tricot elastic braid

    Clamped with a waterproof gold-plated SpiritHoods + Phoenix Logo engraved metal clasp.

    Bracelets are expandable from 2.5 to 5.5 inches in diameter.

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