Gemma – Curly-Haired Girl Hand Puppet | Red Glasses | Pubbets Lab Original | 1 of 1
:root { --cream: #FAF7F2; --red: #D42B22; --red-dark: #A8211A; --navy: #2B3B6E; --lavender: #9A89C7; --lav-light:#EDE8F8; --yellow: #F2C23A; --text: #1C1C2E; --muted: #5A5A72; --wh ite: #FFFFFF; --dot-col: rgba(212,43,34,0.10); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Nunito', sans-serif; background: var(--cream); color: var(--text); font-size: 18px; line-height: 1.65; overflow-x: hidden; } /* ── POLKA DOT BACKGROUND UTILITY ── */ .dots-bg { background-image: radial-gradient(circle, var(--dot-col) 5px, transparent 5px); background-size: 32px 32px; } /* ── HERO ── */ .gem-hero { background: var(--navy); color: var(--white); padding: 48px 24px 56px; text-align: center; position: relative; overflow: hidden; } .gem-hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.07) 5px, transparent 5px); background-size: 30px 30px; } .gem-hero-eyebrow { font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--yellow); margin-bottom: 16px; position: relative; } .gem-hero-name { font-family: 'Fredoka One', cursive; font-size: clamp(64px, 18vw, 108px); line-height: 0.95; color: var(--white); position: relative; letter-spacing: -0.01em; } .gem-hero-name span { color: var(--red); } .gem-hero-tagline { font-family: 'Nunito', sans-serif; font-weight: 600; font-size: clamp(17px, 4vw, 21px); color: rgba(255,255,255,0.82); margin-top: 20px; position: relative; font-style: italic; } .gem-glasses-bar { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 28px; position: relative; } .gem-glasses-svg { width: 64px; opacity: 0.9; } .gem-badge { background: var(--red); color: var(--white); font-family: 'Fredoka One', cursive; font-size: 15px; letter-spacing: 0.05em; padding: 6px 18px; border-radius: 100px; display: inline-block; margin-top: 24px; position: relative; } /* ── SECTION WRAPPER ── */ .gem-section { padding: 48px 24px; max-width: 680px; margin: 0 auto; } .gem-section-full { padding: 48px 24px; } /* ── SECTION LABELS ── */ .gem-label { font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .gem-label::after { content: ''; flex: 1; height: 2px; background: var(--red); opacity: 0.2; border-radius: 2px; } /* ── INTRO TEXT ── */ .gem-intro { background: var(--white); border-radius: 20px; padding: 36px 28px; border: 2px solid #EDE8F8; } .gem-intro h2 { font-family: 'Fredoka One', cursive; font-size: clamp(32px, 8vw, 44px); color: var(--navy); line-height: 1.1; margin-bottom: 18px; } .gem-intro p { font-size: 18px; color: var(--text); margin-bottom: 14px; } .gem-intro p:last-child { margin-bottom: 0; } .gem-intro strong { color: var(--navy); } /* ── SPECS ── */ .gem-specs-wrap { background: var(--navy); color: var(--white); } .gem-specs-inner { max-width: 680px; margin: 0 auto; padding: 48px 24px; } .gem-specs-inner .gem-label { color: var(--yellow); } .gem-specs-inner .gem-label::after { background: var(--yellow); } .gem-specs-inner h2 { font-family: 'Fredoka One', cursive; font-size: clamp(28px, 7vw, 38px); color: var(--white); margin-bottom: 28px; line-height: 1.1; } .gem-specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .gem-spec-item { background: rgba(255,255,255,0.08); border-radius: 14px; padding: 18px 20px; border: 1px solid rgba(255,255,255,0.12); } .gem-spec-item-label { font-size: 12px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: var(--yellow); margin-bottom: 6px; } .gem-spec-item-value { font-size: 18px; font-weight: 700; color: var(--white); line-height: 1.3; } /* ── BUILDER QUOTE ── */ .gem-quote-wrap { background: var(--lav-light); border-left: 5px solid var(--lavender); border-radius: 0 16px 16px 0; padding: 28px 28px 28px 32px; margin: 0; position: relative; } .gem-quote-mark { font-family: 'Fredoka One', cursive; font-size: 72px; color: var(--lavender); line-height: 0.6; margin-bottom: 12px; display: block; opacity: 0.5; } .gem-quote-text { font-size: 19px; font-weight: 600; color: var(--navy); font-style: italic; line-height: 1.6; margin-bottom: 18px; } .gem-quote-attr { font-size: 14px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--lavender); } /* ── WHAT'S INCLUDED ── */ .gem-included-wrap { background: var(--red); } .gem-included-inner { max-width: 680px; margin: 0 auto; padding: 48px 24px; } .gem-included-inner .gem-label { color: rgba(255,255,255,0.7); } .gem-included-inner .gem-label::after { background: rgba(255,255,255,0.3); } .gem-included-inner h2 { font-family: 'Fredoka One', cursive; font-size: clamp(28px, 7vw, 38px); color: var(--white); margin-bottom: 24px; line-height: 1.1; } .gem-included-list { list-style: none; display: flex; flex-direction: column; gap: 14px; } .gem-included-list li { display: flex; align-items: flex-start; gap: 14px; background: rgba(255,255,255,0.12); border-radius: 14px; padding: 16px 20px; font-size: 18px; font-weight: 700; color: var(--white); line-height: 1.4; border: 1px solid rgba(255,255,255,0.18); } .gem-included-list li .gem-tick { font-size: 20px; flex-shrink: 0; margin-top: 1px; } /* ── FAQ ── */ .gem-faq-list { display: flex; flex-direction: column; gap: 0; border: 2px solid #E8E2F4; border-radius: 18px; overflow: hidden; background: var(--white); } .gem-faq-item { border-bottom: 2px solid #E8E2F4; } .gem-faq-item:last-child { border-bottom: none; } /* details/summary — no JS needed, works in Shopify */ .gem-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: 'Nunito', sans-serif; font-size: 18px; font-weight: 800; color: var(--navy); line-height: 1.3; transition: background 0.15s; user-select: none; } .gem-faq-item summary::-webkit-details-marker { display: none; } .gem-faq-item summary::marker { display: none; } .gem-faq-item summary:hover { background: var(--lav-light); } .gem-faq-icon { font-size: 24px; font-weight: 700; color: var(--red); flex-shrink: 0; font-family: 'Fredoka One', cursive; line-height: 1; transition: transform 0.25s; } .gem-faq-item[open] summary .gem-faq-icon { transform: rotate(45deg); } .gem-faq-a { padding: 0 24px 22px; font-size: 18px; color: var(--muted); line-height: 1.65; } /* ── CTA FOOTER ── */ .gem-cta { background: var(--cream); text-align: center; padding: 56px 24px 64px; position: relative; } .gem-cta::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, var(--dot-col) 4px, transparent 4px); background-size: 28px 28px; } .gem-cta-badge { display: inline-block; background: var(--navy); color: var(--yellow); font-family: 'Fredoka One', cursive; font-size: 22px; padding: 12px 32px; border-radius: 100px; margin-bottom: 20px; position: relative; letter-spacing: 0.03em; } .gem-cta-title { font-family: 'Fredoka One', cursive; font-size: clamp(28px, 7vw, 42px); color: var(--navy); line-height: 1.15; margin-bottom: 12px; position: relative; } .gem-cta-sub { font-size: 17px; color: var(--muted); font-weight: 600; position: relative; } /* ── DIVIDER DOTS ── */ .gem-divider { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 8px 0; } .gem-divider span { width: 8px; height: 8px; border-radius: 50%; background: var(--lavender); display: block; opacity: 0.5; } .gem-divider span:nth-child(2) { background: var(--red); opacity: 0.7; } @media (max-width: 480px) { .gem-specs-grid { grid-template-columns: 1fr; } } Pubbets Lab Original · 1 of 1 Gemma "Big glasses. Bigger personality. Boundless curiosity." Hand-built in Thailand About Gemma She notices everything. Gemma arrived with wild golden curls, bold red frames, and absolutely zero plans to slow down. She's the kind of puppet who spots the caterpillar on the path, remembers the song you forgot you knew, and has a question about absolutely everything. Her polka dot blouse and denim pinafore say "I dressed myself and I'm very pleased about it." Her daisy sandals are not an accident. Nothing about Gemma is an accident. She's full-body, fully expressive, and built to perform — in classrooms, on stage, in front of a camera, or just across the living room. The Details Built to perform. Size 71cm / 28 inches Type Full-body hand puppet Body Soft lavender fleece Hair Wild golden curls Signature Bold red round glasses Availability 1 of 1 — unique character Builder James Marshall Ships Worldwide with tracking From James " Gemma was one of those builds where everything just clicked. The red glasses were the last piece — and the moment they went on, she had a face. She's going to be brilliant in your hands. — James Marshall · The Papa of Pubbets What You Get Everything she needs to shine. 🎭 Gemma — full-body hand puppet, 71cm / 28" 👗 Complete outfit — polka dot blouse, denim pinafore & daisy sandals (all hand-fitted) 👓 Red round glasses — permanently part of her look 🏷️ Official Pubbets Lab hang tag 📦 Ships worldwide in protective packaging Questions Good question. Here's the answer. How do I operate Gemma? + Gemma is a hand puppet. Your hand fits inside her head to control her mouth and full range of expression. Her arms are poseable and responsive. No rods required — she's expressive straight out of the box. Is she really 1 of 1? + Yes. Gemma is a completely unique build — no pattern will be repeated, no second version made. Once she finds her person, that's it. There will never be another Gemma. What age is she suited for? + Gemma is a professional performance puppet — she's ideal for puppet performers, educators, content creators, collectors, and storytellers of any age. She's not a children's toy, but she brings enormous joy in the right hands. Can I wash her outfit? + Hand-wash gently in cold water and lay flat to dry. Spot-cleaning is recommended wherever possible to protect the fabric and the careful construction. Her glasses are fixed — do not submerge. Do you ship internationally? + Yes! Pubbets ships worldwide from Thailand. Full tracking is included. Delivery times vary by country — 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 Gemma is a 1-of-1.There is only one.
More you might like
Related
Curly Haired Girl Applique M16208
Related
Curly haired hot pink girl
Related
Female, Curly Haired Girl Figurine Statue
Related