{"product_id":"aunt-gladys","title":"Aunty Gladys - One-of-a-Kind Professional Performance Hand Puppet","description":"\u003cstyle\u003e\n  :root {\n    \/* Updated Palette: Soft Lavender \u0026 Warm Peach *\/\n    --reg-lavender: #a885ff;\n    --reg-lavender-light: #f3f0ff;\n    --reg-peach: #ffdbc5;\n    --reg-peach-glow: rgba(255, 219, 197, 0.4);\n    --reg-warm-gold: #b58500;\n    --reg-soft-purple: #7c4dff;\n\n    \/* Semantic UI Colors *\/\n    --ui-bg-light: #ffffff;\n    --ui-bg-muted: #fdfbf7; \/* Warm cream background *\/\n    --ui-bg-accent: #f8f5ff; \/* Soft lavender section background *\/\n    --ui-text-main: #2d2d2d;\n    --ui-text-muted: #5f6368;\n    --ui-border: rgba(124, 77, 255, 0.1);\n    --ui-shadow-card: 0 12px 40px rgba(124, 77, 255, 0.08);\n\n    \/* Layout \u0026 Styling *\/\n    --radius-lg: 32px;\n    --radius-md: 20px;\n    --radius-sm: 10px;\n    --font-stack: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  }\n\n  .reg-product-page * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .reg-product-page {\n    font-family: var(--font-stack);\n    color: var(--ui-text-main);\n    background-color: var(--ui-bg-muted);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .reg-container {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px;\n  }\n\n  .reg-card {\n    background: var(--ui-bg-light);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--ui-shadow-card);\n    padding: 35px;\n    margin-bottom: 24px;\n    border: 1px solid var(--ui-border);\n  }\n\n  .reg-section-title {\n    font-size: 2.2rem;\n    font-weight: 900;\n    letter-spacing: -0.5px;\n    margin-bottom: 25px;\n    text-align: center;\n    color: var(--reg-soft-purple);\n  }\n\n  \/* HERO HEADER (Lighter \u0026 Friendlier) *\/\n  .reg-hero {\n    background: linear-gradient(135deg, #fdf8f5 0%, #f5f0ff 100%);\n    color: var(--ui-text-main);\n    padding: 80px 20px;\n    text-align: center;\n    border-radius: var(--radius-lg);\n    margin-bottom: 30px;\n    position: relative;\n    overflow: hidden;\n    border: 1px solid var(--ui-border);\n  }\n\n  \/* Soft glowing decorative circles *\/\n  .reg-hero::before,\n  .reg-hero::after {\n    content: '';\n    position: absolute;\n    width: 350px;\n    height: 350px;\n    border-radius: 50%;\n    filter: blur(100px);\n    opacity: 0.5;\n    z-index: 0;\n  }\n  .reg-hero::before { background: var(--reg-peach); top: -150px; left: -150px; }\n  .reg-hero::after { background: var(--reg-lavender); bottom: -150px; right: -150px; }\n\n  .reg-hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }\n\n  .reg-title {\n    font-size: 4rem;\n    font-weight: 900;\n    line-height: 1.1;\n    letter-spacing: -1px;\n    margin-bottom: 20px;\n  }\n\n  .reg-title span {\n    background: linear-gradient(90deg, var(--reg-soft-purple), var(--reg-lavender));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .reg-subtitle {\n    font-size: 1.3rem;\n    color: var(--ui-text-muted);\n    max-width: 650px;\n    margin: 0 auto 35px;\n    font-weight: 400;\n  }\n\n  .reg-hero-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    justify-content: center;\n    margin-bottom: 40px;\n  }\n\n  .reg-hero-badges span {\n    display: inline-block;\n    padding: 12px 20px;\n    border-radius: 999px;\n    font-size: 0.85rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    border: 1px solid rgba(124, 77, 255, 0.15);\n    background: white;\n    color: var(--reg-soft-purple);\n  }\n\n  .reg-hero-badges span.special {\n    background: var(--reg-soft-purple);\n    border: none;\n    color: white;\n    box-shadow: 0 4px 15px rgba(124, 77, 255, 0.2);\n  }\n\n  \/* VALUE PROP (FUNDRAISER) *\/\n  .reg-value-prop {\n    background: linear-gradient(135deg, #fffcf5, #fff8f0);\n    border: 2px solid #ffecb3;\n    text-align: center;\n    padding: 45px;\n  }\n\n  .reg-value-icon { font-size: 3.5rem; margin-bottom: 15px; display: block; }\n  .reg-value-prop h2 { color: var(--reg-warm-gold); font-size: 1.8rem; margin-bottom: 10px; }\n  .reg-value-prop p { font-size: 1.15rem; color: #614d15; max-width: 600px; margin: 0 auto; }\n\n  \/* FEATURE GRID *\/\n  .reg-feature-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }\n  .reg-feature-item {\n    background: var(--ui-bg-accent);\n    padding: 25px;\n    border-radius: var(--radius-md);\n    border: 1px solid var(--ui-border);\n    display: flex;\n    align-items: start;\n    gap: 18px;\n  }\n  .reg-feature-icon { font-size: 1.6rem; color: var(--reg-lavender); margin-top: 2px; }\n  .reg-feature-text strong { display: block; color: var(--ui-text-main); font-size: 1.15rem; margin-bottom: 4px; }\n  .reg-feature-text span { color: var(--ui-text-muted); font-size: 1rem; }\n\n  \/* INCLUDED LIST *\/\n  .reg-included-list { list-style: none; max-width: 650px; margin: 0 auto; }\n  .reg-included-list li {\n    padding: 18px 25px;\n    background: var(--ui-bg-accent);\n    border-radius: var(--radius-md);\n    margin-bottom: 12px;\n    border: 1px solid var(--ui-border);\n    display: flex;\n    align-items: center;\n    gap: 18px;\n    font-size: 1.1rem;\n  }\n  .reg-check-icon { color: #10b981; font-weight: bold; font-size: 1.3rem; }\n\n  \/* BUILDER NOTE *\/\n  .reg-builder-card { \n    text-align: center; \n    background-image: radial-gradient(circle at top right, var(--reg-peach-glow), transparent 50%);\n  }\n  .reg-builder-note {\n    font-size: 1.2rem;\n    font-style: italic;\n    color: var(--ui-text-muted);\n    max-width: 750px;\n    margin: 0 auto 35px;\n    line-height: 1.9;\n    position: relative;\n    padding: 0 20px;\n  }\n  .reg-builder-sig { font-weight: 800; font-size: 1.2rem; color: var(--reg-soft-purple); }\n\n  \/* FAQ *\/\n  .reg-faq-container { max-width: 850px; margin: 0 auto; }\n  .reg-faq-details {\n    background: var(--ui-bg-light);\n    border: 1px solid var(--ui-border);\n    border-radius: var(--radius-md);\n    margin-bottom: 15px;\n    overflow: hidden;\n  }\n  .reg-faq-summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 22px 28px;\n    font-weight: 700;\n    font-size: 1.1rem;\n    cursor: pointer;\n    list-style: none;\n    color: var(--ui-text-main);\n  }\n  .reg-faq-icon { color: var(--reg-lavender); font-size: 0.9rem; }\n  .reg-faq-answer { \n    padding: 0 28px 28px; \n    color: var(--ui-text-muted); \n    border-top: 1px solid var(--ui-border); \n    background-color: var(--ui-bg-accent); \n    font-size: 1.05rem;\n  }\n\n  @media (min-width: 768px) {\n    .reg-container { padding: 40px; }\n    .reg-title { font-size: 5.5rem; }\n    .reg-feature-grid { grid-template-columns: repeat(2, 1fr); gap: 25px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"reg-product-page\"\u003e\n\u003cheader class=\"reg-hero\"\u003e\n\u003cdiv class=\"reg-hero-content\"\u003e\n\u003cdiv class=\"reg-hero-badges\"\u003e\n\u003cspan class=\"special\"\u003e1-of-1 Original Build\u003c\/span\u003e \u003cspan\u003eBy James Marshall\u003c\/span\u003e \u003cspan\u003eShips Worldwide from Thailand\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"reg-title\"\u003eMeet \u003cspan\u003eAunty Gladys\u003c\/span\u003e 🌼\u003c\/h1\u003e\n\u003cp class=\"reg-subtitle\"\u003eWarm, thoughtful, and full of gentle wisdom—the kind of character who always has a story to tell and a cup of tea ready.\u003c\/p\u003e\n\u003cdiv class=\"reg-hero-image\"\u003e\u003cimg alt=\"Aunty Gladys Custom Puppet\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/7683\/4851\/files\/aunt_pat_design.jpg?v=1776173758\" style=\"width: 100%; max-width: 600px; border-radius: var(--radius-md); box-shadow: var(--ui-shadow-card);\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"reg-container\"\u003e\n\u003csection class=\"reg-card reg-value-prop\"\u003e\u003cspan class=\"reg-value-icon\"\u003e⛪\u003c\/span\u003e\n\u003ch2\u003eSpecial April 2026 Fundraiser\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003e$100 from this purchase goes directly to Kingfisher Church Pattaya here in Thailand to help with operating costs.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"reg-card\"\u003e\n\u003ch2 class=\"reg-section-title\"\u003eWho is Aunty Gladys?\u003c\/h2\u003e\n\u003cp style=\"text-align: center; max-width: 800px; margin: 0 auto 40px; color: var(--ui-text-muted); font-size: 1.1rem;\"\u003eAunty Gladys has the gentle personality of a beloved grandmother figure. She’s the kind of character who enjoys watching birds in the garden, sharing stories from long ago, and helping younger characters learn important lessons about kindness and patience.\u003c\/p\u003e\n\u003cdiv class=\"reg-feature-grid\"\u003e\n\u003cdiv class=\"reg-feature-item\"\u003e\n\u003cspan class=\"reg-feature-icon\"\u003e📏\u003c\/span\u003e\n\u003cdiv class=\"reg-feature-text\"\u003e\n\u003cstrong\u003e70cm Performance Build\u003c\/strong\u003e \u003cspan\u003eRoughly 28 inches tall with a commanding, grandmotherly presence.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reg-feature-item\"\u003e\n\u003cspan class=\"reg-feature-icon\"\u003e👓\u003c\/span\u003e\n\u003cdiv class=\"reg-feature-text\"\u003e\n\u003cstrong\u003eBling White Glasses\u003c\/strong\u003e \u003cspan\u003eFeaturing her signature oversized white frames that add spunk and character.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reg-feature-item\"\u003e\n\u003cspan class=\"reg-feature-icon\"\u003e👗\u003c\/span\u003e\n\u003cdiv class=\"reg-feature-text\"\u003e\n\u003cstrong\u003eVintage Styling\u003c\/strong\u003e \u003cspan\u003eA soft peach lace cardigan paired with yellow flower sandals for that grandma charm.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reg-feature-item\"\u003e\n\u003cspan class=\"reg-feature-icon\"\u003e✨\u003c\/span\u003e\n\u003cdiv class=\"reg-feature-text\"\u003e\n\u003cstrong\u003eExpressive Features\u003c\/strong\u003e \u003cspan\u003eDesigned for slower, story-driven performances where personality really shines.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reg-feature-item\"\u003e\n\u003cspan class=\"reg-feature-icon\"\u003e🤲\u003c\/span\u003e\n\u003cdiv class=\"reg-feature-text\"\u003e\n\u003cstrong\u003eArm-Rod Ready\u003c\/strong\u003e \u003cspan\u003eCompatible with optional arm rods for maximum expressiveness.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reg-feature-item\"\u003e\n\u003cspan class=\"reg-feature-icon\"\u003e💎\u003c\/span\u003e\n\u003cdiv class=\"reg-feature-text\"\u003e\n\u003cstrong\u003eTrue One-Off Creation\u003c\/strong\u003e \u003cspan\u003eThis exact Aunty Gladys will never be made again. 1 of 1 created by James Marshall.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"reg-card reg-builder-card\"\u003e\n\u003ch2 class=\"reg-section-title\"\u003eA Note from the Builder\u003c\/h2\u003e\n\u003cblockquote class=\"reg-builder-note\"\u003e“I built Aunty Gladys as a warm, storytelling character. While working on her, I kept imagining a grandmother sitting by the window watching birds and sharing stories with the children around her. Characters like this are wonderful for slower storytelling moments where the audience can really connect. Whoever ends up with Gladys will own the only one I will ever make.”\u003c\/blockquote\u003e\n\u003cdiv class=\"reg-builder-profile\"\u003e\n\u003cdiv class=\"reg-builder-sig\"\u003e— James Marshall\u003cbr\u003eThe Papa of Pubbets\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 25px;\"\u003e\u003cimg height=\"446\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/7683\/4851\/files\/4a4f6b65-8517-4d27-9d7b-8258bd01e6fd.jpg?v=1776173917\" alt=\"James Marshall\" style=\"width: 446px; border-radius: 50%; border: 4px solid white; box-shadow: var(--ui-shadow-card);\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"reg-card\"\u003e\n\u003ch2 class=\"reg-section-title\"\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul class=\"reg-included-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"reg-check-icon\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eAunty Gladys\u003c\/strong\u003e (Pubbets Original, 1 of 1)\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"reg-check-icon\"\u003e✓\u003c\/span\u003e Lace cardigan, outfit, and flower sandals as shown\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"reg-check-icon\"\u003e✓\u003c\/span\u003e 👜 \u003cstrong\u003eProtective carry bag included\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"reg-check-icon\"\u003e✓\u003c\/span\u003e 🚢 \u003cstrong\u003eWorldwide Shipping\u003c\/strong\u003e (Thailand Post\/EMS options)\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"reg-check-icon\"\u003e✓\u003c\/span\u003e ⛪ \u003cstrong\u003eTransparency:\u003c\/strong\u003e $100 donation to Kingfisher Church included.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"reg-card\"\u003e\n\u003ch2 class=\"reg-section-title\"\u003eGot Questions?\u003c\/h2\u003e\n\u003cdiv class=\"reg-faq-container\"\u003e\n\u003cdetails class=\"reg-faq-details\" open=\"\"\u003e\n\u003csummary class=\"reg-faq-summary\"\u003eIs Gladys a custom order? \u003cspan class=\"reg-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"reg-faq-answer\"\u003eNo. Aunty Gladys is a finished, unique performance puppet sold exactly as shown. Once she’s gone, she’s gone.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"reg-faq-details\"\u003e\n\u003csummary class=\"reg-faq-summary\"\u003eWhat performances is she best for? \u003cspan class=\"reg-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"reg-faq-answer\"\u003eShe works beautifully for storytelling, church programs, education, and gentle character interactions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"reg-faq-details\"\u003e\n\u003csummary class=\"reg-faq-summary\"\u003eShipping times? \u003cspan class=\"reg-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"reg-faq-answer\"\u003eShips from Thailand. Thai Post Standard takes around 2 weeks, while EMS takes 6–7 days. U.S. orders generally use Thai Post.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Pubbets!","offers":[{"title":"Default Title","offer_id":42283498340387,"sku":"aunt gladys","price":199.95,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/7683\/4851\/files\/AuntPatCLOSEUPOPEN_60b9f88f-2a86-4e64-8588-b29522c89231.png?v=1776174235","url":"https:\/\/www.pubbets.net\/products\/aunt-gladys","provider":"Pubbets!","version":"1.0","type":"link"}