{"product_id":"interactive-puzzle-track-set","title":"Interactive Puzzle Track Set","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Children's Educational Toy (Puzzle Track Set)\nTarget Audience: Parents and Gift-buyers for kids aged 3-8\nVisual Style: Playful, Friendly, Safe, and Engaging\nColor Strategy: \n  - Primary: #008BF8 (Playful Blue - energetic and kid-friendly)\n  - Accent: #FFB000 (Sunny Yellow - highlights and badges)\n  - Background: #FFFFFF (Clean) with #F4F8FB (Soft Blue-Gray) for alternating sections\nShape Strategy: Radius 20px (Highly rounded, conveying safety and child-friendliness)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 36px+, Body: 18px+)\nMobile Table Strategy: Card-based (No horizontal scroll, full-width blocks)\nImage Mapping: Hero=image_1, Features=image_2 to image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n    \/* Color Palette *\/\n    --primary: #008BF8;\n    --primary-hover: #0070c9;\n    --accent: #FFB000;\n    --text-main: #1E293B;\n    --text-sub: #475569;\n    --bg-body: #FFFFFF;\n    --bg-card: #F4F8FB;\n    --bg-table-stripe: #F8FAFC;\n    --border-color: #E2E8F0;\n    \n    \/* Shapes \u0026 Shadows *\/\n    --radius-md: 12px;\n    --radius-lg: 20px;\n    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n    --shadow-lg: 0 10px 25px -3px rgba(0, 139, 248, 0.1), 0 4px 6px -2px rgba(0, 139, 248, 0.05);\n\n    \/* Spacing System *\/\n    --space-sm: clamp(1rem, 2vw, 1.5rem);\n    --space-md: clamp(2rem, 4vw, 3rem);\n    --space-lg: clamp(3rem, 6vw, 5rem);\n  }\n\n  \/* Global Resets within Container *\/\n  .product-detail-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.7;\n  }\n\n  .product-detail-container *,\n  .product-detail-container *::before,\n  .product-detail-container *::after {\n    box-sizing: border-box;\n  }\n\n  \/* Typography System *\/\n  .pdp-h1 {\n    font-size: clamp(34px, 5vw, 44px);\n    line-height: 1.2;\n    font-weight: 800;\n    color: var(--text-main);\n    margin: 0 0 var(--space-sm) 0;\n    letter-spacing: -0.02em;\n  }\n\n  .pdp-h2 {\n    font-size: clamp(28px, 4vw, 36px);\n    line-height: 1.3;\n    font-weight: 700;\n    color: var(--text-main);\n    margin: 0 0 var(--space-sm) 0;\n  }\n\n  .pdp-h3 {\n    font-size: clamp(22px, 3vw, 26px);\n    line-height: 1.4;\n    font-weight: 700;\n    color: var(--text-main);\n    margin: 0 0 clamp(0.75rem, 1.5vw, 1rem) 0;\n  }\n\n  .pdp-p {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin: 0 0 var(--space-sm) 0;\n    line-height: 1.7;\n  }\n\n  .pdp-aux {\n    font-size: clamp(16px, 1.5vw, 18px);\n    color: var(--text-sub);\n  }\n\n  \/* Non-Interactive Badges *\/\n  .pdp-badge-wrapper {\n    display: flex;\n    gap: 12px;\n    flex-wrap: wrap;\n    margin-bottom: var(--space-md);\n  }\n\n  .pdp-badge {\n    display: inline-flex;\n    align-items: center;\n    background-color: var(--accent);\n    color: #452A00;\n    padding: 8px 16px;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 700;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n  }\n\n  .pdp-badge-secondary {\n    background-color: var(--bg-card);\n    color: var(--primary);\n    border: 2px solid rgba(0, 139, 248, 0.1);\n  }\n\n  \/* Image Protocol *\/\n  .pdp-img-fluid {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n  }\n\n  .pdp-placeholder {\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    background-color: var(--bg-card);\n    border: 3px dashed #BBDDFB;\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--primary);\n    font-size: 18px;\n    font-weight: 700;\n    text-align: center;\n    padding: 20px;\n    box-shadow: var(--shadow-sm);\n  }\n\n  \/* Hero Section *\/\n  .pdp-hero {\n    padding: var(--space-lg) 0;\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n  }\n\n  .pdp-hero-copy {\n    max-width: 900px;\n    margin: 0 auto var(--space-md) auto;\n  }\n\n  .pdp-hero-media {\n    width: 100%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n\n  \/* Features Section (Mobile Ordering Lock: Z-Pattern on Desktop, Col on Mobile) *\/\n  .pdp-features {\n    padding: var(--space-lg) 0;\n    display: flex;\n    flex-direction: column;\n    gap: var(--space-lg);\n  }\n\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* MOBILE FIRST: Strict Order Lock *\/\n    gap: var(--space-md);\n    background: var(--bg-body);\n  }\n\n  .feature-media {\n    width: 100%;\n  }\n\n  .feature-copy {\n    width: 100%;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row; \/* DESKTOP: Z-Pattern *\/\n      align-items: center;\n    }\n    \n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media, .feature-copy {\n      width: 50%;\n    }\n\n    .feature-copy {\n      padding: 0 clamp(2rem, 4vw, 4rem);\n    }\n    \n    .feature-item:nth-child(odd) .feature-copy {\n      padding-right: 0;\n    }\n    \n    .feature-item:nth-child(even) .feature-copy {\n      padding-left: 0;\n    }\n  }\n\n  \/* Specifications Table - Mobile Card Strategy *\/\n  .pdp-specs {\n    padding: var(--space-lg) 0;\n    background-color: var(--bg-card);\n    border-radius: var(--radius-lg);\n    margin: var(--space-lg) 0;\n    padding-left: clamp(1rem, 4vw, 3rem);\n    padding-right: clamp(1rem, 4vw, 3rem);\n  }\n\n  .pdp-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: var(--space-md);\n  }\n\n  .pdp-table th, \n  .pdp-table td {\n    padding: 16px 24px;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: clamp(16px, 1.5vw, 18px);\n  }\n\n  .pdp-table th {\n    font-weight: 700;\n    color: var(--text-main);\n    background-color: rgba(0, 139, 248, 0.05);\n    width: 35%;\n  }\n\n  .pdp-table td {\n    color: var(--text-sub);\n    font-weight: 500;\n  }\n\n  @media (max-width: 767px) {\n    \/* CRITICAL: Force Card Layout on Mobile *\/\n    .pdp-table, \n    .pdp-table thead, \n    .pdp-table tbody, \n    .pdp-table th, \n    .pdp-table td, \n    .pdp-table tr {\n      display: block;\n      width: 100%;\n    }\n\n    .pdp-table thead {\n      display: none; \/* Hide desktop headers *\/\n    }\n\n    .pdp-table tr {\n      background-color: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 16px;\n      padding: 12px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pdp-table td {\n      border: none;\n      padding: 10px 8px;\n      display: flex;\n      flex-direction: column;\n      gap: 4px;\n      border-bottom: 1px solid #F1F5F9;\n    }\n    \n    .pdp-table td:last-child {\n      border-bottom: none;\n    }\n\n    .pdp-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      font-size: 14px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .pdp-faq {\n    padding: var(--space-lg) 0;\n  }\n\n  .pdp-faq-item {\n    background-color: var(--bg-body);\n    border: 2px solid var(--bg-card);\n    border-radius: var(--radius-md);\n    padding: clamp(1.5rem, 3vw, 2rem);\n    margin-bottom: clamp(1rem, 2vw, 1.5rem);\n    transition: box-shadow 0.3s ease;\n  }\n\n  .pdp-faq-item:hover {\n    box-shadow: var(--shadow-sm);\n    border-color: var(--primary);\n  }\n\n  .pdp-faq-q {\n    font-size: clamp(20px, 2.5vw, 24px);\n    font-weight: 700;\n    color: var(--text-main);\n    margin: 0 0 12px 0;\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n  }\n\n  .pdp-faq-q::before {\n    content: \"Q.\";\n    color: var(--primary);\n  }\n\n  .pdp-faq-a {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin: 0;\n    padding-left: 36px;\n    line-height: 1.7;\n  }\n\n  \/* Structural Divider *\/\n  .pdp-divider {\n    height: 4px;\n    width: 80px;\n    background-color: var(--primary);\n    border-radius: 4px;\n    margin: var(--space-md) auto;\n  }\n\u003c\/style\u003e\n\u003c!-- ================= HERO SECTION ================= --\u003e\n\u003cdiv class=\"pdp-hero\"\u003e\n\u003cdiv class=\"pdp-hero-copy\"\u003e\n\u003cdiv class=\"pdp-badge-wrapper\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"pdp-badge\"\u003e🏆 Loved by 15,000+ Parents\u003c\/div\u003e\n\n\u003cdiv class=\"pdp-badge pdp-badge-secondary\"\u003e🧠 Montessori Inspired\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1 class=\"pdp-h1\"\u003eBuild, Race, and Learn with Endless Track Possibilities!\u003c\/h1\u003e\n\n\u003cp class=\"pdp-p\"\u003eThe ultimate Montessori puzzle car track set designed to boost creativity, enhance problem-solving, and provide hours of screen-free fun for children aged 3 to 8.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pdp-hero-media\"\u003e\n\u003cdiv class=\"pdp-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319141827\/382a0daaae1b9ff8612b3088adac9ecb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pdp-divider\"\u003e \u003c\/div\u003e\n\u003c!-- ================= FEATURES SECTION ================= --\u003e\n\n\u003cdiv class=\"pdp-features\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pdp-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319141827\/40e8b4392e1ac77f0eafa0aefc57327e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"pdp-h3\"\u003eUnlimited Routes \u0026amp; Endless Fun\u003c\/h3\u003e\n\n\u003cp class=\"pdp-p\"\u003eWith 25 intricately designed puzzle pieces, 25 vivid road signs, and 4 speedy battery-operated cars, your little ones can assemble a completely custom track every single time. Watch their eyes light up as the cars zoom through their unique creations!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pdp-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319141827\/a692cac5dec4c3898d3ed78def223536.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"pdp-h3\"\u003eMontessori Skill Development\u003c\/h3\u003e\n\n\u003cp class=\"pdp-p\"\u003eMore than just a thrilling racing game, this playset is a valuable educational tool. By connecting puzzles and planning routes, children naturally enhance their logical thinking, spatial awareness, and creative problem-solving skills through immersive hands-on play.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pdp-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319141827\/497a70314fdf2baa2bc970b29c623472.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"pdp-h3\"\u003e100% Child-Safe \u0026amp; Built to Last\u003c\/h3\u003e\n\n\u003cp class=\"pdp-p\"\u003eWe prioritize your child's safety above all. Crafted from premium, drop-resistant ABS plastic, every puzzle piece is carefully polished to feature completely smooth, rounded edges. Children can grasp, build, and play freely with total peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pdp-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319141827\/8fa7c9cae9c1e04677358c03a50bfbbf.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"pdp-h3\"\u003eHassle-Free Storage \u0026amp; Cleaning\u003c\/h3\u003e\n\n\u003cp class=\"pdp-p\"\u003eDesigned with busy parents in mind! This toy set is wonderfully compact, making it incredibly easy to store at home or carry along for outdoor playdates. The non-porous hard plastic material ensures a quick and effortless wipe-down to keep things sanitary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= SPECIFICATIONS TABLE ================= --\u003e\n\n\u003cdiv class=\"pdp-specs\"\u003e\n\u003ch2 class=\"pdp-h2\" style=\"text-align: center;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pdp-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd\u003ePremium ABS Plastic (BPA-Free, Non-Toxic)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Included Components\"\u003eIncluded Components\u003c\/td\u003e\n\t\t\t\u003ctd\u003e25 Puzzle Pieces, 25 Road Signs, 1 Electric Cars\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power Requirements\"\u003ePower Requirements\u003c\/td\u003e\n\t\t\t\u003ctd\u003e1 x AAA Battery per car (Batteries not included)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Recommended Age\"\u003eRecommended Age\u003c\/td\u003e\n\t\t\t\u003ctd\u003e3 to 8 Years Old\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Assembled Dimensions (Est.)\"\u003eAssembled Dimensions (Est.)\u003c\/td\u003e\n\t\t\t\u003ctd\u003e60.0 cm x 40.0 cm \/ 23.6 in x 15.7 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Weight (Est.)\"\u003ePackage Weight (Est.)\u003c\/td\u003e\n\t\t\t\u003ctd\u003e850.0 g \/ 30.0 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- ================= FAQ SECTION ================= --\u003e\n\n\u003cdiv class=\"pdp-faq\"\u003e\n\u003ch2 class=\"pdp-h2\" style=\"text-align: center; margin-bottom: var(--space-md);\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pdp-faq-item\"\u003e\n\u003cdiv class=\"pdp-faq-q\"\u003eDo I need to buy batteries separately?\u003c\/div\u003e\n\n\u003cp class=\"pdp-faq-a\"\u003eYes, each of the 4 included cars requires 1 AAA battery to operate. Batteries are not included in the package. We recommend using high-quality alkaline or rechargeable batteries for the longest racing time.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pdp-faq-item\"\u003e\n\u003cdiv class=\"pdp-faq-q\"\u003eAre the edges of the puzzle pieces safe for younger children?\u003c\/div\u003e\n\n\u003cp class=\"pdp-faq-a\"\u003eAbsolutely! Every single puzzle piece and accessory is crafted from high-quality ABS plastic and thoroughly polished to ensure there are no sharp edges or burrs, making it 100% safe for delicate little hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pdp-faq-item\"\u003e\n\u003cdiv class=\"pdp-faq-q\"\u003eCan we take this set outdoors?\u003c\/div\u003e\n\n\u003cp class=\"pdp-faq-a\"\u003eYes! The set is designed to be highly portable and durable. It is perfect for indoor play areas, living room floors, and even outdoor play mats. Plus, the smooth plastic surface makes it incredibly easy to wipe clean after outdoor adventures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Dinosaur \/ 🥉 Starter Kit (5-Piece)","offer_id":47744569639161,"sku":"0331-15276043","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Jungle \/ 🥉 Starter Kit (5-Piece)","offer_id":47744569671929,"sku":"0331-15279838","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Space \/ 🥉 Starter Kit (5-Piece)","offer_id":47744569704697,"sku":"0331-15276660","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Ocean \/ 🥉 Starter Kit (5-Piece)","offer_id":47744569737465,"sku":"0331-15275851","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Dinosaur \/ 🥈 Builder Pack (15-Piece)  🏷️","offer_id":47744569770233,"sku":"0331-15273600","price":22.95,"currency_code":"USD","in_stock":true},{"title":"Jungle \/ 🥈 Builder Pack (15-Piece)  🏷️","offer_id":47744569803001,"sku":"0331-15272148","price":22.95,"currency_code":"USD","in_stock":true},{"title":"Space \/ 🥈 Builder Pack (15-Piece)  🏷️","offer_id":47744569835769,"sku":"0331-15278241","price":22.95,"currency_code":"USD","in_stock":true},{"title":"Ocean \/ 🥈 Builder Pack (15-Piece)  🏷️","offer_id":47744569868537,"sku":"0331-15272304","price":22.95,"currency_code":"USD","in_stock":true},{"title":"Dinosaur \/ 🥇 Mega City Set (25-Piece)  🔥 Best Value","offer_id":47744569901305,"sku":"0331-15279787","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Jungle \/ 🥇 Mega City Set (25-Piece)  🔥 Best Value","offer_id":47744569934073,"sku":"0331-15270291","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Space \/ 🥇 Mega City Set (25-Piece)  🔥 Best Value","offer_id":47744569966841,"sku":"0331-15272073","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Ocean \/ 🥇 Mega City Set (25-Piece)  🔥 Best Value","offer_id":47744569999609,"sku":"0331-15278579","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/6796\/0057\/files\/382a0daaae1b9ff8612b3088adac9ecb.jpg?v=1774942146","url":"https:\/\/funluluu.com\/products\/interactive-puzzle-track-set","provider":"Funluluu","version":"1.0","type":"link"}