{"product_id":"amber-newsly","title":"Amber Newsly – Reporter Hand Puppet | 28\" Pubbets Original | 1 of 1","description":"\u003c!--\n  AMBER NEWSLY — Reporter for the Pubbetsville Times\n  Pubbets Product Page\n\n  IMAGE SETUP:\n  Replace the 6 placeholder URLs below with your Shopify CDN URLs after uploading:\n    AMBER_HERO_URL        → AMBER_CLOSEUP_OPEN.png\n    AMBER_FRONT_URL       → AMBER_FRONT.png\n    AMBER_SIDE1_URL       → AMBER_SIDE_1.png\n    AMBER_SIDE2_URL       → AMBER_SIDE_2.png\n    AMBER_OUTFIT_URL      → AMBER_OUTFIIT.png\n    AMBER_SHUT_URL        → AMBER_CLOSEUP_SHUT.png\n--\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700\u0026family=Special+Elite\u0026family=Source+Serif+4:ital,wght@0,400;0,600;1,400\u0026display=swap');\n\n  :root {\n    --ink:         #111008;\n    --ink-mid:     #3d3520;\n    --ink-soft:    #6b5c3e;\n    --bg:          #ffffff;\n    --bg-off:      #f4f4f4;\n    --bg-dark:     #1a1508;\n    --rule:        #d4c9b0;\n    --rule-strong: #8a7a5a;\n    --pink:        #c83878;\n    --teal:        #007a98;\n    --orange:      #c85a10;\n    --green:       #286030;\n  }\n\n  .amb-page * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .amb-page {\n    font-family: 'Source Serif 4', Georgia, serif;\n    background: var(--bg);\n    color: var(--ink);\n    line-height: 1.65;\n    -webkit-text-size-adjust: 100%;\n  }\n\n  \/* ── TICKER ── *\/\n  .amb-ticker-wrap {\n    background: var(--pink);\n    display: flex;\n    align-items: center;\n    height: 40px;\n    overflow: hidden;\n  }\n  .amb-ticker-label {\n    flex-shrink: 0;\n    background: var(--ink);\n    color: #fff;\n    font-family: 'Special Elite', monospace;\n    font-size: 0.7rem;\n    letter-spacing: 2px;\n    padding: 0 14px;\n    height: 100%;\n    display: flex;\n    align-items: center;\n  }\n  .amb-ticker-marquee {\n    color: #fff;\n    font-family: 'Special Elite', monospace;\n    font-size: 0.78rem;\n    letter-spacing: 1px;\n  }\n\n  \/* ── MASTHEAD ── *\/\n  .amb-masthead {\n    background: var(--bg);\n    border-bottom: 4px solid var(--ink);\n    text-align: center;\n    padding: 20px 16px 16px;\n  }\n  .amb-masthead-eyebrow {\n    font-family: 'Special Elite', monospace;\n    font-size: 0.62rem;\n    letter-spacing: 3px;\n    color: var(--ink-mid);\n    font-family: 'Playfair Display', Georgia, serif;\n    font-size: clamp(1.9rem, 9vw, 5rem);\n    font-weight: 900;\n    line-height: 1;\n    letter-spacing: -1px;\n    color: var(--ink);\n  }\n  .amb-masthead-rule {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    justify-content: center;\n    margin: 12px 0 10px;\n  }\n  .amb-masthead-rule span { height: 1px; flex: 1; max-width: 100px; background: var(--ink); }\n  .amb-masthead-rule em {\n    font-family: 'Special Elite', monospace;\n    font-size: 0.58rem;\n    letter-spacing: 2px;\n    font-style: normal;\n    color: var(--ink);\n  }\n  .amb-edition-bar {\n    display: flex;\n    border-top: 1px solid var(--ink);\n    border-bottom: 1px solid var(--ink);\n    margin-top: 12px;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    scrollbar-width: none;\n  }\n  .amb-edition-bar::-webkit-scrollbar { display: none; }\n  .amb-edition-bar span {\n    font-family: 'Special Elite', monospace;\n    font-size: 0.6rem;\n    letter-spacing: 2px;\n    padding: 7px 16px;\n    border-right: 1px solid var(--rule);\n    color: var(--ink);\n    white-space: nowrap;\n    flex-shrink: 0;\n  }\n  .amb-edition-bar span:last-child { border-right: none; }\n  .amb-edition-bar span.highlight { background: var(--ink); color: var(--bg); }\n\n  \/* ── HERO ── *\/\n  .amb-hero {\n    max-width: 1140px;\n    margin: 0 auto;\n    border-bottom: 2px solid var(--ink);\n  }\n  @media (min-width: 768px) {\n    .amb-hero { display: grid; grid-template-columns: 1.1fr 1fr; }\n  }\n  .amb-hero-image-block { position: relative; background: var(--bg-off); }\n  .amb-hero-image-block img {\n    width: 100%;\n    display: block;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n    object-position: top;\n  }\n  @media (min-width: 768px) {\n    .amb-hero-image-block img { aspect-ratio: auto; height: 100%; min-height: 480px; }\n  }\n  .amb-press-badge {\n    position: absolute;\n    top: 14px;\n    right: 0;\n    background: var(--pink);\n    color: #fff;\n    font-family: 'Special Elite', monospace;\n    font-size: 0.62rem;\n    letter-spacing: 2px;\n    padding: 7px 14px;\n    transform: rotate(2deg);\n  }\n  .amb-hero-caption {\n    font-family: 'Special Elite', monospace;\n    font-size: 0.65rem;\n    letter-spacing: 1px;\n    color: var(--ink-mid);\n    padding: 8px 16px;\n    border-left: 3px solid var(--teal);\n    background: var(--bg-off);\n  }\n  .amb-hero-copy {\n    padding: 24px 16px 28px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    border-top: 1px solid var(--rule);\n  }\n  @media (min-width: 768px) {\n    .amb-hero-copy { padding: 40px 36px; border-top: none; border-left: 2px solid var(--ink); }\n  }\n  .amb-kicker {\n    font-family: 'Special Elite', monospace;\n    font-size: 0.68rem;\n    letter-spacing: 3px;\n    color: var(--teal);\n    text-transform: uppercase;\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .amb-kicker::before { content: ''; display: block; width: 20px; height: 2px; background: var(--teal); flex-shrink: 0; }\n  .amb-headline {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-size: clamp(1.75rem, 6vw, 2.8rem);\n    font-weight: 900;\n    line-height: 1.12;\n    letter-spacing: -0.3px;\n    margin-bottom: 14px;\n    color: var(--ink);\n  }\n  .amb-headline em { font-style: italic; color: var(--pink); }\n  .amb-deck {\n    font-size: 1rem;\n    font-style: italic;\n    color: var(--ink-mid);\n    border-left: 4px solid var(--orange);\n    padding-left: 14px;\n    margin-bottom: 16px;\n    line-height: 1.7;\n  }\n  .amb-byline {\n    font-family: 'Special Elite', monospace;\n    font-size: 0.62rem;\n    letter-spacing: 2px;\n    color: var(--ink-mid);\n    padding-top: 14px;\n    border-top: 1px solid var(--rule);\n    margin-bottom: 18px;\n  }\n  .amb-glasses-stripe {\n    display: flex;\n    height: 5px;\n    overflow: hidden;\n    margin-bottom: 18px;\n    border-radius: 2px;\n  }\n  .amb-glasses-stripe span { flex: 1; }\n  .amb-glasses-stripe span:nth-child(1) { background: var(--pink); }\n  .amb-glasses-stripe span:nth-child(2) { background: var(--orange); }\n  .amb-glasses-stripe span:nth-child(3) { background: #c89010; }\n  .amb-glasses-stripe span:nth-child(4) { background: var(--teal); }\n  .amb-badges { display: flex; flex-wrap: wrap; gap: 8px; }\n  .amb-badge {\n    font-family: 'Special Elite', monospace;\n    font-size: 0.62rem;\n    letter-spacing: 1.5px;\n    border: 1.5px solid var(--ink);\n    padding: 6px 11px;\n    text-transform: uppercase;\n    color: var(--ink);\n    line-height: 1;\n  }\n  .amb-badge.accent { background: var(--ink); color: var(--bg); }\n  .amb-badge.teal   { background: var(--teal); color: #fff; border-color: var(--teal); }\n\n  \/* ── CONTAINER ── *\/\n  .amb-container {\n    max-width: 1140px;\n    margin: 0 auto;\n    padding: 0 16px 60px;\n  }\n  @media (min-width: 600px)  { .amb-container { padding: 0 24px 80px; } }\n  @media (min-width: 900px)  { .amb-container { padding: 0 40px 80px; } }\n\n  \/* ── SECTION HEAD ── *\/\n  .amb-section-head {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin: 36px 0 20px;\n    border-top: 3px solid var(--ink);\n    padding-top: 10px;\n  }\n  .amb-section-head h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: var(--ink);\n    white-space: nowrap;\n  }\n  .amb-section-head::after { content: ''; display: block; height: 1px; flex: 1; background: var(--rule-strong); }\n\n\n  \/* ── PROFILE ── *\/\n  .amb-profile-grid { border: 1px solid var(--rule-strong); overflow: hidden; }\n  .amb-profile-intro {\n    font-size: 0.97rem;\n    line-height: 1.8;\n    padding: 18px;\n    border-bottom: 1px solid var(--rule);\n    background: var(--bg-off);\n    color: var(--ink-mid);\n  }\n  .amb-profile-intro strong { color: var(--teal); }\n  .amb-profile-items { display: grid; grid-template-columns: 1fr 1fr; }\n  .amb-profile-item {\n    padding: 14px 16px;\n    border-bottom: 1px solid var(--rule);\n    border-right: 1px solid var(--rule);\n    background: var(--bg);\n  }\n  .amb-profile-item:nth-child(even) { border-right: none; }\n  .amb-profile-item:nth-last-child(-n+2) { border-bottom: none; }\n  .amb-profile-label {\n    font-family: 'Special Elite', monospace;\n    font-size: 0.58rem;\n    letter-spacing: 3px;\n    color: var(--ink-mid);\n  }\n  .amb-profile-value { font-size: 0.9rem; font-weight: 600; color: var(--ink); line-height: 1.4; }\n\n  \/* ── PHOTO SPREAD ── *\/\n  .amb-photo-spread { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }\n  @media (min-width: 600px) { .amb-photo-spread { grid-template-columns: 1.4fr 1fr 1fr; gap: 10px; } }\n  .amb-photo-spread img {\n    width: 100%;\n    aspect-ratio: 1;\n    object-fit: cover;\n    object-position: top;\n    border: 1px solid var(--rule);\n    display: block;\n  }\n  .amb-photo-spread img.tall { grid-row: span 2; aspect-ratio: auto; height: 100%; }\n\n  \/* ── FEATURES ── *\/\n  .amb-features { display: grid; grid-template-columns: 1fr; border: 1px solid var(--rule-strong); overflow: hidden; }\n  @media (min-width: 560px) { .amb-features { grid-template-columns: 1fr 1fr; } }\n  .amb-feature {\n    padding: 18px;\n    background: var(--bg);\n    border-bottom: 1px solid var(--rule);\n    border-right: 1px solid var(--rule);\n  }\n  @media (max-width: 559px) { .amb-feature { border-right: none; } }\n  .amb-feature:nth-child(even) { border-right: none; }\n  .amb-feature-label {\n    font-family: 'Special Elite', monospace;\n    font-size: 0.58rem;\n    letter-spacing: 3px;\n    color: var(--teal);\n    text-transform: uppercase;\n    margin-bottom: 4px;\n  }\n  .amb-feature h3 { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; margin-bottom: 5px; color: var(--ink); }\n  .amb-feature p { font-size: 0.87rem; color: var(--ink-mid); line-height: 1.65; }\n\n  \/* ── BUILDER ── *\/\n  .amb-builder { background: var(--bg-dark); color: #f0ead6; padding: 24px 18px; }\n  @media (min-width: 600px) { .amb-builder { display: grid; grid-template-columns: auto 1fr; gap: 28px; padding: 32px; } }\n  .amb-builder-photo { margin-bottom: 20px; text-align: center; }\n  @media (min-width: 600px) { .amb-builder-photo { margin-bottom: 0; } }\n  .amb-builder-photo img {\n    width: 120px;\n    height: 120px;\n    object-fit: cover;\n    object-position: top;\n    border: 3px solid var(--orange);\n    display: inline-block;\n  }\n  @media (min-width: 600px) { .amb-builder-photo img { width: 150px; height: 150px; display: block; } }\n  .amb-builder-quote {\n    font-family: 'Playfair Display', serif;\n    font-size: 1rem;\n    font-style: italic;\n    line-height: 1.8;\n    color: #e8dfc8;\n    margin-bottom: 16px;\n  }\n  .amb-builder-quote::before {\n    content: '\"';\n    font-size: 3rem;\n    line-height: 0.8;\n    color: var(--orange);\n    display: block;\n    font-style: normal;\n    margin-bottom: 8px;\n  }\n  .amb-builder-sig { font-family: 'Special Elite', monospace; font-size: 0.72rem; letter-spacing: 2px; color: var(--orange); }\n\n  \/* ── INCLUDED ── *\/\n  .amb-included-list { list-style: none; }\n  .amb-included-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 15px 0;\n    border-bottom: 1px solid var(--rule);\n    font-size: 0.95rem;\n    line-height: 1.55;\n    color: var(--ink-mid);\n  }\n  .amb-included-list li strong { color: var(--ink); }\n  .amb-included-list li:last-child { border-bottom: none; }\n  .amb-check {\n    flex-shrink: 0;\n    width: 24px;\n    height: 24px;\n    background: var(--green);\n    color: #fff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.7rem;\n    font-weight: 700;\n    margin-top: 1px;\n  }\n\n  \/* ── FAQ ── *\/\n  .amb-faq details { border-top: 1px solid var(--rule-strong); }\n  .amb-faq details:last-child { border-bottom: 1px solid var(--rule-strong); }\n  .amb-faq summary {\n    font-family: 'Source Serif 4', serif;\n    font-size: 1rem;\n    font-weight: 600;\n    padding: 16px 0;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    color: var(--ink);\n    min-height: 56px;\n    -webkit-tap-highlight-color: transparent;\n    user-select: none;\n  }\n  .amb-faq summary::-webkit-details-marker { display: none; }\n  .amb-faq summary::after {\n    content: '+';\n    font-size: 1.5rem;\n    color: var(--pink);\n    font-weight: 400;\n    flex-shrink: 0;\n    margin-left: 16px;\n    line-height: 1;\n  }\n  .amb-faq details[open] summary::after { content: '−'; }\n  .amb-faq-answer {\n    font-size: 0.93rem;\n    color: var(--ink-mid);\n    line-height: 1.75;\n    padding-bottom: 18px;\n    border-left: 3px solid var(--teal);\n    padding-left: 16px;\n  }\n\n  \/* ── CTA ── *\/\n  .amb-cta-stripe {\n    background: var(--teal);\n    color: #fff;\n    text-align: center;\n    padding: 28px 20px;\n    margin-top: 40px;\n    font-family: 'Special Elite', monospace;\n    letter-spacing: 2px;\n    font-size: 0.75rem;\n    line-height: 1.8;\n  }\n  .amb-cta-stripe strong {\n    display: block;\n    font-family: 'Playfair Display', serif;\n    font-size: 1.25rem;\n    letter-spacing: 0;\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"amb-page\"\u003e\n\u003cdiv class=\"amb-ticker-wrap\"\u003e\n\u003cspan class=\"amb-ticker-label\"\u003eBREAKING\u003c\/span\u003e \u003cmarquee class=\"amb-ticker-marquee\" direction=\"left\"\u003e★ LOCAL REPORTER AMBER NEWSLY JOINS THE PUBBETSVILLE TIMES ROSTER ★ SOURCES CONFIRM SHE IS 71CM OF PURE JOURNALISTIC TALENT ★ EXPERTS CALL HER GLASSES \"OBJECTIVELY ICONIC\" ★ 1 OF 1 — NEVER TO BE MADE AGAIN ★\u003c\/marquee\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-masthead\"\u003e\n\u003cdiv class=\"amb-masthead-eyebrow\"\u003eWorld of Pubbets — Pubbetsville Division\u003c\/div\u003e\n\u003ch1\u003eThe Pubbetsville Times\u003c\/h1\u003e\n\u003cdiv class=\"amb-masthead-rule\"\u003e\n\u003cspan\u003e\u003c\/span\u003e \u003cem\u003eBuilt by Hand in Thailand - Shipped Worldwide\u003c\/em\u003e \u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-edition-bar\"\u003e\n\u003cspan\u003eVol. 1 · Issue 1\u003c\/span\u003e \u003cspan class=\"highlight\"\u003eLIMITED EDITION\u003c\/span\u003e \u003cspan\u003eApril 2026\u003c\/span\u003e \u003cspan\u003e1 of 1\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-hero\"\u003e\n\u003cdiv style=\"text-align: start;\" class=\"amb-hero-image-block\"\u003e\n\u003cimg style=\"float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/7683\/4851\/files\/AMBER_DESIGN_2.png?v=1776620437\" alt=\"Amber Newsly — Reporter puppet with colourful cat-eye glasses and wavy dark hair, mouth open mid-story\"\u003e \u003cspan class=\"amb-press-badge\"\u003ePRESS PASS\u003c\/span\u003e\n\u003cp class=\"amb-hero-caption\"\u003eAmber Newsly, live on assignment — Pubbetsville, April 2026.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-hero-copy\"\u003e\n\u003cdiv class=\"amb-kicker\"\u003eWorld Exclusive\u003c\/div\u003e\n\u003ch2 class=\"amb-headline\"\u003e\n\u003cem\u003eAmber Newsly\u003c\/em\u003e Is On the Story - And She's Not Leaving Until She Has It\u003c\/h2\u003e\n\u003cp class=\"amb-deck\"\u003eThe Pubbetsville Times' newest recruit doesn't miss a thing. With a nose for news and the most eye-catching glasses in the whole city, Amber Newsly makes every stage feel like a press conference.\u003c\/p\u003e\n\u003cdiv class=\"amb-glasses-stripe\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-badges\"\u003e\n\u003cspan class=\"amb-badge accent\"\u003e1 of 1\u003c\/span\u003e \u003cspan class=\"amb-badge teal\"\u003e28\" Build\u003c\/span\u003e \u003cspan class=\"amb-badge\"\u003eArm-Rod Ready\u003c\/span\u003e \u003cspan class=\"amb-badge\"\u003eShips Worldwide\u003c\/span\u003e \u003cspan class=\"amb-badge\"\u003ePubbets Original\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-container\"\u003e\n\u003cdiv class=\"amb-section-head\"\u003e\n\u003ch2\u003eCharacter Profile\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-profile-grid\"\u003e\n\u003cp class=\"amb-profile-intro\"\u003eAmber Newsly is the \u003cstrong\u003estar reporter of the Pubbetsville Times\u003c\/strong\u003e - the World of Pubbets' paper of record. She's relentless, curious, and never goes on stage without a story to tell. Whether covering the grand opening of Elroy's banana stand or investigating a suspicious smell from Grumplesnoot's swamp, Amber brings energy and warmth to every scene.\u003c\/p\u003e\n\u003cdiv class=\"amb-profile-items\"\u003e\n\u003cdiv class=\"amb-profile-item\"\u003e\n\u003cspan class=\"amb-profile-label\"\u003eCharacter Beat\u003c\/span\u003e \u003cspan class=\"amb-profile-value\"\u003eTenacious reporter with heart\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-profile-item\"\u003e\n\u003cspan class=\"amb-profile-label\"\u003eBest Used For\u003c\/span\u003e \u003cspan class=\"amb-profile-value\"\u003eInterviews, storytelling, education, church\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-profile-item\"\u003e\n\u003cspan class=\"amb-profile-label\"\u003eHer Superpower\u003c\/span\u003e \u003cspan class=\"amb-profile-value\"\u003eGets a great story out of anyone\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-profile-item\"\u003e\n\u003cspan class=\"amb-profile-label\"\u003eSignature Look\u003c\/span\u003e \u003cspan class=\"amb-profile-value\"\u003eRainbow cat-eye glasses, khaki safari dress\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-section-head\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"amb-photo-spread\" style=\"text-align: start;\"\u003e\u003cstrong\u003eBuild Specs\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"amb-features\"\u003e\n\u003cdiv class=\"amb-feature\"\u003e\n\u003cdiv class=\"amb-feature-label\"\u003eScale\u003c\/div\u003e\n\u003ch3\u003e71cm Performance Build\u003c\/h3\u003e\n\u003cp\u003eRoughly 28 inches — a commanding stage presence on Pubbets' premium human-style blank. She fills a frame and owns a room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-feature\"\u003e\n\u003cdiv class=\"amb-feature-label\"\u003eSignature\u003c\/div\u003e\n\u003ch3\u003eRainbow Cat-Eye Glasses\u003c\/h3\u003e\n\u003cp\u003ePink frames with teal, orange, and yellow stripe details — unmistakable and completely her own.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-feature\"\u003e\n\u003cdiv class=\"amb-feature-label\"\u003eOutfit\u003c\/div\u003e\n\u003ch3\u003eKhaki Safari Reporter Dress\u003c\/h3\u003e\n\u003cp\u003eA belted, collared khaki dress with chest pockets over a teal green tee — dressed for the field, not the newsroom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-feature\"\u003e\n\u003cdiv class=\"amb-feature-label\"\u003eFootwear\u003c\/div\u003e\n\u003ch3\u003eGreen Converse Hi-Tops\u003c\/h3\u003e\n\u003cp\u003eWhite socks, green lace-ups. She goes where the story is, and she does it in style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-feature\"\u003e\n\u003cdiv class=\"amb-feature-label\"\u003eMechanism\u003c\/div\u003e\n\u003ch3\u003eArm-Rod Compatible\u003c\/h3\u003e\n\u003cp\u003eFull hand-and-rod performance. Optional arm rods for expressive gesturing — great for on-the-spot reporting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-feature\"\u003e\n\u003cdiv class=\"amb-feature-label\"\u003eRarity\u003c\/div\u003e\n\u003ch3\u003eTrue One-of-One\u003c\/h3\u003e\n\u003cp\u003eThis exact Amber Newsly will never be made again. She is the only one — built by James Marshall, Pubbets Masterworks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-section-head\"\u003e\n\u003ch2\u003eA Note from the Builder\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-builder\"\u003e\n\u003cdiv class=\"amb-builder-photo\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"amb-builder-quote\"\u003eI built Amber as a character who can hold a stage by herself. She's the kind of puppet who asks the right questions — the ones that get other characters talking. Give her a microphone (or just a curious look over those glasses) and she can carry any scene. There is only one Amber Newsly, and this is her.\u003c\/p\u003e\n\u003cp class=\"amb-builder-quote\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/7683\/4851\/files\/james_toon.png?v=1774019420\" width=\"201\" height=\"201\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"amb-builder-sig\"\u003e— James Marshall · The Papa of Pubbets\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-section-head\"\u003e\n\u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cul class=\"amb-included-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"amb-check\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAmber Newsly\u003c\/strong\u003e — Pubbets Original, 1 of 1, built by James Marshall\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"amb-check\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003eKhaki safari dress, teal green tee, green Converse hi-tops and white socks — \u003cstrong\u003eas shown in photos\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"amb-check\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e🎒 \u003cstrong\u003eProtective carry bag included\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"amb-check\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e🌏 \u003cstrong\u003eWorldwide shipping\u003c\/strong\u003e from Thailand — Thai Post Standard (~2 weeks) or EMS (~6–7 days)\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"amb-section-head\"\u003e\n\u003ch2\u003eQuestions from the Press Gallery\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-faq\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eIs Amber a custom order?\u003c\/summary\u003e\n\u003cdiv class=\"amb-faq-answer\"\u003eNo. Amber Newsly is a finished, unique performance puppet sold exactly as shown. She is ready to perform. Once she's placed with a new home, that's it - there will never be another Amber Newsly.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat kind of performances does she suit?\u003c\/summary\u003e\n\u003cdiv class=\"amb-faq-answer\"\u003eShe's built for storytelling, interviewing, church programs, school presentations, and any scene that benefits from an energetic character who asks questions and drives the story forward. Excellent at engaging younger audiences.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eHow long does shipping take?\u003c\/summary\u003e\n\u003cdiv class=\"amb-faq-answer\"\u003eAmber ships from Pattaya, Thailand. Thai Post Standard arrives in roughly 2 weeks. EMS (express) takes 6–7 days. US orders typically ship via Thai Post unless EMS is selected at checkout.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWho is Amber Newsly in the World of Pubbets?\u003c\/summary\u003e\n\u003cdiv class=\"amb-faq-answer\"\u003eAmber Newsly is a character in Pubbetsville - the first tier of the World of Pubbets universe. She's the star reporter for the Pubbetsville Times, friends with Elroy, Zoomer, Klanker, and the Storytime Monsters.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amb-cta-stripe\"\u003e\n\u003cstrong\u003eAmber Newsly is a 1-of-1. There is only one.\u003c\/strong\u003e Questions? Send a message below or email info@pubbets.net\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Pubbets!","offers":[{"title":"Default Title","offer_id":42288996843555,"sku":null,"price":199.95,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/7683\/4851\/files\/AMBERCLOSEUPOPEN.png?v=1776621019","url":"https:\/\/www.pubbets.net\/products\/amber-newsly","provider":"Pubbets!","version":"1.0","type":"link"}