{"product_id":"braintrack-maze-cube-apl","title":"BrainTrack Maze Cube","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #0088fe;\n      --primary-hover: #006ecb;\n      --accent: #f9be00;\n      --text-main: #1d1d1f;\n      --text-sub: #434344;\n      --bg-body: #ffffff;\n      --bg-card: #f5f5f7;\n      --bg-soft: #fbfbfd;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);\n      --border-color: #e5e5ea;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px;\n      line-height: 1.6;\n      font-weight: 400;\n      margin: 0;\n      color: var(--text-sub);\n    }\n\n    \/* Section Spacing *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      padding-top: clamp(1rem, 2.5vw, 2rem);\n    }\n\n    \/* Image Placeholders Updated *\/\n    .product-image-placeholder {\n      width: 100%;\n      height: auto;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-sizing: border-box;\n      padding: 0; \/* 取消内边距，实现顶格 *\/\n      text-align: center;\n      color: var(--text-sub);\n      font-weight: 500;\n      font-size: 18px;\n      overflow: hidden; \/* 确保图片顶格时保留圆角 *\/\n    }\n\n    \/* 确保中间的包裹层不会影响布局 *\/\n    .product-image-placeholder \u003e div {\n      width: 100%;\n      display: block;\n    }\n\n    \/* 图片核心样式：适应原图尺寸、不裁剪 *\/\n    .product-image-placeholder img {\n      width: 100%;\n      height: auto;\n      object-fit: contain; \/* 保证图片完整显示不被裁剪 *\/\n      display: block;\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      text-align: center;\n      align-items: center;\n    }\n\n    .hero-badge {\n      display: inline-block;\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      color: var(--primary);\n    }\n\n    .hero-media {\n      width: 100%;\n      max-width: 600px;\n    }\n\n    \/* Feature Sections *\/\n    .features-container {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-sizing: border-box;\n      border: 1px solid var(--border-color);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .feature-tags .tag {\n      background-color: #e1f0ff;\n      color: var(--primary);\n      padding: 4px 12px;\n      border-radius: 6px;\n      font-weight: 500;\n    }\n\n    \/* Interactive Steps *\/\n    .steps-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 20px;\n      margin-top: 24px;\n    }\n\n    .step-card {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 20px;\n      box-sizing: border-box;\n    }\n\n    .step-num {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 36px;\n      height: 36px;\n      background-color: var(--primary);\n      color: #ffffff;\n      border-radius: 50%;\n      font-weight: bold;\n      margin-bottom: 12px;\n      font-size: 18px;\n    }\n\n    \/* Comparison Section *\/\n    .compare-section {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 32px 24px;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Scenarios Block *\/\n    .scenario-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 20px;\n      margin-top: 24px;\n    }\n\n    .scenario-card {\n      background: var(--bg-card);\n      padding: 20px;\n      border-radius: var(--radius-md);\n      box-sizing: border-box;\n    }\n\n    .scenario-card-title {\n      font-size: 20px;\n      font-weight: bold;\n      margin-bottom: 8px;\n      color: var(--primary);\n    }\n\n    \/* Specifications Table *\/\n    .specifications-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 24px;\n    }\n\n    .spec-table td {\n      border-bottom: 1px solid var(--border-color);\n      padding: 16px 0;\n    }\n\n    \/* FAQ Block *\/\n    .faq-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-top: 24px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-soft);\n      padding: 24px;\n      border-radius: var(--radius-md);\n      border-left: 4px solid var(--primary);\n      box-sizing: border-box;\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n    }\n\n    \/* Responsive Lock \u0026 Layout Transitions *\/\n    @media (min-width: 768px) {\n      .hero-section {\n        padding: 40px 0;\n      }\n\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media {\n        flex: 1;\n        width: 50%;\n      }\n\n      .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n\n      .steps-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .scenario-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .spec-table td {\n        padding: 20px;\n      }\n\n      .spec-table td:first-child {\n        font-weight: 600;\n        width: 30%;\n      }\n    }\n\n    \/* Specifications Mobile Responsive Rules *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(130px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: 2-in-1 Cube Maze Game\nTarget Audience: Children age 6 and up, families seeking interactive brain challenges\nVisual Style: Playful, engaging, bright accents (blue and yellow to match the toy tracks), clean modern card layouts\nColor Strategy: Primary accent color is a bright energetic blue (#0088fe), secondary accent is energetic yellow (#f9be00) with soft gray card backgrounds to emphasize the toy's elements\nModule Order: Hero Section, Feature 1 (3D Challenge), Feature 2 (Smooth Rotating), Interactive How-To-Play, Compare (Ours vs Others), Use Scenarios, Specifications Table, FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_3, HowToPlay=detail_4, Compare=detail_5, Scenario=detail_6\nSpecification Data Source: detail_7 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Included because detail_5 explicitly provides an \"Ours vs Others\" comparative analysis.\nInformation Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and current conversation has been used. No unverified product facts have been added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Content Block --\u003e\n\u003csection class=\"hero-section\"\u003e\u003cspan class=\"hero-badge badge\"\u003eDouble-Challenge Puzzle Game\u003c\/span\u003e\n\u003ch1 class=\"hero-title\"\u003e3D Rotating Maze Cube — Twist \u0026amp; Turn to Find the Way\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eA dynamic 2-in-1 cube maze game designed to challenge thinking patterns, enhance physical coordination, and build focus.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910165515\/c2dd17b4a55df6291346c5c8d0a77079.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-container\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910165515\/2356ccd181dd9dc888ed405cf1657485.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\u003ch2 class=\"feature-title\"\u003e3D Maze Challenge for Smarter Play\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eGuide the steel ball through the rotating maze to encourage logical thinking, problem-solving, focus, and hand-eye coordination.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eCreative Thinking\u003c\/span\u003e \u003cspan class=\"tag\"\u003eMotor Skills\u003c\/span\u003e \u003cspan class=\"tag\"\u003ePatience \u0026amp; Concentration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910165515\/91f437a32fa171bb6821d58760b87584.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\u003ch2 class=\"feature-title\"\u003eSmooth Rotating Gameplay\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eThe multi-directional cube structure moves smoothly as you turn and rotate it, creating a more dynamic and engaging puzzle experience.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eMulti-Axis Rotation\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSmooth Mechanical Feel\u003c\/span\u003e \u003cspan class=\"tag\"\u003eUnimpeded Flow\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Interactive Steps --\u003e\n\n\u003csection class=\"how-to-play-section\"\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center;\"\u003eHow To Play?\u003c\/h2\u003e\n\n\u003cdiv class=\"steps-grid\"\u003e\n\u003cdiv class=\"step-card\"\u003e\n\u003cspan class=\"step-num\"\u003e1\u003c\/span\u003e\n\n\u003cp class=\"feature-desc\"\u003eSlide the ball bearing from the starting point.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cspan class=\"step-num\"\u003e2\u003c\/span\u003e\n\n\u003cp class=\"feature-desc\"\u003eRotate the cube sections to move the ball through the maze paths.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cspan class=\"step-num\"\u003e3\u003c\/span\u003e\n\n\u003cp class=\"feature-desc\"\u003eObserve the rotation of the route and adjust your hand movements.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cspan class=\"step-num\"\u003e4\u003c\/span\u003e\n\n\u003cp class=\"feature-desc\"\u003eEnsure the ball reaches the end smoothly to finish the challenge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"margin-top: 24px; text-align: center;\"\u003e\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910165515\/a70b3c06245c445998781aebb162e841.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"compare-section\"\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center; margin-bottom: 24px;\"\u003eWhy Choose Ours?\u003c\/h2\u003e\n\n\u003cdiv style=\"margin-bottom: 24px;\"\u003e\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910165515\/3ba76706495de7c89fbc61440c3d96b4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"scenario-section\"\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center;\"\u003eThe Perfect Thinking Gift\u003c\/h2\u003e\n\n\u003cdiv class=\"scenario-grid\"\u003e\n\u003cdiv class=\"scenario-card\"\u003e\n\u003cdiv class=\"scenario-card-title\"\u003eA Special Holiday Surprise\u003c\/div\u003e\n\n\u003cp class=\"feature-desc\"\u003eAn engaging and modern gift choice that brings instant fun and intellectual engagement.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-card\"\u003e\n\u003cdiv class=\"scenario-card-title\"\u003eFun for Parent-Child Bonding\u003c\/div\u003e\n\n\u003cp class=\"feature-desc\"\u003eCreate shared memories by guiding the steel ball through complex rotating tracks together.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-card\"\u003e\n\u003cdiv class=\"scenario-card-title\"\u003eFriends in Play Race\u003c\/div\u003e\n\n\u003cp class=\"feature-desc\"\u003eEnjoy solo gameplay or challenge friends to a speed race to see who reaches the end first.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-card\"\u003e\n\u003cdiv class=\"scenario-card-title\"\u003eA Friendly Brain Challenge\u003c\/div\u003e\n\n\u003cp class=\"feature-desc\"\u003ePerfect for quick mental breaks, enhancing spatial cognition, and relieving anxiety on the go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"margin-top: 24px;\"\u003e\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910165449\/9994ae58d5d77c5fdec1f689b32b4d15.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Colors Available\"\u003e\u003cspan class=\"spec-value\"\u003eBlue, Orange, Yellow\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Pack Count Options\"\u003e\u003cspan class=\"spec-value\"\u003e1-Pack, 2-Pack, 3-Pack\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Structure Design\"\u003e\u003cspan class=\"spec-value\"\u003e3D Rotating Multi-Layer Cube with Internal 3D Tracks\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Safety Features\"\u003e\u003cspan class=\"spec-value\"\u003eFully Enclosed Rounded Outer Casing (Secure Steel Ball)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Age Recommendation\"\u003e\u003cspan class=\"spec-value\"\u003e6 Years and Up\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Is the steel ball secure inside the maze?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The steel ball is fully enclosed inside the transparent round-cornered protective outer capsule. It cannot fall out, making it completely safe and preventing lost parts.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How does the rotating mechanism work?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe puzzle cube features smooth multi-axis horizontal and vertical rotating layers. By turning these layers, you actively change the pathways of the internal 3D maze to guide the ball.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Can multiple people play with this cube?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsolutely! While it is ideal for immersive solo brain training, it is also perfect for timing challenge races with friends or interactive parent-child play.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Snapfoli","offers":[{"title":"Blue \/ 1-Pack","offer_id":50322419745125,"sku":"17319953677872992","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 1-Pack","offer_id":50322419777893,"sku":"17319953677871731","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 1-Pack","offer_id":50322419810661,"sku":"17319953677871732","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 2-Pack","offer_id":50322419843429,"sku":"17319953677873388","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 2-Pack","offer_id":50322419876197,"sku":"17319953677875503","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 2-Pack","offer_id":50322419908965,"sku":"17319953677873040","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 3-Pack","offer_id":50322419941733,"sku":"17319953677870901","price":36.95,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 3-Pack","offer_id":50322419974501,"sku":"17319953677876436","price":36.95,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 3-Pack","offer_id":50322420007269,"sku":"17319953677871898","price":36.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0862\/9017\/0213\/files\/c2dd17b4a55df6291346c5c8d0a77079_b2b83b55-2789-4d62-914c-9ce3751ecb4e.jpg?v=1789031860","url":"https:\/\/snapfoli.com\/products\/braintrack-maze-cube-apl","provider":"Snapfoli","version":"1.0","type":"link"}