{"product_id":"gemma","title":"Gemma – Curly-Haired Girl Hand Puppet | Red Glasses | Pubbets Lab Original | 1 of 1","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Fredoka+One\u0026amp;family=Nunito:wght@400;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n  :root {\n    --cream:    #FAF7F2;\n    --red:      #D42B22;\n    --red-dark: #A8211A;\n    --navy:     #2B3B6E;\n    --lavender: #9A89C7;\n    --lav-light:#EDE8F8;\n    --yellow:   #F2C23A;\n    --text:     #1C1C2E;\n    --muted:    #5A5A72;\n    --white:    #FFFFFF;\n    --dot-col:  rgba(212,43,34,0.10);\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Nunito', sans-serif;\n    background: var(--cream);\n    color: var(--text);\n    font-size: 18px;\n    line-height: 1.65;\n    overflow-x: hidden;\n  }\n\n  \/* ── POLKA DOT BACKGROUND UTILITY ── *\/\n  .dots-bg {\n    background-image: radial-gradient(circle, var(--dot-col) 5px, transparent 5px);\n    background-size: 32px 32px;\n  }\n\n  \/* ── HERO ── *\/\n  .gem-hero {\n    background: var(--navy);\n    color: var(--white);\n    padding: 48px 24px 56px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .gem-hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: radial-gradient(circle, rgba(255,255,255,0.07) 5px, transparent 5px);\n    background-size: 30px 30px;\n  }\n  .gem-hero-eyebrow {\n    font-family: 'Nunito', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--yellow);\n    margin-bottom: 16px;\n    position: relative;\n  }\n  .gem-hero-name {\n    font-family: 'Fredoka One', cursive;\n    font-size: clamp(64px, 18vw, 108px);\n    line-height: 0.95;\n    color: var(--white);\n    position: relative;\n    letter-spacing: -0.01em;\n  }\n  .gem-hero-name span {\n    color: var(--red);\n  }\n  .gem-hero-tagline {\n    font-family: 'Nunito', sans-serif;\n    font-weight: 600;\n    font-size: clamp(17px, 4vw, 21px);\n    color: rgba(255,255,255,0.82);\n    margin-top: 20px;\n    position: relative;\n    font-style: italic;\n  }\n  .gem-glasses-bar {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    margin-top: 28px;\n    position: relative;\n  }\n  .gem-glasses-svg {\n    width: 64px;\n    opacity: 0.9;\n  }\n  .gem-badge {\n    background: var(--red);\n    color: var(--white);\n    font-family: 'Fredoka One', cursive;\n    font-size: 15px;\n    letter-spacing: 0.05em;\n    padding: 6px 18px;\n    border-radius: 100px;\n    display: inline-block;\n    margin-top: 24px;\n    position: relative;\n  }\n\n  \/* ── SECTION WRAPPER ── *\/\n  .gem-section {\n    padding: 48px 24px;\n    max-width: 680px;\n    margin: 0 auto;\n  }\n  .gem-section-full {\n    padding: 48px 24px;\n  }\n\n  \/* ── SECTION LABELS ── *\/\n  .gem-label {\n    font-family: 'Nunito', sans-serif;\n    font-weight: 800;\n    font-size: 12px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--red);\n    margin-bottom: 12px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .gem-label::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: var(--red);\n    opacity: 0.2;\n    border-radius: 2px;\n  }\n\n  \/* ── INTRO TEXT ── *\/\n  .gem-intro {\n    background: var(--white);\n    border-radius: 20px;\n    padding: 36px 28px;\n    border: 2px solid #EDE8F8;\n  }\n  .gem-intro h2 {\n    font-family: 'Fredoka One', cursive;\n    font-size: clamp(32px, 8vw, 44px);\n    color: var(--navy);\n    line-height: 1.1;\n    margin-bottom: 18px;\n  }\n  .gem-intro p {\n    font-size: 18px;\n    color: var(--text);\n    margin-bottom: 14px;\n  }\n  .gem-intro p:last-child { margin-bottom: 0; }\n  .gem-intro strong {\n    color: var(--navy);\n  }\n\n  \/* ── SPECS ── *\/\n  .gem-specs-wrap {\n    background: var(--navy);\n    color: var(--white);\n  }\n  .gem-specs-inner {\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 48px 24px;\n  }\n  .gem-specs-inner .gem-label {\n    color: var(--yellow);\n  }\n  .gem-specs-inner .gem-label::after {\n    background: var(--yellow);\n  }\n  .gem-specs-inner h2 {\n    font-family: 'Fredoka One', cursive;\n    font-size: clamp(28px, 7vw, 38px);\n    color: var(--white);\n    margin-bottom: 28px;\n    line-height: 1.1;\n  }\n  .gem-specs-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n  }\n  .gem-spec-item {\n    background: rgba(255,255,255,0.08);\n    border-radius: 14px;\n    padding: 18px 20px;\n    border: 1px solid rgba(255,255,255,0.12);\n  }\n  .gem-spec-item-label {\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--yellow);\n    margin-bottom: 6px;\n  }\n  .gem-spec-item-value {\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--white);\n    line-height: 1.3;\n  }\n\n  \/* ── BUILDER QUOTE ── *\/\n  .gem-quote-wrap {\n    background: var(--lav-light);\n    border-left: 5px solid var(--lavender);\n    border-radius: 0 16px 16px 0;\n    padding: 28px 28px 28px 32px;\n    margin: 0;\n    position: relative;\n  }\n  .gem-quote-mark {\n    font-family: 'Fredoka One', cursive;\n    font-size: 72px;\n    color: var(--lavender);\n    line-height: 0.6;\n    margin-bottom: 12px;\n    display: block;\n    opacity: 0.5;\n  }\n  .gem-quote-text {\n    font-size: 19px;\n    font-weight: 600;\n    color: var(--navy);\n    font-style: italic;\n    line-height: 1.6;\n    margin-bottom: 18px;\n  }\n  .gem-quote-attr {\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--lavender);\n  }\n\n  \/* ── WHAT'S INCLUDED ── *\/\n  .gem-included-wrap {\n    background: var(--red);\n  }\n  .gem-included-inner {\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 48px 24px;\n  }\n  .gem-included-inner .gem-label {\n    color: rgba(255,255,255,0.7);\n  }\n  .gem-included-inner .gem-label::after {\n    background: rgba(255,255,255,0.3);\n  }\n  .gem-included-inner h2 {\n    font-family: 'Fredoka One', cursive;\n    font-size: clamp(28px, 7vw, 38px);\n    color: var(--white);\n    margin-bottom: 24px;\n    line-height: 1.1;\n  }\n  .gem-included-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 14px;\n  }\n  .gem-included-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    background: rgba(255,255,255,0.12);\n    border-radius: 14px;\n    padding: 16px 20px;\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--white);\n    line-height: 1.4;\n    border: 1px solid rgba(255,255,255,0.18);\n  }\n  .gem-included-list li .gem-tick {\n    font-size: 20px;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  \/* ── FAQ ── *\/\n  .gem-faq-list {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n    border: 2px solid #E8E2F4;\n    border-radius: 18px;\n    overflow: hidden;\n    background: var(--white);\n  }\n  .gem-faq-item {\n    border-bottom: 2px solid #E8E2F4;\n  }\n  .gem-faq-item:last-child {\n    border-bottom: none;\n  }\n  \/* details\/summary — no JS needed, works in Shopify *\/\n  .gem-faq-item summary {\n    list-style: none;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 12px;\n    padding: 22px 24px;\n    min-height: 64px;\n    cursor: pointer;\n    font-family: 'Nunito', sans-serif;\n    font-size: 18px;\n    font-weight: 800;\n    color: var(--navy);\n    line-height: 1.3;\n    transition: background 0.15s;\n    user-select: none;\n  }\n  .gem-faq-item summary::-webkit-details-marker { display: none; }\n  .gem-faq-item summary::marker { display: none; }\n  .gem-faq-item summary:hover {\n    background: var(--lav-light);\n  }\n  .gem-faq-icon {\n    font-size: 24px;\n    font-weight: 700;\n    color: var(--red);\n    flex-shrink: 0;\n    font-family: 'Fredoka One', cursive;\n    line-height: 1;\n    transition: transform 0.25s;\n  }\n  .gem-faq-item[open] summary .gem-faq-icon {\n    transform: rotate(45deg);\n  }\n  .gem-faq-a {\n    padding: 0 24px 22px;\n    font-size: 18px;\n    color: var(--muted);\n    line-height: 1.65;\n  }\n\n  \/* ── CTA FOOTER ── *\/\n  .gem-cta {\n    background: var(--cream);\n    text-align: center;\n    padding: 56px 24px 64px;\n    position: relative;\n  }\n  .gem-cta::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: radial-gradient(circle, var(--dot-col) 4px, transparent 4px);\n    background-size: 28px 28px;\n  }\n  .gem-cta-badge {\n    display: inline-block;\n    background: var(--navy);\n    color: var(--yellow);\n    font-family: 'Fredoka One', cursive;\n    font-size: 22px;\n    padding: 12px 32px;\n    border-radius: 100px;\n    margin-bottom: 20px;\n    position: relative;\n    letter-spacing: 0.03em;\n  }\n  .gem-cta-title {\n    font-family: 'Fredoka One', cursive;\n    font-size: clamp(28px, 7vw, 42px);\n    color: var(--navy);\n    line-height: 1.15;\n    margin-bottom: 12px;\n    position: relative;\n  }\n  .gem-cta-sub {\n    font-size: 17px;\n    color: var(--muted);\n    font-weight: 600;\n    position: relative;\n  }\n\n  \/* ── DIVIDER DOTS ── *\/\n  .gem-divider {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    padding: 8px 0;\n  }\n  .gem-divider span {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--lavender);\n    display: block;\n    opacity: 0.5;\n  }\n  .gem-divider span:nth-child(2) {\n    background: var(--red);\n    opacity: 0.7;\n  }\n\n  @media (max-width: 480px) {\n    .gem-specs-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n\u003c\/style\u003e\n\u003c!-- ── HERO ── --\u003e\n\u003cdiv class=\"gem-hero\"\u003e\n\u003cdiv class=\"gem-hero-eyebrow\"\u003ePubbets Lab Original  ·  1 of 1\u003c\/div\u003e\n\u003cdiv class=\"gem-hero-name\"\u003eGem\u003cspan\u003em\u003c\/span\u003ea\u003c\/div\u003e\n\u003cdiv class=\"gem-hero-tagline\"\u003e\"Big glasses. Bigger personality. Boundless curiosity.\"\u003c\/div\u003e\n\u003cdiv class=\"gem-glasses-bar\"\u003e\n\u003c!-- Red glasses SVG icon --\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 120 48\" class=\"gem-glasses-svg\"\u003e\n      \u003ccircle fill=\"none\" stroke-width=\"6\" stroke=\"#D42B22\" r=\"18\" cy=\"26\" cx=\"30\"\u003e\u003c\/circle\u003e\n      \u003ccircle fill=\"none\" stroke-width=\"6\" stroke=\"#D42B22\" r=\"18\" cy=\"26\" cx=\"90\"\u003e\u003c\/circle\u003e\n      \u003cline stroke-linecap=\"round\" stroke-width=\"5\" stroke=\"#D42B22\" y2=\"26\" x2=\"72\" y1=\"26\" x1=\"48\"\u003e\u003c\/line\u003e\n      \u003cline stroke-linecap=\"round\" stroke-width=\"5\" stroke=\"#D42B22\" y2=\"26\" x2=\"12\" y1=\"22\" x1=\"2\"\u003e\u003c\/line\u003e\n      \u003cline stroke-linecap=\"round\" stroke-width=\"5\" stroke=\"#D42B22\" y2=\"26\" x2=\"108\" y1=\"22\" x1=\"118\"\u003e\u003c\/line\u003e\n    \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gem-badge\"\u003eHand-built in Thailand\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── MEET GEMMA ── --\u003e\n\u003cdiv class=\"gem-section\"\u003e\n\u003cdiv class=\"gem-label\"\u003eAbout Gemma\u003c\/div\u003e\n\u003cdiv class=\"gem-intro\"\u003e\n\u003ch2\u003eShe notices everything.\u003c\/h2\u003e\n\u003cp\u003eGemma 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.\u003c\/p\u003e\n\u003cp\u003eHer polka dot blouse and denim pinafore say \u003cstrong\u003e\"I dressed myself and I'm very pleased about it.\"\u003c\/strong\u003e Her daisy sandals are not an accident. Nothing about Gemma is an accident.\u003c\/p\u003e\n\u003cp\u003eShe's full-body, fully expressive, and built to perform — in classrooms, on stage, in front of a camera, or just across the living room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gem-divider\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c!-- ── SPECS ── --\u003e\n\u003cdiv class=\"gem-specs-wrap dots-bg\"\u003e\n\u003cdiv class=\"gem-specs-inner\"\u003e\n\u003cdiv class=\"gem-label\"\u003eThe Details\u003c\/div\u003e\n\u003ch2\u003eBuilt to perform.\u003c\/h2\u003e\n\u003cdiv class=\"gem-specs-grid\"\u003e\n\u003cdiv class=\"gem-spec-item\"\u003e\n\u003cdiv class=\"gem-spec-item-label\"\u003eSize\u003c\/div\u003e\n\u003cdiv class=\"gem-spec-item-value\"\u003e71cm \/ 28 inches\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gem-spec-item\"\u003e\n\u003cdiv class=\"gem-spec-item-label\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"gem-spec-item-value\"\u003eFull-body hand puppet\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gem-spec-item\"\u003e\n\u003cdiv class=\"gem-spec-item-label\"\u003eBody\u003c\/div\u003e\n\u003cdiv class=\"gem-spec-item-value\"\u003eSoft lavender fleece\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gem-spec-item\"\u003e\n\u003cdiv class=\"gem-spec-item-label\"\u003eHair\u003c\/div\u003e\n\u003cdiv class=\"gem-spec-item-value\"\u003eWild golden curls\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gem-spec-item\"\u003e\n\u003cdiv class=\"gem-spec-item-label\"\u003eSignature\u003c\/div\u003e\n\u003cdiv class=\"gem-spec-item-value\"\u003eBold red round glasses\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gem-spec-item\"\u003e\n\u003cdiv class=\"gem-spec-item-label\"\u003eAvailability\u003c\/div\u003e\n\u003cdiv class=\"gem-spec-item-value\"\u003e1 of 1 — unique character\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gem-spec-item\"\u003e\n\u003cdiv class=\"gem-spec-item-label\"\u003eBuilder\u003c\/div\u003e\n\u003cdiv class=\"gem-spec-item-value\"\u003eJames Marshall\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gem-spec-item\"\u003e\n\u003cdiv class=\"gem-spec-item-label\"\u003eShips\u003c\/div\u003e\n\u003cdiv class=\"gem-spec-item-value\"\u003eWorldwide with tracking\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── BUILDER'S NOTE ── --\u003e\n\u003cdiv class=\"gem-section\"\u003e\n\u003cdiv class=\"gem-label\"\u003eFrom James\u003c\/div\u003e\n\u003cdiv class=\"gem-quote-wrap\"\u003e\n\u003cspan class=\"gem-quote-mark\"\u003e\"\u003c\/span\u003e\n\u003cdiv class=\"gem-quote-text\"\u003eGemma 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.\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 16px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/7683\/4851\/files\/james_toon.png?v=1774019420\" alt=\"\" width=\"157\" height=\"157\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gem-quote-attr\"\u003e— James Marshall · The Papa of Pubbets\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gem-divider\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c!-- ── WHAT'S INCLUDED ── --\u003e\n\u003cdiv class=\"gem-included-wrap\"\u003e\n\u003cdiv class=\"gem-included-inner\"\u003e\n\u003cdiv class=\"gem-label\"\u003eWhat You Get\u003c\/div\u003e\n\u003ch2\u003eEverything she needs to shine.\u003c\/h2\u003e\n\u003cul class=\"gem-included-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"gem-tick\"\u003e🎭\u003c\/span\u003e Gemma — full-body hand puppet, 71cm \/ 28\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"gem-tick\"\u003e👗\u003c\/span\u003e Complete outfit — polka dot blouse, denim pinafore \u0026amp; daisy sandals (all hand-fitted)\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"gem-tick\"\u003e👓\u003c\/span\u003e Red round glasses — permanently part of her look\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"gem-tick\"\u003e🏷️\u003c\/span\u003e Official Pubbets Lab hang tag\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"gem-tick\"\u003e📦\u003c\/span\u003e Ships worldwide in protective packaging\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── FAQ ── --\u003e\n\u003cdiv class=\"gem-section\"\u003e\n\u003cdiv class=\"gem-label\"\u003eQuestions\u003c\/div\u003e\n\u003cdiv style=\"font-family: 'Fredoka One',cursive; font-size: clamp(28px,7vw,38px); color: var(--navy); margin-bottom: 24px; line-height: 1.1;\"\u003eGood question. Here's the answer.\u003c\/div\u003e\n\u003cdiv class=\"gem-faq-list\"\u003e\n\u003cdetails class=\"gem-faq-item\" open=\"\"\u003e\n\u003csummary\u003eHow do I operate Gemma? \u003cspan class=\"gem-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gem-faq-a\"\u003eGemma 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.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gem-faq-item\" open=\"\"\u003e\n\u003csummary\u003eIs she really 1 of 1? \u003cspan class=\"gem-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gem-faq-a\"\u003eYes. 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.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gem-faq-item\" open=\"\"\u003e\n\u003csummary\u003eWhat age is she suited for? \u003cspan class=\"gem-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gem-faq-a\"\u003eGemma 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.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gem-faq-item\" open=\"\"\u003e\n\u003csummary\u003eCan I wash her outfit? \u003cspan class=\"gem-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gem-faq-a\"\u003eHand-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.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gem-faq-item\" open=\"\"\u003e\n\u003csummary\u003eDo you ship internationally? \u003cspan class=\"gem-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gem-faq-a\"\u003eYes! 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.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gem-faq-item\" open=\"\"\u003e\n\u003csummary\u003eCan I ask James a question before buying? \u003cspan class=\"gem-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gem-faq-a\"\u003eAbsolutely. Reach James directly at info@pubbets.net — he responds personally and loves hearing from people who connect with his builds.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── CTA ── --\u003e\n\u003cdiv class=\"gem-cta\"\u003e\n\u003cdiv class=\"gem-cta-badge\"\u003e✨ Only One in the World\u003c\/div\u003e\n\u003cdiv class=\"gem-cta-title\"\u003eGemma is a 1-of-1.\u003cbr\u003eThere is only one.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Pubbets!","offers":[{"title":"Default Title","offer_id":42386907398179,"sku":"gemma","price":199.95,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/7683\/4851\/files\/GemmaCLOSEUPOPEN.png?v=1777723137","url":"https:\/\/www.pubbets.net\/products\/gemma","provider":"Pubbets!","version":"1.0","type":"link"}