{"product_id":"rainbow-natural-wood-pebbles","title":"Rainbow Natural Wood Pebbles","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #9e7a57;\n      --primary-hover: #7d5e41;\n      --text-main: #2d2a26;\n      --text-sub: #5c564f;\n      --bg-body: #fbfaf7;\n      --bg-card: #ffffff;\n      --bg-soft: #f5f2eb;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.02);\n      --shadow-lg: 0 10px 20px rgba(0,0,0,0.04);\n      --border-color: #e5dec9;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px 5%;\n      background-color: var(--bg-body);\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\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 Locks - Guaranteed Fixed Sizes *\/\n    .product-detail-container h1,\n    .product-detail-container .main-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .body-text,\n    .product-detail-container .faq-answer {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      color: var(--text-sub);\n    }\n\n    \/* Natural Image Styling *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Decorative Non-Clickable Badges *\/\n    .product-detail-container .badge-pill {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      margin-bottom: 16px;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    \/* Image Placeholder System *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      padding: 20px;\n      color: var(--text-sub);\n      font-weight: 500;\n      margin-bottom: 24px;\n    }\n\n    \/* Hero Layout *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    \/* Features Grid *\/\n    .product-detail-container .features-wrapper {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .feature-item {\n      display: flex;\n      gap: 40px;\n      align-items: center;\n    }\n\n    .product-detail-container .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .product-detail-container .feature-media {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .product-detail-container .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .tag-pill {\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 4px 12px;\n      border-radius: 4px;\n      font-weight: 500;\n    }\n\n    \/* Specifications Section *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border: 1px solid var(--border-color);\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px 8px;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-label {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 30%;\n    }\n\n    .product-detail-container .spec-value {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Styling *\/\n    .product-detail-container .faq-section {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 24px;\n    }\n\n    .product-detail-container .faq-question {\n      display: flex;\n      gap: 8px;\n      align-items: center;\n      margin-bottom: 8px;\n    }\n\n    \/* Mobile Safety Rules - Locking layout properties *\/\n    @media (max-width: 767px) {\n      .product-detail-container .feature-item,\n      .product-detail-container .feature-item:nth-child(even) {\n        flex-direction: column !important; \/* Image First -\u003e Text Second *\/\n      }\n\n      .product-detail-container .feature-media {\n        width: 100%;\n      }\n\n      .product-detail-container .feature-copy {\n        width: 100%;\n      }\n\n      \/* Specifications Responsive Mobile Grid *\/\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 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      }\n\n      .product-detail-container .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        color: var(--text-main);\n      }\n\n      .product-detail-container .spec-label {\n        display: none; \/* Hide desktop column *\/\n      }\n\n      .product-detail-container .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    \/* Extra safety wrap for ultra-narrow screens *\/\n    @media (max-width: 420px) {\n      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Block --\u003e\n\u003csection class=\"hero-section\"\u003e\u003cspan class=\"badge-pill\"\u003eNatural Wood Play\u003c\/span\u003e\n\u003ch1 class=\"main-title\"\u003eExtra-Large \u0026amp; Safe Montessori Stacking Rocks for Toddlers 1-3\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eA premium sensory wooden set thoughtfully designed for small hands to develop motor skills, cognitive balance, and creative confidence safely. Available in 6, 12, and 20-piece sets.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img72\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910164254\/06e72f5eeee06a241d6a898d14927ccd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-wrapper\"\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=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910164254\/ccfe989a228f3adb7b886762164e56ab.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=\"section-title\"\u003eGrows with Your Child at Every Learning Stage\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eThese natural stones support child development across multiple ages. Toddlers learn core balance and hand-eye coordination, older children explore focus and teamwork, while adults can use them for sensory stress relief and mindfulness.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag-pill\"\u003eMotor Skills\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eTeamwork Play\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eAll-Age Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Safety first --\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=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910164254\/65db36a2dc446c1f1973a3d4a5f5795a.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=\"section-title\"\u003eHandcrafted Solid Wood with Safe Water-Based Paint\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eCrafted entirely from natural solid wood, each stone is meticulously polished and sanded to offer smooth edges that are gentle on small hands. The non-toxic, odorless water-based paint keeps playtime clean, bright, and completely worry-free.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag-pill\"\u003eBPA-Free\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eOdorless Finish\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eSmooth Polished Wood\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Creative Open-Ended Play --\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=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910164254\/07d4d6125a0bde7b191dcd6f13dc6b6e.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=\"section-title\"\u003eOpen-Ended DIY Stacking with No Pins or Pegs\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eUnleash your child's innate creativity with endless design possibilities. Build traditional vertical rock towers, test gravity with horizontal balancing bridges, or lay the colorful rocks flat to construct beautiful butterflies, spirals, and shapes.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag-pill\"\u003e6, 12 \u0026amp; 20 Piece Sets\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eRainbow Color Palette\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eFlat \u0026amp; Vertical Building\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table Section --\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 class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003ePremium Solid Wood\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eSet Options\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Set Options\"\u003e\u003cspan class=\"spec-value\"\u003e6 Pieces (Starter Set) \/ 12 Pieces (Rainbow Set) \/ 20 Pieces (Pastel Rainbow)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eRecommended Age\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Recommended Age\"\u003e\u003cspan class=\"spec-value\"\u003e1 to 3 Years Old (and preschoolers)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eFinish Coating\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Finish Coating\"\u003e\u003cspan class=\"spec-value\"\u003eEco-friendly water-based paint, non-toxic, and odorless\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eShape Design\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Shape Design\"\u003e\u003cspan class=\"spec-value\"\u003eIrregular flat pebble shapes with rounded, smooth edges\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\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🎨 What kind of paint is used on these wooden stones?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eWe use high-quality, eco-friendly water-based paint. It is entirely non-toxic, BPA-free, odorless, and resistant to fading, ensuring it is thoroughly safe for toddlers' skin-to-object contact.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e👶 Are these blocks safe for toddlers who put objects in their mouth?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The set features extra-large, jumbo-sized pebble blocks designed to prevent swallowing hazards. Every single piece is carefully sanded down to avoid sharp points or splinters, protecting sensitive little hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🧩 Do the blocks click or stick together with magnets?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, this is a traditional Montessori open-ended toy. There are no magnets, pegs, snaps, or card slots. Stacking relies entirely on gravity, friction, and the flat double-convex faces of the wood, which is perfect for developing patience and balance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"6 Pieces (Starter Set)","offer_id":49113460769017,"sku":"20260920-162524-0008","price":12.95,"currency_code":"USD","in_stock":true},{"title":"12 Pieces (Rainbow Set)","offer_id":49113460801785,"sku":"20260920-162524-3755","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Pastel Rainbow (20 Pieces)","offer_id":49113460834553,"sku":"20260920-162524-6539","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/6796\/0057\/files\/06e72f5eeee06a241d6a898d14927ccd.jpg?v=1789892824","url":"https:\/\/funluluu.com\/products\/rainbow-natural-wood-pebbles","provider":"Funluluu","version":"1.0","type":"link"}