<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:s="http://jadedpixel.com/-/spec/shopify">
  <id>https://tenacioustoys.com/blogs/tenacious-ninja.atom</id>
  <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja"/>
  <link rel="self" type="application/atom+xml" href="https://tenacioustoys.com/blogs/tenacious-ninja.atom"/>
  <title>Tenacious Toys® - Tenacious Ninja - A Blog About Art Toys</title>
  <updated>2026-04-25T12:00:05-04:00</updated>
  <author>
    <name>Tenacious Toys®</name>
  </author>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/the-top-10-most-collectible-blind-box-toys-series-in-2026</id>
    <published>2026-04-25T12:00:05-04:00</published>
    <updated>2026-04-25T22:07:33-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/the-top-10-most-collectible-blind-box-toys-series-in-2026"/>
    <title>The Top 10 Most Collectible Blind Box Toys Series in 2026</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <summary type="html">
      <![CDATA[<h1>The Top 10 Most Collectible<br><em>Blind Box Toys</em> Series in 2026</h1>
<p class="subtitle">From viral plush charms to ultra-rare chase figures, these are the series every serious collector needs to know — ranked by design, rarity, resale value, and community buzz.</p><p><a class="read-more" href="https://tenacioustoys.com/blogs/tenacious-ninja/the-top-10-most-collectible-blind-box-toys-series-in-2026">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="description" content="Discover the top 10 most collectible blind box toy series in 2026. From Pop Mart's viral Labubu to Medicom's iconic BE@RBRICK, this complete guide covers designs, rarity, resale value, and where to buy."> <meta name="keywords" content="blind box toys 2026, collectible blind boxes, Labubu, Pop Mart, Sonny Angel, Skullpanda, Tokidoki, BE@RBRICK, Mighty Jaxx, blind box collecting"> <meta property="og:title" content="The Top 10 Most Collectible Blind Box Toy Series in 2026"> <meta property="og:description" content="Your definitive guide to the hottest blind box toy series of 2026 — rarity, resale value, and everything collectors need to know."> <meta property="og:type" content="article"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&amp;family=DM+Sans:wght@300;400;500;600&amp;display=swap" rel="stylesheet"></p>
<style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --ink: #1a1118;
      --cream: #faf6f0;
      --warm-white: #fff9f2;
      --accent: #e84560;
      --accent2: #f5a623;
      --muted: #7a6e78;
      --border: #e8ddd6;
      --card-bg: #ffffff;
      --tag-bg: #fde8ec;
      --tag-color: #c4274a;
    }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'DM Sans', sans-serif;
      background: var(--cream);
      color: var(--ink);
      line-height: 1.75;
      font-size: 17px;
    }
    /* ── HEADER ── */
    header {
      background: var(--ink);
      color: var(--cream);
      padding: 0;
      overflow: hidden;
      position: relative;
    }
    .header-inner {
      max-width: 860px;
      margin: 0 auto;
      padding: 72px 32px 60px;
      position: relative;
      z-index: 2;
    }
    .eyebrow {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--accent2);
      margin-bottom: 20px;
    }
    h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.2rem, 5vw, 3.6rem);
      line-height: 1.12;
      font-weight: 900;
      color: #fff;
      margin-bottom: 24px;
      max-width: 700px;
    }
    h1 em {
      color: var(--accent);
      font-style: italic;
    }
    .subtitle {
      font-size: 1.05rem;
      color: #c5b8c2;
      max-width: 600px;
      font-weight: 300;
      line-height: 1.65;
    }
    .meta-row {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-top: 36px;
      flex-wrap: wrap;
    }
    .meta-tag {
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.18);
      color: #e8ddd6;
      font-size: 12px;
      padding: 5px 14px;
      border-radius: 999px;
      letter-spacing: 0.05em;
    }
    .header-deco {
      position: absolute;
      top: -40px; right: -60px;
      width: 420px; height: 420px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(232,69,96,0.15) 0%, transparent 70%);
      pointer-events: none;
    }
    /* ── INTRO ── */
    .intro-wrap {
      max-width: 860px;
      margin: 0 auto;
      padding: 56px 32px 0;
    }
    .intro-text {
      font-size: 1.08rem;
      color: #3d3040;
      max-width: 720px;
      border-left: 3px solid var(--accent);
      padding-left: 24px;
    }
    /* ── TOC ── */
    .toc-wrap {
      max-width: 860px;
      margin: 48px auto 0;
      padding: 0 32px;
    }
    .toc {
      background: var(--warm-white);
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 28px 32px;
    }
    .toc h2 {
      font-family: 'DM Sans', sans-serif;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 16px;
    }
    .toc ol {
      list-style: none;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px 32px;
      padding: 0;
    }
    @media (max-width: 560px) { .toc ol { grid-template-columns: 1fr; } }
    .toc li { font-size: 14px; }
    .toc a {
      color: var(--ink);
      text-decoration: none;
      font-weight: 500;
      display: flex;
      gap: 8px;
      align-items: center;
    }
    .toc a:hover { color: var(--accent); }
    .toc-num {
      font-family: 'Playfair Display', serif;
      font-size: 18px;
      color: var(--accent);
      font-weight: 700;
      min-width: 22px;
    }
    /* ── ARTICLES ── */
    .articles {
      max-width: 860px;
      margin: 64px auto 0;
      padding: 0 32px;
      display: flex;
      flex-direction: column;
      gap: 56px;
    }
    .entry {
      display: grid;
      grid-template-columns: 72px 1fr;
      gap: 0 28px;
      align-items: start;
    }
    @media (max-width: 560px) {
      .entry { grid-template-columns: 1fr; }
      .rank-col { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
    }
    .rank-col { display: flex; flex-direction: column; align-items: center; padding-top: 4px; }
    .rank-num {
      font-family: 'Playfair Display', serif;
      font-size: 3.2rem;
      font-weight: 900;
      color: var(--accent);
      line-height: 1;
    }
    .rank-line {
      width: 2px;
      flex: 1;
      min-height: 60px;
      background: linear-gradient(to bottom, var(--border), transparent);
      margin-top: 8px;
    }
    .entry-body {}
    .entry-header {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 12px;
      margin-bottom: 14px;
    }
    .entry-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.55rem;
      font-weight: 700;
      color: var(--ink);
      line-height: 1.2;
    }
    .entry-tags {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }
    .tag {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      background: var(--tag-bg);
      color: var(--tag-color);
      padding: 3px 10px;
      border-radius: 999px;
    }
    .tag.hot { background: #fff3e0; color: #bf6e00; }
    .tag.rare { background: #ede7f6; color: #5e35b1; }
    .tag.viral { background: #e3f2fd; color: #1565c0; }
    .tag.classic { background: #e8f5e9; color: #2e7d32; }
    .tag.dark { background: #f3e5f5; color: #6a1b9a; }
    .entry p {
      color: #3d3040;
      font-size: 1rem;
      line-height: 1.8;
      margin-bottom: 16px;
    }
    .entry-link {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-size: 13px;
      font-weight: 600;
      color: var(--accent);
      text-decoration: none;
      border: 1.5px solid var(--accent);
      padding: 7px 16px;
      border-radius: 999px;
      transition: all 0.2s;
      letter-spacing: 0.03em;
    }
    .entry-link:hover {
      background: var(--accent);
      color: white;
    }
    .entry-link svg { transition: transform 0.2s; }
    .entry-link:hover svg { transform: translateX(3px); }
    .divider {
      border: none;
      border-top: 1px dashed var(--border);
      margin: 0;
    }
    /* ── STATS BAR ── */
    .stat-bar {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      background: #fdf0f3;
      border: 1px solid #f5cdd5;
      border-radius: 10px;
      padding: 14px 20px;
      margin-top: 6px;
      margin-bottom: 16px;
    }
    .stat {
      display: flex;
      flex-direction: column;
      gap: 2px;
      min-width: 100px;
    }
    .stat-label {
      font-size: 10px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--muted);
      font-weight: 600;
    }
    .stat-val {
      font-size: 14px;
      font-weight: 600;
      color: var(--ink);
    }
    /* ── CONCLUSION ── */
    .conclusion {
      max-width: 860px;
      margin: 72px auto 80px;
      padding: 0 32px;
    }
    .conclusion h2 {
      font-family: 'Playfair Display', serif;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: var(--ink);
    }
    .conclusion p {
      font-size: 1rem;
      line-height: 1.8;
      color: #3d3040;
      margin-bottom: 16px;
    }
    /* ── FOOTER ── */
    footer {
      background: var(--ink);
      color: #a090a0;
      text-align: center;
      padding: 32px 24px;
      font-size: 13px;
    }
    footer a { color: var(--accent2); text-decoration: none; }
    /* ── MARKET CALLOUT ── */
    .market-callout {
      max-width: 860px;
      margin: 48px auto 0;
      padding: 0 32px;
    }
    .callout-box {
      background: var(--ink);
      color: var(--cream);
      border-radius: 14px;
      padding: 36px 40px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 24px;
    }
    @media (max-width: 640px) { .callout-box { grid-template-columns: 1fr; padding: 28px 24px; } }
    .callout-stat { text-align: center; }
    .callout-num {
      font-family: 'Playfair Display', serif;
      font-size: 2.6rem;
      font-weight: 900;
      color: var(--accent2);
      display: block;
    }
    .callout-label {
      font-size: 13px;
      color: #c5b8c2;
      margin-top: 4px;
    }
  </style>
<header>
<div class="header-deco"><br></div>
<div class="header-inner">
<p class="eyebrow">Collector's Guide · 2026 Edition</p>
<h1>The Top 10 Most Collectible<br><em>Blind Box Toys</em> Series in 2026</h1>
<p class="subtitle">From viral plush charms to ultra-rare chase figures, these are the series every serious collector needs to know — ranked by design, rarity, resale value, and community buzz.</p>
<div class="meta-row">
<span class="meta-tag">📅 Updated April 2026</span> <span class="meta-tag">⏱ 8 min read</span> <span class="meta-tag">🎁 Blind Box Collecting</span>
</div>
</div>
</header><!-- INTRO -->
<div class="intro-wrap">
<p class="intro-text">The <a href="https://tenacioustoys.com/collections/blind-boxed-mystery-figures" title="Blind box toy">blind box toy</a> market is one of the most exciting corners of the collectibles world right now. What began as a niche Japanese phenomenon has exploded into a multi-billion dollar global industry, driven by social media unboxing culture, celebrity endorsements, and a passionate community of adult collectors who treat mystery figures as both emotional companions and alternative investment assets. Whether you're a seasoned collector hunting rare chase figures or a curious newcomer wondering where to start, this guide ranks the ten most collectible blind box series of 2026 — based on design quality, limited-edition appeal, resale market strength, and collector community enthusiasm.</p>
</div>
<!-- MARKET CALLOUT -->
<div class="market-callout">
<div class="callout-box">
<div class="callout-stat">
<span class="callout-num">$4.2B+</span>
<p class="callout-label">Global blind box market value in 2025, heading higher through 2026</p>
</div>
<div class="callout-stat">
<span class="callout-num">100M+</span>
<p class="callout-label">Labubu units sold globally through 2025 alone</p>
</div>
<div class="callout-stat">
<span class="callout-num">1:720</span>
<p class="callout-label">Odds on the rarest ultra-chase secret figures in top series</p>
</div>
</div>
</div>
<!-- TABLE OF CONTENTS -->
<div class="toc-wrap">
<div class="toc">
<h2>Jump to Any Series</h2>
<ol>
<li><a href="#labubu"><span class="toc-num">1</span> Labubu — Pop Mart</a></li>
<li><a href="#skullpanda"><span class="toc-num">2</span> Skullpanda — Pop Mart</a></li>
<li><a href="#sonnyangel"><span class="toc-num">3</span> Sonny Angel — Dreams</a></li>
<li><a href="#crybaby"><span class="toc-num">4</span> Crybaby — Pop Mart</a></li>
<li><a href="#bearbrick"><span class="toc-num">5</span> BE@RBRICK — Medicom Toy</a></li>
<li><a href="#dimoo"><span class="toc-num">6</span> Dimoo — Pop Mart</a></li>
<li><a href="#nommi"><span class="toc-num">7</span> Nommi — TOPTOY</a></li>
<li><a href="#tokidoki"><span class="toc-num">8</span> Tokidoki — Tokidoki</a></li>
<li><a href="#mightyjaxx"><span class="toc-num">9</span> Mighty Jaxx Blind Boxes</a></li>
<li><a href="#smiski"><span class="toc-num">10</span> Smiski — Dreams</a></li>
</ol>
</div>
</div>
<!-- ENTRIES -->
<div class="articles">
<!-- 1. LABUBU -->
<article id="labubu" class="entry">
<div class="rank-col">
<div class="rank-num">1</div>
<div class="rank-line"><br></div>
</div>
<div class="entry-body">
<div class="entry-header">
<h2 class="entry-title">Labubu by Pop Mart</h2>
<div class="entry-tags">
<span class="tag hot">🔥 Most Popular</span> <span class="tag viral">Viral</span>
</div>
</div>
<div class="stat-bar">
<div class="stat">
<span class="stat-label">Avg. Retail</span><span class="stat-val">$22.99–$27.99</span>
</div>
<div class="stat">
<span class="stat-label">Resale (secret)</span><span class="stat-val">$400–$1,800+</span>
</div>
<div class="stat">
<span class="stat-label">Secret Odds</span><span class="stat-val">1:72 – 1:720</span>
</div>
<div class="stat">
<span class="stat-label">Creator</span><span class="stat-val">Kasing Lung</span>
</div>
</div>
<p>If there's one name that defines the blind box era of the mid-2020s, it's Labubu. Created by Hong Kong artist Kasing Lung as part of his <em>The Monsters</em> story universe and produced by Pop Mart, Labubu is characterized by a furry body, long pointed ears, oversized expressive eyes, and a mischievous serrated grin with nine sharp teeth. It's a character that shouldn't be cute — and yet somehow is irresistibly so. The series surpassed 100 million units sold globally through 2025, catapulted into mainstream consciousness by celebrity endorsements from BLACKPINK's Lisa, Madonna, Lady Gaga, Dua Lipa, and BTS members V and j-hope, all of whom were spotted with the plush charms clipped to their bags.</p>
<p>In 2026, the Labubu ecosystem continues to expand with new themed drops including the <em>Big Into Energy</em> series and <em>Wings of Fantasy</em> vinyl plush. The rarest Labubu chase figures — such as the Big Into Energy Secret ID (frosted eyes, logo imprints at 1:72 odds) and the Demon King Glow variant (1:720 odds) — are driving resale prices to extraordinary heights, with graded examples regularly exceeding $1,800 on platforms like StockX and eBay. For collectors, Labubu is both a passion purchase and a legitimate alternative asset.</p>
<a rel="noopener" href="https://www.popmart.com" class="entry-link" target="_blank"> Visit Pop Mart Official Site <svg stroke-width="2.5" stroke="currentColor" fill="none" viewbox="0 0 24 24" height="14" width="14"><path d="M5 12h14M12 5l7 7-7 7"></path></svg> </a>
</div>
</article>
<hr class="divider">
<!-- 2. SKULLPANDA -->
<article id="skullpanda" class="entry">
<div class="rank-col">
<div class="rank-num">2</div>
<div class="rank-line"><br></div>
</div>
<div class="entry-body">
<div class="entry-header">
<h2 class="entry-title">Skullpanda by Pop Mart</h2>
<div class="entry-tags">
<span class="tag dark">Dark Aesthetic</span> <span class="tag hot">High Resale</span>
</div>
</div>
<div class="stat-bar">
<div class="stat">
<span class="stat-label">Style</span><span class="stat-val">Dark / Streetwear</span>
</div>
<div class="stat">
<span class="stat-label">Best For</span><span class="stat-val">Art Toy Fans</span>
</div>
<div class="stat">
<span class="stat-label">Material</span><span class="stat-val">Vinyl / Mixed</span>
</div>
<div class="stat">
<span class="stat-label">Manufacturer</span><span class="stat-val">Pop Mart</span>
</div>
</div>
<p>While Labubu owns the headline, Skullpanda has quietly built one of the most devoted collector bases in the blind box world. Also from Pop Mart, Skullpanda is the line for collectors who want something more fashion-forward and subcultural — think streetwear aesthetics, cyberpunk influences, bold editorial makeup, and highly stylized sculpting that feels closer to fine art than a playroom toy. The figures mix glossy and matte paint finishes, dramatic color contrasts, and an edgy "dark-cute" sensibility that resonates strongly with older collectors, street-art enthusiasts, and anyone with a minimalist neon-lit gaming setup or maximalist display shelf.</p>
<p>Each Skullpanda series introduces fresh conceptual themes — from otherworldly flora to gothic fashion — and the quality of sculpt detail has consistently impressed both collectors and design critics. Limited-run series and exclusive colorways drive intense demand in the secondary market, with secret chase figures commanding premiums that reflect Skullpanda's growing status as a serious designer collectible. If you're building a collection that leans toward art toy culture rather than plush charm trends, Skullpanda is an essential cornerstone.</p>
<a rel="noopener" href="https://www.popmart.com" class="entry-link" target="_blank"> Visit Pop Mart Official Site <svg stroke-width="2.5" stroke="currentColor" fill="none" viewbox="0 0 24 24" height="14" width="14"><path d="M5 12h14M12 5l7 7-7 7"></path></svg> </a>
</div>
</article>
<hr class="divider">
<!-- 3. SONNY ANGEL -->
<article id="sonnyangel" class="entry">
<div class="rank-col">
<div class="rank-num">3</div>
<div class="rank-line"><br></div>
</div>
<div class="entry-body">
<div class="entry-header">
<h2 class="entry-title">Sonny Angel by Dreams Inc.</h2>
<div class="entry-tags">
<span class="tag classic">Classic</span> <span class="tag viral">Gift Favorite</span>
</div>
</div>
<div class="stat-bar">
<div class="stat">
<span class="stat-label">Origin</span><span class="stat-val">Japan (2004)</span>
</div>
<div class="stat">
<span class="stat-label">Entry Price</span><span class="stat-val">~$12–$18</span>
</div>
<div class="stat">
<span class="stat-label">Themes</span><span class="stat-val">Seasonal / Nature</span>
</div>
<div class="stat">
<span class="stat-label">Best For</span><span class="stat-val">Gifting / Display</span>
</div>
</div>
<p>Sonny Angel is the original modern blind box icon, and it remains one of the most beloved series in 2026 after more than two decades in production. Manufactured by Japanese company <a href="https://tenacioustoys.com/collections/vendors?q=Dreams" title="Dreams Inc">Dreams Inc</a>., each Sonny Angel figure depicts a cherubic baby boy with tiny wings and a seasonal or nature-themed headpiece — fruits, vegetables, marine animals, flowers, zodiac signs, and more — rendered in soft, high-quality vinyl. The result is a figure that is universally charming, giftable for virtually any occasion, and endlessly displayable as desk décor, shelf art, or gift toppers.</p>
<p>What keeps Sonny Angel relevant in a market crowded with newer, trendier competitors is the brand's consistency, quality, and emotional warmth. New themed series release regularly, including 2026's Cherry Blossom Series and the themed Happy Bag collection centered around travel and day trips. Sonny Angels are often entry-level blind boxes for new collectors, but long-time fans know that retired and limited-edition figures can command significant resale premiums. Their accessibility, recognizable design language, and sheer range of themes make them a collector staple regardless of what else is trending.</p>
<a rel="noopener" href="https://www.sonnyangelstore.com" class="entry-link" target="_blank"> Visit Sonny Angel Official Store <svg stroke-width="2.5" stroke="currentColor" fill="none" viewbox="0 0 24 24" height="14" width="14"><path d="M5 12h14M12 5l7 7-7 7"></path></svg> </a>
</div>
</article>
<hr class="divider">
<!-- 4. CRYBABY -->
<article id="crybaby" class="entry">
<div class="rank-col">
<div class="rank-num">4</div>
<div class="rank-line"><br></div>
</div>
<div class="entry-body">
<div class="entry-header">
<h2 class="entry-title">Crybaby by Pop Mart</h2>
<div class="entry-tags">
<span class="tag hot">Fastest Rising</span> <span class="tag viral">Gen Z Favorite</span>
</div>
</div>
<div class="stat-bar">
<div class="stat">
<span class="stat-label">Aesthetic</span><span class="stat-val">Emotional / Cute</span>
</div>
<div class="stat">
<span class="stat-label">Breakout</span><span class="stat-val">2024–2026</span>
</div>
<div class="stat">
<span class="stat-label">New Format</span><span class="stat-val">Sad Club Plush</span>
</div>
<div class="stat">
<span class="stat-label">Core Audience</span><span class="stat-val">Gen Z Collectors</span>
</div>
</div>
<p>Crybaby is arguably the fastest-rising IP of 2025 and 2026, and it's not hard to see why. Featuring a signature teary-eyed expression that transforms emotional vulnerability into something achingly cute, Crybaby has resonated deeply with Gen Z collectors who appreciate toys that reflect a full emotional range rather than just relentless positivity. The character's perpetually glossy, tear-filled eyes and slightly woeful expression feel simultaneously funny and tender — a combination that has proven powerfully shareable on TikTok and Instagram.</p>
<p>Pop Mart's decision to expand Crybaby into the plush format with the <em>Sad Club</em> series proved to be a masterstroke, capitalizing on the broader industry shift toward soft, huggable blind box charms. The plush Crybaby figures have become massively popular as bag accessories and desk companions, with the emotional resonance of the character giving collectors a deeper sense of connection than typical cute figures offer. With new thematic series dropping regularly and a growing collaborations pipeline, Crybaby shows no signs of slowing its ascent.</p>
<a rel="noopener" href="https://www.popmart.com" class="entry-link" target="_blank"> Visit Pop Mart Official Site <svg stroke-width="2.5" stroke="currentColor" fill="none" viewbox="0 0 24 24" height="14" width="14"><path d="M5 12h14M12 5l7 7-7 7"></path></svg> </a>
</div>
</article>
<hr class="divider">
<!-- 5. BEARBRICK -->
<article id="bearbrick" class="entry">
<div class="rank-col">
<div class="rank-num">5</div>
<div class="rank-line"><br></div>
</div>
<div class="entry-body">
<div class="entry-header">
<h2 class="entry-title">BE@RBRICK by Medicom Toy</h2>
<div class="entry-tags">
<span class="tag rare">Investment Grade</span> <span class="tag classic">Legacy Brand</span>
</div>
</div>
<div class="stat-bar">
<div class="stat">
<span class="stat-label">Origin</span><span class="stat-val">Japan (2001)</span>
</div>
<div class="stat">
<span class="stat-label">Resale Range</span><span class="stat-val">$30–$10,000+</span>
</div>
<div class="stat">
<span class="stat-label">Series</span><span class="stat-val">Series 49 (2026)</span>
</div>
<div class="stat">
<span class="stat-label">Format</span><span class="stat-val">Blind Boxes of 24</span>
</div>
</div>
<p>BE@RBRICK is the granddaddy of designer blind box collectibles. Created by Tokyo-based Medicom Toy in 2001, these bear-shaped figures with their iconic simplified anatomy — posable at neck, shoulders, and hips — have become one of the most recognized symbols in art toy culture. What makes BE@RBRICK uniquely collectible is the brand's remarkable collaborations roster: each series features figures styled after pop culture phenomena, luxury brands, artists, sports teams, musicians, and entertainment properties, with Series 49 in 2026 including designs inspired by Beetlejuice, the Smurfs, and Mr. Monopoly.</p>
<p>BE@RBRICK also occupies a different price tier than most blind box lines. While series blind boxes retail at accessible levels, the larger limited-edition 400% and 1000% figures produced in collaboration with brands like Chanel, Nike, and KAWS routinely sell for thousands of dollars on the secondary market, making them legitimate investment-grade collectibles. For blind box collectors who want a line with proven long-term value appreciation, serious art credibility, and an unparalleled collaborations history, BE@RBRICK remains the benchmark.</p>
<a rel="noopener" href="https://www.medicomtoy.co.jp" class="entry-link" target="_blank"> Visit Medicom Toy Official Site <svg stroke-width="2.5" stroke="currentColor" fill="none" viewbox="0 0 24 24" height="14" width="14"><path d="M5 12h14M12 5l7 7-7 7"></path></svg> </a>
</div>
</article>
<hr class="divider">
<!-- 6. DIMOO -->
<article id="dimoo" class="entry">
<div class="rank-col">
<div class="rank-num">6</div>
<div class="rank-line"><br></div>
</div>
<div class="entry-body">
<div class="entry-header">
<h2 class="entry-title">Dimoo by Pop Mart</h2>
<div class="entry-tags">
<span class="tag viral">Pastel Dream</span> <span class="tag classic">Narrative Depth</span>
</div>
</div>
<div class="stat-bar">
<div class="stat">
<span class="stat-label">Aesthetic</span><span class="stat-val">Dreamy / Pastel</span>
</div>
<div class="stat">
<span class="stat-label">Collector Type</span><span class="stat-val">Story-Driven</span>
</div>
<div class="stat">
<span class="stat-label">Notable</span><span class="stat-val">Narrative Cards</span>
</div>
<div class="stat">
<span class="stat-label">Best Series</span><span class="stat-val">Zodiac / Travel</span>
</div>
</div>
<p>Dimoo is Pop Mart's dreamiest IP, and it occupies a uniquely emotional space in the blind box landscape. Where Labubu is mischievous and Skullpanda is edgy, Dimoo is soft, introspective, and quietly transportive. Characterized by oversized dreamy eyes, soft gradient color palettes, and a gentle melancholy that collectors often describe as beautifully soothing, Dimoo figures feel like small portals to a more peaceful state of mind. Each figure frequently comes with a narrative card that makes it feel like part of a larger story universe — a detail that drives deeper emotional investment and encourages full-set collection behavior.</p>
<p>Seasonal and thematic Dimoo series — including travel, zodiac, campus, and fantasy collections — are especially popular because they give collectors a sense of personal resonance and progression. The zodiac series in particular has become a sought-after perennial, with each sign rendered in Dimoo's distinctive soft-focus visual language. For collectors who value storytelling and aesthetic cohesion over raw resale value, Dimoo is often described as the most satisfying Pop Mart line to collect comprehensively.</p>
<a rel="noopener" href="https://www.popmart.com" class="entry-link" target="_blank"> Visit Pop Mart Official Site <svg stroke-width="2.5" stroke="currentColor" fill="none" viewbox="0 0 24 24" height="14" width="14"><path d="M5 12h14M12 5l7 7-7 7"></path></svg> </a>
</div>
</article>
<hr class="divider">
<!-- 7. NOMMI -->
<article id="nommi" class="entry">
<div class="rank-col">
<div class="rank-num">7</div>
<div class="rank-line"><br></div>
</div>
<div class="entry-body">
<div class="entry-header">
<h2 class="entry-title">Nommi by TOPTOY</h2>
<div class="entry-tags">
<span class="tag hot">Healing Aesthetic</span> <span class="tag viral">Plush Trend</span>
</div>
</div>
<div class="stat-bar">
<div class="stat">
<span class="stat-label">Manufacturer</span><span class="stat-val">TOPTOY / Hi Toy</span>
</div>
<div class="stat">
<span class="stat-label">Material</span><span class="stat-val">Ultra-Soft Plush</span>
</div>
<div class="stat">
<span class="stat-label">Aesthetic</span><span class="stat-val">Cozy / Healing</span>
</div>
<div class="stat">
<span class="stat-label">Known For</span><span class="stat-val">Squishability</span>
</div>
</div>
<p>Nommi has emerged as one of the most compelling alternatives to Pop Mart's dominant lineup, and its rise reflects a broader 2025–2026 collector trend toward what the community calls "healing" aesthetics — toys designed to bring comfort, reduce stress, and serve as emotional anchor objects rather than status symbols or investment vehicles. Produced by TOPTOY (Hi Toy), Nommi features ultra-soft plush construction in vibrant, feel-good pastel colorways, gentle facial expressions, and cozy thematic designs built around pillows, blankets, warm drinks, flowers, and soft animals. Many collectors specifically describe Nommi as something they turn to after long, stressful workdays.</p>
<p>The <em>Loveliness Never Ends</em> series has been particularly well-received for its detailed embroidery and premium material quality, while Nommi's high "squishability" factor has made it a top contender in the bag charm and plush pendant categories that define 2026 wearable collectible trends. For collectors who want a blind box line that prioritizes emotional comfort and tactile satisfaction over complex lore or investment potential, Nommi is the clear leader.</p>
<a rel="noopener" href="https://www.toptoy.cn" class="entry-link" target="_blank"> Visit TOPTOY Official Site <svg stroke-width="2.5" stroke="currentColor" fill="none" viewbox="0 0 24 24" height="14" width="14"><path d="M5 12h14M12 5l7 7-7 7"></path></svg> </a>
</div>
</article>
<hr class="divider">
<!-- 8. TOKIDOKI -->
<article id="tokidoki" class="entry">
<div class="rank-col">
<div class="rank-num">8</div>
<div class="rank-line"><br></div>
</div>
<div class="entry-body">
<div class="entry-header">
<h2 class="entry-title">Tokidoki Blind Boxes</h2>
<div class="entry-tags">
<span class="tag classic">Italian Design</span> <span class="tag dark">Street Style</span>
</div>
</div>
<div class="stat-bar">
<div class="stat">
<span class="stat-label">Creator</span><span class="stat-val">Simone Legno</span>
</div>
<div class="stat">
<span class="stat-label">Origin</span><span class="stat-val">Italy / USA</span>
</div>
<div class="stat">
<span class="stat-label">Key Lines</span><span class="stat-val">Unicornos, Moofia</span>
</div>
<div class="stat">
<span class="stat-label">Aesthetic</span><span class="stat-val">Vibrant / Fantasy</span>
</div>
</div>
<p>Tokidoki occupies a unique and beloved corner of the designer toy world that bridges Italian art sensibility, Japanese pop culture influence, and irreverent street style. Created by Rome-born artist Simone Legno — whose affection for Japanese culture is embedded in the brand's very name, meaning "sometimes" in Japanese — Tokidoki's blind box lines bring bold, colorful, and fantasy-fueled energy that stands distinctly apart from the softer aesthetics dominating the current market. The Unicornos series, featuring colorful unicorn characters with streetwear flair and vibrant personalities, and the Moofia line, depicting a surreal mafia of milk characters, are perennial collector favorites.</p>
<p>What keeps Tokidoki thriving in 2026 is the brand's remarkable creative range — collaborating with fashion houses, sports brands, and entertainment IPs while maintaining a consistent artistic voice. The Cactus Kitties series has also proven enormously popular, combining desert imagery with the brand's distinctive hyper-saturated color palette. Tokidoki figures are widely celebrated for their display versatility, working equally well as desk art, shelf anchors, or wearable accessories, and the brand's global retail presence makes them accessible to new collectors worldwide.</p>
<a rel="noopener" href="https://www.tokidoki.it" class="entry-link" target="_blank"> Visit Tokidoki Official Site <svg stroke-width="2.5" stroke="currentColor" fill="none" viewbox="0 0 24 24" height="14" width="14"><path d="M5 12h14M12 5l7 7-7 7"></path></svg> </a>
</div>
</article>
<hr class="divider">
<!-- 9. MIGHTY JAXX -->
<article id="mightyjaxx" class="entry">
<div class="rank-col">
<div class="rank-num">9</div>
<div class="rank-line"><br></div>
</div>
<div class="entry-body">
<div class="entry-header">
<h2 class="entry-title">Mighty Jaxx Blind Boxes</h2>
<div class="entry-tags">
<span class="tag rare">Premium Collab</span> <span class="tag dark">Art Toy</span>
</div>
</div>
<div class="stat-bar">
<div class="stat">
<span class="stat-label">Origin</span><span class="stat-val">Singapore</span>
</div>
<div class="stat">
<span class="stat-label">Notable Collabs</span><span class="stat-val">One Piece, Jason Freeny</span>
</div>
<div class="stat">
<span class="stat-label">Specialty</span><span class="stat-val">Limited Drops</span>
</div>
<div class="stat">
<span class="stat-label">Collector Level</span><span class="stat-val">Intermediate–Advanced</span>
</div>
</div>
<p>Singapore-based Mighty Jaxx has carved out a premium reputation in the global art toy market through a combination of exceptional production quality, carefully chosen IP collaborations, and a drop model that generates genuine scarcity and collector excitement. Their blind box program pulls in licenses from beloved franchises — including One Piece and Hello Kitty — and pairs them with in-house designs from respected artists such as <a href="https://tenacioustoys.com/collections/vendors?q=Jason%20Freeny" title="Jason Freeny">Jason Freeny</a>, whose signature "dissected" aesthetic (revealing internal cartoon anatomy beneath toy surfaces) has become an iconic look in designer collectibles. The result is a lineup that feels more curated gallery than mass-market toy aisle.</p>
<p>Mighty Jaxx blind boxes tend to skew toward intermediate and advanced collectors who have graduated from entry-level lines and are looking for higher production values, stronger artistic vision, and greater long-term value potential. Limited edition drops and exclusive event-only releases mean that many Mighty Jaxx figures appreciate significantly on the secondary market, making them a sound choice for collectors who think of their hobby as a portfolio. With a robust international fanbase and a growing presence on platforms like StockX, Mighty Jaxx is a key name to watch in 2026.</p>
<a rel="noopener" href="https://us.mightyjaxx.com" class="entry-link" target="_blank"> Visit Mighty Jaxx Official Site <svg stroke-width="2.5" stroke="currentColor" fill="none" viewbox="0 0 24 24" height="14" width="14"><path d="M5 12h14M12 5l7 7-7 7"></path></svg> </a>
</div>
</article>
<hr class="divider">
<!-- 10. SMISKI -->
<article id="smiski" class="entry">
<div class="rank-col">
<div class="rank-num">10</div>
<div class="rank-line"><br></div>
</div>
<div class="entry-body">
<div class="entry-header">
<h2 class="entry-title">Smiski by Dreams Inc.</h2>
<div class="entry-tags">
<span class="tag classic">Glow in the Dark</span> <span class="tag viral">Desk Décor</span>
</div>
</div>
<div class="stat-bar">
<div class="stat">
<span class="stat-label">Origin</span><span class="stat-val">Japan</span>
</div>
<div class="stat">
<span class="stat-label">Special Feature</span><span class="stat-val">Phosphorescent</span>
</div>
<div class="stat">
<span class="stat-label">Retail Price</span><span class="stat-val">~$12–$16</span>
</div>
<div class="stat">
<span class="stat-label">Best For</span><span class="stat-val">Everyday Display</span>
</div>
</div>
<p><a href="https://tenacioustoys.com/products/smiski-work-series-blind-box-mini-figure" title="Smiski">Smiski</a>, also from Japanese manufacturer Dreams Inc. (the creators of Sonny Angel), rounds out the top ten with one of the most distinctive visual identities in blind box collecting. These small, phosphorescent white figures with oversized almond-shaped eyes and tiny blush-pink cheeks are found in a perpetual state of hiding — tucked behind objects, hanging off ledges, peering around corners — and their glow-in-the-dark properties make them an especially magical display piece when the lights go out. Each Smiski series offers a fresh slice-of-life theme, with figures posed mid-activity in ways that feel genuinely whimsical: sleeping, stretching, dancing, reading, or sneaking.</p>
<p>What makes Smiski uniquely collectible is how deeply they reward interactive, imaginative display. Rather than lined up on a shelf in a row, Smiskis are typically "placed" throughout a room — on a monitor bezel, behind a plant, on a bathroom shelf — creating an ongoing treasure-hunt quality to living with them. The approachable retail price, adorable aesthetic, consistent new series releases, and the surprise joy of seeing them glow after dark have made Smiski a beloved and enduring blind box line with strong global collector loyalty in 2026.</p>
<a rel="noopener" href="https://www.smiski.com" class="entry-link" target="_blank"> Visit Smiski Official Site <svg stroke-width="2.5" stroke="currentColor" fill="none" viewbox="0 0 24 24" height="14" width="14"><path d="M5 12h14M12 5l7 7-7 7"></path></svg> </a>
</div>
</article>
</div>
<!-- CONCLUSION -->
<div class="conclusion">
<h2>The Bottom Line for Collectors in 2026</h2>
<p>The blind box toy market in 2026 is more vibrant, diverse, and culturally significant than at any previous point in its history. What was once a niche format aimed primarily at children has evolved into a sophisticated collector ecosystem spanning emotional comfort objects, investment-grade art toys, celebrity-endorsed fashion accessories, and limited-edition drops that drive genuine secondary market activity. The ten series above represent the best entry points and ongoing investments for collectors at every level, from the budget-accessible warmth of Sonny Angel and Smiski to the premium art toy world of BE@RBRICK and Mighty Jaxx.</p>
<p>For new collectors, the most important advice is to buy what genuinely resonates with you aesthetically and emotionally — the best collection is always the one that brings you real joy, not just the one with the highest resale potential. For seasoned collectors, keeping eyes on limited drops, exclusive collaborations, and secret chase figure odds across these ten series will yield the most rewarding hunting ground in 2026's rich blind box landscape. Whatever your collecting philosophy, one thing is certain: the mystery of what's inside the box never gets old.</p>
</div>
<footer>
<p>© 2026 Collector's Guide. All brand names, trademarks, and product names are property of their respective manufacturers. Links to manufacturer websites are provided for informational convenience. Always purchase from <a href="#">authorized retailers</a> to ensure authenticity.</p>
</footer>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/born-to-art-founders-edition-by-czee13</id>
    <published>2026-04-24T11:20:19-04:00</published>
    <updated>2026-04-24T23:03:33-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/born-to-art-founders-edition-by-czee13"/>
    <title>BORN TO ART &quot;Founders Edition&quot; by Czee13</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Born to Art is a new resin figure by UK artist CZee13</p><p><a class="read-more" href="https://tenacioustoys.com/blogs/tenacious-ninja/born-to-art-founders-edition-by-czee13">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><a href="https://www.czee13.com/product/born-to-art-founders-edition" target="_blank" title="Born to Art by Czee13" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-04-24_at_10.54.36_AM.png?v=1777043781" alt=""></a><strong>NEW drop by UK artist Czee13!!! </strong><span><a href="https://www.czee13.com/product/born-to-art-founders-edition" target="_blank" title="Czee13 Born to Art" rel="noopener">BORN TO ART FOUNDERS EDITION</a> is a r</span><span>esin figure in army green. The figure comes with </span><span>collectible dog tags and an e</span><span>ngraved discount code.</span></p>
<p><span>Born to Art comes in handmade packaging with a COA.</span><br><span>Expect a slight variation in colours as these are hand made items!</span></p>
<p><span>Shipping 1st May worldwide, <a href="https://www.czee13.com/product/born-to-art-founders-edition" target="_blank" title="Born to Art by Czee13" rel="noopener"><strong>available for purchase now in Czee's shop here</strong></a>.</span></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/klim-kozinevich-bigshot-on-blocklayer-podcast-character-product-design-and-collectible-culture</id>
    <published>2026-04-06T12:38:52-04:00</published>
    <updated>2026-04-06T17:44:35-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/klim-kozinevich-bigshot-on-blocklayer-podcast-character-product-design-and-collectible-culture"/>
    <title>Klim Kozinevich / Bigshot on Blocklayer Podcast - character &amp; product design and collectible culture</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Blocklayer podcast episode <span class="css-1jxf684 r-bcqeeo r-1ttztb7 r-qvutc0 r-poiln3">explores the intersection of character design, collectible culture, and physical product design — what makes people care about objects, why some characters become lasting IP while others feel disposable, and how emotional attachment is built through story, taste, and design.</span></p><p><a class="read-more" href="https://tenacioustoys.com/blogs/tenacious-ninja/klim-kozinevich-bigshot-on-blocklayer-podcast-character-product-design-and-collectible-culture">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-04-06_at_12.32.11_PM.png?v=1775493287" alt=""></p>
<p style="text-align: center;"><a href="https://blocklayer.co/podcast/" title="Blocklayer Podcast" rel="noopener" target="_blank"><strong>LISTEN TO BLOCKLAYER PODCAST EPISODES</strong></a></p>
<p><a href="https://blocklayer.co/podcast/" title="Blocklayer Podcast" rel="noopener" target="_blank"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-04-06_at_12.32.41_PM.png?v=1775493205" alt=""></a></p>
<p style="text-align: center;"><strong><a href="https://x.com/BlockLayerPod/status/2041186567784456236?s=20" title="Blocklayer Podcast on Twitter" rel="noopener" target="_blank">BLOCKLAYER TWITTER</a> • <a href="https://blocklayer.co/podcast/" title="Blocklayer Podcast" rel="noopener" target="_blank">BLOCKLAYER WEBSITE</a></strong><meta charset="utf-8"><strong><span class="css-1jxf684 r-bcqeeo r-1ttztb7 r-qvutc0 r-poiln3"> • <a href="https://www.bigshot.wtf/" target="_blank" title="Bigshot website" rel="noopener">BIGSHOT WEBSITE</a></span></strong></p>
<p><span class="css-1jxf684 r-bcqeeo r-1ttztb7 r-qvutc0 r-poiln3">New episode out today featuring Klim Kozinevich.(</span><span class="r-18u37iz"><a dir="ltr" href="https://x.com/bigshottoyworks" role="link" class="css-1jxf684 r-bcqeeo r-1ttztb7 r-qvutc0 r-poiln3 r-1wvb978 r-1loqt21">@bigshottoyworks</a></span><span class="css-1jxf684 r-bcqeeo r-1ttztb7 r-qvutc0 r-poiln3">). </span></p>
<p><em><span class="css-1jxf684 r-bcqeeo r-1ttztb7 r-qvutc0 r-poiln3">We explore the intersection of character design, collectible culture, and physical product design — what makes people care about objects, why some characters become lasting IP while others feel disposable, and how emotional attachment is built through story, taste, and design. </span></em></p>
<p><em><span class="css-1jxf684 r-bcqeeo r-1ttztb7 r-qvutc0 r-poiln3">Klim also shares his perspective on storytelling, design discipline, phygital culture, and the future of character-driven brands — including how physical products, digital identity, and Web3 can come together to create worlds that feel culturally alive rather than merely aesthetic.</span></em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/animal-prints-by-travis-louie</id>
    <published>2026-04-03T17:37:27-04:00</published>
    <updated>2026-04-04T19:42:35-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/animal-prints-by-travis-louie"/>
    <title>Animal Prints by Travis Louie</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <summary type="html">
      <![CDATA[<p><meta charset="utf-8"><span>Travis Louie’s prints and paintings come from the tiny little drawings and many writings in his journals. He has created his own imaginary world that is grounded in Victorian and Edwardian times. It is inhabited by human oddities, mythical beings, and otherworldly characters who appear to have had their formal portraits taken to mark their existence.</span></p><p><a class="read-more" href="https://tenacioustoys.com/blogs/tenacious-ninja/animal-prints-by-travis-louie">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><a href="https://www.travislouieart.com/limited-prints" target="_blank" title="Travis Louie prints" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-04-03_at_5.34.53_PM_bdddb1c3-479d-4e47-800a-a99a6f242b66.png?v=1775252152" alt=""></a></p>
<p>Travis Louie has amazing wondrous prints available! <a href="https://www.travislouieart.com/limited-prints" target="_blank" title="Travis Louie Prints" rel="noopener"><strong>Grab them here in his shop!</strong></a></p>
<p><em>Travis Louie’s paintings come from the tiny little drawings and many writings in his journals. He has created his own imaginary world that is grounded in Victorian and Edwardian times. It is inhabited by human oddities, mythical beings, and otherworldly characters who appear to have had their formal portraits taken to mark their existence.</em></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/6-more-hours-to-back-mumbots-girl-from-the-forest-floor-vinyl-toy</id>
    <published>2026-04-02T08:55:56-04:00</published>
    <updated>2026-04-02T11:05:14-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/6-more-hours-to-back-mumbots-girl-from-the-forest-floor-vinyl-toy"/>
    <title>6 more hours to back MUMBOT&apos;s Girl From the Forest Floor vinyl toy</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <content type="html">
      <![CDATA[<p>Get in on this one! Such a cool vinyl figure of one of MUMBOT's characters. 6 more hours to go in this KS and it's already fully funded and produced, so it'll ship FAST! Lots of fun custom rewards and colorways and extras to grab! <a href="http://kck.st/47my01X" target="_blank" title="Girl from the Forest Floor" rel="noopener"><strong>CLICK HERE TO GET YOURS!</strong></a></p>
<p><iframe src="https://www.kickstarter.com/projects/clutter/mumbots-girl-from-the-forest-floor-vinyl-figure/widget/video.html" height="360" width="640"> </iframe></p>
<p><a href="http://kck.st/47my01X" target="_blank" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-04-02_at_8.48.40_AM.png?v=1775134338" alt=""></a></p>
<p><a href="http://kck.st/47my01X" target="_blank" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-04-02_at_8.53.13_AM.png?v=1775134411" alt=""></a></p>
<p><a href="http://kck.st/47my01X" target="_blank" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-04-02_at_8.53.05_AM.png?v=1775134411" alt=""></a></p>
<p><a href="http://kck.st/47my01X" target="_blank" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-04-02_at_8.52.56_AM.png?v=1775134411" alt=""></a></p>
<p><a href="http://kck.st/47my01X" target="_blank" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-04-02_at_8.52.39_AM.png?v=1775134411" alt=""></a></p>
<p><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-04-02_at_8.52.45_AM.png?v=1775134411" alt=""></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/mumbots-girl-from-the-forest-floor-vinyl-figure-launching-now-on-kickstarter</id>
    <published>2026-03-03T13:03:34-05:00</published>
    <updated>2026-04-02T11:04:58-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/mumbots-girl-from-the-forest-floor-vinyl-figure-launching-now-on-kickstarter"/>
    <title>MUMBOT&apos;s Girl From The Forest Floor Vinyl Figure! Launching now on Kickstarter!!</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <summary type="html">
      <![CDATA[<p>MUMBOT's Girl From The Forest Floor on Kickstarter</p><p><a class="read-more" href="https://tenacioustoys.com/blogs/tenacious-ninja/mumbots-girl-from-the-forest-floor-vinyl-figure-launching-now-on-kickstarter">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><a href="https://www.kickstarter.com/projects/clutter/mumbots-girl-from-the-forest-floor-vinyl-figure" target="_blank" title="MUMBOTS Girl from the Forest Floor" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-03-03_at_12.37.34_PM.png?v=1772559846" alt=""></a></p>
<div>
<div>
<p><em>Production-Ready Vinyl Figure Expands with New Colorways</em></p>
</div>
</div>
<div>
<div>
<p class="m_7726123125157457493size-18" lang="x-size-18"><strong>Unlike many crowdfunding campaigns, the development phase for this project is already complete. Molds are made, prototypes produced, paint masks ready, and production samples reviewed and refined. The Kickstarter campaign activates the final production to get this in hand!.</strong></p>
<p class="m_7726123125157457493size-18" lang="x-size-18"><a href="https://www.kickstarter.com/projects/clutter/mumbots-girl-from-the-forest-floor-vinyl-figure" target="_blank" title="MUMBOT Girl from the Forest Floor" rel="noopener"><strong><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-03-03_at_12.38.41_PM.png?v=1772559935" alt=""></strong></a></p>
<div>
<div>
<h2><span><strong>Product Details</strong></span></h2>
<p>The 6.25-inch PVC vinyl figure features:</p>
<p>• Injection-molded Aughostus ghost companion<br>• Approximately eleven mold parts<br>• Multi-layer paint mask application<br>• Two points of articulation at the shorts for stability</p>
<p>The technical complexity places it among MUMBOT’s most ambitious sculptural works to date.</p>
<p class="m_7726123125157457493size-18" lang="x-size-18">Originally introduced as a direct preorder through Clutter, the project quickly demonstrated strong collector interest. The decision to relaunch on <a href="https://www.kickstarter.com/projects/clutter/mumbots-girl-from-the-forest-floor-vinyl-figure" target="_blank" title="MUMBOT Kickstarter" rel="noopener"><strong>Kickstarter</strong></a> reflects a shift toward greater global visibility with much higher visibility and a more structured launch platform.<br><br>It also opens the door creatively, giving us the ability to introduce two additional colorways that expand the offering. This shift isn’t about restarting the project; it’s about giving the work the platform and momentum it deserves</p>
<p>At a time when independent toy production faces real hurdles -  rising material costs, unpredictable global shipping conditions, and market shifts - the Kickstarter model allows artists and small independent studios, like us to retain control while building direct support from collectors.</p>
<p>All of our original pre-order customers are locked in and will have access to buy into the other colorways at a discount for their early support! </p>
</div>
</div>
<div>
<div> </div>
</div>
<div>
<div>
<p> </p>
</div>
</div>
</div>
</div>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/indietoy-con-pops-this-weekend-in-alhambra-ca-free-admission</id>
    <published>2026-02-20T19:37:19-05:00</published>
    <updated>2026-04-02T11:04:50-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/indietoy-con-pops-this-weekend-in-alhambra-ca-free-admission"/>
    <title>Indietoy Con Pops This Weekend in Alhambra, CA - FREE ADMISSION</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <content type="html">
      <![CDATA[<p><img alt="" src="https://cdn.shopify.com/s/files/1/1103/7140/files/indietoyconfeb2026_poster02.png?v=1771633805"></p>
<h1 style="text-align: center;">
<meta charset="utf-8"> <strong>INDIETOY CON</strong>
</h1>
<h2 style="text-align: center;">
<strong>FREE ENTRY • TWO DAYS • DESIGNER TOYS</strong><strong></strong>
</h2>
<p>Indietoy Con: an independent toy &amp; art convention featuring 30+ designer toy artists with exclusive releases, and community-focused events.</p>
<h3 style="text-align: center;">EVENT INFO:</h3>
<p style="text-align: center;">This Saturday - Sunday<br>2/21 - 2/22<br>Hours: 11-6pm</p>
<p style="text-align: center;">at</p>
<p style="text-align: center;">Gallery Nucleus </p>
<p style="text-align: center;"><a href="https://share.google/HOVkcJt8zfyERjfpy" target="_blank" title="Gallery Nucleus" rel="noopener">210 E Main St, Alhambra, CA 91801</a></p>
<p style="text-align: center;"><em>Free Entry</em></p>
<h3 style="text-align: center;"><strong>INDIETOY CON VENDORS:</strong></h3>
<p><img alt="" src="https://cdn.shopify.com/s/files/1/1103/7140/files/Vendors.jpg?v=1771633928"></p>
<h3 style="text-align: center;">VENDOR LIST:</h3>
<ul>
<li style="text-align: left;">Spaceboidega</li>
<li style="text-align: left;">Little Hideout</li>
<li style="text-align: left;">Kibun Box</li>
<li style="text-align: left;">The Last Goldfish</li>
<li style="text-align: left;">Liliuhms / Tomatatoro</li>
<li style="text-align: left;">ChooChoo Toy</li>
<li style="text-align: left;">Toys on Tap / Barbarian Rage</li>
<li style="text-align: left;">Zander Miner</li>
<li style="text-align: left;">Cunning Catfish &amp; 9am Toast</li>
<li style="text-align: left;">y2Kyle</li>
<li style="text-align: left;">Galaxxor</li>
<li style="text-align: left;">Space Rabbit Studio</li>
<li style="text-align: left;">Doyoung Lee</li>
<li style="text-align: left;">Eternity_to_spare</li>
<li style="text-align: left;">Chelsea Trousdale</li>
<li style="text-align: left;">Koke Studio</li>
<li style="text-align: left;"><a href="https://tenacioustoys.com/collections/Karepango" title="Karepango">Karepango</a></li>
<li style="text-align: left;">Monster 404 / PODDs</li>
<li style="text-align: left;">Polyco Play</li>
<li style="text-align: left;">Chompton Stoodios</li>
<li style="text-align: left;">Sickasfolk</li>
<li style="text-align: left;">Jonnyknits</li>
<li style="text-align: left;">Max Nagata</li>
<li style="text-align: left;">Dreams of Robots / Robots &amp; Rainbows Inc </li>
<li style="text-align: left;">Deercat &amp; Friends</li>
<li style="text-align: left;">Dion Celebrado</li>
<li style="text-align: left;">Doodles &amp; Doodads</li>
<li style="text-align: left;">CordaRoy the Rat</li>
<li style="text-align: left;">David Coffman</li>
</ul>
<h3 style="text-align: center;">SHOW MAP:</h3>
<p style="text-align: left;"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/map.jpg?v=1771633925" alt=""></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/what-is-the-eye-of-cthulhu-anyway</id>
    <published>2026-02-19T17:17:17-05:00</published>
    <updated>2026-04-02T11:04:48-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/what-is-the-eye-of-cthulhu-anyway"/>
    <title>What is the Eye of Cthulhu anyway?</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <content type="html">
      <![CDATA[<p><a href="https://tenacioustoys.com/collections/skyland-arts" title="Eye of Cthulhu toy"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-02-19_at_5.14.25_PM.png?v=1771539380" alt=""></a></p>
<p>Are you ready to face the <a href="https://tenacioustoys.com/collections/skyland-arts" title="Eye of Cthulhu">Eye of Cthulhu</a> in Terraria? As a pre-Hardmode boss, it is one of the first challenges you will encounter in the game. Let's delve into what you need to know to defeat this formidable foe.</p>
<div style="text-align: left;"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Eye_of_Cthulhu__Phase_1.gif?v=1771539500" alt="" style="margin: 20px 20px 20px 20px; float: left;"></div>
<h2>What is the Eye of Cthulhu?</h2>
<p>The Eye of Cthulhu is a menacing boss that players may come across early in their Terraria journey. It can appear automatically once a certain level of game progression is reached, or it can be summoned manually using the Suspicious Looking Eye item at night.</p>
<h2><span style="font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 0.875rem;">How to Identify the Eye of Cthulhu</span></h2>
<p>When the Eye of Cthulhu is present, the music track "Boss 1" will play in the background. For a more immersive experience, players can enable the Otherworldly music option to hear the track "Boss 1 (Otherworldly)" instead.</p>
<h2>Preparing for the Battle</h2>
<p>Before facing the Eye of Cthulhu, it is essential to make adequate preparations. Ensure you have suitable weapons, armor, and accessories to increase your chances of success. Crafting buff potions and setting up an arena can also give you an edge in the fight.</p>
<h2>Combat Strategies</h2>
<p>During the battle, the Eye of Cthulhu will exhibit different attack patterns, including charging at the player and summoning Servants of Cthulhu. Stay agile, dodge its movements, and focus on dealing damage when it is vulnerable. Utilize ranged weapons or magic attacks to keep your distance from the boss.</p>
<h2>Victory and Rewards</h2>
<p>Upon defeating the Eye of Cthulhu, players will be rewarded with valuable loot, including Demonite Ore and the Trophy of the Eye. These rewards can be used to craft powerful gear and progress further in the game.</p>
<p>Remember, facing the Eye of Cthulhu is just the beginning of your Terraria adventure. As you conquer more challenges and bosses, you will uncover new realms and treasures waiting to be discovered. Good luck on your journey!</p>
<p>Buy the Eye of Cthulhu collectible toy <a href="https://tenacioustoys.com/collections/skyland-arts" title="Skyland Arts">here on our Skyland Arts page</a>!</p>
<p> </p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/beat-squad-launch-timed-with-new-york-toy-fair-nfc-smart-figures-turn-collectible-toys-into-real-beatmaking-instruments</id>
    <published>2026-02-19T11:12:52-05:00</published>
    <updated>2026-04-02T11:04:47-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/beat-squad-launch-timed-with-new-york-toy-fair-nfc-smart-figures-turn-collectible-toys-into-real-beatmaking-instruments"/>
    <title>Beat Squad™ Launch Timed With New York Toy Fair: NFC “Smart Figures” Turn Collectible Toys Into Real Beatmaking Instruments</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <content type="html">
      <![CDATA[<div style="padding: 56.25% 0 0 0; position: relative;"><iframe src="https://player.vimeo.com/video/1164416877?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" title="Beat Squad Sizzle 1A1"></iframe></div>
<p class=""> </p>
<h2>
<strong>A Zoo of Collectible Beatmaking Characters Designed for a New Generation of Music Creators</strong> </h2>
<p class=""><strong>New York, NY - February 12, 2026</strong> - Timed with New York Toy Fair, <strong>Doozi Products</strong> today officially launches <strong>Beat Squad™</strong>, an NFC-powered line of <strong>Beat Making Collectible Figures</strong> that fuse tactile play with authentic music production. </p>
<p class="">Compatible with both iPhone and Android, the free Beat Squad app activates instantly with a tap of any one of the figures, revealing an intuitive interface where users can build layered beats using professionally produced loops. </p>
<p class="">Figures are priced at <strong>$15</strong> and available individually, in genre-specific 3-packs, and in Genre MashUp 5-packs. </p>
<h2 style="text-align: center;"><a href="https://www.kickstarter.com/projects/444492677/beat-squadtm?ref=6ji5m1" title="Beat Squad Kickstarter" rel="noopener" target="_blank"><strong>🔈 BACK THE KICKSTARTER HERE 🎤</strong></a></h2>
<p class="">The Kickstarter campaign is live as of February 11, 2026.  </p>
<p><br></p>
<p><br></p>
<p class=""><a href="https://www.kickstarter.com/projects/444492677/beat-squadtm?ref=6ji5m1" title="Beat Squad Kickstarter" rel="noopener" target="_blank"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-02-19_at_10.55.30_AM.png?v=1771516557" alt=""></a></p>
<h3>
<strong>A Genre-Spanning Roster</strong> </h3>
<p class="">Each figure joins an expanding zoo of rhythm-driven, human-like animal personalities that are highly detailed, sculpted 3D-printed characters inspired by distinct instruments and musical styles. </p>
<p class="">Series 1 spans five categories: K-Pop, Hip-Hop, Rock, Pop, and Country, with three unique performers representing each genre and additional waves planned. Short-form animated content across social media extends these personalities beyond the physical product, building an evolving Beat Squad universe. </p>
<p class=""><a href="https://www.kickstarter.com/projects/444492677/beat-squadtm?ref=6ji5m1" target="_blank" title="Beat Squad Kickstarter" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-02-19_at_10.57.24_AM.png?v=1771516655" alt=""></a></p>
<h3>
<strong>Tap. Stack. Create. Save. Share.</strong> </h3>
<p class="">When tapped to a phone, each Beat Making Collectible Figure unlocks eight original music loops created by real-world music producers and reveals a user-friendly interface built for intuitive creativity. </p>
<p class="">Users can: </p>
<p class="">• Layer multiple loops to build dynamic beats <br>• Adjust to balance volume levels <br>• Add themed One-Shot FX <br>• Record their own voice or any sounds, which are then added to the beat in real time <br>• Save, store, and share their creations </p>
<p class=""><a href="https://www.kickstarter.com/projects/444492677/beat-squadtm?ref=6ji5m1" target="_blank" title="Beat Squad Kickstarter" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-02-19_at_10.57.56_AM.png?v=1771516691" alt=""></a></p>
<h3>
<strong>One-Shot FX: Add Energy and Personality</strong> </h3>
<p class="">Beat Squad also offers <strong>One-Shot FX</strong> - Themed sound collections that allow users to accent and energize their beats. </p>
<p class="">One-shot sounds are short, single-hit audio effects such as a drum hit, crowd cheer, engine rev, or sci-fi blast, designed to punch up key moments within a mix. </p>
<p class="">By tapping the One-Shot FX to their phone, users unlock 10 themed sounds inside the app that can be layered over loops for added texture, humor, or cinematic impact. </p>
<p class="">Available themed collections include: </p>
<p class="">• Sports FX <br>• Drum FX <br>• Auto FX <br>• Horror FX <br>• City FX <br>• Sci-Fi FX </p>
<p class="">One-Shot FX are priced at <strong>$5</strong>. </p>
<p class=""> </p>
<h3>
<strong>Pocket-Sized BeatPods</strong> </h3>
<p class="">Compact BeatPods allow users to save, store, and physically share their custom beats. Friends can tap a BeatPod to their phone and instantly listen. </p>
<p class="">Priced at just <strong>$3</strong>, BeatPods offer an affordable and portable way to exchange music creations, transforming digital sound into something tangible and collectible. </p>
<h2 style="text-align: center;"><a href="https://www.kickstarter.com/projects/444492677/beat-squadtm?ref=6ji5m1" title="Beat Squad Kickstarter" rel="noopener" target="_blank"><strong>🔈 BACK THE KICKSTARTER HERE 🎤</strong></a></h2>
<p class=""> </p>
<h3>
<strong>An Eco-Friendly, Made-to-Order Micro-Factory Model Reimagines How Toys Are Designed, Produced, and Distributed</strong> </h3>
<p class="">Rather than relying on overseas mass production and warehousing, Beat Squad figures are 3D printed locally in each market, made to order, and shipped directly to consumers from regional micro-factories using eco-friendly materials. </p>
<p class="">This localized approach eliminates traditional overseas shipping, reduces excess inventory waste, and significantly lowers the environmental footprint compared to conventional toy manufacturing. </p>
<p class="">Initial production will use PLA, a more environmentally responsible alternative to petroleum-based injection-molded plastics commonly used in the toy industry. Doozi Products is transitioning toward PHA (Polyhydroxyalkanoate), a next-generation material that is fully biodegradable, 100% compostable, and free of harmful microplastics. </p>
<p class="">The company has already sourced PHA suppliers in its major international markets and successfully tested compatibility between PLA and PHA materials. As production scales and custom color minimums are achieved, PHA integration will expand, with the long-term goal of reaching 100% PHA in production. </p>
<h2>
<strong>A New Toy-to-Tech Category</strong> </h2>
<p class="">Beat Squad merges collectible figures, mobile technology, and professional music production into a seamless creative experience. </p>
<p class="">No pairing. No cables. No complicated setup. </p>
<p class="">Tap the figure. Unlock the sound. Build your beat. Share it. </p>
<p class="">Beat Squad is built on a simple idea: <strong>Play WITH your music.</strong> </p>
<p class=""> </p>
<h3>
<strong>Experienced Creative Team</strong> </h3>
<p class="">Beat Squad is led by a focused team spanning toys, music, technology, and interactive design, blending decades of experience across industries. </p>
<p class="">Mike Goldman has built a 30+ year career in the toy industry, working with companies including <meta charset="utf-8">Mattel, Tyco, and Galoob on iconic brands such as Hot Wheels®, Magna Doodle®, and Micro Machines® Z-Bots®. He later founded Tucker Toys, where he was the force behind the #1 selling Phlat Ball® brand, which sold over 25 million units in more than 50 countries, before selling the company to Goliath Games and launching Doozi to build the next generation of innovative, interactive play experiences. </p>
<p class="">Joel Eden, PhD, formerly of Disney Animation Studios (with credits including <em>Frozen</em> and <em>Big Hero 6</em>) and Google (conducting design research with kids and families) with a B.S. in computer science and a PhD in human-computer interaction, contributes a powerful mix of storytelling, design research, and human-computer interaction expertise.  </p>
<p class="">Music development is driven by multi-platinum producer Sean Myer, whose work with artists such as Selena Gomez, Pentatonix, and Ava Max has generated more than 6 billion streams worldwide, alongside musician-producer George X, whose genre-spanning collaborations help shape the project’s evolving sound.  </p>
<p class="">Together with a growing network of designers, creative collaborators and music producers, the team brings industry-level creative direction, technical depth, and real-world music credibility to Beat Squad. </p>
<p class=""> </p>
<h3>
<strong>Availability</strong> </h3>
<p class="">The Beat Squad Kickstarter campaign launched February 11, 2026. Retail expansion is planned following the campaign. </p>
<p class="">Media interviews, demos, and review opportunities are available upon request. </p>
<h2 style="text-align: center;"><a href="https://www.kickstarter.com/projects/444492677/beat-squadtm?ref=6ji5m1" title="Beat Squad Kickstarter" rel="noopener" target="_blank"><strong>🔈 BACK THE KICKSTARTER HERE 🎤</strong></a></h2>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/toy-fair-2026-highlights-monday</id>
    <published>2026-02-16T20:12:47-05:00</published>
    <updated>2026-04-02T11:04:45-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/toy-fair-2026-highlights-monday"/>
    <title>Toy Fair 2026 Highlights (Monday)</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <content type="html">
      <![CDATA[<div style="text-align: left;"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/IMG_3694.heic?v=1771290210" alt="Wyld Shyres" style="float: none;"></div>
<p>Wyld Shyres collectible toys booth 6736</p>
<p><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/IMG_3700.heic?v=1771290303" alt=""></p>
<p>Absolutel gorgeous classic die cast cars at Lucky Die Cast booth 6747 - from these Crown Vics to Tuckers to Studebakers to a Ranchero pickup.</p>
<p><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/IMG_3707.heic?v=1771290474" alt=""></p>
<p>Vinyl art toy by Chogrin at Bull Airs booth 6638</p>
<p><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/IMG_3721.heic?v=1771290631" alt=""></p>
<p>Fun weird cloud blind box toys (shake them and they make interesting sounds!) by Brooklyn based creator KarePango at booth 6622 - I think I need to get some of these!</p>
<p> </p>
<p> </p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/vote-for-jason-freeny-product-designer-of-the-year</id>
    <published>2026-02-12T22:32:36-05:00</published>
    <updated>2026-04-02T11:04:42-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/vote-for-jason-freeny-product-designer-of-the-year"/>
    <title>Vote for Jason Freeny - Product Designer of the Year</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Vote for Jason Freeny in <meta charset="utf-8">2026 POPINSIDER Collectors' Choice Award for Product Designer of the Year category</p><p><a class="read-more" href="https://tenacioustoys.com/blogs/tenacious-ninja/vote-for-jason-freeny-product-designer-of-the-year">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<div style="text-align: left;"><a href="https://adventuremedia.secure-platform.com/collectorschoice/gallery/rounds/85003/details/13072" target="_blank" title="Jason Freeny PRODUCT DESIGNER OF THE YEAR" rel="noopener"><img height="188" width="218" style="margin: 20px 20px 20px 20px; float: left;" alt="JaSON FREENY" src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-02-12_at_10.26.12_PM.png?v=1770953366"></a></div>
<p><a href="https://adventuremedia.secure-platform.com/collectorschoice/gallery/rounds/85003/details/13072" title="Collectors' Choice Awards 2026 Jason Freeny" rel="noopener" target="_blank"><strong>CLICK HERE TO VOTE FOR JASON FREENY</strong></a> -</p>
<p>the clear and logical choice to win the 2026 POPINSIDER Collectors' Choice Award for Product Designer of the Year!</p>
<p><meta charset="utf-8"><em>Freeny has redefined the boundaries between collectible design and contemporary art through collaborations with licenses including One Piece, Sanrio, Garfield, and more.</em></p>
<p> </p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/100-artists-vs-1-gorilla-custom-show</id>
    <published>2026-01-22T14:22:28-05:00</published>
    <updated>2026-04-02T11:04:40-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/100-artists-vs-1-gorilla-custom-show"/>
    <title>100 ARTISTS vs 1 GORILLA Custom Show</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <summary type="html">
      <![CDATA[<h4 dir="ltr"><span>PHILLY’S ART SCENE TAKES OVER THE SPACE LAB WITH 100 ARTISTS VS 1 GORILLA</span></h4><p><a class="read-more" href="https://tenacioustoys.com/blogs/tenacious-ninja/100-artists-vs-1-gorilla-custom-show">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><img alt="" src="https://cdn.shopify.com/s/files/1/1103/7140/files/image_5.jpg?v=1769109167"></p>
<h1 dir="ltr"><span>100 ARTISTS VS 1 GORILLA</span></h1>
<h2 dir="ltr">
<span>Philly’s Largest Custom Designer Toy Show</span><span><br></span><span>January 31st | 12–8PM | The Space Lab | Philadelphia, PA</span>
</h2>
<p dir="ltr"><span>What happens when you lock 100+ artists in a room with one Gorilla?</span></p>
<p dir="ltr" style="text-align: center;"><span>You don’t get a show.</span><span><br></span><span>You get an epic event!</span></p>
<p dir="ltr" style="text-align: center;"><span><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/image_28_3af7f599-949f-4360-8408-1e034e3ca8b9.png?v=1769109263" alt=""></span></p>
<h4 dir="ltr"><span>PHILLY’S ART SCENE TAKES OVER THE SPACE LAB WITH 100 ARTISTS VS 1 GORILLA</span></h4>
<p dir="ltr"><span>The </span><span><a href="https://www.instagram.com/playfulgorilla" target="_blank" rel="noopener">Playful Gorilla</a> (@playfulgorilla)</span><span> and </span><span><a href="https://www.instagram.com/jae_martin" target="_blank" rel="noopener">Jae Martin</a> (@jae_martin)</span><span> have teamed up to host the creative toy community, as they come together on </span><span>January 31st</span><span> for </span><a href="https://www.instagram.com/explore/search/keyword/?q=%23100artistsvs1gorilla" target="_blank" rel="noopener"><span>100 Artists vs 1 Gorilla</span></a><span>, a free, all-day art and designer toy event at </span><span>The Space Lab (@the_spacelab)</span><span>.</span></p>
<p dir="ltr"><span>Featuring </span><span>over 100 local and national artists</span><span>, the show highlights Philly’s role as a hub for independent art, custom toys, and DIY culture. From original artwork and collectibles to live sketching and DJ sets, the event is designed to be accessible, high-energy, and community-driven.</span></p>
<p dir="ltr"><span><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/image_4_23e5d2aa-dd03-4298-bf36-11d4dc82b39b.jpg?v=1769109311" alt=""></span></p>
<p dir="ltr"><strong>Highlights include:</strong></p>
<ul>
<li dir="ltr" role="presentation"><span><strong>100+ artists</strong> under one roof</span></li>
<li dir="ltr" role="presentation">
<span>The <strong>debut of P.Rilla</strong></span><span>, a new Playful Gorilla DIY Toy</span>
</li>
<li dir="ltr" role="presentation"><span><strong>Exclusive</strong> art and merch drops</span></li>
<li dir="ltr" role="presentation"><span>Free <strong>giveaways</strong>, refreshments, and activities</span></li>
<li dir="ltr" role="presentation"><span><strong>Music</strong> by DJ FuManWho</span></li>
<li dir="ltr" role="presentation"><span><strong>Drink Specials </strong>from Queen &amp; Rook Cafe</span></li>
<li dir="ltr" role="presentation"><span>Exclusive <strong>Pastelillos</strong> by Amys Pastelillos</span></li>
</ul>
<p dir="ltr"><span>Whether you’re a seasoned collector or just curious about the city’s creative underground, </span><span>100 Artists vs 1 Gorilla</span><span> invites everyone in — <span style="color: rgb(255, 42, 0);"><strong>no ticket required.</strong></span></span></p>
<blockquote><span style="color: rgb(0, 0, 0);"><strong>The Space Lab</strong></span></blockquote>
<blockquote><span style="color: rgb(0, 0, 0);"><strong>617 S. 2nd Street</strong></span></blockquote>
<blockquote><span style="color: rgb(0, 0, 0);"><strong>Philadelphia, PA 19147</strong></span></blockquote>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/introducing-soda-ranger-by-atom-toys-filling-the-void-one-can-at-a-time</id>
    <published>2026-01-20T11:28:29-05:00</published>
    <updated>2026-04-02T11:04:35-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/introducing-soda-ranger-by-atom-toys-filling-the-void-one-can-at-a-time"/>
    <title>Introducing Soda Ranger by Atom Toys: Filling the Void, One Can at a Time</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <content type="html">
      <![CDATA[<p><a href="https://www.atomtoysstudios.com/nigel-goh-soda-ranger-1" target="_blank" title="soda ranger" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/photo_turn_1.png?v=1768926281" alt=""></a></p>
<p><meta charset="utf-8"><span>Atom Toys is excited to announce the launch of <a href="https://www.atomtoysstudios.com/nigel-goh-soda-ranger-1" target="_blank" title="soda ranger" rel="noopener">Soda Ranger</a>, a brand-new art toy that explores connection, quiet companionship, and the small rituals that bring us closer together. Soda Ranger brings together a squad of brightly colored rangers—bold in form, playful in spirit. Each one carries a void, a hollow space that reflects the emptiness we all feel at times. It’s a simple but powerful idea: beneath vibrant surfaces, we all hold space that longs to be filled. </span></p>
<p><a href="https://www.atomtoysstudios.com/nigel-goh-soda-ranger-1" target="_blank" title="soda ranger" rel="noopener"><span><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/photo_turn_5.png?v=1768926290" alt=""></span></a></p>
<div><b>More Than a Figure </b></div>
<div><br></div>
<div>Soda Ranger is about what happens when we come together. When these rangers stand side by side, their voids begin to fill—not just with soda, but with shared time, easy conversations, and the comfort of being present. These figures celebrate the moments that often go unnoticed: sitting together without distraction, sharing a drink, showing up without needing a reason. Sometimes, filling the void is as simple as cracking open a can together. Whether displayed individually or as a full squad, Soda Ranger serves as a reminder that connection doesn’t have to be loud or complicated. It lives in the small moments, the familiar rituals, and the quiet ways we support one another. </div>
<div></div>
<div><a href="https://www.atomtoysstudios.com/nigel-goh-soda-ranger-1" target="_blank" title="soda ranger" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/photo_close_up_1.png?v=1768926290" alt=""></a></div>
<div>
<meta charset="utf-8">
<div><b>A New Standard in Packaging </b></div>
<div><b><br></b></div>
<div>With Soda Ranger, Atom Toys is also introducing a significant upgrade to how our figures are presented. We now manufacture our own packaging in-house, allowing us to design every part of the experience with the same care as the figure itself. Each Soda Ranger comes in a custom FDM 3D-printed box that does more than protect the figure—it doubles as a display case. Designed to be clean, modular, and functional, the box turns unboxing into an extension of the artwork. Add a light on top, and it transforms into a professional display setup, perfect for collectors who want to showcase their figures straight out of the box. This new packaging reflects the philosophy behind Soda Ranger: thoughtful design, simplicity, and objects that invite you to slow down and appreciate the moment.</div>
<div></div>
<div><a href="https://www.atomtoysstudios.com/nigel-goh-soda-ranger-1" target="_blank" title="soda ranger" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/photo_box_2.png?v=1768926291" alt=""></a></div>
<div>
<meta charset="utf-8">
<div><b>Pre-Order Information </b></div>
<div><b><br></b></div>
<div>Soda Ranger will be available via <a href="https://www.atomtoysstudios.com/nigel-goh-soda-ranger-1" target="_blank" title="sode ranger" rel="noopener">pre-order</a> starting 24.1.2026. </div>
<div>To celebrate the launch, all orders placed during the pre-order period will include free shipping. </div>
<div>Pre-order opens: 24.1.2026 Pre-order closes: 24.2.2026 </div>
<div>Bonus: Free shipping during the entire pre-order period.</div>
<div>After the pre-order window closes, shipping rates and availability may change. <b></b>
</div>
<div><br></div>
<div>Join the Squad Soda Ranger is more than an art toy—it’s a reflection on togetherness, emptiness, and the simple joy of shared moments. From the figure itself to the way it’s displayed, every detail is designed to celebrate connection. We can’t wait for Soda Ranger to find a place in your collection—and maybe help fill a little space along the way. </div>
<div></div>
<div><a href="https://www.atomtoysstudios.com/nigel-goh-soda-ranger-1" target="_blank" title="Soda ranger" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/photo_box_3.png?v=1768926290" alt=""></a></div>
<div>
<meta charset="utf-8">
<div><b>Concept/info</b></div>
<div><br></div>
<div>Soda Ranger is a series about filling the void with the joy of company and drinks. A ranger is never just one. They come together as a group, united by a single mission. The mission is joy. Each Soda Ranger carries a void within its body. It represents the emptiness we all carry. The soda can fills that space with a small joy, a familiar ritual that signals it is time to pause, share a round, and celebrate the moment. Soda Ranger 1 leads the squad. Steady and familiar, it sets the tone for the group and holds everything together. Always present when it matters, it marks the start of the mission and the moment the gathering begins. </div>
<div><br></div>
<div>20cm / 7.9 inches </div>
<div>Material: Resin </div>
<div>Edition of 20 </div>
<div></div>
<div><a href="https://www.atomtoysstudios.com/nigel-goh-soda-ranger-1" target="_blank" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/part_1.png?v=1768926290" alt=""></a></div>
<div><a href="https://www.atomtoysstudios.com/nigel-goh-soda-ranger-1" target="_blank" title="soda ranger" rel="noopener">FIND SODA RANGER HERE</a></div>
</div>
</div>
</div>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/mighty-orbots-deluxe-combining-12-figure-1985-edition</id>
    <published>2026-01-05T09:07:12-05:00</published>
    <updated>2026-04-02T11:04:33-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/mighty-orbots-deluxe-combining-12-figure-1985-edition"/>
    <title>Mighty Orbots Deluxe Combining 12&quot; Figure (1985 Edition)</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <summary type="html">
      <![CDATA[<p class="type-14 type-18-md soft-black project-description mb1">The holy grail of 80's robots is finally here. 5 bots combine to form the 12" Mighty Orbots.</p><p><a class="read-more" href="https://tenacioustoys.com/blogs/tenacious-ninja/mighty-orbots-deluxe-combining-12-figure-1985-edition">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><a rel="noopener" title="Mighty Orbots" href="http://kck.st/4sbK1jQ" target="_blank"><img alt="" src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-01-05_at_9.03.05_AM.png?v=1767621801"></a></p>
<h2 class="type-14 type-18-md soft-black project-description mb1">The holy grail of 80's robots is finally here. 5 bots combine to form the 12" Mighty Orbots. Based on the unproduced 1984 prototype.</h2>
<p style="text-align: center;"><a rel="noopener" title="Mighty Orbots" href="http://kck.st/4sbK1jQ" target="_blank"><strong>BACK THE KICKSTARTER BEFORE JAN 13!</strong></a></p>
<p><a rel="noopener" title="Mighty Orbots" href="http://kck.st/4sbK1jQ" target="_blank"><img alt="" src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-01-05_at_9.00.57_AM.png?v=1767621732"></a></p>
<p><meta charset="utf-8"><span>If you were a kid in 1984, those two words meant one thing: the smoothest animation and the coolest robot designs on Saturday morning television. But for fans of </span><span class="text-italic">Mighty Orbots</span><span>, there has always been a void. While other robot franchises filled the toy aisles, the Mighty Orbots toys famously vanished before they could reach the shelves—victims of a legendary legal battle that left the original Mattel prototypes locked away in history.</span></p>
<p class="type-14 type-18-md soft-black project-description mb1"><a rel="noopener" title="Mighty Orbots" href="http://kck.st/4sbK1jQ" target="_blank"><img alt="" src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2026-01-05_at_9.01.04_AM.png?v=1767621764"></a><br></p>
<h4 class="page-anchor" id="h:Until-now-"><span class="bold">Until now.</span></h4>
<p>For 40 years, collectors have whispered about "the one that got away."<span> </span><span class="bold">Machine Dream Toys</span><span> </span>is proud to announce that after four decades, we are officially closing that gap. We have secured the trademark and are bringing<span class="bold"><span> </span>the legendary 1984 prototype to life</span>. This is the<span> </span><span class="bold">official deluxe combining Mighty Orbots figure</span><span> </span>- built to appeal to the vintage die-cast Robot Collector, but utilizing modern manufacturing standards for the adult collector.</p>
<p>Whether you're just a fan of Mighty Orbots, or a passionate collector of vintage die-cast Chogokin -<span> </span><span class="bold">Let’s save the galaxy and finally complete your 80s collection.</span></p>
<p><iframe height="420" width="220" src="https://www.kickstarter.com/projects/themightyorbots/mighty-orbots-deluxe-combining-12-figure-1985-edition/widget/card.html?v=2"></iframe></p>
<p style="text-align: center;"><a href="http://kck.st/4sbK1jQ" target="_blank" title="Mighty Orbots" rel="noopener">BACK IT HERE</a></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/hug-the-k-sofubi-by-nicolas-lesaffre-drops-dec-1st</id>
    <published>2025-11-24T08:44:06-05:00</published>
    <updated>2026-04-02T11:04:26-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/hug-the-k-sofubi-by-nicolas-lesaffre-drops-dec-1st"/>
    <title>Hug the K Sofubi by Nicolas Lesaffre Drops Dec 1st</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <content type="html">
      <![CDATA[<p><a href="https://hugthek.bigcartel.com/" target="_blank" title="Hug the K fire" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/FireHug_SD_copy.jpg?v=1763991597" alt=""></a></p>
<p><meta charset="utf-8"><span>Hug the K Sofubi made its grand debut at DesignerCon Asia in Hong Kong… and now it’s packing its bags to visit YOU! </span></p>
<p style="text-align: center;"><a href="https://hugthek.bigcartel.com/" target="_blank" title="Hug the K" rel="noopener"><strong>CLICK HERE FOR THE WORLDWIDE DROP DEC 1-15</strong></a></p>
<div>
<strong>Fire Hug!!! (RED)</strong><br>Hug is on fire and needs you to cool him down with a warm hug.</div>
<div>Hug the K, a dope cosmic creature, chills in a vibrant, graffiti-splashed cloud paradise. His motto:, "Fear It or Hug It" hits different—it's all about the choice we face when life throws new vibes or challenges our way. In a world full of chaos, a Hug is the ultimate power-up.</div>
<div>
<ul>
<li>8" / 20cm tall</li>
<li>Material: Soft Vinyl / Sofubi</li>
<li>Designer: Nicolas Lesaffre</li>
<li>Limited Edition to 50 worldwide.</li>
<li>PRICE : 120 USD</li>
</ul>
</div>
<p><a href="https://hugthek.bigcartel.com/" target="_blank" title="Hug the K OG" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/OG_SD_copy.jpg?v=1763991606" alt=""></a></p>
<div>
<strong>Double Hug, the OG  (BLACK)</strong><br>He always have a second pair of arms to Hug you.</div>
<div><br></div>
<div>Hug the K, a dope cosmic creature, chills in a vibrant, graffiti-splashed cloud paradise. His motto:, "Fear It or Hug It" hits different—it's all about the choice we face when life throws new vibes or challenges our way. In a world full of chaos, a Hug is the ultimate power-up.</div>
<div></div>
<div>
<ul>
<li>8" / 20cm tall</li>
<li>Material: Soft Vinyl / Sofubi</li>
<li>Designer: Nicolas Lesaffre</li>
<li>Limited Edition to 50 worldwide</li>
<li>PRICE : 120 USD</li>
</ul>
</div>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/jled-opened-up-his-toy-archives-hurry-many-sold-out</id>
    <published>2025-11-08T15:00:01-05:00</published>
    <updated>2026-04-02T11:04:20-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/jled-opened-up-his-toy-archives-hurry-many-sold-out"/>
    <title>JLED opened up his toy archives! Hurry, many sold out!</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <content type="html">
      <![CDATA[<p><a href="https://store.joeledbetter.com/collections/toys&amp;nbsp;" target="_blank" title="Joe Ledbetter" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-11-08_at_11.55.22_AM.png?v=1762620967" alt="" style="display: block; margin-left: auto; margin-right: auto;"></a></p>
<p><span>Joe writes:</span></p>
<p><strong>Don’t Miss Out (very limited quantities available)</strong></p>
<p><em>We’re excited to announce that we got our hands on some of my classic figures! A wide variety of 10” Chaos Bunnies, Wrecks &amp; Dazey, Batman, 8” Dunnys, Monkey figures and more have just been added my webstore. There are only very limited quantities of everything and are sure to go quickly.</em></p>
<p><span>Here is the webstore link:</span><span> </span><a href="https://joeledbetter.us8.list-manage.com/track/click?u=7afc350f9d02884d655886c5f&amp;id=6c6f41ab4a&amp;e=6e73670b96" data-saferedirecturl="https://www.google.com/url?q=https://joeledbetter.us8.list-manage.com/track/click?u%3D7afc350f9d02884d655886c5f%26id%3D6c6f41ab4a%26e%3D6e73670b96&amp;source=gmail&amp;ust=1762704248480000&amp;usg=AOvVaw3GP9D00T2Q-qjeZmYG4vwf" target="_blank"><span>https://store.joeledbetter.<wbr>com/collections/toys</wbr></span></a><span> </span></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/bode-edition-banana-skinny-caps-almost-sold-out-at-hip-hop-toyz</id>
    <published>2025-11-08T13:00:01-05:00</published>
    <updated>2026-04-02T11:04:21-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/bode-edition-banana-skinny-caps-almost-sold-out-at-hip-hop-toyz"/>
    <title>BODĒ edition Banana Skinny Caps almost sold out at Hip Hop Toyz</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <content type="html">
      <![CDATA[<p><a href="https://www.hiphoptoyz.com/product/bod%C4%93-edition-banana-skinny-caps-nov-7" target="_blank" title="Mark Bode Skinny Caps" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-11-08_at_12.07.46_PM.png?v=1762621975" alt=""></a></p>
<p>Me and Alex (Playful Gorilla) are absolutely thrilled that Hip Hop Toyz and Definitive Projects took on the last units of Alex's Banana Skinny Caps and put them in the hands of Mark Bode!</p>
<p>I am a bit late in this blog post but these absolute grails are almost sold out! Click here to grab the last one!</p>
<p><meta charset="utf-8"><em>HipHipToyz &amp; Definitive Projects Presents...</em><br><br><a href="https://www.hiphoptoyz.com/product/bod%C4%93-edition-banana-skinny-caps-nov-7" target="_blank" title="Mark Bode Skinny Caps" rel="noopener"><strong>BODĒ edition - Banana Skinny Caps </strong></a></p>
<p><span>Super limited drop of </span><strong>just 20 caps available.<br></strong><span>Each cap is individually drawn and tagged by Mark Bodē</span><br><br><span>Choose the color you like or grab all 3!</span><br><br><span><span style="color: rgb(43, 0, 255);">BLUE</span> - <em><strong>sold out</strong></em></span><br><span><span style="color: rgb(255, 0, 255);">PINK</span> - <em><strong>sold out</strong></em></span><br><span>WHITE - <a href="https://www.hiphoptoyz.com/product/bod%C4%93-edition-banana-skinny-caps-nov-7" target="_blank" title="Mark Bode Skinny Caps" rel="noopener">1 left</a></span><br><br><span>Exclusive to HipHopToyz !</span><br></p>
<ul>
<li>
<strong>Artist:</strong><span> Mark Bodē</span>
</li>
<li>
<strong>Manufacturer:</strong><span> </span>Tenacious Toys (design by Playful Gorilla)</li>
<li>
<strong>Size:</strong><span> </span>5 inches</li>
<li>
<strong>Material:</strong><span> </span>Vinyl</li>
</ul>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/introducing-chico-the-pug-resin-figure</id>
    <published>2025-11-08T11:50:32-05:00</published>
    <updated>2026-04-02T11:04:17-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/introducing-chico-the-pug-resin-figure"/>
    <title>Introducing Chico the pug resin figure</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <summary type="html">
      <![CDATA[<p>Chico resin collectible figure</p><p><a class="read-more" href="https://tenacioustoys.com/blogs/tenacious-ninja/introducing-chico-the-pug-resin-figure">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><a href="https://plastchico.com/collections/all" target="_blank" title="Chico" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-11-08_at_11.46.26_AM.png?v=1762620487" alt="" style="display: block; margin-left: auto; margin-right: auto;"></a></p>
<p style="text-align: center;"><strong><a href="https://plastchico.com/collections/all" target="_blank" title="Chico the pug" rel="noopener">SHOP ALL THE CHICO VARIANTS HERE</a></strong></p>
<p data-end="754" data-start="490">Bring home the charm of Chico, lovingly reimagined as a designer toy. This handcrafted figure captures his playful spirit, perfect for pug lovers, collectors, and anyone who appreciates handmade pieces.<br></p>
<p data-start="490" data-end="754"><strong>Size:</strong><em><span> </span>Each Chico figure stands approximately 6 inches tall and weighs about 0.6 lb.</em><em></em></p>
<p><strong>About:</strong> Based in NY/NJ, Plastchico started making toys as a family, but it was our pug Chico who naturally became the symbol of our work. Inspired by our Mexican and Latin heritage, we reimagined him in forms that present vibrance, boldness, and adventure. Chico is our beginning, and we plan to keep growing our world with more characters and figures anyone can connect with.</p>
<p data-start="490" data-end="754"> </p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/the-candycar-roadworks-two-lane-flexible-modular-road-building-playsets</id>
    <published>2025-10-27T14:30:01-04:00</published>
    <updated>2026-04-02T11:04:13-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/the-candycar-roadworks-two-lane-flexible-modular-road-building-playsets"/>
    <title>The CANDYCAR® Roadworks: two-lane, flexible, modular road building playsets</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <content type="html">
      <![CDATA[<p><a href="https://www.kickstarter.com/projects/candylab/the-candycar-roadworks/creator" title="Candylab Roadworks" rel="noopener" target="_blank"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-10-24_at_6.17.12_PM.png?v=1761344418" alt=""></a></p>
<h2 style="text-align: center;">BACK THE KICKSTARTER</h2>
<p>For fans of <a href="https://tenacioustoys.com/collections/candylab" title="CandyLab"><strong>CandyLab</strong></a> cars: A b<span>eautifully-designed, two-lane, flexible, modular road building playsets, complete with jumps, turns and lots of new cars!</span></p>
<p><a href="https://www.kickstarter.com/projects/candylab/the-candycar-roadworks/description" title="Candylab" rel="noopener" target="_blank"><span><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-10-24_at_6.18.22_PM.png?v=1761344518" alt=""></span></a></p>
<p><span><meta charset="utf-8"> <a href="https://www.kickstarter.com/projects/candylab/the-candycar-roadworks/description" title="Candylab" rel="noopener" target="_blank"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-10-24_at_6.22.43_PM.png?v=1761344626" alt=""></a></span></p>
<p><a href="https://www.kickstarter.com/projects/candylab/the-candycar-roadworks/description" target="_blank" title="Candycar new cars" rel="noopener"><span><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-10-24_at_6.23.13_PM.png?v=1761344923" alt=""></span></a></p>
<p><a href="https://www.kickstarter.com/projects/candylab/the-candycar-roadworks/description" title="CandyLab" rel="noopener" target="_blank"><span><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-10-24_at_6.17.53_PM.png?v=1761344671" alt=""></span></a></p>
<p><a href="https://www.kickstarter.com/projects/candylab/the-candycar-roadworks/description" title="CandyLab" rel="noopener" target="_blank"><span><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-10-24_at_6.18.01_PM.png?v=1761344687" alt=""></span></a></p>
<p><a href="https://www.kickstarter.com/projects/candylab/the-candycar-roadworks/description" title="Candylab" rel="noopener" target="_blank"><span><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-10-24_at_6.18.06_PM.png?v=1761344716" alt=""></span></a></p>
<h2 style="text-align: center;"><span>Honestly this one is a no-brainer. </span></h2>
<h2 style="text-align: center;"><a href="https://www.kickstarter.com/projects/candylab/the-candycar-roadworks/description" title="Candylab" rel="noopener" target="_blank"><span>Back this amazing Kickstarter here!</span></a></h2>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/dracula-art-toy-by-collectable-cities-x-edward-gorey</id>
    <published>2025-10-25T12:00:05-04:00</published>
    <updated>2026-04-02T11:04:07-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/dracula-art-toy-by-collectable-cities-x-edward-gorey"/>
    <title>Dracula Art Toy by Collectable Cities x Edward Gorey</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <content type="html">
      <![CDATA[<p><a href="https://www.kickstarter.com/projects/collectable-cities/edward-gorey-dracula-art-toy?ref=discovery_category&amp;total_hits=2727&amp;category_id=396" target="_blank" title="Dracula" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/2f1bafdb4b1a242acbb0049f5f029700_original.avif?v=1761342480" alt=""></a></p>
<h2 style="text-align: center;"><a href="https://www.kickstarter.com/projects/collectable-cities/edward-gorey-dracula-art-toy?ref=discovery_category&amp;total_hits=2727&amp;category_id=396" target="_blank" title="Dracula Art toy" rel="noopener"><strong>BACK THE KICKSTARTER</strong></a></h2>
<h4 id="h:The-Dracula-Art-Toy" class="page-anchor">The Dracula Art Toy</h4>
<p>Holding his cape out in the shape of bat wings, this vision of Dracula is closely based on Gorey's illustration seen in the Deluxe novel and the Dracula Toy Theatre (a miniature reproduction of the Broadway set designs). </p>
<p>These limited-edition art toys will come beautifully packaged in a tomb-shaped box, accompanied by a hand-numbered collector's card. They are made of PVC and have a beautiful finish. </p>
<p>Figure Size: 16x10cm</p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/bag-lady-vinyl-art-toy-by-shawn-coss-i-am-not-broken</id>
    <published>2025-10-24T17:39:34-04:00</published>
    <updated>2026-04-02T11:04:04-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/bag-lady-vinyl-art-toy-by-shawn-coss-i-am-not-broken"/>
    <title>Bag Lady Vinyl Art Toy by Shawn Coss - I Am NOT Broken!</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <content type="html">
      <![CDATA[<p><a href="https://www.kickstarter.com/projects/scrambledeggcreate/i-am-not-broken-the-bag-lady-vinyl-companion?ref=thanks-copy" target="_blank" title="Bag Ladt Kickstarter" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-10-24_at_5.29.19_PM.png?v=1761341531" alt=""></a></p>
<h2 style="text-align: center;"><a href="https://www.kickstarter.com/projects/scrambledeggcreate/i-am-not-broken-the-bag-lady-vinyl-companion?ref=thanks-copy" title="Bag Lady Kickstarter"><strong>BACK THE KICKSTARTER</strong></a></h2>
<h3 id="h:The-BAG-LADY-A-Totem-of-Defiance-" class="page-anchor"><span class="bold">The BAG LADY: A Totem of Defiance:  </span></h3>
<p><span class="bold">The <a href="https://www.kickstarter.com/projects/scrambledeggcreate/i-am-not-broken-the-bag-lady-vinyl-companion?ref=thanks-copy" target="_blank" title="Bag Lady" rel="noopener">Bag Lady 8.5″ Vinyl Companion Art Toy</a></span><span> </span>isn’t just a figure—it’s a middle finger to stigma. Born from the art of<span> </span><span class="text-italic"><span class="bold"><a href="https://anymeansnecessary.com/" target="_blank" title="Any Means Neccessary" rel="noopener">Any Means Necessary</a>’s Shawn Coss</span></span><span> </span>and brought to life in vinyl by<span> </span><a href="https://www.scrambledeggscreative.com/" target="_blank" title="Scrambled Eggs Creative" rel="noopener"><span class="text-italic"><span class="bold">Scrambled Eggs Creative</span></span></a>, she embodies everyone who’s ever been told they’re broken. Pale blue skin, ragged dress, horns tearing through her paper bag—she’s proof that scars aren’t flaws, they’re survival badges.</p>
<p><a href="https://www.kickstarter.com/projects/scrambledeggcreate/i-am-not-broken-the-bag-lady-vinyl-companion?ref=thanks-copy" target="_blank" title="Bag Lady kickstarter" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-10-24_at_5.30.37_PM.png?v=1761341670" alt=""></a></p>
<p><a href="https://www.kickstarter.com/projects/scrambledeggcreate/i-am-not-broken-the-bag-lady-vinyl-companion?ref=thanks-copy" target="_blank" title="Bag Lady" rel="noopener">This project</a> is for anyone who’s carried the weight of shame, been mislabeled, dismissed, or misunderstood. Bag Lady stands silent but unshakable on your shelf, an ally whispering: you’re not broken, you’re not alone, your story matters.</p>
<p><em>Her pose is defiance cast in plastic. Not pain, but reclamation. She isn’t polished. She isn’t pristine. She’s raw, jagged, and unafraid to show it—because strength doesn’t always look tidy.</em></p>
<p><em><span class="text-italic">"I am broken" she said. She thinks to herself, "I am broken because I am told I am broken. By friends, loved ones, and strangers alike.</span></em></p>
<p><em><span class="text-italic">I don't feel broken, but I must be, because everyone is saying so. My mental health must be broken. It's all in my head, and I should just get over it.</span></em></p>
<p><em><span class="text-italic">That's what I'm told. But I'm fed up with being told that I am broken."</span></em></p>
<p><em><span class="text-italic">The Bag Lady wasn't broken; she was perfect in every way. She was unique, with her pale blue skin and ragged dress.</span></em></p>
<p><em><span class="text-italic">Her horns were perfectly misshaped protruding from the bag she used to cover her face. She was flawed. And she carved her defiance across her face to let the world know.</span></em></p>
<p><em><span class="text-italic">She wasn't broken.</span></em></p>
<h2 style="text-align: center;"><a href="https://www.kickstarter.com/projects/scrambledeggcreate/i-am-not-broken-the-bag-lady-vinyl-companion?ref=thanks-copy" target="_blank" title="Bag Lady kickstarter" rel="noopener"><strong><span class="text-italic">BACK THE KICKSTARTER</span></strong></a></h2>
<p><a href="https://www.kickstarter.com/projects/scrambledeggcreate/i-am-not-broken-the-bag-lady-vinyl-companion?ref=thanks-copy" target="_blank" title="Bag Lady Kickstarter" rel="noopener"><span class="text-italic"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/47c3be0579d4fbb7b72c24642077fcc5_original.avif?v=1761341720" alt=""></span></a></p>
<p><span class="bold">By turning Shawn Coss’ artwork into a tangible collectible, we’re putting that message in your hands: imperfection isn’t weakness. This isn’t just a toy. It’s a totem. A survival charm for the misfits, the misunderstood, and the still-standing.</span></p>
<p> </p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/crystal-lake-confections-5th-annual-masquerade</id>
    <published>2025-10-16T15:52:14-04:00</published>
    <updated>2026-04-02T11:04:00-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/crystal-lake-confections-5th-annual-masquerade"/>
    <title>Crystal Lake Confections 5th Annual Masquerade</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <content type="html">
      <![CDATA[<p><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/CDBA34BD-4575-4C2C-A8B4-59D2B0462F01.jpg?v=1760644223" alt=""><br>5th annual Crystal Lake Masquerade<br>will be Live streamed from @playfulgorilla Instagram October 18th at 5:00pm PST !</p>
<p>Featuring these amazing artists:</p>
<p>@jujuowls<br>@sauceslinger<br>@braindeef<br>@zeropro<br>@acbcollects<br>@tjp_art<br>@natgio00<br>@maxx.vart<br>@dxestudios<br>@art_by_zoe<br>@sneak_ecloud<br>@freakykissdesigns<br>@purple.gaze.studios<br>@attempts_were_made</p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/from-hawkins-to-halloween-town-yume-toys-is-all-in-at-new-york-comic-con</id>
    <published>2025-10-08T20:29:07-04:00</published>
    <updated>2026-04-02T11:03:59-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/from-hawkins-to-halloween-town-yume-toys-is-all-in-at-new-york-comic-con"/>
    <title>From Hawkins to Halloween Town: YuMe Toys is All In at New York Comic Con</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <summary type="html">
      <![CDATA[<p><meta charset="utf-8"><span lang="EN-GB">YuMe Toys is debuting their <b>Smart Machines</b> at NYCC! These first-to-market interactive machines are changing the way fans shop collectibles, making the process an experience all its own</span></p><p><a class="read-more" href="https://tenacioustoys.com/blogs/tenacious-ninja/from-hawkins-to-halloween-town-yume-toys-is-all-in-at-new-york-comic-con">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><a href="https://www.yumetoys.com/" rel="noopener" target="_blank"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/DSC_2048.png?v=1759969477" alt="" style="display: block; margin-left: auto; margin-right: auto;"></a></p>
<p class="MsoNormal"><span lang="EN-GB">Heads up, collectors and pop culture stans – <a href="https://www.yumetoys.com/" title="yume toys" rel="noopener" target="_blank">YuMe Toys</a> is officially rolling into New York Comic Con this year, setting up inside <b><a href="https://www.newyorkcomiccon.com/en-us/exhibitors-and-artists/exhibitors/showroom.html?gtID=634787&amp;exhibitor-name=The-Pop-Insider" target="_blank" title="NYCC The Pop Insider" rel="noopener">The Pop Insider booth</a> (#1829) from October 9th through the 12th.</b> If you’ve been following YuMe, you already know they specialize in super-fun, highly collectible lines that hit just the right mix of fandom and toy innovation. And this year? They’re showing up with some serious fan favorites <i>and</i> something completely new.</span></p>
<p class="MsoNormal"><span lang="EN-GB">That’s right – YuMe Toys is debuting their <b>Smart Machines</b> at NYCC! These first-to-market interactive machines are changing the way fans shop collectibles, making the process an experience all its own. With every turn, fans will unlock an exclusive treasure, some of which are only available at the show.</span></p>
<p class="MsoNormal"><span lang="EN-GB">And what exactly will these Smart Machines be stocked with? There’s a whole range of goodies and some exclusive NYCC-first collections that you won’t want to miss:</span></p>
<ul style="margin-top: 0in;" type="disc">
<li class="MsoNormal" style="mso-list: l0 level1 lfo1; tab-stops: list .5in;">
<b><span lang="EN-GB">Marvel Cosbi Rider Bobble-Head Collection</span></b><span lang="EN-GB"></span>
</li>
<li class="MsoNormal" style="mso-list: l0 level1 lfo1; tab-stops: list .5in;">
<b><span lang="EN-GB">Spider-Man: Across the Spider-Verse Cosbi Diorama Collection</span></b><span lang="EN-GB"></span>
</li>
<li class="MsoNormal" style="mso-list: l0 level1 lfo1; tab-stops: list .5in;">
<b><span lang="EN-GB">Star Wars Grogu Cosbi Bobble-Head Collection</span></b><span lang="EN-GB"></span>
</li>
<li class="MsoNormal" style="mso-list: l0 level1 lfo1; tab-stops: list .5in;">
<b><span lang="EN-GB">Squid Game Cosbi Collection Series 2</span></b><span lang="EN-GB"></span>
</li>
</ul>
<p class="MsoNormal"><span lang="EN-GB">All of these exclusives will be available <i>only</i> through YuMe’s Smart Machines at <b>The Pop Insider booth (#1829).</b> These are true show-first drops, making them some of the most coveted collectibles on the floor.</span></p>
<p class="MsoNormal"><a href="https://www.yumetoys.com/" rel="noopener" target="_blank"><span lang="EN-GB"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/DSC_2084.jpg?v=1759969593" alt=""></span></a></p>
<p class="MsoNormal"><span lang="EN-GB">Of course, longtime YuMe fans will still be able to get their hands on favorites like the Stranger Things Series 3 Upside Down Capsules, the Cosbi range of the Fantastic Four, The Nightmare Before Christmas figures, and the adorable Hello Kitty and Friends collection. So, with the launch of Smart Machines and these NYCC-exclusive Cosbi collections, YuMe is taking fandom fun to the next level.</span></p>
<p class="MsoNormal"><span lang="EN-GB">So, if you’re hitting NYCC this October, make sure you swing by booth #1829. Between the wholesome product lineup and this brand-new interactive experience, YuMe Toys is making sure their stop is one you absolutely won’t want to skip.</span><span lang="EN-GB"></span></p>
<p class="MsoNormal"><a href="https://www.yumetoys.com/" rel="noopener" target="_blank"><span lang="EN-GB"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/DSC_2014.png?v=1759969461" alt=""></span></a></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/retro-media-in-2025-bringing-the-past-to-the-present</id>
    <published>2025-09-29T07:40:31-04:00</published>
    <updated>2026-04-02T11:03:47-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/retro-media-in-2025-bringing-the-past-to-the-present"/>
    <title>Retro Media In 2025: Bringing The Past To The Present</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <content type="html">
      <![CDATA[<p style="text-align: right;"><a href="https://www.slots.lv" title="looking to play slots" rel="noopener" target="_blank"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/A_stack_of_classic_video_games.jpg?v=1758645270" alt=""></a>Retro games - <a href="https://www.pexels.com/photo/game-cartridges-1373100/" title="A stack of classic video games" rel="noopener" target="_blank">Pexels</a></p>
<p>Is there anything better loved in today’s world than the blast of nostalgia brought by enjoying things from the past? Whether it’s picking up an old computer game, rewatching some of your favorite childhood shows, or embracing modern media that has a retro vibe in one way or another - all of these things tap into our love for the past, for childhood memories, and provide us with that nostalgic feeling that warms us to our toes.</p>
<h2>Arcades And Casinos Step Into 2025<br>
</h2>
<p>A powerful memory for many of us is the arcade games that used to pop up in almost every town. There was nothing like it, walking through those doors with a big stack of coins, listening to the clink and rattle of change pouring into cash boxes and coin cups. These days, it’s a lot harder to find a physical arcade, and much of what they offered has been replaced by modern slots that tend to be entirely computer run.</p>
<p>That doesn’t mean that the classic vibe of the old-school slot machines is gone, however! While there are plenty of slick and modern titles being released, there are also many options out there that positively embrace the retro vibe and recapture the glory of the early fruit machines.<br></p>
<p>If you’re <a href="https://www.slots.lv" title="looking to play slots" rel="noopener" target="_blank">looking to play slots</a> that will hit that retro feel, Retro Wild Ride could be a great place to start, offering the nostalgia of old-style cars, big billboards, and even your choice of soundtrack.<br></p>
<p>And if that’s not quite the ticket and you’d rather play slots with some of the real classic images, you can pick from a myriad of games that play on the staples of fruits and bars, sometimes with modern twists to update them. Sweet Fruits, Cosmic Fruits, Hot Glowing Fruits - you name it, you’ll find it available to enjoy. It’s hard to deny that the amount of options out there makes this activity a hundred times better than when we used to play as kids; you’re no longer limited to a handful of machines. There are choices galore!<br></p>
<p>If you’re not sure where to start, you can always check out the <a href="https://buzz.slots.lv/slots-guides/best-classic-slots/" title="best classic slots" rel="noopener" target="_blank">Best Classic Slots</a> to find games that are sure to get the nostalgia ball rolling - games inspired by retro fruit machines. It really is the best of both worlds.<br></p>
<h2>Metroidvanias are Back<br>
</h2>
<p>If the arcade isn’t hitting those treasured memories for you, it might suggest that you were more into the home console scene. For many of us, the Castlevania and Super Metroid series were our first introduction to the world of gaming as a whole, and they certainly left their mark.<br></p>
<p>Few other games can claim to have created a genre as distinctive and powerful as the metroidvania pair, and there have certainly been many attempts to copy and recapture that charm in the years since.<br></p>
<p>Still, you could be forgiven for assuming that the metroidvania genre was pretty much dead these days. After all, a lot of its most iconic features were designed to work around the limitations of the hardware of the day. In the modern era, where game engines are capable of rendering complex 3D objects in real time, adding detailed lighting and particle effects, and including vast, intricate worlds, is there still a place for the 2D platforming and boss fights that defined this genre?<br></p>
<p>Well, with the much-anticipated release of Silksong, <a href="https://alineaanalytics.substack.com/p/silksong-passed-5m-players-in-three" title="over 5 million players" rel="noopener" target="_blank">over 5 million players</a> seem to say that the metroidvania genre is alive and well. Silksong, much like its predecessor Hollow Knight, taps into the atmospheric landscapes that made the Castlevania and Metroid games such successes, but also revitalizes the genre by updating it to the modern era with better controller support and crisp visuals that could never have been possible in the 16-bit days.<br></p>
<h2>Felix The Cat Returns as a Figurine<br>
</h2>
<p>Stepping away from games and into nostalgic cartoons, Felix the Cat is considered to be one of the most iconic figures from the 1960s through to the 1990s by many people, and for good reason. These cartoons cemented themselves as a deeply memorable part of animation history, and bringing him into 2025 with a <a href="https://tenacioustoys.com/blogs/tenacious-ninja/colus-sculpts-jumbo-felix-the-cat-for-funko-link-to-enter-the-launch" title="Felix the Cat figurine">sculpted figurine</a> is the perfect way to relive some particularly precious childhood moments. Complete with a magic bag of tricks (who could forget the bag), this is the ideal addition for any enthusiast trying to get into the retro vibe.<br></p>
<p>Felix is a well-loved character who remains stubbornly iconic even now. He’s got really widespread appeal, too, having appeared in media since <a href="https://www.dailycartoonist.com/index.php/2019/11/09/100-year-old-felix-the-cat/" title="Felix the Cat created in 1919" rel="noopener" target="_blank">his creation in 1919</a>. Felix successfully made the transition from silent to sound, and has remained with audiences ever since in a whole range of forms, including a graphic novel that was released as recently as 2023.<br></p>
<p>Having a Felix the Cat replica to place proudly on a games shelf is the perfect way to give a nod to the past and the fun this character represents. There’s something magnetic about his happy grin that the figurine has perfectly captured, letting fans relive the glory days of this much-loved feline.</p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/the-edge-blain-action-figure-and-one-shot-comic-on-kickstarter</id>
    <published>2025-09-18T16:54:54-04:00</published>
    <updated>2026-04-02T11:03:45-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/the-edge-blain-action-figure-and-one-shot-comic-on-kickstarter"/>
    <title>The Edge Blain Action Figure and One Shot Comic on Kickstarter</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <summary type="html">
      <![CDATA[<p class="type-14 type-18-md soft-black project-description mb1">Blain 1/18 scale action figure in collaboration with LooseCollector Collectibles.</p><p><a class="read-more" href="https://tenacioustoys.com/blogs/tenacious-ninja/the-edge-blain-action-figure-and-one-shot-comic-on-kickstarter">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><iframe width="640" height="360" src="https://www.kickstarter.com/projects/theedgecomic/the-edge-blain-action-figure/widget/video.html"> </iframe></p>
<h3 class="page-anchor" id="h:Welcome-to-the-world-of-The-Edge-now-in-action-figure-form-We-are-working-with-Loosecollecter-to-bring-The-Edge-to-1-18th-scale-Jump-on-now-">Welcome to the world of The Edge, <a href="https://www.kickstarter.com/projects/theedgecomic/the-edge-blain-action-figure" target="_blank" title="The EDGE ACTION FIGURE" rel="noopener">now in action figure form</a>. We are working with Loosecollecter to bring The Edge to 1/18th scale. Jump on now: Back the Kickstarter!</h3>
<p><a href="https://www.kickstarter.com/projects/theedgecomic/the-edge-blain-action-figure" target="_blank" title="The Edge action figure" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-09-18_at_4.52.10_PM.png?v=1758228747" alt=""></a></p>
<p><iframe title="YouTube video player" src="https://www.youtube.com/embed/s8xGq2_CmA8?si=wn750m8iXRA4G5de" height="315" width="560"></iframe></p>
<h3 id="h:Blain-and-all-of-the-action-figures-in-this-line-will-be-1-18th-scale-and-will-feature-25-points-of-articulation" class="page-anchor">Blain and all of the action figures in this line will be 1/18th scale and will feature 25 points of articulation:</h3>
<p>Articulation:<br>* double-ball neck<br>* double-ball torso<br>* waist swivel<br>* shoulder swivel<br>* shoulder hinge<br>* bicep swivel<br>* elbow hinge<br>* wrist swivel<br>* ball hips<br>* thigh swivel<br>* double knee<br>* ankle hinge<br>* ankle rocker</p>
<h2 style="text-align: center;"><a href="https://www.kickstarter.com/projects/theedgecomic/the-edge-blain-action-figure" target="_blank" title="The Edge Kickstarter" rel="noopener">Back THE EDGE on KICKSTARTER!</a></h2>
<p> </p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/6-hours-left-to-back-here-there-bear-plush</id>
    <published>2025-09-05T08:27:42-04:00</published>
    <updated>2026-04-02T11:03:39-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/6-hours-left-to-back-here-there-bear-plush"/>
    <title>🧭 6 Hours Left to Back Here There Bear Plush</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <content type="html">
      <![CDATA[<p><a href="https://www.kickstarter.com/projects/bigshot-toyworks/here-there-bear?ref=bjjoyl" target="_blank" title="Here There Bear" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/19807456-35ee-4a0a-a453-e6382c6f4597.jpg?v=1757074905" alt=""></a>The latest Bigshot project,<span> </span><a href="https://www.kickstarter.com/projects/bigshot-toyworks/here-there-bear?ref=bjjoyl" target="_blank" title="Here There Bear" rel="noopener"><span class="bold">Here There Bear</span></a>, closes in 6 hours! </p>
<p><a href="https://www.kickstarter.com/projects/bigshot-toyworks/here-there-bear?ref=bjjoyl" target="_blank" title="Here There Bear" rel="noopener"><span class="bold">Click here to support</span></a>: $45 pledge gets you the Main Reward 10" brown posable Here There Bear (above). The Mini 6" version pictured below - also posable - is a $35 Add-On. The bottom image is the Zipper Clip-On Pouch and it's a $25 Add-On. Plus there's a capsule collection of apparel and travel accessories worth checking out!</p>
<p>Big thanks to the members of the Tenacious community that have supported Here There Bear! You know that Bigshot always delivers and that Benny is in charge of making that happen on time and without hiccups!</p>
<p><a href="https://www.kickstarter.com/projects/bigshot-toyworks/here-there-bear?ref=bjjoyl" target="_blank" title="Here There Bear mini plush" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/mini_bear_proto_front.jpg?v=1757075003" alt=""></a></p>
<p><a href="https://www.kickstarter.com/projects/bigshot-toyworks/here-there-bear?ref=bjjoyl" target="_blank" title="Here There Bear Zipper Pouch" rel="noopener"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/bear_pouch_proto.jpg?v=1757075042" alt=""></a></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/whats-better-than-build-a-bear-here-there-bear</id>
    <published>2025-08-13T19:28:09-04:00</published>
    <updated>2026-04-02T11:03:38-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/whats-better-than-build-a-bear-here-there-bear"/>
    <title>What&apos;s Better than Build A Bear? Here There Bear!</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <summary type="html">
      <![CDATA[<p><meta charset="utf-8"><span class="il">Here</span><span> </span><span class="il">There</span><span> </span><span class="il">Bear</span>. Your fully posable, huggable friend designed to make memories in the wild, available on Kickstarter now.</p><p><a class="read-more" href="https://tenacioustoys.com/blogs/tenacious-ninja/whats-better-than-build-a-bear-here-there-bear">More</a></p>]]>
    </summary>
    <content type="html">
      <![CDATA[<p><a href="https://www.kickstarter.com/projects/bigshot-toyworks/here-there-bear?ref=bjjoyl" title="Here There Bear" rel="noopener" target="_blank"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/b8bdc7ed-c867-4716-a1b9-1153bda962f2.jpg?v=1755127235" alt=""></a>In a world full of noise, where everyone is staring at screens... we all need a little break.</p>
<div>Meet your curious travel companion, ready to go wherever you go:<span> </span><span class="il">Here</span><span> </span><span class="il">There</span><span> </span><span class="il">Bear</span>. Your fully posable, huggable friend designed to make memories in the wild.</div>
<div><br></div>
<div><a href="https://www.kickstarter.com/projects/bigshot-toyworks/here-there-bear?ref=bjjoyl" title="Here There Bear KS" rel="noopener" target="_blank"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/HTB_KS_panel_posbable_and_rady_to_roam.jpg?v=1755127416" alt=""></a></div>
<h1><span class="il">What is Here There Bear?</span></h1>
<div>
<a href="https://www.kickstarter.com/projects/bigshot-toyworks/here-there-bear?ref=bjjoyl" title="Here There Bear" rel="noopener" target="_blank"><span class="il">Here</span><span> </span><span class="il">There</span><span> </span><span class="il">Bear</span></a><span> </span>is a beautifully crafted 10-inch tall<span> </span><span class="il">bear</span><span> </span>with a unique articulated internal structure that makes it perfect to pose and capture impromptu photos and memories.</div>
<div> </div>
<h1>What is Here There Bear all about?</h1>
<div>“My inspiration as a toymaker has always been to create timeless characters who are more than toys. I have always hoped to design a companion that a child would drag around everywhere they go to create cherished memories with, and then later pass them down to<span> </span><span class="il">their</span><span> </span>own children, and an adorable<span> </span><span class="il">bear</span><span> </span>is a perfect choice for this concept. ” shares Klim Kozinevich, Creative Director of Bigshot.</div>
<div><br></div>
<div><a href="https://www.kickstarter.com/projects/bigshot-toyworks/here-there-bear?ref=bjjoyl" title="Here There Bear" rel="noopener" target="_blank"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-07-16_at_1.00.39_PM.png?v=1755127370" alt=""></a></div>
<div> “In this time of massive disconnection, we believe that it is more important than ever to experience the real world offline, and connect with people, places, and things in a meaningful way,” explains Klim. “Through interactions and experiences with these plush characters, we hope to help people find a moment of calm to re-center themselves and get in touch with<span> </span><span class="il">their</span><span> </span>imaginations.”</div>
<div><a href="https://www.kickstarter.com/projects/bigshot-toyworks/here-there-bear?ref=bjjoyl" title="Here There Bear" rel="noopener" target="_blank"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/bear_hug_reward_tier.jpg?v=1755127293" alt=""></a></div>
<h1>How do I buy Here There Bear?</h1>
<div>Don’t miss out -<span> </span><a href="https://www.kickstarter.com/projects/bigshot-toyworks/here-there-bear?ref=bjjoyl" title="Here There Bear KS" rel="noopener" target="_blank"><span class="il">Here</span><span> </span><span class="il">There</span><span> </span><span class="il">Bear</span><span> </span>is live on Kickstarter now</a>! Early Cub special pricing on the 10"<span> </span><span class="il">Bear</span><span> </span>and<span> </span><span class="il">Bear</span><span> </span>Hug Combo packs are both available, alongside a bearly believable set of Add-Ons like a mini 6" posable<span> </span><span class="il">Bear</span>, a Clip On<span> </span><span class="il">Bear</span><span> </span>Head Pouch, and a capsule collection of apparel and travel accessories.</div>
<div><br></div>
<div><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-08-10_at_12.19.08_PM.png?v=1755127487" alt=""></div>
<h1><em>What’s next after <span class="il">Here</span> <span class="il">There</span> <span class="il">Bear</span> is funded?</em></h1>
<p><br>As a product and IP studio first, this project is a dream that Bigshot is turning into reality with your support. They are busy cultivating connections and ideas for brand partnerships, publishing, stationary, accessories, vinyl toys and more plush collections based around<span> </span><span class="il">Here</span><span> </span><span class="il">There</span><span> </span><span class="il">Bear</span>.<span> </span><span class="il">Their</span><span> </span>plan is to build in the open and share our progress and process with the world.</p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/sdcc-2025-exclusives-from-furry-feline-creatives</id>
    <published>2025-07-18T20:07:37-04:00</published>
    <updated>2026-04-02T11:02:49-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/sdcc-2025-exclusives-from-furry-feline-creatives"/>
    <title>SDCC 2025 Exclusives from Furry Feline Creatives</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <content type="html">
      <![CDATA[<h2 dir="auto"><span>Handmade Chibi Mewjira 3″ Resin Figure </span></h2>
<h3 dir="auto"><span>$29.99</span></h3>
<div dir="auto"><span>Hot off DesignFesta in Tokyo,  these handmade chibi Mewjira 3″ figures (which sold out of in Japan). To celebrate, we are offering a special SDCC exclusive colorway. The figures are inspired by Japanese sofubi, and created with a new material in their resin casting that have semi-rigid properties that resembles soft vinyl. Each figure is handcasted and hand-painted by Cheri Ong, and available for $30 each, with three colorways to choose from: Neon Green, Neon Orange, and Neon Purple.</span></div>
<div dir="auto">
<span></span><br>
</div>
<div dir="auto"><span><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/gilkinstoys1.jpg?v=1752883758" alt=""></span></div>
<div dir="auto">
<h2><span>Gillkins Twin Pack Squish Candy Figures </span></h2>
<h3><span>$9.99</span></h3>
<p>Hey everyone! Come on over to booth #4435 and meet The Gillkins! They’re not your average fish in the sea, they are Furry Feline Creatives of  gummy-inspired toy figures that come in vibrant color duos – Red + Green, Red + Orange, and Red + Yellow and a very special rainbow colors– bringing playful energy to your collection. They might look delicious, but these gummies are strictly for playing and displaying, not for eating. Twin packs available for $9.99 at San Diego Comic-Con.</p>
<p>Prefer a little shimmer in your toys? These 3D printed toys are ready to wiggle straight into your heart. Each package comes with two limited edition colorway: Metallic Magenta/Gold and Green/Blue variants</p>
<p><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Messenger_creation_C88D8ABE-E945-4AE9-9E1A-307E87BBD616.jpg?v=1752883838" alt=""></p>
<div dir="auto">
<h2>Nuggemon Plush + Bundles</h2>
<h3>$45 each or $80 for both </h3>
</div>
<div data-smartmail="gmail_signature">
<div dir="ltr">
<div dir="ltr">
<div>
<b> </b><span>From the twisted, crispy mind of Furry Feline Creatives comes </span><strong>Nuggemon</strong><span>, the fluffiest kaiju to ever explode out of your deep fryer nightmares! This isn’t just a plush—it’s a full-on flavor invasion. With </span><strong>three angry eyes</strong><span>, a permanent scowl, and a dumpling-shaped derrière, Nuggemon is ready to rampage right into your heart…and maybe your fridge. Inspired by those tasty fried chicken you find at Japanese convenience stores (konbini) are now reborn as an angry nugget kaiju.  Comes in two variants.   Creamy and Spicy. Part of the Jebii Butt Nuggets family that have been very popular in our toy line.</span>
</div>
<br><span><img data-emoji="🥄" class="an1" alt="🥄" aria-label="🥄" draggable="false" src="https://fonts.gstatic.com/s/e/notoemoji/16.0/1f944/72.png" loading="lazy" width="21" height="21"> </span><strong>INCLUDES MYSTERY CREAM SAUCE</strong><br><span>Each Nuggemon comes with a mysterious, mischievous companion—</span><strong>a “Mystery Cream Sauce” sidekick</strong><span> that may or may not judge your life choices. Is it mayo? Is it mischief? Only your destiny can tell. Spoiler: it’s weird but absolutely adorable.</span><br><br><span><img data-emoji="🛍️" class="an1" alt="🛍️" aria-label="🛍️" draggable="false" src="https://fonts.gstatic.com/s/e/notoemoji/16.0/1f6cd_fe0f/72.png" loading="lazy" width="39" height="39"> </span><strong>PACKAGED IN A CRAFT BAG WITH A SEE-THROUGH WINDOW</strong><span>, so Nuggemon can glare at your other plushes on the shelf like the salty beast he is.</span>
</div>
<div dir="ltr">
<span></span><br>
</div>
<div dir="ltr"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Messenger_creation_63DAE033-8D3F-4A31-B1C6-4F30FF8CF01C.jpg?v=1752883971" alt=""></div>
<div dir="ltr">
<h2><span>Mewjira Plushies + Bundles. </span></h2>
<h3><span>$80 for the plushies. $110 bundle with tee.</span></h3>
<p>Headlining the collection is Mewjira, a monster-sized feline with a destructive streak and handcrafted charm. These plush figures are stitched from ultra-soft fleece, complete with oversized felt eyes, jagged smiles, and just enough attitude to knock over a skyline. Designed and handmade by artist Cheri Ong, Mewjira plushies are anything but mass-produced — they’re soft-sculpture collectibles. Two versions will debut: Teal Terror and Bubblegum Rage. Each is priced at $40, or fans can purchase both for $80.</p>
<p>A bundle is also available that includes the plush set along with Furry Feline’s best-selling Mewjira T-shirt for $110.</p>
<h1>Furry Feline is at SDCC <meta charset="utf-8"> <span>booth #4435 </span>
</h1>
<h3><span>near Disney/ABC and Toddland</span></h3>
<p><span><meta charset="utf-8">All these exclusives can also be found here.  <a href="https://furry-feline.com/collections/sdcc-2025" data-saferedirecturl="https://www.google.com/url?q=https://furry-feline.com/collections/sdcc-2025&amp;source=gmail&amp;ust=1752959827634000&amp;usg=AOvVaw3O2Guyf5LdjScEVL9dff33" target="_blank">https://furry-<wbr>feline.com/collections/sdcc-<wbr>2025</wbr></a></span></p>
</div>
</div>
</div>
</div>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/pop-culture-live-auction-july-2-feat-og-slick-banksy-chris-carter-dia-allam-schoony-etc</id>
    <published>2025-06-28T10:52:52-04:00</published>
    <updated>2026-04-02T11:02:47-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/pop-culture-live-auction-july-2-feat-og-slick-banksy-chris-carter-dia-allam-schoony-etc"/>
    <title>Pop Culture Live Auction July 2 feat. OG SLICK, BANKSY, Chris Carter, Dia Allam, Schoony etc</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <content type="html">
      <![CDATA[<p style="text-align: center;"><strong>BIDDING IS NOW OPEN ONLINE AT<span> </span><a href="http://propstore.com/" data-saferedirecturl="https://www.google.com/url?q=http://PROPSTORE.COM&amp;source=gmail&amp;ust=1751118927939000&amp;usg=AOvVaw3iEJ0NIJ6c92MgkcuAHdpC" target="_blank">PROPSTORE.COM</a></strong><span> </span></p>
<div style="text-align: left;"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-06-28_at_10.45.52_AM.png?v=1751122016" alt="Bansky" style="margin-bottom: 16px; float: none;"></div>
<p>This summer, Propstore’s highly anticipated<span> </span><strong>Pop Culture Live Auction</strong><span> </span>features a remarkable selection of contemporary and street art, showcasing standout works from some of the world’s most sought-after and influential artists.<span> </span></p>
<p>Taking place on<span> </span><strong>Wednesday 2nd July 2025</strong>, the auction features over<span> </span><strong>430 rare and original lots<span> </span></strong>spanning music memorabilia, posters, animation art, comics, gaming and more. With an estimated auction value exceeding<span> </span><strong>£750,000</strong>, the sale also spotlights a standout collection of contemporary artworks by OG SLICK, BANKSY, Chris Carter, Dia Allam, Schoony and other pioneering artists.<span> </span></p>
<div style="text-align: left;"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-06-28_at_10.49.34_AM.png?v=1751122190" alt="OG Slick" style="margin-bottom: 16px; float: none;"></div>
<p>Contemporary Art Highlights include:<span> </span></p>
<ul>
<li>
<p><strong>Incredible artworks from highly influential urban and graffiti artist, OG SLICK, including "I Splat LA" (2024)</strong>, estimated between<span> </span><strong>£20,000 and £40,000</strong><span> </span>($27,000 - $54,000) and<span> </span><strong>“Money Mouse" (2024)</strong>, estimated at<span> </span><strong>£14,000 - £28,000</strong><span> </span>($18,900 -$37,800)<span> </span></p>
</li>
<li>
<p><strong>Schoony’s "Bruiser (Black Prismatic and Gold Gloves)" (2019)</strong>, estimated at<span> </span><strong>£8,000 - £16,000</strong><span> </span>($10,800 - $21,600)<span> </span></p>
</li>
<li>
<p><strong>Banksy’s "Weston Super Mare Print" (2003)</strong>, estimated at<span> </span><strong>£8,000 - £16,000</strong><span> </span>($10,800–$21,600), a rare and highly collectible print by the elusive street artist<span> </span><span></span></p>
</li>
</ul>
<div style="text-align: left;"><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-06-28_at_10.50.30_AM.png?v=1751122247" alt="Schoony" style="margin-bottom: 16px; float: none;"></div>
<p>Other key highlights include:<span> </span></p>
<ul>
<li>
<p><strong>CHRIS CARTER<span> </span></strong>UFO Triptych<strong><span> </span>est. £7,000 - £14,000<span> </span></strong>($9,450 - $18,900)<span> </span></p>
</li>
</ul>
<ul>
<li>
<p><strong>DIA ALLAM<span> </span></strong>Pathway to Heaven<strong><span> </span>est. £5,000 - £10,000<span> </span></strong>($6,750 - $13,500)<span> </span></p>
</li>
</ul>
<ul>
<li>
<p><strong>DIA ALLAM<span> </span></strong>Entangelled<strong><span> </span>est. £5,000 - £10,000<span> </span></strong>($6,750 - $13,500)<span> </span></p>
</li>
</ul>
<ul>
<li>
<p><strong>BUSTER DUQUE</strong><span> </span>Buster Tags<strong><span> </span>est. £2,000 - £4,000<span> </span></strong>($2,700 - $5,400)<span> </span></p>
</li>
</ul>
<ul>
<li>
<p><strong>PRIME<span> </span></strong>Getty L.A. Graffiti Black Book Cover Print<strong><span> </span>est. £2,000 - £4,000<span> </span></strong>($2,700 - $5,400)<span> </span></p>
</li>
</ul>
<ul>
<li>
<p><strong>BANKSY<span> </span></strong>Tesco’s Soup Cans Poster<strong><span> </span>est. £1,000 - £2,000<span> </span></strong>($1,350 - $2,700)<span> </span></p>
</li>
</ul>
<ul>
<li>
<p><strong>DOTMASTERS<span> </span></strong>Louis Vuitton High Class Trash Canvas (2012)<strong><span> </span>est. £750 - £1,500<span> </span></strong>($1,010 - $2,020)<span> </span></p>
</li>
</ul>
<ul>
<li>
<p><strong>SWOON<span> </span></strong>Indian Girls<strong><span> </span>est. £700 - £1,400<span> </span></strong>($945 - $1,890)<strong> </strong><span> </span></p>
</li>
</ul>
<p><span><img src="https://cdn.shopify.com/s/files/1/1103/7140/files/Screenshot_2025-06-28_at_10.51.27_AM.png?v=1751122300" alt=""></span></p>
<p><strong>Jack Coleman, Propstore’s Managing Director, commented:</strong> <span><br></span><em>"This contemporary art collection in Propstore’s Pop Culture Live auction brings together the bold energy of street art, the vibrancy of pop culture and a range of striking visual styles. From OG SLICK’s bold colourful visuals to Banksy’s unmistakable style, these works reflect some of the most powerful and culturally resonant imagery of our time. Featuring both emerging talents and established names (with many pieces making their auction debut) this is a rare opportunity for collectors to connect with the artists and ideas shaping today’s visual landscape.”</em><span> </span></p>
<p><strong>BIDDING IS NOW OPEN ONLINE AT<span> </span><a href="http://propstore.com/" data-saferedirecturl="https://www.google.com/url?q=http://PROPSTORE.COM&amp;source=gmail&amp;ust=1751118927939000&amp;usg=AOvVaw3iEJ0NIJ6c92MgkcuAHdpC" target="_blank">PROPSTORE.COM</a></strong><span> </span></p>]]>
    </content>
  </entry>
  <entry>
    <id>https://tenacioustoys.com/blogs/tenacious-ninja/jt-studio-teases-yuki-yumi-from-gaki-race-1-6-series</id>
    <published>2025-06-25T09:48:41-04:00</published>
    <updated>2026-04-02T11:02:45-04:00</updated>
    <link rel="alternate" type="text/html" href="https://tenacioustoys.com/blogs/tenacious-ninja/jt-studio-teases-yuki-yumi-from-gaki-race-1-6-series"/>
    <title>JT Studio Teases Yuki &amp; Yumi from Gaki Race 1:6 Series</title>
    <author>
      <name>Benjamin Kline</name>
    </author>
    <content type="html">
      <![CDATA[<p>We are super stoked to see this stop motion teaser video from JT Studio:</p>
<p><iframe title="YouTube video player" src="https://www.youtube.com/embed/Ql6LmWpE8jc?si=xwnRdcHcL99yWCdd" height="315" width="560"></iframe></p>
<p><meta charset="utf-8"><span dir="auto" class="yt-core-attributed-string--link-inherit-color"><span dir="auto" class="yt-core-attributed-string--highlight-text-decorator"><a href="https://www.youtube.com/watch?v=k7ATblrXoLY&amp;pp=0gcJCR0AztywvtLA" aria-label="YouTube Channel Link: JTSTUDIO PRESENTS | GAKI RACE | Episode 2 | MONKEY" class="yt-core-attributed-string__link yt-core-attributed-string__link--call-to-action-color" tabindex="0" target=""> • JTSTUDIO PRESENTS | GAKI RACE | Episode 2 ...  </a></span></span><span dir="auto" class="yt-core-attributed-string--link-inherit-color"> Twin sisters YUMI &amp; YUKI fell from the mortal world into the depths of Hell, awakening their demonic powers. In this new episode, ZAIKI and KOZA are defeated by the mysterious MONKEY—who steals their Yan energy. Now it’s up to YUMI &amp; YUKI to take him down and reclaim what’s been lost. This isn’t just a race. It’s a fight for destiny. 🎬 Previous Episode: MONKEY’s origin and power revealed 👉 </span><span dir="auto" class="yt-core-attributed-string--link-inherit-color"><span dir="auto" class="yt-core-attributed-string--highlight-text-decorator"><a href="https://www.youtube.com/watch?v=k7ATblrXoLY" aria-label="YouTube Channel Link: JTSTUDIO PRESENTS | GAKI RACE | Episode 2 | MONKEY" class="yt-core-attributed-string__link yt-core-attributed-string__link--call-to-action-color" tabindex="0" target="">   • JTSTUDIO PRESENTS | GAKI RACE | Episode 2 ...  </a></span></span><span dir="auto" class="yt-core-attributed-string--link-inherit-color"> </span></p>
<p><span dir="auto" class="yt-core-attributed-string--link-inherit-color"><meta charset="utf-8">來自凡界的雙生姐妹 YUMI &amp; YUKI，墜入獄界後獲得惡魔力量，為了守護彼此，她們踏上了命運賽道。 在最新一集中，ZAIKI 與 KOZA 被神秘的 MONKEY 擊敗、閻屴被奪。 為了奪回力量，也為了保護同伴，YUMI 與 YUKI 決定迎戰 MONKEY！ 這場對決，不只是為了勝利，而是命運的試煉。 📺 上一集回顧：MONKEY 的誕生與力量揭秘 👉 <span dir="auto" class="yt-core-attributed-string--highlight-text-decorator"><a href="https://www.youtube.com/watch?v=k7ATblrXoLY&amp;pp=0gcJCR0AztywvtLA" aria-label="YouTube Channel Link: JTSTUDIO PRESENTS | GAKI RACE | Episode 2 | MONKEY" class="yt-core-attributed-string__link yt-core-attributed-string__link--call-to-action-color" tabindex="0" target="">  <span class="yt-core-attributed-string--inline-block-mod"><img src="https://www.gstatic.com/youtube/img/watch/yt_favicon_ringo2.png" class="yt-core-image yt-core-attributed-string__image-element yt-core-attributed-string__image-element--image-alignment-vertical-center yt-core-image--content-mode-scale-to-fill yt-core-image--loaded" alt=""></span></a></span></span></p>
<ul>
<li><span dir="auto" class="yt-core-attributed-string--link-inherit-color">More information <a href="https://www.jeitseng.com/gakirace" target="_blank" title="Gaki Race" rel="noopener">on his site here</a> </span></li>
<li><span dir="auto" class="yt-core-attributed-string--link-inherit-color">GAKI RACE series Created by Jei Tseng 曾弘傑 / JTSTUDIO </span></li>
<li>
<span dir="auto" class="yt-core-attributed-string--link-inherit-color">Stop motion and Director by ‪‪</span><span dir="auto" class="yt-core-attributed-string--link-inherit-color"><a href="https://www.youtube.com/@jordantseng" class="yt-core-attributed-string__link yt-core-attributed-string__link--call-to-action-color" tabindex="0" target="">‪@jordantseng‬</a></span><span dir="auto" class="yt-core-attributed-string--link-inherit-color"> </span>
</li>
</ul>]]>
    </content>
  </entry>
</feed>
