{"product_id":"schmoogle","title":"Schmoogle – Monster Hand Puppet | 3D Printed Teeth | Pubbets Lab | 1 of 1","description":"\u003c!--\n  SCHMOOGLE — Pubbets Lab Original\n  Pubbets Product Page\n\n  IMAGE SETUP — replace with your Shopify CDN URLs:\n    SCHMOOGLE_HERO_URL    → Schmoodley_CLOSEUP_OPEN.png\n    SCHMOOGLE_BODY_URL    → Schmoodley_FRONT.png\n--\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700\u0026family=Lato:ital,wght@0,400;0,700;1,400\u0026display=swap');\n\n  :root {\n    --lime:      #3a8a00;\n    --lime-mid:  #4aa800;\n    --red:       #c01818;\n    --pink:      #a04060;\n    --forest:    #1a4a20;\n    --ink:       #0a1a08;\n    --ink-mid:   #203018;\n    --bg:        #ffffff;\n    --bg-warm:   #f4faf0;\n    --rule:      #c0d8b0;\n  }\n\n  .sch-page * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .sch-page {\n    font-family: 'Lato', Georgia, sans-serif;\n    font-size: 18px;\n    background: var(--bg);\n    color: var(--ink);\n    line-height: 1.65;\n    -webkit-text-size-adjust: 100%;\n  }\n\n  \/* ── TOP BAR ── *\/\n  .sch-top-bar {\n    background: var(--forest);\n    color: #fff;\n    text-align: center;\n    padding: 11px 16px;\n    font-size: 18px;\n    font-weight: 700;\n    letter-spacing: 1px;\n  }\n\n  \/* ── HERO ── *\/\n  .sch-hero-image {\n    width: 100%;\n    display: block;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n    object-position: top;\n  }\n\n  .sch-hero-copy {\n    background: var(--bg-warm);\n    border-top: 5px solid var(--forest);\n    padding: 28px 20px 32px;\n  }\n\n  .sch-eyebrow {\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--lime);\n    margin-bottom: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  .sch-name {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-size: 3.2rem;\n    font-weight: 900;\n    line-height: 1;\n    color: var(--ink);\n    margin-bottom: 8px;\n  }\n\n  .sch-tagline {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-size: 1.2rem;\n    font-style: italic;\n    color: var(--ink-mid);\n    margin-bottom: 22px;\n    line-height: 1.5;\n  }\n\n  .sch-intro {\n    font-size: 18px;\n    color: var(--ink-mid);\n    line-height: 1.75;\n    margin-bottom: 24px;\n    border-left: 4px solid var(--lime);\n    padding-left: 16px;\n  }\n\n  .sch-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  .sch-badge {\n    font-size: 18px;\n    font-weight: 700;\n    padding: 8px 16px;\n    border: 2px solid var(--ink);\n    color: var(--ink);\n    background: #fff;\n  }\n\n  .sch-badge.forest {\n    background: var(--forest);\n    color: #fff;\n    border-color: var(--forest);\n  }\n\n  .sch-badge.red {\n    background: var(--red);\n    color: #fff;\n    border-color: var(--red);\n  }\n\n  .sch-badge.lime {\n    background: var(--lime);\n    color: #fff;\n    border-color: var(--lime);\n  }\n\n  \/* ── SECOND IMAGE ── *\/\n  .sch-second-image {\n    width: 100%;\n    display: block;\n    max-height: 420px;\n    object-fit: cover;\n    object-position: top;\n  }\n\n  \/* ── SECTION ── *\/\n  .sch-section {\n    padding: 32px 20px;\n    border-top: 1px solid var(--rule);\n  }\n\n  .sch-section:nth-child(even) {\n    background: var(--bg-warm);\n  }\n\n  .sch-section-title {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-size: 1.6rem;\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 20px;\n    padding-bottom: 10px;\n    border-bottom: 3px solid var(--forest);\n    display: inline-block;\n  }\n\n  \/* ── HIGHLIGHT BOX ── *\/\n  .sch-highlight {\n    background: var(--bg-warm);\n    border: 2px solid var(--lime);\n    border-left: 6px solid var(--lime);\n    padding: 18px 20px;\n    margin: 20px 0;\n    font-size: 18px;\n    color: var(--ink-mid);\n    line-height: 1.7;\n  }\n\n  .sch-highlight strong {\n    color: var(--forest);\n    display: block;\n    font-size: 18px;\n    margin-bottom: 6px;\n  }\n\n  \/* ── SPECS LIST ── *\/\n  .sch-specs { list-style: none; }\n\n  .sch-specs li {\n    padding: 16px 0;\n    border-bottom: 1px solid var(--rule);\n    font-size: 18px;\n    display: flex;\n    gap: 16px;\n    align-items: flex-start;\n    line-height: 1.55;\n  }\n\n  .sch-specs li:last-child { border-bottom: none; }\n\n  .sch-spec-label {\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--forest);\n    min-width: 90px;\n    flex-shrink: 0;\n    padding-top: 1px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  .sch-spec-value {\n    color: var(--ink-mid);\n    font-size: 18px;\n  }\n\n  .sch-spec-value strong { color: var(--ink); }\n\n  \/* ── BUILDER ── *\/\n  .sch-builder {\n    background: var(--forest);\n    color: #fff;\n    padding: 28px 20px;\n  }\n\n  .sch-builder-img {\n    width: 80px;\n    height: 80px;\n    border-radius: 50%;\n    object-fit: cover;\n    object-position: top;\n    border: 3px solid var(--lime-mid);\n    margin-bottom: 16px;\n    display: block;\n  }\n\n  .sch-quote-mark {\n    font-family: 'Playfair Display', serif;\n    font-size: 4rem;\n    color: var(--lime-mid);\n    line-height: 0.7;\n    display: block;\n    margin-bottom: 12px;\n  }\n\n  .sch-quote {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-size: 1.15rem;\n    font-style: italic;\n    line-height: 1.8;\n    color: rgba(255,255,255,0.92);\n    margin-bottom: 16px;\n  }\n\n  .sch-sig {\n    font-size: 18px;\n    font-weight: 700;\n    color: rgba(255,255,255,0.65);\n    letter-spacing: 1px;\n  }\n\n  \/* ── INCLUDED ── *\/\n  .sch-included { list-style: none; }\n\n  .sch-included li {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 15px 0;\n    border-bottom: 1px solid var(--rule);\n    font-size: 18px;\n    color: var(--ink-mid);\n    line-height: 1.55;\n  }\n\n  .sch-included li:last-child { border-bottom: none; }\n  .sch-included li strong { color: var(--ink); }\n\n  .sch-check {\n    flex-shrink: 0;\n    width: 28px;\n    height: 28px;\n    background: var(--lime);\n    color: #fff;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 14px;\n    font-weight: 700;\n    margin-top: 2px;\n  }\n\n  \/* ── FAQ ── *\/\n  .sch-faq details {\n    border-bottom: 1px solid var(--rule);\n  }\n\n  .sch-faq details:first-child {\n    border-top: 1px solid var(--rule);\n  }\n\n  .sch-faq summary {\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--ink);\n    padding: 18px 0;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    min-height: 64px;\n    -webkit-tap-highlight-color: transparent;\n    user-select: none;\n    gap: 16px;\n    line-height: 1.4;\n  }\n\n  .sch-faq summary::-webkit-details-marker { display: none; }\n\n  .sch-faq summary::after {\n    content: '+';\n    font-size: 1.8rem;\n    color: var(--lime);\n    font-weight: 300;\n    flex-shrink: 0;\n    line-height: 1;\n  }\n\n  .sch-faq details[open] summary::after { content: '−'; }\n\n  .sch-faq-answer {\n    font-size: 18px;\n    color: var(--ink-mid);\n    line-height: 1.75;\n    padding-bottom: 20px;\n    padding-left: 16px;\n    border-left: 3px solid var(--lime);\n  }\n\n  \/* ── CTA ── *\/\n  .sch-cta {\n    background: var(--forest);\n    color: #fff;\n    text-align: center;\n    padding: 36px 20px;\n  }\n\n  .sch-cta-title {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-size: 1.7rem;\n    font-weight: 900;\n    margin-bottom: 10px;\n    line-height: 1.2;\n  }\n\n  .sch-cta-sub {\n    font-size: 18px;\n    opacity: 0.88;\n  }\n\n  \/* ── DESKTOP ── *\/\n  @media (min-width: 768px) {\n    .sch-hero-wrap {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      max-width: 1100px;\n      margin: 0 auto;\n    }\n    .sch-hero-image {\n      aspect-ratio: auto;\n      height: 100%;\n      min-height: 520px;\n    }\n    .sch-hero-copy {\n      border-top: none;\n      border-left: 5px solid var(--forest);\n      padding: 48px 40px;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n    .sch-section {\n      max-width: 800px;\n      margin: 0 auto;\n      padding: 40px 20px;\n    }\n    .sch-builder {\n      display: grid;\n      grid-template-columns: auto 1fr;\n      gap: 28px;\n      align-items: start;\n      padding: 40px;\n      max-width: 100%;\n    }\n    .sch-builder-img {\n      width: 110px;\n      height: 110px;\n      margin-bottom: 0;\n    }\n    .sch-name { font-size: 4rem; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"sch-page\"\u003e\n\u003cdiv class=\"sch-top-bar\"\u003ePubbets Lab Original  ·  Enchanted Forest  ·  1 of 1  ·  Hand-Built in Thailand\u003c\/div\u003e\n\u003cdiv style=\"text-align: start;\" class=\"sch-hero-wrap\"\u003e\n\u003cimg style=\"float: none;\" class=\"sch-hero-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/7683\/4851\/files\/Schmoodley_DESIGN_1.png?v=1777115582\" alt=\"Schmoogle — lime green monster puppet with wild black curly hair, red square glasses and 3D printed teeth\"\u003e\n\u003cdiv class=\"sch-hero-copy\"\u003e\n\u003cdiv class=\"sch-eyebrow\"\u003eEnchanted Forest · Storytime Monsters\u003c\/div\u003e\n\u003ch1 class=\"sch-name\"\u003eSchmoogle\u003c\/h1\u003e\n\u003cp class=\"sch-tagline\"\u003eFriendly neighbourhood monster. Big heart. Bigger pocket. Surprising number of teeth.\u003c\/p\u003e\n\u003cp class=\"sch-intro\"\u003eSchmoogle wandered out of the Enchanted Forest just outside Pubbetsville one day and never quite wandered back. He's warm, curious, and slightly chaotic — and he's been delighting audiences ever since. Also: his overalls have teeth. And an eye.\u003c\/p\u003e\n\u003cdiv class=\"sch-badges\"\u003e\n\u003cspan class=\"sch-badge forest\"\u003e1 of 1\u003c\/span\u003e \u003cspan class=\"sch-badge lime\"\u003eEnchanted Forest\u003c\/span\u003e \u003cspan class=\"sch-badge red\"\u003e3D Printed Teeth\u003c\/span\u003e \u003cspan class=\"sch-badge\"\u003eShips Worldwide\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sch-section\"\u003e\n\u003cdiv class=\"sch-section-title\"\u003eWho is Schmoogle?\u003c\/div\u003e\n\u003cul class=\"sch-specs\"\u003e\n\u003cli\u003e\n\u003cspan class=\"sch-spec-label\"\u003eWorld\u003c\/span\u003e \u003cspan class=\"sch-spec-value\"\u003eSchmoogle is a resident of the Enchanted Forest — the magical woodland just outside Pubbetsville and home to the Storytime Monsters. He's the kind of monster who's more interested in snacks and stories than scaring anyone.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sch-spec-label\"\u003eBest For\u003c\/span\u003e \u003cspan class=\"sch-spec-value\"\u003eStorytime, monster-themed shows, children's church, school programs, comedy — any performance that benefits from a loveable, slightly ridiculous monster character that kids will go absolutely wild for.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sch-spec-label\"\u003ePersonality\u003c\/span\u003e \u003cspan class=\"sch-spec-value\"\u003eWarm, funny, enthusiastic and endearingly clueless. He tries very hard. He's very good at trying. Results may vary.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sch-section\"\u003e\n\u003cdiv class=\"sch-section-title\"\u003eBuild Details\u003c\/div\u003e\n\u003cdiv class=\"sch-highlight\"\u003e\n\u003cstrong\u003e⭐ Signature Feature — 3D Printed Teeth\u003c\/strong\u003e Schmoogle has custom 3D printed white teeth — both inside his mouth AND cloth teeth lining the hem of his overalls pocket. The overalls are designed to look like a monster face, with a giant fabric eye. It's one of the most inventive costume builds to come out of the Pubbets Lab.\u003c\/div\u003e\n\u003cdiv class=\"sch-highlight\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/7683\/4851\/files\/Schmoodley_DESIGN_2.png?v=1777115997\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cul class=\"sch-specs\"\u003e\n\u003cli\u003e\n\u003cspan class=\"sch-spec-label\"\u003eSize\u003c\/span\u003e \u003cspan class=\"sch-spec-value\"\u003e\u003cstrong\u003e71cm \/ 28 inches\u003c\/strong\u003e — full professional performance puppet on Pubbets' premium human-style blank.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sch-spec-label\"\u003eTeeth\u003c\/span\u003e \u003cspan class=\"sch-spec-value\"\u003eCustom 3D printed white teeth. Durable, chunky, and completely iconic.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sch-spec-label\"\u003eOveralls\u003c\/span\u003e \u003cspan class=\"sch-spec-value\"\u003eGreen monster overalls designed as a monster face — with a large pocket on the front and cloth teeth. A seriously clever piece of costume design.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sch-spec-label\"\u003eEye Pocket\u003c\/span\u003e \u003cspan class=\"sch-spec-value\"\u003eA large padded monster eye on the front of the overalls — white outer ring, green iris, black pupil. Functional pocket and character detail in one.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sch-spec-label\"\u003eTop\u003c\/span\u003e \u003cspan class=\"sch-spec-value\"\u003ePink t-shirt under the overalls — that little pop of unexpected colour is very Schmoogle.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sch-spec-label\"\u003eGlasses\u003c\/span\u003e \u003cspan class=\"sch-spec-value\"\u003eBold red square frames — big, glossy, and completely his own.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sch-spec-label\"\u003eHair\u003c\/span\u003e \u003cspan class=\"sch-spec-value\"\u003eWild, voluminous black curly hair — fully in keeping with the chaotic energy of his whole look.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sch-spec-label\"\u003eMechanism\u003c\/span\u003e \u003cspan class=\"sch-spec-value\"\u003eArm-rod compatible for full expressive performance.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sch-spec-label\"\u003eRarity\u003c\/span\u003e \u003cspan class=\"sch-spec-value\"\u003e\u003cstrong\u003e1 of 1.\u003c\/strong\u003e This exact Schmoogle will never be built again.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sch-builder\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"sch-quote-mark\"\u003e\"\u003c\/span\u003e\n\u003cp class=\"sch-quote\"\u003eSchmoogle started with a question: what if the overalls were also a monster? Once I had that idea the rest just followed. The 3D printed teeth in the hem, the eye pocket, the whole thing came together as a complete character. He makes people laugh just standing still. Whoever performs him is going to have an absolute blast. There is only one Schmoogle.\u003c\/p\u003e\n\u003cp class=\"sch-quote\"\u003e\u003cimg height=\"200\" width=\"200\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/7683\/4851\/files\/james_toon.png?v=1774019420\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"sch-sig\"\u003e— James Marshall · The Papa of Pubbets\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sch-section\"\u003e\n\u003cdiv class=\"sch-section-title\"\u003eWhat's Included\u003c\/div\u003e\n\u003cul class=\"sch-included\"\u003e\n\u003cli\u003e\n\u003cspan class=\"sch-check\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSchmoogle\u003c\/strong\u003e — Pubbets Lab Original, 1 of 1, built by James Marshall\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sch-check\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003eGreen monster overalls with eye pocket, pink t-shirt — \u003cstrong\u003eas shown in photos\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sch-check\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e🎒 \u003cstrong\u003eProtective carry bag included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sch-check\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e🌏 \u003cstrong\u003eWorldwide shipping\u003c\/strong\u003e from Thailand — Thai Post Standard (~2 weeks) or EMS (~6–7 days)\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sch-section\"\u003e\n\u003cdiv class=\"sch-section-title\"\u003eQuestions\u003c\/div\u003e\n\u003cdiv class=\"sch-faq\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eIs he a custom order?\u003c\/summary\u003e\n\u003cdiv class=\"sch-faq-answer\"\u003eNo. Schmoogle is a finished puppet sold exactly as shown — teeth, overalls, eye pocket, glasses and all. Once he finds his home, he's gone. There will never be another Schmoogle.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eAre the 3D printed teeth durable for performance use?\u003c\/summary\u003e\n\u003cdiv class=\"sch-faq-answer\"\u003eYes. The teeth are custom 3D printed to be robust for regular performance. Those in his mouth are designed to show clearly on stage, and securely attached for durability. Schmoogle is built to perform, not just to look at.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat is the Enchanted Forest?\u003c\/summary\u003e\n\u003cdiv class=\"sch-faq-answer\"\u003eThe Enchanted Forest is the magical woodland just outside Pubbetsville in the World of Pubbets universe. It's home to the Storytime Monsters — a family of friendly, loveable creature characters including Grumplesnoot and Smooch. Schmoogle is part of this world, which makes him a natural fit for storytime, fantasy and monster-themed performances.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat performances is he best for?\u003c\/summary\u003e\n\u003cdiv class=\"sch-faq-answer\"\u003eSchmoogle is built for storytime, monster-themed shows, children's church, school programs and comedy. He's brilliant as a lead character and equally strong in an ensemble. Young audiences in particular go absolutely wild for him — the teeth alone get a reaction every time.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eHow long does shipping take?\u003c\/summary\u003e\n\u003cdiv class=\"sch-faq-answer\"\u003eSchmoogle ships from Pattaya, Thailand. Thai Post Standard takes around 2 weeks. EMS express takes 6–7 days. US orders typically go via Thai Post unless EMS is selected at checkout.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sch-cta\"\u003e\n\u003cdiv class=\"sch-cta-title\"\u003eSchmoogle is a 1-of-1.\u003cbr\u003eThere is only one.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Pubbets!","offers":[{"title":"Default Title","offer_id":42379016634403,"sku":"schmoogle","price":209.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/7683\/4851\/files\/SchmoodleyCLOSEUPOPEN_b5cd6e86-eaa4-40d0-9842-d2167e74d449.png?v=1777115599","url":"https:\/\/www.pubbets.net\/products\/schmoogle","provider":"Pubbets!","version":"1.0","type":"link"}