{"product_id":"solar-dragon-light","title":"🐉 Solar Crystal Dragon Garden Light ✨","description":"\u003cstyle\u003e\n  .dragon-product {\n    --purple: #7145a5;\n    --gold: #e1a738;\n    --dark: #15111b;\n    --light: #faf7fc;\n    max-width: 700px;\n    margin: 0 auto;\n    color: #211c27;\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.55;\n  }\n\n  .dragon-product * {\n    box-sizing: border-box;\n  }\n\n  .dragon-product img {\n    display: block;\n    width: 100%;\n    max-width: 700px;\n    height: auto;\n    margin: 0 auto;\n    border-radius: 18px;\n  }\n\n  .dragon-product h2,\n  .dragon-product h3,\n  .dragon-product p {\n    margin-top: 0;\n  }\n\n  .dragon-product h2 {\n    margin-bottom: 11px;\n    font-size: clamp(27px, 6vw, 40px);\n    line-height: 1.13;\n    letter-spacing: -0.7px;\n  }\n\n  .dragon-product h3 {\n    margin-bottom: 8px;\n    font-size: clamp(20px, 4.7vw, 27px);\n    line-height: 1.2;\n  }\n\n  .dragon-product p {\n    margin-bottom: 0;\n    font-size: 16px;\n  }\n\n  .dragon-product .section {\n    margin: 18px 0;\n    padding: 22px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid #ece5f2;\n    border-radius: 20px;\n    box-shadow: 0 8px 25px rgba(38, 24, 52, 0.09);\n  }\n\n  .dragon-product .center {\n    text-align: center;\n  }\n\n  .dragon-product .eyebrow {\n    display: inline-block;\n    margin-bottom: 9px;\n    color: #a46c14;\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 1.1px;\n    text-transform: uppercase;\n  }\n\n  .dragon-product .highlight {\n    color: var(--purple);\n  }\n\n  \/* HERO *\/\n  .dragon-product .hero {\n    margin-bottom: 18px;\n    overflow: hidden;\n    color: #ffffff;\n    background:\n      radial-gradient(circle at top, rgba(126, 73, 173, 0.48), transparent 56%),\n      var(--dark);\n    border-radius: 20px;\n    box-shadow: 0 10px 30px rgba(29, 18, 39, 0.22);\n  }\n\n  .dragon-product .hero img {\n    border-radius: 20px 20px 0 0;\n  }\n\n  .dragon-product .hero-copy {\n    padding: 24px 20px 27px;\n    text-align: center;\n  }\n\n  .dragon-product .hero h2 {\n    color: #ffffff;\n  }\n\n  .dragon-product .hero p {\n    max-width: 590px;\n    margin: 0 auto;\n    color: #eee7f5;\n  }\n\n  \/* BENEFITS *\/\n  .dragon-product .benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 11px;\n    margin-top: 18px;\n  }\n\n  .dragon-product .benefit {\n    padding: 16px 10px;\n    text-align: center;\n    background: var(--light);\n    border: 1px solid #e9dff1;\n    border-radius: 15px;\n  }\n\n  .dragon-product .benefit-icon {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 27px;\n    line-height: 1;\n  }\n\n  .dragon-product .benefit strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 15px;\n  }\n\n  .dragon-product .benefit small {\n    display: block;\n    color: #675e70;\n    font-size: 13px;\n    line-height: 1.4;\n  }\n\n  \/* IMAGE GRID *\/\n  .dragon-product .image-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .dragon-product .image-grid img {\n    height: 100%;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n\n  .dragon-product .image-caption {\n    margin-top: 8px;\n    color: #6d6574;\n    font-size: 13px;\n    text-align: center;\n  }\n\n  \/* DARK SECTION *\/\n  .dragon-product .dark-section {\n    color: #ffffff;\n    background:\n      radial-gradient(circle at top right, rgba(120, 67, 166, 0.48), transparent 49%),\n      var(--dark);\n    border: 0;\n  }\n\n  .dragon-product .dark-section h2,\n  .dragon-product .dark-section h3 {\n    color: #ffffff;\n  }\n\n  .dragon-product .dark-section p {\n    color: #ece5f1;\n  }\n\n  .dragon-product .feature-image {\n    margin-top: 18px;\n  }\n\n  \/* FEATURE LIST *\/\n  .dragon-product .feature-list {\n    display: grid;\n    gap: 9px;\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .dragon-product .feature-list li {\n    position: relative;\n    padding: 13px 13px 13px 43px;\n    background: #f8f5fb;\n    border-radius: 13px;\n    font-size: 15px;\n  }\n\n  .dragon-product .feature-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 11px;\n    left: 13px;\n    display: grid;\n    width: 22px;\n    height: 22px;\n    place-items: center;\n    color: #ffffff;\n    font-size: 13px;\n    font-weight: 800;\n    background: var(--purple);\n    border-radius: 50%;\n  }\n\n  \/* STEPS *\/\n  .dragon-product .steps {\n    display: grid;\n    gap: 10px;\n    margin-top: 17px;\n  }\n\n  .dragon-product .step {\n    display: grid;\n    grid-template-columns: 38px 1fr;\n    gap: 11px;\n    align-items: center;\n    padding: 13px;\n    color: #28202e;\n    background: #ffffff;\n    border-radius: 14px;\n  }\n\n  .dragon-product .step-number {\n    display: grid;\n    width: 38px;\n    height: 38px;\n    place-items: center;\n    color: #1a151e;\n    font-weight: 800;\n    background: #f5c659;\n    border-radius: 50%;\n  }\n\n  \/* STYLE CARDS *\/\n  .dragon-product .style-showcase {\n    margin-top: 18px;\n    overflow: hidden;\n    background: #f8f5fa;\n    border: 1px solid #e8dfee;\n    border-radius: 17px;\n  }\n\n  .dragon-product .style-showcase + .style-showcase {\n    margin-top: 14px;\n  }\n\n  .dragon-product .style-showcase img {\n    border-radius: 16px 16px 0 0;\n  }\n\n  .dragon-product .style-copy {\n    padding: 17px;\n    text-align: center;\n  }\n\n  .dragon-product .style-copy h3 {\n    margin-bottom: 5px;\n  }\n\n  .dragon-product .style-copy p {\n    color: #665d6d;\n    font-size: 14px;\n  }\n\n  \/* REVIEW *\/\n  .dragon-product .review-box {\n    margin-top: 14px;\n    padding: 19px;\n    color: #ffffff;\n    text-align: center;\n    background: linear-gradient(135deg, #30203b, #75479d);\n    border-radius: 16px;\n  }\n\n  .dragon-product .stars {\n    margin-bottom: 7px;\n    color: #ffd56b;\n    font-size: 22px;\n    letter-spacing: 2px;\n  }\n\n  .dragon-product .review-box p {\n    color: #ffffff;\n    font-size: 17px;\n    font-style: italic;\n  }\n\n  \/* CTA *\/\n  .dragon-product .cta-section {\n    padding: 27px 20px;\n    color: #ffffff;\n    text-align: center;\n    background:\n      radial-gradient(circle at top, rgba(127, 73, 171, 0.52), transparent 57%),\n      var(--dark);\n    border: 0;\n  }\n\n  .dragon-product .cta-section h2 {\n    color: #ffffff;\n  }\n\n  .dragon-product .cta-section p {\n    color: #eee7f3;\n  }\n\n  .dragon-product .cta-button {\n    display: block;\n    width: 100%;\n    max-width: 430px;\n    margin: 20px auto 0;\n    padding: 16px 18px;\n    color: #18131c !important;\n    font-size: 18px;\n    font-weight: 800;\n    text-align: center;\n    text-decoration: none;\n    background: linear-gradient(180deg, #ffdb7a, #e8a934);\n    border-radius: 14px;\n    box-shadow: 0 8px 20px rgba(231, 166, 49, 0.28);\n  }\n\n  .dragon-product .cta-note {\n    margin-top: 10px !important;\n    color: #cfc5d6 !important;\n    font-size: 12px !important;\n  }\n\n  @media (max-width: 540px) {\n    .dragon-product .section {\n      margin: 14px 0;\n      padding: 18px 14px;\n      border-radius: 17px;\n    }\n\n    .dragon-product img,\n    .dragon-product .hero {\n      border-radius: 16px;\n    }\n\n    .dragon-product .hero img {\n      border-radius: 16px 16px 0 0;\n    }\n\n    .dragon-product .hero-copy {\n      padding: 21px 15px 24px;\n    }\n\n    .dragon-product p {\n      font-size: 15px;\n    }\n\n    .dragon-product .benefit-grid,\n    .dragon-product .image-grid {\n      gap: 8px;\n    }\n\n    .dragon-product .benefit {\n      padding: 14px 7px;\n    }\n\n    .dragon-product .benefit strong {\n      font-size: 14px;\n    }\n\n    .dragon-product .feature-list li {\n      font-size: 14px;\n    }\n\n    .dragon-product .cta-button {\n      padding: 15px;\n      font-size: 17px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"dragon-product\"\u003e\n\u003c!-- 1. HERO: CONTENT 32 --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_32_a2be5043-f501-41d5-ba1b-3b6668977deb.jpg?v=1787026173\" alt=\"Amethyst crystal dragon solar garden light glowing at night\" width=\"700\" height=\"700\" loading=\"eager\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cspan class=\"eyebrow\"\u003eSolar-Powered Fantasy Garden Décor\u003c\/span\u003e\n\u003ch2\u003eBring a Magical Glow to Your Garden 🐉\u003c\/h2\u003e\n\u003cp\u003eA captivating dragon sculpture by day and a glowing fantasy centerpiece after dark—powered naturally by sunlight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003cdiv class=\"section center\"\u003e\n\u003cspan class=\"eyebrow\"\u003eEffortless Outdoor Magic\u003c\/span\u003e\n\u003ch2\u003eTurn an Ordinary Garden Into an \u003cspan class=\"highlight\"\u003eEnchanted Escape\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eAdd personality, ambient light, and unforgettable fantasy charm to your garden, patio, porch, flower bed, or pathway.\u003c\/p\u003e\n\u003cdiv class=\"benefit-grid\"\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e☀️\u003c\/span\u003e \u003cstrong\u003eSolar Powered\u003c\/strong\u003e \u003csmall\u003eCharges naturally in direct sunlight.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🌙\u003c\/span\u003e \u003cstrong\u003eAutomatic Glow\u003c\/strong\u003e \u003csmall\u003eLights automatically when darkness falls.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e💧\u003c\/span\u003e \u003cstrong\u003eOutdoor Ready\u003c\/strong\u003e \u003csmall\u003eMade for gardens, patios, and pathways.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🔌\u003c\/span\u003e \u003cstrong\u003eNo Wiring\u003c\/strong\u003e \u003csmall\u003eNo outlet or extension cord required.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2–5. AMETHYST DETAIL IMAGES: CONTENT 23, 24, 25, 26 --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cspan class=\"eyebrow\"\u003eRemarkable Craftsmanship\u003c\/span\u003e\n\u003ch2\u003eBeautiful From Every Angle\u003c\/h2\u003e\n\u003cp\u003eIntricate scales, translucent wings, vivid colors, and glowing crystal accents make this dragon an impressive outdoor centerpiece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-grid\"\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_23_d70ae075-077a-4e7d-ab7a-5087e1f98341.jpg?v=1787026173\" alt=\"Detailed amethyst dragon head and scales\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003cdiv class=\"image-caption\"\u003eIntricate sculpted details\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_24_c79ff4be-45ed-4e36-b96e-d11d8dfa3718.jpg?v=1787026172\" alt=\"Translucent purple dragon wing\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003cdiv class=\"image-caption\"\u003eTranslucent fantasy wings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_25_ff902eaa-7b48-4714-8583-cb834ee0c758.jpg?v=1787026173\" alt=\"Illuminated amethyst dragon at night\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003cdiv class=\"image-caption\"\u003eMagical nighttime glow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_26_fea0a23b-a3bf-4c05-bbc4-cb0242c84150.jpg?v=1787026172\" alt=\"Glowing crystal centerpiece\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003cdiv class=\"image-caption\"\u003eRadiant crystal centerpiece\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. SOLAR SYSTEM: CONTENT 33 --\u003e\n\u003cdiv class=\"section dark-section\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cspan class=\"eyebrow\"\u003ePowered by Sunlight\u003c\/span\u003e\n\u003ch2\u003eNo Plugs. No Messy Wires.\u003c\/h2\u003e\n\u003cp\u003eThe solar panel collects sunlight during the day and powers the enchanting LED display after sunset.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg class=\"feature-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_33_3216559d-0fa6-4753-b85e-9172f3d077c1.jpg?v=1787026172\" alt=\"Dragon light solar charging battery and automatic lighting information\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003c!-- 7. SOLAR PANEL CLOSE-UP: CONTENT 37 --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cspan class=\"eyebrow\"\u003eSimple Automatic Operation\u003c\/span\u003e\n\u003ch2\u003eCharge by Day. Glow at Night.\u003c\/h2\u003e\n\u003cp\u003ePlace the panel in direct sunlight, move the switch to ON, and let the light operate automatically every evening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg class=\"feature-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_37_7494d31d-2bb8-401b-8900-433c2c53b373.jpg?v=1787026173\" alt=\"Solar panel battery switch and charging information\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cspan class=\"step-number\"\u003e1\u003c\/span\u003e \u003cspan\u003eInstall the dragon in your chosen outdoor location.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cspan class=\"step-number\"\u003e2\u003c\/span\u003e \u003cspan\u003ePosition the solar panel in direct sunlight.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cspan class=\"step-number\"\u003e3\u003c\/span\u003e \u003cspan\u003eTurn the switch ON and enjoy automatic nighttime lighting.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. WEATHER FEATURES: CONTENT 36 --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cspan class=\"eyebrow\"\u003eBuilt for Outdoor Display\u003c\/span\u003e\n\u003ch2\u003eEnchanting Beauty Through the Seasons\u003c\/h2\u003e\n\u003cp\u003eDesigned for everyday outdoor decorating in gardens, lawns, porches, patios, and alongside walkways.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg class=\"feature-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_36_ec8ed720-895e-4026-8246-08855649874b.jpg?v=1787026173\" alt=\"Weather-resistant dragon solar light outdoor features\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eSuitable for gardens, patios, porches, and pathways\u003c\/li\u003e\n\u003cli\u003eSolar-powered for convenient outdoor placement\u003c\/li\u003e\n\u003cli\u003eAutomatically illuminates when the surroundings become dark\u003c\/li\u003e\n\u003cli\u003eCreates a captivating display during both day and night\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 9–10. MYSTIC BLACK: CONTENT 27, 28 --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cspan class=\"eyebrow\"\u003eMystic Black\u003c\/span\u003e\n\u003ch2\u003eBold, Dramatic and Mysterious\u003c\/h2\u003e\n\u003cp\u003eA striking black-and-gold dragon design that creates a warm, flame-inspired glow after sunset.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-grid\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_27_ce90bc62-d291-465c-bda3-86f860fac1b5.jpg?v=1787026172\" alt=\"Mystic black and gold dragon during the day\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_28_8e3b79ac-a088-4c29-a565-fdc5c7c9bb98.jpg?v=1787026173\" alt=\"Mystic black dragon glowing at night\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 11–12. AMBER FIRE: CONTENT 29, 30 --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cspan class=\"eyebrow\"\u003eAmber Fire\u003c\/span\u003e\n\u003ch2\u003eA Warm, Fiery Garden Glow\u003c\/h2\u003e\n\u003cp\u003eThe rich amber finish captures the appearance of glowing fire and adds warmth to patios, pathways, and flower beds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-grid\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_29_0e3de616-dc56-4168-88cb-fd2d09730c10.jpg?v=1787026173\" alt=\"Amber fire dragon illuminated head detail\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_30_a93ef86a-08f2-4c3c-87f6-08a173834466.jpg?v=1787026173\" alt=\"Amber fire dragon illuminated body detail\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 13. CUSTOMER LIFESTYLE: CONTENT 31 --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cspan class=\"eyebrow\"\u003eLoved After Dark\u003c\/span\u003e\n\u003ch2\u003eCreate a Garden You’ll Want to Admire Every Night\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cimg class=\"feature-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_31_a146719b-e585-4996-bb0a-29d0f4a9a08a.jpg?v=1787026173\" alt=\"Customer enjoying the illuminated dragon in her garden\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003cdiv class=\"review-box\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e“It makes my garden look absolutely magical at night!”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GIFT SECTION --\u003e\n\u003cdiv class=\"section center\"\u003e\n\u003cspan class=\"eyebrow\"\u003eA Gift They Will Remember\u003c\/span\u003e\n\u003ch2\u003ePerfect for Dragon and Fantasy Lovers 🎁\u003c\/h2\u003e\n\u003cp\u003eA thoughtful gift for birthdays, holidays, housewarmings, gardeners, fantasy collectors, and anyone who enjoys unique outdoor décor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"section cta-section\"\u003e\n\u003ch2\u003eLet Your Garden Come Alive After Dark\u003c\/h2\u003e\n\u003cp\u003eChoose your favorite dragon and create a magical outdoor scene every evening.\u003c\/p\u003e\n\u003ca class=\"cta-button\" href=\"#\"\u003e CHOOSE YOUR DRAGON ABOVE → \u003c\/a\u003e\n\u003cp class=\"cta-note\"\u003eTap to return to the product options and Add to Cart.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Walmart247","offers":[{"title":"💜 Amethyst Crystal Dragon","offer_id":53316681367861,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":true},{"title":"⚡ Mystic Black Dragon ⚡","offer_id":53316681400629,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":true},{"title":"✨ Amber Fire Dragon ✨","offer_id":53316681433397,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":true},{"title":"🐉 Legendary Dragon Collection (3 Designs)-✨Most Value(+$74.98)","offer_id":53316681466165,"sku":null,"price":162.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_39_0a153ee8-b76c-4f66-bdf7-015343f69d2e.jpg?v=1787026173","url":"https:\/\/walmart247.com\/products\/solar-dragon-light","provider":"Walmart247","version":"1.0","type":"link"}