(function(){
const { CtaBand, Button } = window.DS;
const Icon = window.MunaIcon;

/* Copy is the published blog post, verbatim. LinkedIn's own furniture
   (follower count, "Article content" stub) is the only thing dropped. */

function ArticleScreen({ onNavigate, onDemo }) {
  return (
    <main>
      <article className="art">
        <header className="art-head">
          <span className="t-caption-upper">case study</span>
          <h1 className="t-display-lg art-title">Are You a Fashion Brand Trying to Balance Sales and Sustainability?</h1>
          <div className="art-meta t-body-sm"><span>Muna Africa</span><span className="art-dot"></span><span>February 6, 2026</span></div>
        </header>

        <p className="artq artq-lead t-display-md">“86% of shoppers who listed items using Muna’s integration returned to purchase at least three new items from Rethread”</p>

        <h2 className="t-display-md">Overview</h2>
        <p className="t-body-md">In late 2025, Rethread partnered with Muna to pilot a seamless resale integration in their e-commerce site aimed at increasing repeat purchases, improving customer retention, and unlocking circular revenue, without disrupting the existing e-commerce experience.</p>
        <p className="t-body-md">Circularity had long been a priority for the Rethread team, but like many fashion brands, translating intent into execution felt complex. “Circularity has always been a priority for us. We’ve considered running a return or resale programme for a long time, but the reality of managing the logistics felt like starting an entirely new business,” Alexa Schempers, Rethread founder shares. She elaborates, "Muna gave us a way to implement this without adding more operational load, it solved the problem in a way that actually felt doable."</p>
        <blockquote className="artq">“Circularity has always been a priority for us. We’ve considered running a return or resale programme for a long time, but the reality of managing the logistics felt like starting an entirely new business,” the founders explain....Muna gave us a way to implement this without adding more operational load, it solved the problem in a way that actually felt doable.”</blockquote>
        <p className="t-body-md">The pilot allowed Rethread customers to resell pre-owned Rethread items directly on the brand’s website. Instead of unused garments sitting idle, customers converted them into store credit — re-entering the purchase cycle with Rethread, extending product lifecycles, and creating a seamless loop between resale and new demand.</p>

        <h2 className="t-display-md">Rethread: A Brand Built on Circular Fashion</h2>
        <p className="t-body-md">Long before the pilot, Rethread was already a pioneer in circular fashion in South Africa. Sustainability isn’t an add-on for Rethread — it’s at the heart of how they design, produce, and sell.</p>
        <p className="t-body-md">The brand’s sustainability philosophy is grounded in the principle that fashion should reduce waste, support local production, and encourage mindful consumption. Rethread openly defines sustainability as a process of continuous learning and improvement.</p>
        <p className="t-body-md">More importantly, Rethread represents a growing category of modern fashion brands: community-driven, values-led, and focused on long-term customer value. The outcomes of this pilot are therefore highly transferable to brands looking to deepen loyalty while protecting margins.</p>
        <blockquote className="artq">“These items were honestly collecting dust. So I’m happy you came up with this initiative, not to mention such amazing customer service.”<cite className="t-caption">-Rethread client, 2025</cite></blockquote>

        <h2 className="t-display-md">The Resale Integration Pilot</h2>
        <figure className="artfig">
          <div className="artfig-frame"><image-slot id="art1-resell-button" placeholder="Muna's Resell button on Rethread's website"></image-slot></div>
          <figcaption className="t-caption">Muna's Resell button on Rethread's website.</figcaption>
        </figure>
        <p className="t-body-md">Muna’s resale integration was embedded directly into Rethread’s existing e-commerce site, preserving brand identity while removing friction from the current resale process.</p>
        <p className="t-body-md">The integration enabled Rethread to:</p>
        <ul className="artlist t-body-md">
          <li>Eliminate resale friction by allowing customers to list items directly on Rethread’s website - no new accounts, no platform switching.</li>
          <li>Accelerate time-to-sale through market-informed pricing suggestions, helping sellers list at competitive prices with confidence.</li>
          <li>Increase liquidity and reach by connecting Rethread resale listings to Muna’s broader resale network.</li>
          <li>Convert resale into repeat revenue by issuing store credit for successful resale transactions, incentivising customers to return and purchase new items.</li>
        </ul>
        <p className="t-body-md">All of this was achieved without disrupting Rethread’s existing checkout flow, branding, or customer experience, while significantly reducing manual resale operations.</p>

        <h2 className="t-display-md">Impact: From Resale Activity to Revenue Loops</h2>
        <blockquote className="artq">“We’ve genuinely loved it. It’s not just helping us move toward more considered practices, our customers are engaging with it in a big way,” Alexa shares.<span className="artq-more">“We’ve noticed that many of the people using it are already some of our most loyal customers, which tells us it’s not only a circularity tool, but also a powerful way to build repeat purchases and deepen community loyalty”</span></blockquote>
        <p className="t-body-md">Beyond ease of implementation, the Rethread team observed meaningful shifts in customer behaviour.</p>
        <ul className="artlist t-body-md">
          <li>Stronger customer retention: Store credit mechanics brought customers back to the site and into the purchase journey.</li>
          <li>Repeat engagement without additional CAC: Resale created a self-reinforcing loop, driving demand without paid acquisition.</li>
          <li>Meaningful circular outcomes: Increased resale activity extended product life and reduced waste, strengthening brand trust.</li>
        </ul>

        <h2 className="t-display-md">Outcomes</h2>
        <p className="t-body-md">The pilot delivered significant value:</p>
        <ol className="artstats">
          <li >100% of customers reported satisfaction with the resale service for items they no longer used.</li>
          <li >Rethread items resold within an average of 14 days, indicating strong liquidity.</li>
          <li >83% of shoppers redeemed their store credit to purchase new items within one month of receiving their voucher.</li>
          <li >86% of shoppers who listed items using Muna’s integration returned to purchase at least three new items from Rethread.</li>
        </ol>
        <p className="t-body-md">Together, these outcomes show resale functioning as a customer loyalty engine, not a secondary marketplace.</p>

        <h2 className="t-display-md">Conclusion: Resale as a Growth Lever</h2>
        <p className="t-body-md">Muna’s embedded resale integration enables fashion brands to transform post-purchase behaviour into a repeat revenue loop, increasing customer lifetime value while delivering measurable sustainability outcomes.</p>
        <p className="t-body-md art-last">For brands looking to deepen loyalty, drive repeat purchases, and participate in circular fashion without disrupting their existing e-commerce stack, resale is no longer an experiment.</p>
      </article>

      <CtaBand className="ctaband" orb="apricot" title="Build your resale program" subhead="Keep value moving" actions={<Button size="lg" iconAfter={<Icon name="arrow-right" size={16} />} onClick={onDemo}>book a demo</Button>} />
    </main>
  );
}

window.ArticleScreen = ArticleScreen;
})();
