Marty – Teen Boy Hand Puppet | Varsity Jacket | 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 { --green: #1a5c2a; --green-mid:#246e34; --gold: #c8900a; --orange: #d46010; --ink: #0e1208; --ink-mid: #2a3020; --bg: #ffffff; --bg-warm: #f6f8f4; --rule: #ccd8c4; } .mrt-page * { box-sizing: border-box; margin: 0; padding: 0; } .mrt-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 ── */ .mrt-top-bar { background: var(--green); color: #fff; text-align: center; padding: 11px 16px; font-size: 18px; font-weight: 700; letter-spacing: 1px; } /* ── HERO ── */ .mrt-hero-image { width: 100%; display: block; aspect-ratio: 1 / 1; object-fit: cover; object-position: top; } .mrt-hero-copy { background: var(--bg-warm); border-top: 5px solid var(--green); padding: 28px 20px 32px; } .mrt-eyebrow { font-size: 18px; font-weight: 700; color: var(--green-mid); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; } .mrt-name { font-family: 'Playfair Display', Georgia, serif; font-size: 3.5rem; font-weight: 900; line-height: 1; color: var(--ink); margin-bottom: 8px; } .mrt-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; } .mrt-intro { font-size: 18px; color: var(--ink-mid); line-height: 1.75; margin-bottom: 24px; border-left: 4px solid var(--green); padding-left: 16px; } .mrt-badges { display: flex; flex-wrap: wrap; gap: 8px; } .mrt-badge { font-size: 18px; font-weight: 700; padding: 8px 16px; border: 2px solid var(--ink); color: var(--ink); background: #fff; } .mrt-badge.green { background: var(--green); color: #fff; border-color: var(--green); } .mrt-badge.gold { background: var(--gold); color: #fff; border-color: var(--gold); } /* ── SECOND IMAGE ── */ .mrt-second-image { width: 100%; display: block; max-height: 420px; object-fit: cover; object-position: top; } /* ── SECTION ── */ .mrt-section { padding: 32px 20px; border-top: 1px solid var(--rule); } .mrt-section:nth-child(even) { background: var(--bg-warm); } .mrt-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(--green); display: inline-block; } /* ── SPECS LIST ── */ .mrt-specs { list-style: none; } .mrt-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; } .mrt-specs li:last-child { border-bottom: none; } .mrt-spec-label { font-size: 18px; font-weight: 700; color: var(--green); min-width: 90px; flex-shrink: 0; padding-top: 1px; text-transform: uppercase; letter-spacing: 0.5px; } .mrt-spec-value { color: var(--ink-mid); font-size: 18px; } .mrt-spec-value strong { color: var(--ink); } /* ── BUILDER ── */ .mrt-builder { background: var(--green); color: #fff; padding: 28px 20px; } .mrt-builder-img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; object-position: top; border: 3px solid var(--gold); margin-bottom: 16px; display: block; } .mrt-quote-mark { font-family: 'Playfair Display', serif; font-size: 4rem; color: var(--gold); line-height: 0.7; display: block; margin-bottom: 12px; } .mrt-quote { font-family: 'Playfair Display', Georgia, serif; font-size: 1.15rem; font-style: italic; line-height: 1.8; color: rgba(255,255,255,0.92); margin-bottom: 16px; } .mrt-sig { font-size: 18px; font-weight: 700; color: rgba(255,255,255,0.65); letter-spacing: 1px; } /* ── INCLUDED ── */ .mrt-included { list-style: none; } .mrt-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; } .mrt-included li:last-child { border-bottom: none; } .mrt-included li strong { color: var(--ink); } .mrt-check { flex-shrink: 0; width: 28px; height: 28px; background: var(--green); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; margin-top: 2px; } /* ── FAQ ── */ .mrt-faq details { border-bottom: 1px solid var(--rule); } .mrt-faq details:first-child { border-top: 1px solid var(--rule); } .mrt-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; } .mrt-faq summary::-webkit-details-marker { display: none; } .mrt-faq summary::after { content: '+'; font-size: 1.8rem; color: var(--green); font-weight: 300; flex-shrink: 0; line-height: 1; } .mrt-faq details[open] summary::after { content: '−'; } .mrt-faq-answer { font-size: 18px; color: var(--ink-mid); line-height: 1.75; padding-bottom: 20px; padding-left: 16px; border-left: 3px solid var(--green); } /* ── CTA ── */ .mrt-cta { background: var(--green); color: #fff; text-align: center; padding: 36px 20px; } .mrt-cta-title { font-family: 'Playfair Display', Georgia, serif; font-size: 1.7rem; font-weight: 900; margin-bottom: 10px; line-height: 1.2; } .mrt-cta-sub { font-size: 18px; opacity: 0.88; } /* ── DESKTOP ── */ @media (min-width: 768px) { .mrt-hero-wrap { display: grid; grid-template-columns: 1fr 1fr; max-width: 1100px; margin: 0 auto; } .mrt-hero-image { aspect-ratio: auto; height: 100%; min-height: 520px; } .mrt-hero-copy { border-top: none; border-left: 5px solid var(--green); padding: 48px 40px; display: flex; flex-direction: column; justify-content: center; } .mrt-section { max-width: 800px; margin: 0 auto; padding: 40px 20px; } .mrt-builder { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: start; padding: 40px; max-width: 100%; } .mrt-builder-img { width: 110px; height: 110px; margin-bottom: 0; } .mrt-name { font-size: 4.5rem; } } Pubbets Lab Original · 1 of 1 · Hand-Built in Thailand Pubbets Lab · 1 of 1 Marty He's got the jacket. He's got the hair. He's got absolutely no idea what he's doing — and that's what makes him perfect. Marty is the loveable, energetic, slightly chaotic teenager every audience roots for. Whether he's playing it cool or completely losing the plot, he's impossible not to love — and impossible to look away from. 1 of 1 Ships Worldwide Arm-Rod Ready Pubbets Lab Original Who is Marty? Character Marty is the teenager who wants to be cool, tries very hard to be cool, and is actually cool in ways he doesn't even know yet. Warm, funny, and completely genuine — audiences of all ages immediately connect with him. Best For Comedy, youth shows, school programs, church performances, sports-themed content, storytelling — any stage that benefits from a relatable, high-energy teenage character. Personality Energetic, loveable and genuinely funny. He plays well alongside straight characters and other big personalities — and he's great at physical comedy thanks to that cool hair. Build Details Size 71cm / 28 inches — full professional performance puppet on Pubbets' premium human-style blank. Hair Wild, voluminous black coily hair — full, expressive, and completely unforgettable. Marty's hair is a character in itself. Jacket Green and white varsity letterman jacket with yellow "P" chenille letter patch, "FREEDOM" patch, basketball competition badge and green/orange striped cuffs and hem. A seriously cool piece of costume work. Top White t-shirt underneath the jacket — keeps it casual and layered. Bottoms Bright blue pants — bold and easy to read on stage. Shoes Red Converse hi-tops with white socks — exactly as shown in photos. Mechanism Arm-rod compatible for full expressive performance. Rarity 1 of 1. This exact Marty will never be built again. " Marty made me laugh while I was building him, which doesn't happen every time. That hair is spectacular and the jacket is one of the best costume pieces I've put on a puppet. He has this naturally funny energy — the moment you put him on your hand, something clicks. He just wants to perform. There is only one Marty! — James Marshall · The Papa of Pubbets What's Included ✓ Marty — Pubbets Lab Original, 1 of 1, built by James Marshall ✓ Green varsity jacket, white t-shirt, blue pants, red Converse hi-tops — 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. Marty is a finished puppet sold exactly as shown — jacket, patches, hair and all. Once he finds his home, he's gone. There will never be another Marty. What does the "P" on the jacket stand for? It stands for Pubbetsville — Marty's home turf. The jacket also features a "FREEDOM" patch and a basketball competition badge, giving him a rich backstory as a local sports kid with big dreams and an even bigger personality. What performances is he best for? Marty is a natural for youth shows, school programs, church performances, comedy, and sports-themed content. He's brilliant as a foil to more serious characters, and he works equally well as a lead. His energy is high but his warmth is genuine — audiences of all ages respond to him. How long does shipping take? Marty ships from Thailand. Thai Post Standard takes around 2 weeks. EMS express takes 6–7 days. US orders go via Thai Post due to shipping . Marty is a 1-of-1.There is only one.
More you might like
Related
Marty Wilde - Bad Boy / Teenage Tears (7 inch Record / Used)
Related
The Handbook of Muslim Teenagers - Boys edition
Related
The Handbook for Muslim Teenagers - Boys Edition
Related