Dexter – Nerdy Kid Hand Puppet | 28" Pubbets Lab Original | 1 of 1
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=Lato:ital,wght@0,400;0,700;1,400&display=swap'); :root { --navy: #1a2240; --amber: #b07000; --red: #c01818; --grey: #4a4a5a; --ink: #0e0e18; --ink-mid: #2a2a40; --bg: #ffffff; --bg-warm: #f5f6fa; --rule: #c8cce0; } .dex-page * { box-sizing: border-box; margin: 0; padding: 0; } .dex-page { font-family: 'Lato', Georgia, sans-serif; font-size: 18px; background: var(--bg); color: var(--ink); line-height: 1.65; -webkit-text-size-adjust: 100%; } /* ── TOP BAR ── */ .dex-top-bar { background: var(--navy); color: #fff; text-align: center; padding: 11px 16px; font-size: 18px; font-weight: 700; letter-spacing: 1px; font-family: 'Lato', sans-serif; } /* ── HERO ── */ .dex-hero-image { width: 100%; display: block; aspect-ratio: 1 / 1; object-fit: cover; object-position: top; } .dex-hero-copy { background: var(--bg-warm); border-top: 5px solid var(--navy); padding: 28px 20px 32px; } .dex-eyebrow { font-size: 18px; font-weight: 700; color: var(--amber); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; } .dex-name { font-family: 'Playfair Display', Georgia, serif; font-size: 3.2rem; font-weight: 900; line-height: 1; color: var(--ink); margin-bottom: 8px; } .dex-tagline { font-family: 'Playfair Display', Georgia, serif; font-size: 1.2rem; font-style: italic; color: var(--ink-mid); margin-bottom: 22px; line-height: 1.5; } .dex-intro { font-size: 18px; color: var(--ink-mid); line-height: 1.75; margin-bottom: 24px; border-left: 4px solid var(--navy); padding-left: 16px; } .dex-badges { display: flex; flex-wrap: wrap; gap: 8px; } .dex-badge { font-size: 18px; font-weight: 700; padding: 8px 16px; border: 2px solid var(--ink); color: var(--ink); background: #fff; } .dex-badge.navy { background: var(--navy); color: #fff; border-color: var(--navy); } .dex-badge.amber { background: var(--amber); color: #fff; border-color: var(--amber); } /* ── LIFESTYLE IMAGE ── */ .dex-life-image { width: 100%; display: block; max-height: 420px; object-fit: cover; object-position: center 20%; } /* ── SECTION ── */ .dex-section { padding: 32px 20px; border-top: 1px solid var(--rule); } .dex-section:nth-child(even) { background: var(--bg-warm); } .dex-section-title { font-family: 'Playfair Display', Georgia, serif; font-size: 1.6rem; font-weight: 700; color: var(--ink); margin-bottom: 20px; padding-bottom: 10px; border-bottom: 3px solid var(--navy); display: inline-block; } /* ── SPECS LIST ── */ .dex-specs { list-style: none; } .dex-specs li { padding: 16px 0; border-bottom: 1px solid var(--rule); font-size: 18px; display: flex; gap: 16px; align-items: flex-start; line-height: 1.55; } .dex-specs li:last-child { border-bottom: none; } .dex-spec-label { font-size: 18px; font-weight: 700; color: var(--navy); min-width: 90px; flex-shrink: 0; padding-top: 1px; text-transform: uppercase; letter-spacing: 0.5px; } .dex-spec-value { color: var(--ink-mid); font-size: 18px; } .dex-spec-value strong { color: var(--ink); } /* ── BUILDER ── */ .dex-builder { background: var(--navy); color: #fff; padding: 28px 20px; } .dex-builder-img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; object-position: top; border: 3px solid var(--amber); margin-bottom: 16px; display: block; } .dex-quote-mark { font-family: 'Playfair Display', serif; font-size: 4rem; color: var(--amber); line-height: 0.7; display: block; margin-bottom: 12px; } .dex-quote { font-family: 'Playfair Display', Georgia, serif; font-size: 1.15rem; font-style: italic; line-height: 1.8; color: rgba(255,255,255,0.9); margin-bottom: 16px; } .dex-sig { font-size: 18px; font-weight: 700; color: var(--amber); letter-spacing: 1px; } /* ── INCLUDED ── */ .dex-included { list-style: none; } .dex-included li { display: flex; align-items: flex-start; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--rule); font-size: 18px; color: var(--ink-mid); line-height: 1.55; } .dex-included li:last-child { border-bottom: none; } .dex-included li strong { color: var(--ink); } .dex-check { flex-shrink: 0; width: 28px; height: 28px; background: var(--navy); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; margin-top: 2px; } /* ── FAQ ── */ .dex-faq details { border-bottom: 1px solid var(--rule); } .dex-faq details:first-child { border-top: 1px solid var(--rule); } .dex-faq summary { font-size: 18px; font-weight: 700; color: var(--ink); padding: 18px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; min-height: 64px; -webkit-tap-highlight-color: transparent; user-select: none; gap: 16px; line-height: 1.4; } .dex-faq summary::-webkit-details-marker { display: none; } .dex-faq summary::after { content: '+'; font-size: 1.8rem; color: var(--navy); font-weight: 300; flex-shrink: 0; line-height: 1; } .dex-faq details[open] summary::after { content: '−'; } .dex-faq-answer { font-size: 18px; color: var(--ink-mid); line-height: 1.75; padding-bottom: 20px; padding-left: 16px; border-left: 3px solid var(--navy); } /* ── CTA ── */ .dex-cta { background: var(--navy); color: #fff; text-align: center; padding: 36px 20px; } .dex-cta-title { font-family: 'Playfair Display', Georgia, serif; font-size: 1.7rem; font-weight: 900; margin-bottom: 10px; line-height: 1.2; } .dex-cta-sub { font-size: 18px; opacity: 0.85; } /* ── DESKTOP ── */ @media (min-width: 768px) { .dex-hero-wrap { display: grid; grid-template-columns: 1fr 1fr; max-width: 1100px; margin: 0 auto; } .dex-hero-image { aspect-ratio: auto; height: 100%; min-height: 520px; } .dex-hero-copy { border-top: none; border-left: 5px solid var(--navy); padding: 48px 40px; display: flex; flex-direction: column; justify-content: center; } .dex-section { max-width: 800px; margin: 0 auto; padding: 40px 20px; } .dex-builder { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: start; padding: 40px; max-width: 100%; } .dex-builder-img { width: 110px; height: 110px; margin-bottom: 0; } .dex-name { font-size: 4rem; } } Pubbets Lab Original · 1 of 1 · Hand-Built in Thailand Pubbets Lab · Pubbetsville Dexter He's read every book on that shelf. Twice. And he has questions. Dexter is the kid who stays after class not because he has to — but because he genuinely wants to know more. Telescopes, star charts, calculators - if it involves finding something out, he's already on it. 1 of 1 Ships Worldwide 28" / 71cm Arm-Rod Ready Who is Dexter? Character A thoughtful, nerdy kid who finds wonder in everything - solar systems, science experiments, big ideas. He's the one in the back of the room with his hand up before the question is finished. Best For STEM education, school shows, children's programs, church events, storytelling - any performance that benefits from a warm, curious, clever character. Personality Earnest, enthusiastic, and endearing. Audiences root for Dexter - he's the kid who tries hard and genuinely loves learning. Build Details Size 71cm / 28 inches - full professional performance puppet on Pubbets' premium human-style blank. Glasses Bold white square frames -the classic nerdy academic look, totally his own. Outfit Grey striped sweater vest over a white collared dress shirt - smart, put-together, ready for the library or the observatory. Bottoms Bright blue pants - the one pop of colour that keeps him from being too serious. Shoes Red Converse hi-tops with white socks - exactly as shown. Hair Black tight curly hair - full and characterful. Mechanism Arm-rod compatible for full expressive performance. Rarity 1 of 1. This exact Dexter will never be built again. " Dexter is that kid you want on your stage - the one who makes learning feel like the most exciting thing in the world. He's got warmth, he's got curiosity, and those glasses do a lot of heavy lifting. He's a genuinely great performer's puppet. There is only one Dexter. James Marshall · The Papa of Pubbets What's Included ✓ Dexter - Pubbets Lab Original, 1 of 1, built by James Marshall ✓ Grey striped sweater vest, white collar shirt, blue pants, red Converse - as shown in photos ✓ 🎒 Protective carry bag included ✓ 🌏 Worldwide shipping from Thailand - Thai Post Standard (~2 weeks) or EMS (~6–7 days) Questions Is he a custom order? No. Dexter is a finished puppet sold exactly as shown — sweater vest, white shirt, blue pants, glasses and all. Once he's gone, that's it. What performances is he best for? Dexter shines in STEM education, school programs, children's church, and any show that needs a curious, knowledgeable kid character. He's also perfect for science-themed YouTube content, live events, and storytelling. Audiences warm to him immediately. How long does shipping take? Dexter 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. Is he related to Albert? They're both built on the same Pubbets Lab human-style blank, and yes — they'd be great together. Dexter is older and more bookish; Albert is younger and more hands-on. They'd make a fantastic double act. Dexter is a 1-of-1.There is only one.