{"product_id":"megan","title":"Megan – Yellow Hand Puppet | Safari Dress | 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=Abril+Fatface\u0026amp;family=Source+Serif+4:ital,wght@0,400;0,600;0,700;1,400;1,600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n  :root {\n    --espresso:   #2C1A0E;\n    --sun:        #F5C842;\n    --camel:      #C4793A;\n    --camel-mid:  #D4956A;\n    --camel-light:#F2DEC8;\n    --cream:      #FDF8EF;\n    --sand:       #E8D5B0;\n    --text:       #1C1208;\n    --muted:      #7A5C40;\n    --white:      #FFFFFF;\n    --rule:       rgba(196,121,58,0.25);\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Source Serif 4', Georgia, serif;\n    background: var(--cream);\n    color: var(--text);\n    font-size: 18px;\n    line-height: 1.7;\n    overflow-x: hidden;\n  }\n\n  \/* ── HERO ── *\/\n  .meg-hero {\n    background: var(--espresso);\n    color: var(--white);\n    padding: 52px 24px 60px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  \/* subtle diagonal grain texture *\/\n  .meg-hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: repeating-linear-gradient(\n      -45deg,\n      rgba(245,200,66,0.04) 0px,\n      rgba(245,200,66,0.04) 1px,\n      transparent 1px,\n      transparent 8px\n    );\n  }\n  .meg-hero-eyebrow {\n    font-family: 'Source Serif 4', serif;\n    font-style: italic;\n    font-weight: 400;\n    font-size: 15px;\n    letter-spacing: 0.08em;\n    color: var(--camel-mid);\n    margin-bottom: 20px;\n    position: relative;\n  }\n  .meg-sun-svg {\n    width: 56px;\n    height: 56px;\n    margin: 0 auto 16px;\n    display: block;\n    position: relative;\n    opacity: 0.9;\n  }\n  .meg-hero-name {\n    font-family: 'Abril Fatface', serif;\n    font-size: clamp(72px, 20vw, 120px);\n    line-height: 0.9;\n    color: var(--sun);\n    position: relative;\n    letter-spacing: -0.01em;\n  }\n  .meg-hero-tagline {\n    font-family: 'Source Serif 4', serif;\n    font-style: italic;\n    font-weight: 400;\n    font-size: clamp(17px, 4vw, 21px);\n    color: rgba(255,255,255,0.75);\n    margin-top: 22px;\n    position: relative;\n    line-height: 1.5;\n  }\n  .meg-hero-rule {\n    width: 60px;\n    height: 2px;\n    background: var(--camel-mid);\n    margin: 24px auto 0;\n    position: relative;\n  }\n  .meg-badge {\n    display: inline-block;\n    border: 2px solid var(--camel-mid);\n    color: var(--camel-mid);\n    font-family: 'Source Serif 4', serif;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    padding: 7px 20px;\n    border-radius: 4px;\n    margin-top: 24px;\n    position: relative;\n  }\n\n  \/* ── SECTION WRAPPER ── *\/\n  .meg-section {\n    padding: 52px 24px;\n    max-width: 680px;\n    margin: 0 auto;\n  }\n\n  \/* ── SECTION LABELS ── *\/\n  .meg-label {\n    font-family: 'Source Serif 4', serif;\n    font-style: italic;\n    font-weight: 400;\n    font-size: 14px;\n    letter-spacing: 0.12em;\n    color: var(--camel);\n    margin-bottom: 14px;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n  }\n  .meg-label::before,\n  .meg-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rule);\n  }\n\n  \/* ── INTRO TEXT ── *\/\n  .meg-intro h2 {\n    font-family: 'Abril Fatface', serif;\n    font-size: clamp(32px, 8vw, 46px);\n    color: var(--espresso);\n    line-height: 1.05;\n    margin-bottom: 20px;\n  }\n  .meg-intro p {\n    font-size: 18px;\n    color: var(--text);\n    margin-bottom: 16px;\n  }\n  .meg-intro p:last-child { margin-bottom: 0; }\n  .meg-intro strong { color: var(--camel); }\n\n  \/* ── SPECS ── *\/\n  .meg-specs-wrap {\n    background: var(--espresso);\n    color: var(--white);\n  }\n  .meg-specs-inner {\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 52px 24px;\n  }\n  .meg-specs-inner .meg-label {\n    color: var(--sun);\n  }\n  .meg-specs-inner .meg-label::before,\n  .meg-specs-inner .meg-label::after {\n    background: rgba(245,200,66,0.25);\n  }\n  .meg-specs-inner h2 {\n    font-family: 'Abril Fatface', serif;\n    font-size: clamp(28px, 7vw, 40px);\n    color: var(--sun);\n    margin-bottom: 28px;\n    line-height: 1.05;\n  }\n  .meg-specs-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n  .meg-spec-item {\n    background: rgba(245,200,66,0.07);\n    border: 1px solid rgba(245,200,66,0.15);\n    border-radius: 8px;\n    padding: 18px 20px;\n  }\n  .meg-spec-label {\n    font-family: 'Source Serif 4', serif;\n    font-style: italic;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n    color: var(--camel-mid);\n    margin-bottom: 6px;\n    text-transform: uppercase;\n  }\n  .meg-spec-value {\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--white);\n    line-height: 1.3;\n  }\n\n  \/* ── BUILDER QUOTE ── *\/\n  .meg-quote-section {\n    background: var(--camel-light);\n  }\n  .meg-quote-inner {\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 52px 24px;\n  }\n  .meg-quote-inner .meg-label {\n    color: var(--camel);\n  }\n  .meg-quote-box {\n    border-left: 4px solid var(--camel);\n    padding: 28px 28px 28px 36px;\n    background: rgba(255,255,255,0.5);\n    border-radius: 0 12px 12px 0;\n  }\n  .meg-quote-mark {\n    font-family: 'Abril Fatface', serif;\n    font-size: 80px;\n    color: var(--camel);\n    line-height: 0.5;\n    margin-bottom: 16px;\n    display: block;\n    opacity: 0.35;\n  }\n  .meg-quote-text {\n    font-family: 'Source Serif 4', serif;\n    font-style: italic;\n    font-size: 19px;\n    color: var(--espresso);\n    line-height: 1.65;\n    margin-bottom: 20px;\n  }\n  .meg-quote-img {\n    margin-bottom: 16px;\n  }\n  .meg-quote-attr {\n    font-family: 'Source Serif 4', serif;\n    font-weight: 700;\n    font-size: 13px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--camel);\n  }\n\n  \/* ── WHAT'S INCLUDED ── *\/\n  .meg-included-wrap {\n    background: var(--camel);\n    color: var(--white);\n  }\n  .meg-included-inner {\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 52px 24px;\n  }\n  .meg-included-inner .meg-label {\n    color: rgba(255,255,255,0.65);\n  }\n  .meg-included-inner .meg-label::before,\n  .meg-included-inner .meg-label::after {\n    background: rgba(255,255,255,0.25);\n  }\n  .meg-included-inner h2 {\n    font-family: 'Abril Fatface', serif;\n    font-size: clamp(28px, 7vw, 40px);\n    color: var(--white);\n    margin-bottom: 24px;\n    line-height: 1.05;\n  }\n  .meg-included-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n  .meg-included-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    background: rgba(255,255,255,0.12);\n    border: 1px solid rgba(255,255,255,0.2);\n    border-radius: 8px;\n    padding: 16px 20px;\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--white);\n    line-height: 1.4;\n  }\n  .meg-tick {\n    font-size: 20px;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  \/* ── FAQ ── *\/\n  .meg-faq-list {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n    border: 1px solid var(--sand);\n    border-radius: 12px;\n    overflow: hidden;\n    background: var(--white);\n  }\n  .meg-faq-item {\n    border-bottom: 1px solid var(--sand);\n  }\n  .meg-faq-item:last-child { border-bottom: none; }\n  .meg-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: 'Source Serif 4', serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--espresso);\n    line-height: 1.3;\n    transition: background 0.15s;\n    user-select: none;\n  }\n  .meg-faq-item summary::-webkit-details-marker { display: none; }\n  .meg-faq-item summary::marker { display: none; }\n  .meg-faq-item summary:hover { background: var(--camel-light); }\n  .meg-faq-icon {\n    font-family: 'Abril Fatface', serif;\n    font-size: 26px;\n    color: var(--camel);\n    flex-shrink: 0;\n    line-height: 1;\n    transition: transform 0.25s;\n  }\n  .meg-faq-item[open] summary .meg-faq-icon {\n    transform: rotate(45deg);\n  }\n  .meg-faq-a {\n    padding: 0 24px 22px;\n    font-size: 18px;\n    color: var(--muted);\n    line-height: 1.7;\n  }\n\n  \/* ── CTA ── *\/\n  .meg-cta {\n    background: var(--espresso);\n    text-align: center;\n    padding: 60px 24px 68px;\n    position: relative;\n    overflow: hidden;\n  }\n  .meg-cta::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: repeating-linear-gradient(\n      45deg,\n      rgba(245,200,66,0.04) 0px,\n      rgba(245,200,66,0.04) 1px,\n      transparent 1px,\n      transparent 8px\n    );\n  }\n  .meg-cta-sun {\n    width: 44px;\n    height: 44px;\n    margin: 0 auto 16px;\n    display: block;\n    position: relative;\n    opacity: 0.6;\n  }\n  .meg-cta-title {\n    font-family: 'Abril Fatface', serif;\n    font-size: clamp(28px, 7vw, 44px);\n    color: var(--sun);\n    line-height: 1.1;\n    margin-bottom: 14px;\n    position: relative;\n  }\n  .meg-cta-sub {\n    font-size: 16px;\n    font-style: italic;\n    color: rgba(255,255,255,0.55);\n    position: relative;\n  }\n\n  \/* ── DIVIDER ── *\/\n  .meg-divider {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 4px 24px;\n    gap: 12px;\n  }\n  .meg-divider::before,\n  .meg-divider::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rule);\n    max-width: 120px;\n  }\n  .meg-divider-sun {\n    font-size: 18px;\n    opacity: 0.45;\n  }\n\n  @media (max-width: 480px) {\n    .meg-specs-grid { grid-template-columns: 1fr; }\n  }\n\n\u003c\/style\u003e\n\u003c!-- ── HERO ── --\u003e\n\u003cdiv class=\"meg-hero\"\u003e\n\u003cdiv class=\"meg-hero-eyebrow\"\u003ePubbets Lab Original  ·  1 of 1\u003c\/div\u003e\n\u003c!-- Sun SVG --\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 56 56\" class=\"meg-sun-svg\"\u003e\n    \u003ccircle fill=\"#F5C842\" r=\"11\" cy=\"28\" cx=\"28\"\u003e\u003c\/circle\u003e\n    \u003cline stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#F5C842\" y2=\"12\" x2=\"28\" y1=\"4\" x1=\"28\"\u003e\u003c\/line\u003e\n    \u003cline stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#F5C842\" y2=\"52\" x2=\"28\" y1=\"44\" x1=\"28\"\u003e\u003c\/line\u003e\n    \u003cline stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#F5C842\" y2=\"28\" x2=\"12\" y1=\"28\" x1=\"4\"\u003e\u003c\/line\u003e\n    \u003cline stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#F5C842\" y2=\"28\" x2=\"52\" y1=\"28\" x1=\"44\"\u003e\u003c\/line\u003e\n    \u003cline stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#F5C842\" y2=\"17\" x2=\"17\" y1=\"11\" x1=\"11\"\u003e\u003c\/line\u003e\n    \u003cline stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#F5C842\" y2=\"45\" x2=\"45\" y1=\"39\" x1=\"39\"\u003e\u003c\/line\u003e\n    \u003cline stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#F5C842\" y2=\"17\" x2=\"39\" y1=\"11\" x1=\"45\"\u003e\u003c\/line\u003e\n    \u003cline stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#F5C842\" y2=\"39\" x2=\"17\" y1=\"45\" x1=\"11\"\u003e\u003c\/line\u003e\n  \u003c\/svg\u003e\n\u003cdiv class=\"meg-hero-name\"\u003eMegan\u003c\/div\u003e\n\u003cdiv class=\"meg-hero-tagline\"\u003e\"Golden. Grounded. Ready for anything.\"\u003c\/div\u003e\n\u003cdiv class=\"meg-hero-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"meg-badge\"\u003eHand-built in Thailand\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── MEET MEGAN ── --\u003e\n\u003cdiv class=\"meg-section\"\u003e\n\u003cdiv class=\"meg-label\"\u003eAbout Megan\u003c\/div\u003e\n\u003cdiv class=\"meg-intro\"\u003e\n\u003ch2\u003eShe makes every room warmer.\u003c\/h2\u003e\n\u003cp\u003eMegan doesn't make an entrance - she just arrives, and everything gets brighter. She's got the kind of face that makes you immediately want to tell her something. \u003cstrong\u003eBright yellow fleece, dark wavy hair, and eyes wide open to the world.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThe camel safari dress is belted at the waist and completely intentional. Brown leather buckle sandals.  She dressed for an adventure, and she found one.\u003c\/p\u003e\n\u003cp\u003eShe's full-body, fully expressive, and ready to go wherever you take her - classrooms, stages, cameras, or living rooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meg-divider\"\u003e\u003cspan class=\"meg-divider-sun\"\u003e☀\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- ── SPECS ── --\u003e\n\u003cdiv class=\"meg-specs-wrap\"\u003e\n\u003cdiv class=\"meg-specs-inner\"\u003e\n\u003cdiv class=\"meg-label\"\u003eThe Details\u003c\/div\u003e\n\u003ch2\u003eBuilt to go the distance.\u003c\/h2\u003e\n\u003cdiv class=\"meg-specs-grid\"\u003e\n\u003cdiv class=\"meg-spec-item\"\u003e\n\u003cdiv class=\"meg-spec-label\"\u003eSize\u003c\/div\u003e\n\u003cdiv class=\"meg-spec-value\"\u003e71cm \/ 28 inches\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meg-spec-item\"\u003e\n\u003cdiv class=\"meg-spec-label\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"meg-spec-value\"\u003eFull-body hand puppet\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meg-spec-item\"\u003e\n\u003cdiv class=\"meg-spec-label\"\u003eBody\u003c\/div\u003e\n\u003cdiv class=\"meg-spec-value\"\u003eBright yellow fleece\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meg-spec-item\"\u003e\n\u003cdiv class=\"meg-spec-label\"\u003eHair\u003c\/div\u003e\n\u003cdiv class=\"meg-spec-value\"\u003eDark brown, wavy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meg-spec-item\"\u003e\n\u003cdiv class=\"meg-spec-label\"\u003eOutfit\u003c\/div\u003e\n\u003cdiv class=\"meg-spec-value\"\u003eCamel safari dress + sandals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meg-spec-item\"\u003e\n\u003cdiv class=\"meg-spec-label\"\u003eAvailability\u003c\/div\u003e\n\u003cdiv class=\"meg-spec-value\"\u003e1 of 1 — unique character\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meg-spec-item\"\u003e\n\u003cdiv class=\"meg-spec-label\"\u003eBuilder\u003c\/div\u003e\n\u003cdiv class=\"meg-spec-value\"\u003eJames Marshall\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meg-spec-item\"\u003e\n\u003cdiv class=\"meg-spec-label\"\u003eShips\u003c\/div\u003e\n\u003cdiv class=\"meg-spec-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=\"meg-quote-section\"\u003e\n\u003cdiv class=\"meg-quote-inner\"\u003e\n\u003cdiv class=\"meg-label\"\u003eFrom James\u003c\/div\u003e\n\u003cdiv class=\"meg-quote-box\"\u003e\n\u003cspan class=\"meg-quote-mark\"\u003e\"\u003c\/span\u003e\n\u003cdiv class=\"meg-quote-text\"\u003eMegan came together with a quiet confidence. No fuss, no drama — just a character who knew exactly who she was from the moment the hair went in. She's warm and genuine, and she's going to connect with people immediately.\u003c\/div\u003e\n\u003cdiv class=\"meg-quote-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/7683\/4851\/files\/james_toon.png?v=1774019420\" alt=\"\" width=\"171\" height=\"171\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"meg-quote-attr\"\u003e— James Marshall · The Papa of Pubbets\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── WHAT'S INCLUDED ── --\u003e\n\u003cdiv class=\"meg-included-wrap\"\u003e\n\u003cdiv class=\"meg-included-inner\"\u003e\n\u003cdiv class=\"meg-label\"\u003eWhat You Get\u003c\/div\u003e\n\u003ch2\u003eEverything she needs.\u003c\/h2\u003e\n\u003cul class=\"meg-included-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"meg-tick\"\u003e🎭\u003c\/span\u003e Megan — full-body hand puppet, 71cm \/ 28\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"meg-tick\"\u003e👗\u003c\/span\u003e Camel safari shirt dress with belt bow (hand-fitted)\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"meg-tick\"\u003e🧦\u003c\/span\u003e Pubbets Lab Carry Bag\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"meg-tick\"\u003e👡\u003c\/span\u003e Brown leather-look buckle sandals\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"meg-tick\"\u003e🏷️\u003c\/span\u003e Official Pubbets Lab hang tag\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"meg-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=\"meg-section\"\u003e\n\u003cdiv class=\"meg-label\"\u003eQuestions\u003c\/div\u003e\n\u003cdiv style=\"font-family: 'Abril Fatface',serif; font-size: clamp(28px,7vw,40px); color: var(--espresso); margin-bottom: 28px; line-height: 1.05;\"\u003eYou're probably wondering.\u003c\/div\u003e\n\u003cdiv class=\"meg-faq-list\"\u003e\n\u003cdetails class=\"meg-faq-item\" open=\"\"\u003e\n\u003csummary\u003eHow do I operate Megan? \u003cspan class=\"meg-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"meg-faq-a\"\u003eMegan 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 right out of the box.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"meg-faq-item\" open=\"\"\u003e\n\u003csummary\u003eIs she really 1 of 1? \u003cspan class=\"meg-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"meg-faq-a\"\u003eYes. Megan 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 Megan.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"meg-faq-item\" open=\"\"\u003e\n\u003csummary\u003eWhat age is she suited for? \u003cspan class=\"meg-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"meg-faq-a\"\u003eMegan is a professional performance puppet — ideal for puppet performers, educators, content creators, collectors, and storytellers of any age. She's not a children's toy, but she brings enormous warmth in the right hands.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"meg-faq-item\" open=\"\"\u003e\n\u003csummary\u003eCan I wash her outfit? \u003cspan class=\"meg-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"meg-faq-a\"\u003eHand-wash gently in cold water and lay flat to dry. Spot-cleaning is recommended wherever possible to protect the fabric and careful construction.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"meg-faq-item\" open=\"\"\u003e\n\u003csummary\u003eDo you ship internationally? \u003cspan class=\"meg-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"meg-faq-a\"\u003eYes! Pubbets ships worldwide from Thailand. Full tracking is included. Most orders reach the USA, Australia, UK and Canada within 7–14 business days.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"meg-faq-item\" open=\"\"\u003e\n\u003csummary\u003eCan I ask James a question before buying? \u003cspan class=\"meg-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"meg-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=\"meg-cta\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 56 56\" class=\"meg-cta-sun\"\u003e\n    \u003ccircle fill=\"#F5C842\" r=\"11\" cy=\"28\" cx=\"28\"\u003e\u003c\/circle\u003e\n    \u003cline stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#F5C842\" y2=\"12\" x2=\"28\" y1=\"4\" x1=\"28\"\u003e\u003c\/line\u003e\n    \u003cline stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#F5C842\" y2=\"52\" x2=\"28\" y1=\"44\" x1=\"28\"\u003e\u003c\/line\u003e\n    \u003cline stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#F5C842\" y2=\"28\" x2=\"12\" y1=\"28\" x1=\"4\"\u003e\u003c\/line\u003e\n    \u003cline stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#F5C842\" y2=\"28\" x2=\"52\" y1=\"28\" x1=\"44\"\u003e\u003c\/line\u003e\n    \u003cline stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#F5C842\" y2=\"17\" x2=\"17\" y1=\"11\" x1=\"11\"\u003e\u003c\/line\u003e\n    \u003cline stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#F5C842\" y2=\"45\" x2=\"45\" y1=\"39\" x1=\"39\"\u003e\u003c\/line\u003e\n    \u003cline stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#F5C842\" y2=\"17\" x2=\"39\" y1=\"11\" x1=\"45\"\u003e\u003c\/line\u003e\n    \u003cline stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#F5C842\" y2=\"39\" x2=\"17\" y1=\"45\" x1=\"11\"\u003e\u003c\/line\u003e\n  \u003c\/svg\u003e\n\u003cdiv class=\"meg-cta-title\"\u003eMegan 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":42386910347299,"sku":"megan","price":199.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/7683\/4851\/files\/MeganCLOSEUPOPEN_29150e3e-be94-4337-9968-62feaf221e5c.png?v=1777724332","url":"https:\/\/www.pubbets.net\/products\/megan","provider":"Pubbets!","version":"1.0","type":"link"}