Wally – Green Hand Puppet | Wild Coily Hair | Pubbets Lab Original | 1 of 1
:root { --ink: #0D1310; --green: #3AC44A; --green-dark: #1E8A2B; --green-pale: #E8F9EA; --blue: #2B7FD4; --blue-light: #E0EDFB; --off-white: #F5F7F5; --white: #FFFFFF; --text: #0D1 310; --muted: #4A5A4D; --rule: rgba(58,196,74,0.22); --dot: rgba(58,196,74,0.12); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Space Grotesk', sans-serif; background: var(--off-white); color: var(--text); font-size: 18px; line-height: 1.65; overflow-x: hidden; } /* ── HALFTONE DOT UTILITY ── */ .dot-bg { background-image: radial-gradient(circle, var(--dot) 3px, transparent 3px); background-size: 20px 20px; } /* ── HERO ── */ .wal-hero { background: var(--ink); color: var(--white); padding: 52px 24px 60px; text-align: center; position: relative; overflow: hidden; } /* halftone dots on dark bg */ .wal-hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(58,196,74,0.08) 3px, transparent 3px); background-size: 20px 20px; } .wal-hero-eyebrow { font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green); margin-bottom: 20px; position: relative; } .wal-hero-name { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: clamp(80px, 22vw, 140px); line-height: 0.88; color: var(--white); position: relative; letter-spacing: -0.03em; text-transform: uppercase; } /* Green accent stroke on the name */ .wal-hero-name-accent { display: block; font-size: clamp(20px, 5vw, 32px); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); margin-top: 10px; position: relative; font-family: 'Space Mono', monospace; } .wal-hero-tagline { font-family: 'Space Grotesk', sans-serif; font-weight: 500; font-size: clamp(16px, 4vw, 19px); color: rgba(255,255,255,0.65); margin-top: 22px; position: relative; line-height: 1.5; } /* Glasses icon */ .wal-glasses-hero { margin: 22px auto 0; display: block; width: 72px; position: relative; opacity: 0.85; } .wal-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--green); color: var(--ink); font-family: 'Space Mono', monospace; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 8px 20px; border-radius: 4px; margin-top: 24px; position: relative; } /* ── SECTION WRAPPER ── */ .wal-section { padding: 52px 24px; max-width: 680px; margin: 0 auto; } /* ── SECTION LABELS ── */ .wal-label { font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--green-dark); margin-bottom: 16px; display: flex; align-items: center; gap: 12px; } .wal-label::after { content: ''; flex: 1; height: 2px; background: var(--green); opacity: 0.25; border-radius: 2px; } /* ── INTRO ── */ .wal-intro { background: var(--white); border-radius: 16px; border: 2px solid var(--green-pale); padding: 36px 28px; } .wal-intro h2 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: clamp(28px, 7vw, 42px); color: var(--ink); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 20px; text-transform: uppercase; } .wal-intro p { font-size: 18px; color: var(--text); margin-bottom: 16px; line-height: 1.65; } .wal-intro p:last-child { margin-bottom: 0; } .wal-intro strong { color: var(--green-dark); } /* ── WIG CALLOUT ── */ .wal-callout { background: var(--ink); border-radius: 12px; padding: 24px 28px; margin-top: 28px; } .wal-callout-eyebrow { font-family: 'Space Mono', monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green); margin-bottom: 10px; } .wal-callout p { font-size: 17px; color: rgba(255,255,255,0.82); margin: 0; line-height: 1.6; } .wal-callout strong { color: var(--green); } /* ── SPECS ── */ .wal-specs-wrap { background: var(--ink); } .wal-specs-inner { max-width: 680px; margin: 0 auto; padding: 52px 24px; } .wal-specs-inner .wal-label { color: var(--green); } .wal-specs-inner .wal-label::after { background: var(--green); opacity: 0.3; } .wal-specs-inner h2 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: clamp(28px, 7vw, 40px); color: var(--white); margin-bottom: 28px; line-height: 1.05; letter-spacing: -0.02em; text-transform: uppercase; } .wal-specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } .wal-spec-item { background: rgba(58,196,74,0.07); border: 1px solid rgba(58,196,74,0.18); border-radius: 10px; padding: 18px 20px; } .wal-spec-label { font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green); margin-bottom: 6px; } .wal-spec-value { font-size: 18px; font-weight: 700; color: var(--white); line-height: 1.3; } /* ── BUILDER QUOTE ── */ .wal-quote-wrap { background: var(--green-pale); border-left: 5px solid var(--green); border-radius: 0 14px 14px 0; padding: 28px 28px 28px 32px; } .wal-quote-mark { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 80px; color: var(--green); line-height: 0.55; margin-bottom: 16px; display: block; opacity: 0.4; } .wal-quote-text { font-size: 19px; font-weight: 500; color: var(--ink); line-height: 1.65; margin-bottom: 20px; font-style: italic; } .wal-quote-img { margin-bottom: 16px; } .wal-quote-attr { font-family: 'Space Mono', monospace; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-dark); } /* ── WHAT'S INCLUDED ── */ .wal-included-wrap { background: var(--blue); color: var(--white); } .wal-included-inner { max-width: 680px; margin: 0 auto; padding: 52px 24px; } .wal-included-inner .wal-label { color: rgba(255,255,255,0.65); } .wal-included-inner .wal-label::after { background: rgba(255,255,255,0.25); } .wal-included-inner h2 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: clamp(28px, 7vw, 40px); color: var(--white); margin-bottom: 24px; line-height: 1.05; letter-spacing: -0.02em; text-transform: uppercase; } .wal-included-list { list-style: none; display: flex; flex-direction: column; gap: 12px; } .wal-included-list li { display: flex; align-items: flex-start; gap: 14px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); border-radius: 10px; padding: 16px 20px; font-size: 18px; font-weight: 600; color: var(--white); line-height: 1.4; } .wal-tick { font-size: 20px; flex-shrink: 0; margin-top: 1px; } /* ── FAQ ── */ .wal-faq-list { display: flex; flex-direction: column; border: 2px solid var(--green-pale); border-radius: 14px; overflow: hidden; background: var(--white); } .wal-faq-item { border-bottom: 2px solid var(--green-pale); } .wal-faq-item:last-child { border-bottom: none; } .wal-faq-item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 22px 24px; min-height: 64px; cursor: pointer; font-family: 'Space Grotesk', sans-serif; font-size: 18px; font-weight: 700; color: var(--ink); line-height: 1.3; transition: background 0.15s; user-select: none; } .wal-faq-item summary::-webkit-details-marker { display: none; } .wal-faq-item summary::marker { display: none; } .wal-faq-item summary:hover { background: var(--green-pale); } .wal-faq-icon { font-family: 'Space Grotesk', sans-serif; font-size: 26px; font-weight: 700; color: var(--green-dark); flex-shrink: 0; line-height: 1; transition: transform 0.25s; } .wal-faq-item[open] summary .wal-faq-icon { transform: rotate(45deg); } .wal-faq-a { padding: 0 24px 22px; font-size: 18px; color: var(--muted); line-height: 1.65; } /* ── CTA ── */ .wal-cta { background: var(--ink); text-align: center; padding: 60px 24px 68px; position: relative; overflow: hidden; } .wal-cta::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(58,196,74,0.1) 3px, transparent 3px); background-size: 20px 20px; } .wal-cta-tag { display: inline-block; font-family: 'Space Mono', monospace; font-size: 12px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green); border: 2px solid var(--green); padding: 8px 20px; border-radius: 4px; margin-bottom: 20px; position: relative; } .wal-cta-title { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: clamp(28px, 7vw, 44px); color: var(--white); line-height: 1.05; letter-spacing: -0.02em; text-transform: uppercase; margin-bottom: 14px; position: relative; } .wal-cta-sub { font-family: 'Space Mono', monospace; font-size: 14px; color: rgba(255,255,255,0.45); position: relative; } /* ── DIVIDER ── */ .wal-divider { display: flex; align-items: center; justify-content: center; padding: 8px 24px; gap: 10px; } .wal-divider::before, .wal-divider::after { content: ''; flex: 1; height: 2px; background: var(--rule); max-width: 100px; border-radius: 2px; } .wal-divider-icon { font-size: 16px; opacity: 0.5; } @media (max-width: 480px) { .wal-specs-grid { grid-template-columns: 1fr; } } Pubbets Lab Original · 1 of 1 WALLY The kid with the hair. "Bright green. Wild hair. Does not own a comb. Has absolutely no plans to get one." Hand-built in Thailand About Wally Maximum hair. Zero apologies. Wally showed up with an explosion of dark coily hair going in every direction, thick black round frames, and the unmistakable energy of a kid who is probably very smart, slightly chaotic, and deeply fun to be around. His blue zip hoodie vest over a white tee, plaid shorts, and blue canvas sneakers say "I got dressed, it counts." His hair says something else entirely. Together, they make one unforgettable character. He's full-body, fully expressive, and ready to perform — in classrooms, on stages, in sketches, or wherever you need a charismatic, slightly-unhinged best friend. ⚡ Pubbets Lab Exclusive Wally's wild coily wig is a brand new style coming soon to Pubbets Lab custom puppet builds. This is the very first puppet to wear it — the proof of concept that confirmed it had to happen. If you've been eyeing a custom puppet with a wig like Wally's, this is your preview. ⚡ The Details Built different. Size 71cm / 28 inches Type Full-body hand puppet Body Bright green fleece Hair Wild dark coily — new Lab style Signature Bold black round glasses Availability 1 of 1 — unique character Builder James Marshall Ships Worldwide with tracking From James " Wally was the test run for a new wig style I've been wanting to bring into the Lab for a while. The moment I put it on him, I knew — this is it. He's got this brilliant chaotic energy that just works. Whoever gets Wally is getting the original. — James Marshall · The Papa of Pubbets ⚡ What You Get The whole kit. 🎭 Wally — full-body hand puppet, 71cm / 28" 🧥 Blue fleece zip hoodie vest (working zip) 👕 White short-sleeve tee 🩳 Navy and khaki plaid shorts 👟 Blue canvas lace-up sneakers 🏷️ Official Pubbets Lab carry bag 📦 Ships worldwide in protective packaging Questions Let's talk. How do I operate Wally? + Wally is a hand puppet. Your hand fits inside his head to control his mouth and full range of expression. His arms are poseable and responsive. No rods required — he's expressive right out of the box. Is he really 1 of 1? + Yes. Wally is a completely unique build. Once he finds his person, that's it. There will never be another Wally — though the new wig style he's wearing will be available for future custom builds through Pubbets Lab. What's the deal with the hair? + Wally's wild coily hair is a brand new wig style that James is introducing to Pubbets Lab's custom puppet catalogue. Wally is the very first puppet to wear it — making him the original. If you love the look and want to request it for your own custom build, check out pubbets.net/lab What age is he suited for? + Wally is a professional performance puppet — ideal for puppet performers, educators, content creators, YouTubers, comedians, and storytellers of any age. He's not a children's toy, but he's going to make a lot of people laugh. Can I wash his outfit? + Hand-wash gently in cold water and lay flat to dry. Spot-cleaning is recommended wherever possible to protect the fabric and careful construction. Zip the vest before washing. Do you ship internationally? + Yes! Pubbets ships worldwide from Thailand. Full tracking is included. Most orders reach the USA, Australia, UK and Canada within 7–14 business days. Can I ask James a question before buying? + Absolutely. Reach James directly at [email protected] — he responds personally and loves hearing from people who connect with his builds. Only One in the World Wally is a 1-of-1.There is only one.
More you might like
Related
Outback Wally Hand Puppet
Related
The Puppet Company - My First Puppet - Green Dinosaur Hand P
Related
FOLKMANIS PUPPETS | GREEN SEA TURTLE HAND PUPPET
Related