{"product_id":"pumpkin-lantern","title":"🎁Lowest Price Ever📢BUY 2 FREE SHIPPING⏰Jabberin' Jack Animated Talking \u0026 Singing Pumpkin","description":"\u003c!--\nJABBERIN' JACK TALKING PUMPKIN — SHOPIFY PRODUCT DESCRIPTION BODY HTML\nStore: xylvok.com\nURL: https:\/\/xylvok.com\/products\/pumpkin-lantern\n--\u003e\n\n\u003cstyle\u003e\n  .hp-page,\n  .hp-page * {\n    box-sizing: border-box;\n  }\n\n  .hp-page {\n    \/* 核心主题色：万圣夜橙 \u0026 暗夜紫黑 *\/\n    --hp-orange: #f47c20;\n    --hp-orange-dark: #d66108;\n    --hp-orange-soft: #fff6ed;\n\n    --hp-purple: #3d1c52;\n    --hp-purple-soft: #f4eeef;\n\n    --hp-gold: #ffc857;\n    --hp-black: #1b1b1b;\n    --hp-text: #4a4a4a;\n    --hp-muted: #6e7681;\n\n    --hp-white: #ffffff;\n    --hp-border: #ebdcd0;\n\n    width: 100%;\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 10px;\n\n    color: var(--hp-text);\n    background: var(--hp-white);\n\n    font-family:\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Segoe UI\",\n      Roboto,\n      Helvetica,\n      Arial,\n      sans-serif;\n\n    line-height: 1.65;\n  }\n\n  .hp-page h1,\n  .hp-page h2,\n  .hp-page h3,\n  .hp-page h4,\n  .hp-page p {\n    margin-top: 0;\n  }\n\n  .hp-page h1,\n  .hp-page h2 {\n    color: var(--hp-black);\n  }\n\n  .hp-page h1 {\n    margin-bottom: 11px;\n    font-size: clamp(26px, 5.8vw, 38px);\n    line-height: 1.2;\n    font-weight: 900;\n    letter-spacing: -0.5px;\n  }\n\n  .hp-page h2 {\n    margin-bottom: 9px;\n    font-size: clamp(22px, 4.8vw, 30px);\n    line-height: 1.25;\n    font-weight: 850;\n    letter-spacing: -0.5px;\n  }\n\n  .hp-page h3 {\n    margin-bottom: 6px;\n    color: var(--hp-black);\n    font-size: 16px;\n    line-height: 1.35;\n    font-weight: 800;\n  }\n\n  .hp-page p {\n    margin-bottom: 0;\n    color: var(--hp-muted);\n    font-size: 14.5px;\n    line-height: 1.65;\n  }\n\n  .hp-section {\n    margin-bottom: 30px;\n  }\n\n  .hp-section-head {\n    max-width: 720px;\n    margin: 0 auto 16px;\n    text-align: center;\n  }\n\n  .hp-kicker {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 8px;\n\n    color: var(--hp-orange-dark);\n\n    font-size: 12px;\n    line-height: 1.3;\n    font-weight: 850;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .hp-subheading {\n    max-width: 680px;\n    margin: 0 auto !important;\n    color: var(--hp-text) !important;\n    font-size: 15px !important;\n    line-height: 1.62 !important;\n  }\n\n  .hp-image-wrap {\n    display: block;\n    width: 100%;\n    margin-bottom: 20px;\n    overflow: hidden;\n\n    background: #fafafa;\n\n    border: 1px solid var(--hp-border);\n    border-radius: 18px;\n\n    box-shadow: 0 8px 24px rgba(27, 27, 27, 0.05);\n\n    text-decoration: none;\n  }\n\n  .hp-image-wrap img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n    transition: transform 0.3s ease;\n  }\n\n  .hp-image-wrap:hover img {\n    transform: scale(1.015);\n  }\n\n  \/* HERO SECTION *\/\n\n  .hp-hero {\n    position: relative;\n    overflow: hidden;\n\n    padding: 36px 20px 24px;\n\n    text-align: center;\n\n    background:\n      radial-gradient(\n        circle at 80% 10%,\n        rgba(244, 124, 32, 0.25),\n        transparent 40%\n      ),\n      linear-gradient(135deg, #1b1b1b 0%, #3d1c52 100%);\n\n    border-radius: 22px;\n    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);\n  }\n\n  .hp-hero-content {\n    position: relative;\n    z-index: 1;\n  }\n\n  .hp-hero .hp-kicker {\n    color: var(--hp-gold);\n  }\n\n  .hp-hero h1 {\n    color: #ffffff;\n  }\n\n  .hp-hero-lead {\n    max-width: 680px;\n    margin: 0 auto 20px !important;\n\n    color: #e2e2e2 !important;\n\n    font-size: 15.5px !important;\n    line-height: 1.65 !important;\n  }\n\n  \/* FEATURE HIGHLIGHT BOX *\/\n\n  .hp-highlight-box {\n    padding: 24px 20px;\n\n    background: var(--hp-orange-soft);\n\n    border: 1px solid var(--hp-border);\n    border-left: 5px solid var(--hp-orange);\n    border-radius: 16px;\n  }\n\n  .hp-highlight-box h3 {\n    font-size: 20px;\n    color: var(--hp-black);\n  }\n\n  .hp-highlight-box p {\n    color: #555555;\n  }\n\n  \/* FEATURE GRID *\/\n\n  .hp-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 15px;\n  }\n\n  .hp-feature-card {\n    padding: 18px 15px;\n\n    background: #fafafa;\n\n    border: 1px solid var(--hp-border);\n    border-radius: 15px;\n  }\n\n  .hp-feature-card h4 {\n    margin-bottom: 6px;\n    color: var(--hp-black);\n    font-size: 16px;\n    font-weight: 800;\n  }\n\n  .hp-feature-card p {\n    font-size: 13.5px;\n    line-height: 1.5;\n  }\n\n  \/* DARK HAUNTED BANNER *\/\n\n  .hp-dark-banner {\n    padding: 30px 22px;\n\n    background: linear-gradient(145deg, #1b1b1b, #2a1838);\n\n    border-radius: 18px;\n\n    color: #ffffff;\n  }\n\n  .hp-dark-banner h3 {\n    color: #ffffff;\n    font-size: 22px;\n  }\n\n  .hp-dark-banner p {\n    color: #d8d8d8;\n    font-size: 15px;\n  }\n\n  \/* SPEC \u0026 PACKAGE BOX *\/\n\n  .hp-spec-box {\n    overflow: hidden;\n    margin-top: 15px;\n\n    border: 1px solid var(--hp-border);\n    border-radius: 16px;\n  }\n\n  .hp-spec-row {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n\n    gap: 15px;\n\n    padding: 13px 16px;\n\n    background: #ffffff;\n\n    border-bottom: 1px solid var(--hp-border);\n\n    font-size: 13.5px;\n    line-height: 1.5;\n  }\n\n  .hp-spec-row:nth-child(even) {\n    background: #fffcf8;\n  }\n\n  .hp-spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .hp-spec-label {\n    flex: 0 0 35%;\n    color: var(--hp-black);\n    font-weight: 800;\n  }\n\n  .hp-spec-value {\n    flex: 1;\n    color: var(--hp-text);\n    text-align: right;\n  }\n\n  \/* COLLAPSIBLE FAQ (ACCORDION) *\/\n\n  .hp-faq-accordion {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    margin-top: 15px;\n  }\n\n  .hp-faq-accordion details {\n    background: #ffffff;\n    border: 1px solid var(--hp-border);\n    border-radius: 14px;\n    overflow: hidden;\n    transition: all 0.2s ease;\n  }\n\n  .hp-faq-accordion details[open] {\n    border-color: var(--hp-orange);\n    box-shadow: 0 4px 14px rgba(244, 124, 32, 0.1);\n  }\n\n  .hp-faq-accordion summary {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n\n    padding: 15px;\n\n    color: var(--hp-black);\n    font-size: 14.5px;\n    font-weight: 800;\n\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .hp-faq-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .hp-faq-icon-arrow {\n    display: inline-block;\n    width: 9px;\n    height: 9px;\n    margin-left: 10px;\n    border-right: 2px solid var(--hp-orange-dark);\n    border-bottom: 2px solid var(--hp-orange-dark);\n    transform: rotate(45deg);\n    transition: transform 0.2s ease;\n  }\n\n  .hp-faq-accordion details[open] summary .hp-faq-icon-arrow {\n    transform: rotate(-135deg);\n  }\n\n  .hp-faq-content {\n    padding: 0 15px 15px 15px;\n    border-top: 1px solid #f6eee8;\n  }\n\n  .hp-faq-content p {\n    padding-top: 10px;\n    font-size: 13.5px;\n    line-height: 1.6;\n    color: var(--hp-muted);\n  }\n\n  \/* CALL TO ACTION *\/\n\n  .hp-cta {\n    padding: 38px 24px;\n\n    text-align: center;\n\n    background: linear-gradient(135deg, var(--hp-orange), var(--hp-gold));\n\n    border-radius: 20px;\n\n    box-shadow: 0 10px 28px rgba(244, 124, 32, 0.2);\n  }\n\n  .hp-cta h2 {\n    color: var(--hp-black);\n    font-size: 26px;\n  }\n\n  .hp-cta p {\n    margin-bottom: 22px;\n    color: #2b2b2b;\n    font-size: 15.5px;\n    font-weight: 500;\n  }\n\n  .hp-btn {\n    display: inline-block;\n\n    padding: 15px 42px;\n\n    color: #ffffff !important;\n\n    background: var(--hp-black);\n\n    border-radius: 12px;\n\n    font-size: 17px;\n    font-weight: 800;\n    letter-spacing: 0.5px;\n    text-decoration: none;\n\n    transition: background 0.2s ease;\n  }\n\n  .hp-btn:hover {\n    background: #333333;\n  }\n\n  \/* ANTI COUNTERFEIT NOTICE *\/\n\n  .hp-notice-box {\n    padding: 24px 20px;\n\n    background: #fafafa;\n\n    border: 1px solid #ddd5c8;\n    border-radius: 16px;\n  }\n\n  .hp-notice-box h3 {\n    margin-bottom: 8px;\n    font-size: 18px;\n  }\n\n  .hp-notice-box p {\n    margin-bottom: 12px;\n    font-size: 13.5px;\n  }\n\n  .hp-notice-link {\n    color: var(--hp-black);\n    font-size: 14px;\n    font-weight: 800;\n    text-decoration: underline;\n  }\n\n  .hp-notice-link:hover {\n    color: var(--hp-orange-dark);\n  }\n\n  \/* RESPONSIVE *\/\n\n  @media (max-width: 640px) {\n    .hp-feature-grid {\n      grid-template-columns: repeat(1, minmax(0, 1fr));\n    }\n\n    .hp-spec-row {\n      flex-direction: column;\n      gap: 4px;\n    }\n\n    .hp-spec-value {\n      text-align: left;\n    }\n\n    .hp-cta {\n      padding: 30px 16px;\n    }\n\n    .hp-btn {\n      width: 100%;\n      padding: 14px 20px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hp-page\"\u003e\n\n  \u003c!-- HERO SECTION --\u003e\n  \u003csection class=\"hp-section\"\u003e\n    \u003cdiv class=\"hp-hero\"\u003e\n      \u003cdiv class=\"hp-hero-content\"\u003e\n        \u003cspan class=\"hp-kicker\"\u003e🎃 XYLvok Halloween Collection 🎃\u003c\/span\u003e\n        \u003ch1\u003eMeet Jack — The Talking Pumpkin That Brings Halloween To Life\u003c\/h1\u003e\n        \u003cp class=\"hp-hero-lead\"\u003eA spooky interactive pumpkin lantern that talks, sings, moves, and creates an unforgettable Halloween atmosphere for your home, parties, and decorations.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- IMAGE 1 --\u003e\n  \u003ca href=\"https:\/\/xylvok.com\/products\/pumpkin-lantern\" class=\"hp-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/7687\/7889\/files\/lifestyle-ad-creative_19fe5602-936b-49e4-b39e-4711a684ff85.png?v=1787219549\" alt=\"Talking Halloween Pumpkin Lantern\"\u003e\n  \u003c\/a\u003e\n\n  \u003c!-- INTRO SECTION --\u003e\n  \u003csection class=\"hp-section\"\u003e\n    \u003cdiv class=\"hp-section-head\" style=\"text-align: left; max-width: 100%;\"\u003e\n      \u003ch2\u003e🎃 More Than A Decoration — It's A Halloween Experience\u003c\/h2\u003e\n      \u003cp class=\"hp-subheading\" style=\"margin: 0 !important;\"\u003eTraditional pumpkins simply sit there. Jabberin' Jack creates a real Halloween moment with interactive sounds, moving expressions, glowing eyes, and funny seasonal performances that surprise guests of all ages.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURE 1 HIGHLIGHT --\u003e\n  \u003csection class=\"hp-section\"\u003e\n    \u003cdiv class=\"hp-highlight-box\"\u003e\n      \u003ch3\u003e🎶 Talking \u0026amp; Singing Interactive Action\u003c\/h3\u003e\n      \u003cp\u003eBuilt-in motion sensors allow Jack to react when someone approaches. Enjoy spooky phrases, cheerful Halloween songs, and mouth movements synchronized with the sounds.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- IMAGE 2 --\u003e\n  \u003ca href=\"https:\/\/xylvok.com\/products\/pumpkin-lantern\" class=\"hp-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/7687\/7889\/files\/comparison-ad-creative_69c24cf6-9802-43a8-b712-d0f625adf9e7.png?v=1787219548\" alt=\"Animated Pumpkin Halloween Decoration\"\u003e\n  \u003c\/a\u003e\n\n  \u003c!-- FEATURE CARDS --\u003e\n  \u003csection class=\"hp-section\"\u003e\n    \u003cdiv class=\"hp-feature-grid\"\u003e\n      \u003cdiv class=\"hp-feature-card\"\u003e\n        \u003ch4\u003e👀 Glowing LED Expressions\u003c\/h4\u003e\n        \u003cp\u003eBright LED eyes and animated movements make Jack stand out at night.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hp-feature-card\"\u003e\n        \u003ch4\u003e🕸 Halloween Atmosphere Maker\u003c\/h4\u003e\n        \u003cp\u003ePerfect for porches, parties, haunted houses, and entryway decorations.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hp-feature-card\"\u003e\n        \u003ch4\u003e🎁 Fun For Kids \u0026amp; Adults\u003c\/h4\u003e\n        \u003cp\u003eA memorable Halloween gift and an instant conversation starter.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- IMAGE 3 --\u003e\n  \u003ca href=\"https:\/\/xylvok.com\/products\/pumpkin-lantern\" class=\"hp-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/7687\/7889\/files\/social-proof-ad-creative_f3f0c633-f93d-49f0-bd4b-aa541045c7c9.png?v=1787219548\" alt=\"Halloween Pumpkin Party Decoration\"\u003e\n  \u003c\/a\u003e\n\n  \u003c!-- PARTY SECTION BANNER --\u003e\n  \u003csection class=\"hp-section\"\u003e\n    \u003cdiv class=\"hp-dark-banner\"\u003e\n      \u003ch3\u003e🏚 Create A Haunted Halloween Scene Anywhere\u003c\/h3\u003e\n      \u003cp\u003ePlace Jack on your porch, fireplace mantel, dining table, doorway, or party area. His interactive sounds and glowing expressions instantly add a spooky and playful festival atmosphere.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- IMAGE 4 --\u003e\n  \u003ca href=\"https:\/\/xylvok.com\/products\/pumpkin-lantern\" class=\"hp-image-wrap\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/7687\/7889\/files\/a703e69c3ffd473c9621f192e75d2884.jpg?v=1787218039\" alt=\"Talking Pumpkin Control Panel\"\u003e\n  \u003c\/a\u003e\n\n  \u003c!-- OPERATION \u0026 CONTROLS --\u003e\n  \u003csection class=\"hp-section\"\u003e\n    \u003cdiv class=\"hp-highlight-box\" style=\"background: #fafafa; border-left-color: var(--hp-purple);\"\u003e\n      \u003ch3\u003e🔊 Easy Controls \u0026amp; Adjustable Volume\u003c\/h3\u003e\n      \u003cp\u003eChoose between talking mode and singing mode through the bottom control panel. Adjust the volume level to match quiet indoor spaces or lively outdoor celebrations.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS \u0026 PACKAGE --\u003e\n  \u003csection class=\"hp-section\"\u003e\n    \u003cdiv class=\"hp-section-head\" style=\"text-align: left; max-width: 100%; margin-bottom: 8px;\"\u003e\n      \u003ch2\u003eProduct Specifications \u0026amp; Package\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hp-spec-box\"\u003e\n      \u003cdiv class=\"hp-spec-row\"\u003e\n        \u003cdiv class=\"hp-spec-label\"\u003eMaterial\u003c\/div\u003e\n        \u003cdiv class=\"hp-spec-value\"\u003ePVC Plastic + Electronic Components\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hp-spec-row\"\u003e\n        \u003cdiv class=\"hp-spec-label\"\u003eAppearance\u003c\/div\u003e\n        \u003cdiv class=\"hp-spec-value\"\u003eClassic Orange Pumpkin with Animated Eyes \u0026amp; Mouth\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hp-spec-row\"\u003e\n        \u003cdiv class=\"hp-spec-label\"\u003eBattery Power\u003c\/div\u003e\n        \u003cdiv class=\"hp-spec-value\"\u003e3 × AA Batteries (Not Included)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hp-spec-row\"\u003e\n        \u003cdiv class=\"hp-spec-label\"\u003ePower Option\u003c\/div\u003e\n        \u003cdiv class=\"hp-spec-value\"\u003eUSB-C Adapter (Sold Separately)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hp-spec-row\"\u003e\n        \u003cdiv class=\"hp-spec-label\"\u003ePackage Includes\u003c\/div\u003e\n        \u003cdiv class=\"hp-spec-value\"\u003e1 × Jabberin' Jack Animated Talking \u0026amp; Singing Pumpkin\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ SECTION (折叠问答) --\u003e\n  \u003csection class=\"hp-section\"\u003e\n    \u003cdiv class=\"hp-section-head\" style=\"text-align: left; max-width: 100%; margin-bottom: 8px;\"\u003e\n      \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hp-faq-accordion\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan\u003eHow does Jabberin' Jack react to people?\u003c\/span\u003e\n          \u003cspan class=\"hp-faq-icon-arrow\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"hp-faq-content\"\u003e\n          \u003cp\u003eJack has built-in motion sensors that trigger his talking, singing, and facial animations whenever someone passes by or approaches.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan\u003eCan I use this pumpkin outdoors?\u003c\/span\u003e\n          \u003cspan class=\"hp-faq-icon-arrow\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"hp-faq-content\"\u003e\n          \u003cp\u003eYes! It works great on covered porches and entryways. Just ensure the bottom control panel stays dry and protected from heavy rain.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan\u003eCan I adjust the volume for indoor use?\u003c\/span\u003e\n          \u003cspan class=\"hp-faq-icon-arrow\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"hp-faq-content\"\u003e\n          \u003cp\u003eAbsolutely. There is a built-in volume knob on the bottom control panel, allowing you to easily adjust the audio level from subtle indoor whispers to loud party sounds.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CALL TO ACTION --\u003e\n  \u003csection class=\"hp-section\"\u003e\n    \u003cdiv class=\"hp-cta\"\u003e\n      \u003ch2\u003eMake This Halloween Unforgettable 🎃\u003c\/h2\u003e\n      \u003cp\u003eBring home the talking pumpkin everyone will remember.\u003c\/p\u003e\n      \u003ca href=\"https:\/\/xylvok.com\/products\/pumpkin-lantern\" class=\"hp-btn\"\u003eBUY NOW\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ANTI COUNTERFEIT \/ STORE NOTICE --\u003e\n  \u003csection class=\"hp-section\"\u003e\n    \u003cdiv class=\"hp-notice-box\"\u003e\n      \u003ch3\u003e🛡 Official XYLvok Store Notice\u003c\/h3\u003e\n      \u003cp\u003ePlease purchase this product only from the official XYLvok store. Beware of unauthorized sellers using XYLvok product images, brand identity, or misleading copies. Only purchases made through our official website are guaranteed authentic and supplied directly by XYLvok.\u003c\/p\u003e\n      \u003ca href=\"https:\/\/xylvok.com\/products\/pumpkin-lantern\" class=\"hp-notice-link\"\u003eVisit Official XYLvok Store →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"NC0298","offers":[{"title":"US Version","offer_id":53066153460032,"sku":"NC0298260825510-大号美规","price":98.99,"currency_code":"USD","in_stock":true},{"title":"EU Version","offer_id":53066200416576,"sku":"NC0298260825510-大号欧规","price":98.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0983\/2936\/2752\/files\/a703e69c3ffd473c9621f192e75d2884.jpg?v=1787640643","url":"https:\/\/xylvok.com\/products\/pumpkin-lantern","provider":"xylvok","version":"1.0","type":"link"}