{"product_id":"baby-easter-cookie-dragon","title":"Baby Easter Cookie Dragon","description":"\u003cbody\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eBaby Easter Cookie Dragon – PocketPrints3D\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Lilita+One\u0026amp;family=Nunito:wght@400;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --pink: #e84fa3;\n    --purple: #7b3fa0;\n    --orange: #f97316;\n    --green: #4ead6e;\n    --white: #fff;\n    --bg: #fdf4ff;\n    --card: #ffffff;\n    --text: #2d1a3e;\n    --muted: #7a6388;\n  }\n \n  * { box-sizing: border-box; margin: 0; padding: 0; }\n \n  body {\n    font-family: 'Nunito', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    min-height: 100vh;\n  }\n \n  .wrapper {\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 2rem 1.25rem 4rem;\n  }\n \n  \/* ── BADGE ── *\/\n  .badge-row {\n    display: flex;\n    gap: .5rem;\n    flex-wrap: wrap;\n    margin-bottom: 1rem;\n  }\n  .badge {\n    font-size: .72rem;\n    font-weight: 800;\n    letter-spacing: .06em;\n    text-transform: uppercase;\n    padding: .25rem .75rem;\n    border-radius: 999px;\n  }\n  .badge-season  { background: #ffe0f5; color: var(--pink); }\n  .badge-limited { background: #fde8d8; color: var(--orange); }\n  .badge-local   { background: #e6f7ee; color: var(--green); }\n \n  \/* ── TITLE ── *\/\n  h1 {\n    font-family: 'Lilita One', cursive;\n    font-size: clamp(2rem, 6vw, 2.8rem);\n    line-height: 1.1;\n    background: linear-gradient(120deg, var(--pink), var(--purple), var(--orange));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    margin-bottom: .4rem;\n  }\n \n  .price-row {\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n    margin-bottom: 1.5rem;\n  }\n  .price {\n    font-family: 'Lilita One', cursive;\n    font-size: 2rem;\n    color: var(--purple);\n  }\n  .stock {\n    font-size: .8rem;\n    font-weight: 700;\n    color: var(--green);\n    background: #e6f7ee;\n    padding: .2rem .65rem;\n    border-radius: 999px;\n  }\n \n  \/* ── TAGLINE ── *\/\n  .tagline {\n    font-size: 1.05rem;\n    font-weight: 700;\n    color: var(--pink);\n    margin-bottom: 1.25rem;\n    line-height: 1.4;\n  }\n \n  \/* ── DESCRIPTION BODY ── *\/\n  .desc {\n    font-size: .97rem;\n    color: var(--muted);\n    line-height: 1.75;\n    margin-bottom: 1.75rem;\n  }\n  .desc strong { color: var(--text); }\n \n  \/* ── FEATURE CARDS ── *\/\n  .features {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: .75rem;\n    margin-bottom: 1.75rem;\n  }\n  .feat {\n    background: var(--card);\n    border-radius: 16px;\n    padding: 1rem 1.1rem;\n    border: 2px solid transparent;\n    background-clip: padding-box;\n    box-shadow: 0 2px 12px rgba(123,63,160,.08);\n    position: relative;\n  }\n  .feat::before {\n    content: '';\n    position: absolute;\n    inset: -2px;\n    border-radius: 18px;\n    background: linear-gradient(135deg, var(--pink), var(--purple));\n    z-index: -1;\n    opacity: .18;\n  }\n  .feat-icon { font-size: 1.6rem; margin-bottom: .35rem; }\n  .feat-title {\n    font-size: .78rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: .05em;\n    color: var(--purple);\n    margin-bottom: .2rem;\n  }\n  .feat-body { font-size: .82rem; color: var(--muted); line-height: 1.5; }\n \n  \/* ── AGE ROW ── *\/\n  .age-row {\n    display: flex;\n    align-items: center;\n    gap: .75rem;\n    background: #fff8e1;\n    border-left: 4px solid var(--orange);\n    border-radius: 0 12px 12px 0;\n    padding: .75rem 1rem;\n    margin-bottom: 1.75rem;\n    font-size: .88rem;\n    font-weight: 700;\n    color: #7a5c00;\n  }\n  .age-row span { font-size: 1.3rem; }\n \n  \/* ── DETAILS LIST ── *\/\n  .details-title {\n    font-family: 'Lilita One', cursive;\n    font-size: 1.15rem;\n    color: var(--purple);\n    margin-bottom: .75rem;\n  }\n  .details-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: .45rem;\n    margin-bottom: 2rem;\n  }\n  .details-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: .6rem;\n    font-size: .9rem;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n  .details-list li::before {\n    content: '🐉';\n    flex-shrink: 0;\n    font-size: .9rem;\n    margin-top: .1rem;\n  }\n  .details-list li strong { color: var(--text); }\n \n  \/* ── CTA ── *\/\n  .cta-block {\n    background: linear-gradient(135deg, #f3d7ff 0%, #ffd6f0 100%);\n    border-radius: 20px;\n    padding: 1.5rem;\n    text-align: center;\n  }\n  .cta-block p {\n    font-size: .88rem;\n    font-weight: 700;\n    color: var(--purple);\n    margin-bottom: .35rem;\n  }\n  .cta-block small {\n    display: block;\n    font-size: .78rem;\n    color: var(--muted);\n    margin-top: .5rem;\n  }\n  .cta-btn {\n    display: inline-block;\n    margin-top: .75rem;\n    background: linear-gradient(120deg, var(--pink), var(--purple));\n    color: #fff;\n    font-family: 'Lilita One', cursive;\n    font-size: 1.1rem;\n    padding: .7rem 2.2rem;\n    border-radius: 999px;\n    text-decoration: none;\n    box-shadow: 0 4px 18px rgba(232,79,163,.35);\n    letter-spacing: .03em;\n  }\n \n  \/* ── DIVIDER ── *\/\n  .divider {\n    border: none;\n    border-top: 2px dashed #e8d4f5;\n    margin: 1.75rem 0;\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"wrapper\"\u003e\n \n  \u003cdiv class=\"badge-row\"\u003e\n    \u003cspan class=\"badge badge-season\"\u003e🐣 Easter 2025\u003c\/span\u003e\n    \u003cspan class=\"badge badge-limited\"\u003eLimited Run\u003c\/span\u003e\n    \u003cspan class=\"badge badge-local\"\u003eMade in St. John's\u003c\/span\u003e\n  \u003c\/div\u003e\n \n  \u003ch1\u003eBaby Easter Cookie Dragon\u003c\/h1\u003e\n \n  \u003cdiv class=\"price-row\"\u003e\n    \u003cspan class=\"price\"\u003e$16.49\u003c\/span\u003e\n    \u003cspan class=\"stock\"\u003e✔ In Stock\u003c\/span\u003e\n  \u003c\/div\u003e\n \n  \u003cp class=\"tagline\"\u003eThe cutest dragon just hatched from its Easter egg — and it's ready to wiggle home with you! 🥚🐉\u003c\/p\u003e\n \n  \u003cp class=\"desc\"\u003e\n    Meet the \u003cstrong\u003eBaby Easter Cookie Dragon\u003c\/strong\u003e — a rainbow-bright, fully articulated fidget toy that's equal parts Easter decoration and tactile delight. Every segment of this little dragon flexes and flows in your hands, making it impossible to put down. Featuring a beautifully detailed Easter egg tail piece, candy-coloured scales in pink, purple, orange, and green, and those signature white scalloped fins, this baby dragon looks like it was baked fresh from a magical Easter cookie tin.\n    \u003cbr\u003e\u003cbr\u003e\n    Designed and printed right here in \u003cstrong\u003eSt. John's, Newfoundland\u003c\/strong\u003e — no long waits, no shipping from the mainland. Each piece is printed with extra care for \u003cstrong\u003estrength and durability\u003c\/strong\u003e, so it can handle curious little hands.\n  \u003c\/p\u003e\n \n  \u003cdiv class=\"features\"\u003e\n    \u003cdiv class=\"feat\"\u003e\n      \u003cdiv class=\"feat-icon\"\u003e🤲\u003c\/div\u003e\n      \u003cdiv class=\"feat-title\"\u003eFully Articulated\u003c\/div\u003e\n      \u003cdiv class=\"feat-body\"\u003eEvery segment moves — satisfying to flex, fidget, and wiggle.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat\"\u003e\n      \u003cdiv class=\"feat-icon\"\u003e💪\u003c\/div\u003e\n      \u003cdiv class=\"feat-title\"\u003eBuilt to Last\u003c\/div\u003e\n      \u003cdiv class=\"feat-body\"\u003ePrinted slower for maximum strength — tougher than the average print.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat\"\u003e\n      \u003cdiv class=\"feat-icon\"\u003e🌈\u003c\/div\u003e\n      \u003cdiv class=\"feat-title\"\u003eRainbow Colour\u003c\/div\u003e\n      \u003cdiv class=\"feat-body\"\u003eMulti-colour gradient finish — every dragon is one of a kind.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat\"\u003e\n      \u003cdiv class=\"feat-icon\"\u003e🥚\u003c\/div\u003e\n      \u003cdiv class=\"feat-title\"\u003eEaster Egg Tail\u003c\/div\u003e\n      \u003cdiv class=\"feat-body\"\u003eComes with a decorated egg tail piece — perfect as a seasonal gift.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n \n  \u003cdiv class=\"age-row\"\u003e\n    \u003cspan\u003e⚠️\u003c\/span\u003e\n    Recommended for ages 3 and up. Small parts — adult supervision advised for children under 3.\n  \u003c\/div\u003e\n \n  \u003chr class=\"divider\"\u003e\n \n  \u003cp class=\"details-title\"\u003eProduct Details\u003c\/p\u003e\n  \u003cul class=\"details-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e High-quality PLA — safe, durable, and non-toxic\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e Approximately 7.5 inches fully extended\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eColours:\u003c\/strong\u003e Rainbow gradient with pink, purple, orange, green \u0026amp; white accents (colour variation is natural and adds uniqueness)\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eIncludes:\u003c\/strong\u003e 1 articulated dragon + 1 Easter egg tail piece\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003ePrinted in:\u003c\/strong\u003e St. John's, Newfoundland — buy local, get it fast\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eShipping:\u003c\/strong\u003e Ships across Canada — free shipping over threshold\u003c\/li\u003e\n  \u003c\/ul\u003e\n \n  \u003cdiv class=\"cta-block\"\u003e\n    \u003cp\u003e🎁 Makes a perfect Easter basket gift!\u003c\/p\u003e\n    \u003cp style=\"font-weight:400; color: #7a6388; font-size:.85rem;\"\u003ePop one in a gift card envelope — kids love picking their own dragon in store.\u003c\/p\u003e\n    \u003csmall\u003eAvailable in store or online while stock lasts.\u003c\/small\u003e\n  \u003c\/div\u003e\n \n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Pocket Prints 3D","offers":[{"title":"Default Title","offer_id":55845030822191,"sku":null,"price":16.49,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0962\/2395\/3199\/files\/rn-image_picker_lib_temp_4154f171-c47d-49be-a35d-f5b151895c40.jpg?v=1774567136","url":"https:\/\/www.pocketprints3d.shop\/products\/baby-easter-cookie-dragon","provider":"Pocket Prints 3D","version":"1.0","type":"link"}