{"product_id":"self-laying-domino-toy-train","title":"Self-Laying Domino Toy Train","description":"\u003c!--\n  [AI Design Logic]\n  Product Type: Automatic Domino Laying Toy Train\n  Target Audience: Kids, Parents looking for hands-on interactive toys\n  Visual Style: Playful, child-friendly, modern, structured\n  Color Strategy: Primary is Ocean Teal (#125b7a), Accent is Coral Red (#ff4a4a), Soft Light Blue (#e2ebf0) for cards and backgrounds\n  Module Order: Hero Block -\u003e Safety Module -\u003e Core Features (STEM included) -\u003e How to Play -\u003e Magazine Loading Guide -\u003e Stack \u0026 Play Creativity -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_2, Feature1=detail_7, Feature2=detail_4, Steps=detail_3, Loading=detail_5, Creativity=detail_6\n  Specification Data Source: spec_1 (extracted package weight of 503g, colors, and items from image 8; no specification image placeholder is rendered)\n  --\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #125b7a;\n      --primary-hover: #0d465f;\n      --accent: #ff4a4a;\n      --text-main: #1c2b38;\n      --text-sub: #495a6a;\n      --bg-body: #ffffff;\n      --bg-card: #f9fbfd;\n      --bg-soft: #f1f6fa;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.04);\n      --shadow-lg: 0 10px 30px rgba(18,91,122,0.08);\n      --border-color: #e2ebf0;\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: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: clamp(28px, 4vw, 36px);\n      line-height: 1.3;\n      font-weight: 800;\n      color: var(--primary);\n      margin: 0 0 16px 0;\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 .faq-question {\n      font-size: 22px;\n      line-height: 1.4;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .step-desc,\n    .product-detail-container .spec-table td {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2.5rem, 6vw, 4.5rem);\n      padding-top: clamp(1rem, 2.5vw, 2rem);\n    }\n\n    \/* Trust Badge \/ Tag *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      justify-content: center;\n      margin-bottom: 20px;\n    }\n    .badge-tag {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      font-weight: 700;\n      padding: 8px 18px;\n      border-radius: 50px;\n      font-size: 16px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Image Rules *\/\n    .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 60px 20px;\n      text-align: center;\n      font-size: 18px;\n      color: var(--text-sub);\n      font-weight: 500;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 10px;\n      box-sizing: border-box;\n      min-height: 180px;\n      width: 100%;\n      overflow: hidden;\n    }\n    .image-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Intro \/ Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding: clamp(2rem, 5vw, 4rem) 0 0 0;\n    }\n    .hero-content {\n      max-width: 850px;\n      margin: 0 auto 32px auto;\n    }\n    .hero-media {\n      max-width: 100%;\n      margin: 0 auto;\n    }\n\n    \/* Safety Module (Dedicated) *\/\n    .safety-module {\n      background: linear-gradient(135deg, var(--primary) 0%, #1a7a99 100%);\n      border-radius: var(--radius-lg);\n      padding: 40px 30px;\n      color: #ffffff;\n      text-align: center;\n      box-shadow: var(--shadow-lg);\n    }\n    .safety-module .section-title {\n      color: #ffffff;\n      font-size: 26px;\n      margin-bottom: 24px;\n    }\n    .safety-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n      gap: 20px;\n    }\n    .safety-card {\n      background: rgba(255, 255, 255, 0.1);\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      border-radius: var(--radius-md);\n      padding: 24px;\n      backdrop-filter: blur(4px);\n    }\n    .safety-card h3 {\n      color: #ffffff;\n      font-size: 20px;\n      margin-bottom: 10px;\n    }\n    .safety-card p {\n      color: rgba(255, 255, 255, 0.9);\n      font-size: 16px;\n      margin: 0;\n    }\n\n    \/* Feature Sections *\/\n    .features-container {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: 40px;\n      background-color: var(--bg-card);\n      padding: 30px;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border-color);\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media {\n      flex: 1;\n      min-width: 280px;\n    }\n    .feature-copy {\n      flex: 1;\n      min-width: 280px;\n    }\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n    .feature-tag {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 14px;\n      border-radius: var(--radius-md);\n      font-weight: 600;\n      font-size: 15px;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Grid Layouts for Guides *\/\n    .grid-container {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 24px;\n      margin-top: 24px;\n    }\n    .grid-card {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n    .grid-card .step-number {\n      display: inline-block;\n      width: 36px;\n      height: 36px;\n      line-height: 36px;\n      text-align: center;\n      background-color: var(--primary);\n      color: #ffffff;\n      font-weight: 700;\n      border-radius: 50%;\n      margin-bottom: 16px;\n    }\n\n    \/* Specifications Block *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: 40px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n    .spec-table td {\n      padding: 16px 8px;\n      vertical-align: top;\n    }\n    .spec-table td:first-child {\n      font-weight: 700;\n      color: var(--primary);\n      width: 35%;\n    }\n\n    \/* FAQ Block *\/\n    .faq-section {\n      background-color: var(--bg-soft);\n      padding: 40px;\n      border-radius: var(--radius-lg);\n    }\n    .faq-item {\n      background-color: var(--bg-body);\n      border-radius: var(--radius-md);\n      padding: 24px;\n      margin-bottom: 16px;\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border-color);\n    }\n    .faq-item:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* Mobile Responsive Lock *\/\n    @media (max-width: 767px) {\n      .product-detail-container {\n        padding: 0 4%;\n      }\n      \n      .product-detail-container h1 {\n        font-size: 26px !important;\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 .faq-question {\n        font-size: 20px !important;\n      }\n\n      .product-detail-container p,\n      .product-detail-container li,\n      .product-detail-container .feature-desc,\n      .product-detail-container .faq-answer,\n      .product-detail-container .step-desc,\n      .product-detail-container .spec-table td {\n        font-size: 16px !important;\n      }\n\n      .safety-module {\n        padding: 30px 20px;\n      }\n\n      \/* Mobile Layout: Image First, Text Second *\/\n      .feature-item {\n        flex-direction: column !important;\n        padding: 20px;\n        gap: 20px;\n      }\n      .feature-media {\n        order: 1 !important;\n        width: 100%;\n      }\n      .feature-copy {\n        order: 2 !important;\n        width: 100%;\n      }\n\n      \/* Responsive Specifications Table *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\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        border-bottom: 1px solid var(--border-color);\n      }\n      .spec-table td:first-child {\n        width: 100%;\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        font-size: 16px;\n        font-weight: 700;\n        line-height: 1.5;\n        color: var(--primary);\n      }\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 16px;\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!-- Intro \/ Hero Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge-tag\"\u003eScreen-Free Play\u003c\/span\u003e \u003cspan class=\"badge-tag\"\u003eSTEM Educational\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eKeep Them Entertained For Hours Without Screens\u003c\/h1\u003e\n\n\u003cp\u003eGive yourself time for a coffee break! This battery-operated toy train automatically places domino tiles with perfect spacing as it rolls forward, capturing your child's full attention while keeping them away from iPads and smartphones.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img110\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260827105317\/f5baa88d874b8a7025221ff6f0f87522.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Dedicated Material \u0026 Safety Module --\u003e\n\n\u003csection class=\"safety-module\"\u003e\n\u003ch2 class=\"section-title\"\u003ePremium Material \u0026amp; Ultimate Safety\u003c\/h2\u003e\n\n\u003cdiv class=\"safety-grid\"\u003e\n\u003cdiv class=\"safety-card\"\u003e\n\u003ch3\u003e100% Non-Toxic ABS Plastic\u003c\/h3\u003e\n\n\u003cp\u003eCrafted from high-quality, durable, and completely safe ABS materials. Odorless and built to withstand energetic play.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"safety-card\"\u003e\n\u003ch3\u003eSafe For Little Hands\u003c\/h3\u003e\n\n\u003cp\u003eSmooth edges, no burrs. Every single domino and train component is meticulously polished to protect your child's delicate skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-container\"\u003e\u003c!-- Feature 1: STEM Educational --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img111\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260827105317\/b4480c02a9fceb62e8a0f67e7b442e32.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eMore Than A Toy: A STEM Learning Tool\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eDisguised as a fun train, this is a powerful educational tool. Building and arranging dominoes actively develops your child's spatial imagination, color recognition, hand-eye coordination, and deep focus.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eSpatial Imagination\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eColor Recognition\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eHand-Eye Coordination\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Adjustable Steering --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img112\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260827105318\/5b0098c4153306afa1fab816ed677031.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eAdjustable Steering \u0026amp; Automatic Laying\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eAs the train moves forward, it automatically releases and stands dominoes upright with a perfect 1.5 cm spacing. Easily change direction by rotating the red chimney knob to design straight lines, curves, and creative layouts.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e1.5 cm Spacing\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAdjustable Chimney Knob\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- How to Play Step Guide Block --\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center;\"\u003eSimple 4-Step Play Guide\u003c\/h2\u003e\n\n\u003cdiv style=\"margin-top: 24px;\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img113\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260827105318\/76c444aad4d2c664a84e2d495fc59978.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"section-title\"\u003e3 Ways to Load the Magazine\u003c\/h2\u003e\n\n\u003cp\u003eLoading the domino magazine is quick and simple. You can use any of these three manual loading styles based on preference:\u003c\/p\u003e\n\n\u003cdiv class=\"grid-container\"\u003e\n\u003cdiv class=\"grid-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003e1. Fast Alignment Grip\u003c\/h3\u003e\n\n\u003cp class=\"step-desc\"\u003eLine up 34 dominoes flat, press the open magazine rack directly onto them to grip, then flip over and fasten.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"grid-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003e2. Slide-In Guide\u003c\/h3\u003e\n\n\u003cp class=\"step-desc\"\u003eLay all 34 tiles flat, slide them into position, and slide the back rack tight to secure.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"grid-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003e3. Top-Drop Loading\u003c\/h3\u003e\n\n\u003cp class=\"step-desc\"\u003eHold the magazine rack upright and slide the dominoes vertically into the slot one by one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"margin-top: 24px;\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img114\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260827105317\/049c8a2203967da0fd615796d4e65767.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img115\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260827105319\/d980239bdaba09a563f8245f7277496d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eEndless Creative Formations\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eFoster coordination and imaginative design. Children can construct towers, pyramids, and circular paths by hand, or combine manually placed tiles with the automatic path made by the rolling train.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Block --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-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=\"Package Weight\"\u003e\u003cspan class=\"spec-value\"\u003eApprox. 503 g (17.7 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003e\u003cspan class=\"spec-value\"\u003e2 x AA batteries (not included)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003e100% Non-toxic ABS plastic (Smooth edges, burr-free)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Magazine Capacity\"\u003e\u003cspan class=\"spec-value\"\u003eHolds up to 34 domino tiles at once\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Included Items\"\u003e\u003cspan class=\"spec-value\"\u003e1 x Locomotive Train, 1 x Quick-Load Magazine, \u003cstrong\u003eChoice of 60 \/ 120 \/ 200 Dominoes\u003c\/strong\u003e (colors distributed randomly)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003e\u003cspan class=\"spec-value\"\u003eTeal Blue, Soft Pink\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 Block --\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-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: How do you change the direction of the domino train?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: You can easily adjust the train's route by rotating the red funnel-shaped chimney knob on top of the train. Rotating it turns the front steering wheels, enabling curves or straight tracks.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Are batteries included in the package?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: No, the train requires 2 x AA batteries to run, which are not included. Please prepare these separately before use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: How many dominoes fit inside the loader magazine?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: The pull-out tile magazine has a maximum loading capacity of 34 domino tiles. It can be reloaded quickly using any of the 3 assembly styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Ocean Blue \/ Standard Set (60 Dominoes)","offer_id":50542129742067,"sku":"0827-14409281","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Blossom Pink \/ Standard Set (60 Dominoes)","offer_id":50542129774835,"sku":"0827-14406323","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Ocean Blue \/ Mega Set (120 Dominoes) - Best Value!","offer_id":50542129807603,"sku":"0827-14400015","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Blossom Pink \/ Mega Set (120 Dominoes) - Best Value!","offer_id":50542129840371,"sku":"0827-14403975","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Ocean Blue \/ Ultimate Set (200 Dominoes) - Save 20%!","offer_id":50542129873139,"sku":"0827-14406995","price":39.95,"currency_code":"USD","in_stock":true},{"title":"Blossom Pink \/ Ultimate Set (200 Dominoes) - Save 20%!","offer_id":50542129905907,"sku":"0827-14405684","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/1937\/2019\/files\/f5baa88d874b8a7025221ff6f0f87522.jpg?v=1787813347","url":"https:\/\/ifurryhaven.com\/products\/self-laying-domino-toy-train","provider":"IFurryhaven","version":"1.0","type":"link"}