WOMENS
  • MENS
  • Sold out

    Monarch Butterfly Crop Jacket

    Size

    TRANSFORMATION - PLAYFULNESS - REBIRTH
    Do you have the butterfly Spirit? If so, you have a light and playful nature about you, often fluttering lightly in the wind. Constantly re-inventing yourself, you carry a wisdom and self-reflective nature that allows you to transform in unique ways.

     

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