{"product_id":"rainbow-balance-board-for-kids-wobble-board-for-active-play","title":"Rainbow Balance Board for Kids – Wobble Board for Active Play","description":"\u003cstyle\u003e\n  .osp-rainbow-balance-page {\n    --orange: #f16522;\n    --orange-dark: #c94d10;\n    --navy: #17324a;\n    --blue: #0b6fa4;\n    --purple: #7c3aed;\n    --pink: #db2777;\n    --green: #15803d;\n    --yellow: #ca8a04;\n    --text: #374151;\n    --muted: #667085;\n    --cream: #fff8f3;\n    --light: #f8fafc;\n    --blue-light: #eff8ff;\n    --border: #e2e8f0;\n    --white: #ffffff;\n\n    max-width: 120rem;\n    margin: 0 auto;\n    padding: 2.4rem 2.4rem 7.2rem;\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 1.8rem;\n    line-height: 1.75;\n  }\n\n  .osp-rainbow-balance-page * {\n    box-sizing: border-box;\n  }\n\n  .osp-rainbow-balance-page h2,\n  .osp-rainbow-balance-page h3 {\n    margin-top: 0;\n    color: var(--navy);\n    line-height: 1.2;\n  }\n\n  .osp-rainbow-balance-page h2 {\n    margin-bottom: 1.8rem;\n    font-size: clamp(2.8rem, 4vw, 4.4rem);\n    letter-spacing: -0.025em;\n  }\n\n  .osp-rainbow-balance-page h3 {\n    margin-bottom: 1rem;\n    font-size: clamp(2rem, 2vw, 2.5rem);\n  }\n\n  .osp-rainbow-balance-page p {\n    margin: 0 0 1.8rem;\n  }\n\n  .osp-rainbow-balance-page ul {\n    margin: 0 0 2rem;\n    padding-left: 2.4rem;\n  }\n\n  .osp-rainbow-balance-page li {\n    margin-bottom: 1rem;\n  }\n\n  .osp-rainbow-balance-page a {\n    color: var(--blue);\n    font-weight: 700;\n    text-decoration-thickness: 2px;\n    text-underline-offset: 3px;\n  }\n\n  .osp-rainbow-balance-page a:hover {\n    color: var(--orange-dark);\n  }\n\n  .osp-rainbow-hero {\n    position: relative;\n    overflow: hidden;\n    padding: clamp(4.4rem, 7vw, 8rem);\n    border-radius: 2.8rem;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(255, 255, 255, 0.24),\n        transparent 34%\n      ),\n      linear-gradient(\n        135deg,\n        #17324a 0%,\n        #24516f 45%,\n        #7c3aed 100%\n      );\n    color: var(--white);\n    box-shadow: 0 2.2rem 5.5rem rgba(15, 23, 42, 0.15);\n  }\n\n  .osp-rainbow-hero::after {\n    content: \"\";\n    position: absolute;\n    right: -8rem;\n    bottom: -12rem;\n    width: 35rem;\n    height: 35rem;\n    border: 4.8rem solid rgba(255, 255, 255, 0.09);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .osp-rainbow-eyebrow {\n    position: relative;\n    z-index: 2;\n    display: inline-block;\n    margin-bottom: 1.5rem;\n    padding: 0.8rem 1.6rem;\n    border: 1px solid rgba(255, 255, 255, 0.7);\n    border-radius: 999px;\n    background: rgba(0, 0, 0, 0.14);\n    color: #ffffff !important;\n    font-size: 1.3rem;\n    font-weight: 800;\n    line-height: 1.2;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .osp-rainbow-hero h2,\n  .osp-rainbow-hero p {\n    position: relative;\n    z-index: 2;\n    max-width: 92rem;\n    color: #ffffff !important;\n    -webkit-text-fill-color: #ffffff !important;\n  }\n\n  .osp-rainbow-hero h2 {\n    margin: 0 0 2rem;\n    font-size: clamp(3.8rem, 5vw, 6.4rem);\n    font-weight: 900;\n    line-height: 1.06;\n    letter-spacing: -0.04em;\n    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);\n  }\n\n  .osp-rainbow-hero p {\n    margin-bottom: 0;\n    font-size: clamp(1.8rem, 2.2vw, 2.25rem);\n    font-weight: 600;\n    line-height: 1.58;\n  }\n\n  .osp-rainbow-summary {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 1.8rem;\n    margin-top: 2.8rem;\n  }\n\n  .osp-rainbow-summary-card {\n    padding: 2.6rem;\n    border: 1px solid var(--border);\n    border-radius: 2rem;\n    background: var(--white);\n    box-shadow: 0 1rem 2.8rem rgba(15, 23, 42, 0.06);\n  }\n\n  .osp-rainbow-summary-card strong {\n    display: block;\n    margin-bottom: 0.7rem;\n    color: var(--orange-dark);\n    font-size: 1.9rem;\n  }\n\n  .osp-rainbow-summary-card p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 1.65rem;\n    line-height: 1.65;\n  }\n\n  .osp-rainbow-section {\n    margin-top: 6.4rem;\n  }\n\n  .osp-rainbow-intro {\n    max-width: 96rem;\n    color: var(--muted);\n    font-size: 1.8rem;\n  }\n\n  .osp-rainbow-highlight {\n    margin-top: 2.8rem;\n    padding: 2.8rem 3rem;\n    border-left: 0.6rem solid var(--orange);\n    border-radius: 1.8rem;\n    background: var(--cream);\n  }\n\n  .osp-rainbow-highlight p:last-child {\n    margin-bottom: 0;\n  }\n\n  .osp-rainbow-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 1.8rem;\n    margin-top: 2.6rem;\n  }\n\n  .osp-rainbow-benefit-card {\n    padding: 2.5rem;\n    border: 1px solid var(--border);\n    border-radius: 2rem;\n    background: var(--light);\n  }\n\n  .osp-rainbow-benefit-card h3 {\n    color: var(--orange-dark);\n  }\n\n  .osp-rainbow-benefit-card p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 1.65rem;\n    line-height: 1.65;\n  }\n\n  .osp-rainbow-play-list {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 1.2rem;\n    margin-top: 2.6rem;\n    padding: 0;\n    list-style: none;\n  }\n\n  .osp-rainbow-play-list li {\n    position: relative;\n    margin: 0;\n    padding: 1.5rem 1.6rem 1.5rem 4.2rem;\n    border: 1px solid var(--border);\n    border-radius: 1.4rem;\n    background: var(--white);\n  }\n\n  .osp-rainbow-play-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 1.6rem;\n    color: var(--orange-dark);\n    font-weight: 900;\n  }\n\n  .osp-rainbow-color-box {\n    position: relative;\n    overflow: hidden;\n    margin-top: 2.6rem;\n    padding: 3.2rem;\n    border-radius: 2.4rem;\n    background:\n      radial-gradient(circle at 90% 10%, rgba(255,255,255,0.32), transparent 22%),\n      linear-gradient(\n        120deg,\n        #dc2626 0%,\n        #f97316 18%,\n        #eab308 35%,\n        #22c55e 52%,\n        #0ea5e9 70%,\n        #7c3aed 86%,\n        #db2777 100%\n      );\n    color: #ffffff;\n    min-height: 20rem;\n  }\n\n  .osp-rainbow-color-box h3,\n  .osp-rainbow-color-box p {\n    position: relative;\n    z-index: 2;\n    max-width: 75rem;\n    color: #ffffff !important;\n    -webkit-text-fill-color: #ffffff !important;\n    text-shadow: 0 2px 8px rgba(0,0,0,0.3);\n  }\n\n  .osp-rainbow-color-box p {\n    margin-bottom: 0;\n    font-weight: 600;\n  }\n\n  .osp-rainbow-spec-wrap {\n    overflow-x: auto;\n    margin-top: 2.6rem;\n    border: 1px solid var(--border);\n    border-radius: 2rem;\n    background: var(--white);\n    box-shadow: 0 0.9rem 2.6rem rgba(15, 23, 42, 0.05);\n  }\n\n  .osp-rainbow-spec-table {\n    width: 100%;\n    min-width: 68rem;\n    border-collapse: collapse;\n  }\n\n  .osp-rainbow-spec-table th,\n  .osp-rainbow-spec-table td {\n    padding: 1.7rem 1.8rem;\n    border-bottom: 1px solid var(--border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .osp-rainbow-spec-table th {\n    width: 34%;\n    background: var(--navy);\n    color: #ffffff;\n    font-size: 1.6rem;\n  }\n\n  .osp-rainbow-spec-table tr:last-child th,\n  .osp-rainbow-spec-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .osp-rainbow-spec-table tr:nth-child(even) td {\n    background: var(--light);\n  }\n\n  .osp-rainbow-setting-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 1.8rem;\n    margin-top: 2.6rem;\n  }\n\n  .osp-rainbow-setting-card {\n    padding: 2.7rem;\n    border: 1px solid var(--border);\n    border-radius: 2rem;\n    background: var(--white);\n    box-shadow: 0 0.7rem 2rem rgba(15, 23, 42, 0.05);\n  }\n\n  .osp-rainbow-setting-card h3 {\n    color: var(--orange-dark);\n  }\n\n  .osp-rainbow-setting-card p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 1.65rem;\n    line-height: 1.65;\n  }\n\n  .osp-rainbow-care-box {\n    display: grid;\n    grid-template-columns: 1.1fr 0.9fr;\n    gap: 3rem;\n    align-items: start;\n    padding: clamp(3rem, 5vw, 4.8rem);\n    border: 1px solid #fed7bd;\n    border-radius: 2.6rem;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(241, 101, 34, 0.13),\n        transparent 35%\n      ),\n      var(--cream);\n  }\n\n  .osp-rainbow-care-card {\n    padding: 2.8rem;\n    border-radius: 2.1rem;\n    background: var(--white);\n    box-shadow: 0 1.2rem 3rem rgba(15, 23, 42, 0.08);\n  }\n\n  .osp-rainbow-care-card h3 {\n    color: var(--orange-dark);\n  }\n\n  .osp-rainbow-care-card p:last-child,\n  .osp-rainbow-care-card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .osp-rainbow-faq {\n    margin-top: 2.6rem;\n  }\n\n  .osp-rainbow-faq details {\n    margin-bottom: 1.4rem;\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 1.6rem;\n    background: var(--white);\n    box-shadow: 0 0.5rem 1.8rem rgba(15, 23, 42, 0.04);\n  }\n\n  .osp-rainbow-faq summary {\n    position: relative;\n    padding: 2.1rem 5.4rem 2.1rem 2.2rem;\n    color: var(--navy);\n    font-size: 1.8rem;\n    font-weight: 800;\n    line-height: 1.4;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .osp-rainbow-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .osp-rainbow-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 2.2rem;\n    transform: translateY(-50%);\n    color: var(--orange);\n    font-size: 2.4rem;\n    font-weight: 900;\n  }\n\n  .osp-rainbow-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .osp-rainbow-faq-answer {\n    padding: 0 2.2rem 2.2rem;\n  }\n\n  .osp-rainbow-faq-answer p:last-child {\n    margin-bottom: 0;\n  }\n\n  .osp-rainbow-related-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 1.8rem;\n    margin-top: 2.6rem;\n  }\n\n  .osp-rainbow-related-card {\n    display: block;\n    padding: 2.5rem;\n    border: 1px solid var(--border);\n    border-radius: 2rem;\n    background: var(--light);\n    color: var(--navy) !important;\n    text-decoration: none !important;\n    transition:\n      transform 0.2s ease,\n      box-shadow 0.2s ease;\n  }\n\n  .osp-rainbow-related-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 1.2rem 2.8rem rgba(15, 23, 42, 0.1);\n  }\n\n  .osp-rainbow-related-card strong {\n    display: block;\n    margin-bottom: 0.7rem;\n    color: var(--orange-dark);\n    font-size: 1.85rem;\n  }\n\n  .osp-rainbow-related-card span {\n    display: block;\n    color: var(--muted);\n    font-size: 1.55rem;\n    font-weight: 400;\n    line-height: 1.6;\n  }\n\n  .osp-rainbow-final {\n    margin-top: 6.4rem;\n    padding: clamp(3.6rem, 6vw, 5.8rem);\n    border-radius: 2.8rem;\n    background: linear-gradient(135deg, #d9470d 0%, #f16522 100%);\n    color: #ffffff;\n    text-align: center;\n  }\n\n  .osp-rainbow-final h2,\n  .osp-rainbow-final p {\n    color: #ffffff !important;\n    -webkit-text-fill-color: #ffffff !important;\n  }\n\n  .osp-rainbow-final p {\n    max-width: 78rem;\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  .osp-rainbow-final strong {\n    color: #ffffff;\n  }\n\n  @media screen and (max-width: 980px) {\n    .osp-rainbow-summary,\n    .osp-rainbow-benefit-grid,\n    .osp-rainbow-related-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .osp-rainbow-play-list {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .osp-rainbow-setting-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .osp-rainbow-care-box {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media screen and (max-width: 700px) {\n    .osp-rainbow-balance-page {\n      padding-right: 1.4rem;\n      padding-left: 1.4rem;\n      font-size: 1.65rem;\n    }\n\n    .osp-rainbow-hero {\n      padding: 3.8rem 2.4rem 5rem;\n      border-radius: 2.2rem;\n    }\n\n    .osp-rainbow-hero h2 {\n      font-size: 3.6rem;\n    }\n\n    .osp-rainbow-hero p {\n      font-size: 1.75rem;\n    }\n\n    .osp-rainbow-eyebrow {\n      font-size: 1.15rem;\n    }\n\n    .osp-rainbow-summary,\n    .osp-rainbow-benefit-grid,\n    .osp-rainbow-play-list,\n    .osp-rainbow-related-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .osp-rainbow-section {\n      margin-top: 4.8rem;\n    }\n\n    .osp-rainbow-faq summary {\n      font-size: 1.7rem;\n    }\n  }\n\u003c\/style\u003e\n\u003carticle class=\"osp-rainbow-balance-page\"\u003e\n\u003csection class=\"osp-rainbow-hero\"\u003e\u003cspan class=\"osp-rainbow-eyebrow\"\u003e Balance • Movement • Active Play \u003c\/span\u003e\n\u003ch2\u003eRainbow Balance Board – Kids Wobble Board for Active Indoor Play\u003c\/h2\u003e\n\u003cp\u003eTurn balancing into colorful active play with the Okie Soft Play Rainbow Balance Board. Its compact round design creates a gently unstable surface that encourages children to shift their weight, find their balance and explore movement through screen-free play.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"osp-rainbow-summary\"\u003e\n\u003carticle class=\"osp-rainbow-summary-card\"\u003e\u003cstrong\u003eColorful Rainbow Design\u003c\/strong\u003e\n\u003cp\u003eBright rainbow colors make the balance board a fun addition to playrooms, classrooms and soft play setups.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-rainbow-summary-card\"\u003e\u003cstrong\u003e13.8-Inch Diameter\u003c\/strong\u003e\n\u003cp\u003eThe approximately 35 cm round platform provides a compact surface for supervised balance activities.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-rainbow-summary-card\"\u003e\u003cstrong\u003eSupports Active Play\u003c\/strong\u003e\n\u003cp\u003eChildren can practice shifting their weight, body positioning and controlled movement.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-rainbow-summary-card\"\u003e\u003cstrong\u003eLightweight \u0026amp; Portable\u003c\/strong\u003e\n\u003cp\u003eAt approximately 9 oz, the board is easy for adults to move between play areas or activity stations.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003csection class=\"osp-rainbow-section\"\u003e\n\u003ch2\u003eA Fun New Way to Practice Balance\u003c\/h2\u003e\n\u003cdiv class=\"osp-rainbow-intro\"\u003e\n\u003cp\u003eThe Okie Soft Play Rainbow Balance Board gives children a simple and engaging way to explore movement. Instead of sitting still, children interact with the board by adjusting their feet and body position as the platform gently tilts beneath them.\u003c\/p\u003e\n\u003cp\u003eThe rounded base allows the board to move in multiple directions, creating a playful balance challenge that can be incorporated into active play, obstacle courses and supervised movement activities.\u003c\/p\u003e\n\u003cp\u003eIts bright rainbow surface also makes it easy to incorporate into colorful playrooms, preschool activity stations, birthday parties and soft play rental packages.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osp-rainbow-highlight\"\u003e\n\u003cp\u003e\u003cstrong\u003eSimple equipment, lots of possibilities:\u003c\/strong\u003e Use the Rainbow Balance Board by itself or combine it with stepping stones, tunnels, hoppers and other soft play equipment to create a larger movement course.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-rainbow-section\"\u003e\n\u003ch2\u003eWhat Is a Kids Balance Board?\u003c\/h2\u003e\n\u003cp\u003eA balance board is a platform designed to move slightly when weight is placed on it. Children stand on the board and adjust their body position to respond to the changing angle underneath their feet.\u003c\/p\u003e\n\u003cp\u003eUnlike battery-powered toys, a balance board responds entirely to the child's own movement. Small changes in weight distribution cause the platform to tilt, encouraging controlled movement and active participation.\u003c\/p\u003e\n\u003cp\u003eThe Okie Soft Play version uses a compact circular shape that makes it easy to include in supervised indoor play environments.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-rainbow-section\"\u003e\n\u003ch2\u003eActive Play With a Purpose\u003c\/h2\u003e\n\u003cp\u003eBalance activities can give children a fun reason to move while challenging them to control their body position.\u003c\/p\u003e\n\u003cdiv class=\"osp-rainbow-benefit-grid\"\u003e\n\u003carticle class=\"osp-rainbow-benefit-card\"\u003e\n\u003ch3\u003eBalance\u003c\/h3\u003e\n\u003cp\u003eChildren adjust their position as the board gently tilts beneath their feet.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-rainbow-benefit-card\"\u003e\n\u003ch3\u003eCoordination\u003c\/h3\u003e\n\u003cp\u003eStanding and shifting weight combines leg movement with whole-body positioning.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-rainbow-benefit-card\"\u003e\n\u003ch3\u003eBody Awareness\u003c\/h3\u003e\n\u003cp\u003eMovement on the board gives children immediate feedback as they lean and reposition themselves.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-rainbow-benefit-card\"\u003e\n\u003ch3\u003eActive Play\u003c\/h3\u003e\n\u003cp\u003eA simple balance challenge provides an alternative to sedentary and screen-based activities.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-rainbow-section\"\u003e\n\u003ch2\u003eWays to Play With the Rainbow Balance Board\u003c\/h2\u003e\n\u003cp\u003eThe compact wobble board can be incorporated into many supervised movement activities.\u003c\/p\u003e\n\u003cul class=\"osp-rainbow-play-list\"\u003e\n\u003cli\u003eStanding balance practice\u003c\/li\u003e\n\u003cli\u003eToddler obstacle courses\u003c\/li\u003e\n\u003cli\u003eMovement stations\u003c\/li\u003e\n\u003cli\u003eIndoor active play\u003c\/li\u003e\n\u003cli\u003ePreschool activities\u003c\/li\u003e\n\u003cli\u003eSoft play setups\u003c\/li\u003e\n\u003cli\u003eBirthday party activities\u003c\/li\u003e\n\u003cli\u003eBalance challenges\u003c\/li\u003e\n\u003cli\u003eStepping courses\u003c\/li\u003e\n\u003cli\u003eDaycare play areas\u003c\/li\u003e\n\u003cli\u003eParent-child activities\u003c\/li\u003e\n\u003cli\u003eScreen-free playtime\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eAlways place the balance board on a clear, level surface with adequate space around the child and provide active adult supervision.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-rainbow-section\"\u003e\n\u003ch2\u003eBright Rainbow Design\u003c\/h2\u003e\n\u003cp\u003eThe Rainbow Balance Board combines active play with a colorful appearance that stands out in both home and commercial play environments.\u003c\/p\u003e\n\u003cdiv class=\"osp-rainbow-color-box\"\u003e\n\u003ch3\u003eRainbow Balance Board\u003c\/h3\u003e\n\u003cp\u003eA cheerful multicolor design brings bright reds, oranges, yellows, greens, blues and purples together in one playful balance platform.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-rainbow-section\"\u003e\n\u003ch2\u003eRainbow Balance Board Product Specifications\u003c\/h2\u003e\n\u003cdiv class=\"osp-rainbow-spec-wrap\"\u003e\n\u003ctable class=\"osp-rainbow-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eOkie Soft Play Rainbow Balance Board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eRound children's balance board \/ wobble board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eRainbow\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDiameter\u003c\/th\u003e\n\u003ctd\u003eApproximately 35 cm \/ 13.8 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003ctd\u003eApproximately 8.5 cm \/ 3.35 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Weight\u003c\/th\u003e\n\u003ctd\u003eApproximately 255 g \/ 9 oz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaximum Stated Load\u003c\/th\u003e\n\u003ctd\u003eApproximately 198 lb \/ 90 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Age\u003c\/th\u003e\n\u003ctd\u003e3–6 years according to manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse\u003c\/th\u003e\n\u003ctd\u003eSupervised balance and active-play activities\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Environment\u003c\/th\u003e\n\u003ctd\u003eIndoor or supervised outdoor play on a suitable level surface\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCleaning\u003c\/th\u003e\n\u003ctd\u003eWipe clean with a soft damp cloth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 2.4rem;\"\u003eDimensions and weight are approximate. Product colors may vary slightly because of lighting, display settings and normal manufacturing variations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-rainbow-section\"\u003e\n\u003ch2\u003eWhere Can the Rainbow Balance Board Be Used?\u003c\/h2\u003e\n\u003cdiv class=\"osp-rainbow-setting-grid\"\u003e\n\u003carticle class=\"osp-rainbow-setting-card\"\u003e\n\u003ch3\u003eHome Playrooms\u003c\/h3\u003e\n\u003cp\u003eCreate a simple active-play station that children can enjoy without batteries, screens or electronic controls.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-rainbow-setting-card\"\u003e\n\u003ch3\u003eDaycares \u0026amp; Preschools\u003c\/h3\u003e\n\u003cp\u003eIncorporate balance practice into supervised classroom movement activities and rotating play stations.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-rainbow-setting-card\"\u003e\n\u003ch3\u003eSoft Play Rentals\u003c\/h3\u003e\n\u003cp\u003eAdd a colorful interactive element to toddler and children's soft play rental packages.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-rainbow-setting-card\"\u003e\n\u003ch3\u003eBirthday Parties\u003c\/h3\u003e\n\u003cp\u003eCreate a small balance challenge as part of an indoor party activity area or obstacle course.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-rainbow-setting-card\"\u003e\n\u003ch3\u003eMovement Courses\u003c\/h3\u003e\n\u003cp\u003eCombine balance boards with stepping stones, tunnels and other equipment to create changing movement challenges.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"osp-rainbow-setting-card\"\u003e\n\u003ch3\u003eSupervised Outdoor Play\u003c\/h3\u003e\n\u003cp\u003eUse on a clean, dry and appropriate surface away from pools, stairs, traffic and other hazards.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-rainbow-section\"\u003e\n\u003cdiv class=\"osp-rainbow-care-box\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eSimple Cleaning and Everyday Care\u003c\/h2\u003e\n\u003cp\u003eThe Rainbow Balance Board is easy to incorporate into busy play environments because its surface can be wiped down after normal use.\u003c\/p\u003e\n\u003cp\u003eRemove loose dirt first, then wipe the board with a soft damp cloth. When needed, use mild soap diluted with water.\u003c\/p\u003e\n\u003cp\u003eAllow the board to dry completely before storing it or returning it to the play area.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003caside class=\"osp-rainbow-care-card\"\u003e\n\u003ch3\u003eCare Recommendations\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUse a soft cloth or microfiber towel\u003c\/li\u003e\n\u003cli\u003eBegin with mild soap and water\u003c\/li\u003e\n\u003cli\u003eAvoid abrasive brushes or scouring pads\u003c\/li\u003e\n\u003cli\u003eAvoid harsh solvents or concentrated cleaners\u003c\/li\u003e\n\u003cli\u003eKeep away from open flames and excessive heat\u003c\/li\u003e\n\u003cli\u003eInspect regularly for cracks or damage\u003c\/li\u003e\n\u003cli\u003eStore indoors in a clean, dry area\u003c\/li\u003e\n\u003cli\u003eUse only on appropriate play surfaces\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/aside\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-rainbow-section\"\u003e\n\u003ch2\u003eCreate a Complete Movement Course\u003c\/h2\u003e\n\u003cp\u003eOne balance board can provide a quick movement challenge, but several different active-play products can turn a play area into a more complete obstacle course.\u003c\/p\u003e\n\u003cp\u003eChildren can move from stepping stones to a balance board, crawl through a tunnel, ride a hopper or continue through other supervised activity stations.\u003c\/p\u003e\n\u003cp\u003eChanging the sequence helps keep the play environment interesting without requiring electronics or complicated equipment.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-rainbow-section\"\u003e\n\u003ch2\u003eImportant Use and Supervision Information\u003c\/h2\u003e\n\u003cdiv class=\"osp-rainbow-highlight\"\u003e\n\u003cp\u003e\u003cstrong\u003eActive adult supervision is required.\u003c\/strong\u003e The Rainbow Balance Board is active-play equipment and should only be used in an appropriate play area away from stairs, pools, roads, elevated surfaces and other hazards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eUse on a clean, appropriate and level play surface.\u003c\/li\u003e\n\u003cli\u003eProvide adequate clearance around the child.\u003c\/li\u003e\n\u003cli\u003eKeep away from stairs, pools, traffic and elevated areas.\u003c\/li\u003e\n\u003cli\u003eDo not use near sharp objects, heat sources or open flames.\u003c\/li\u003e\n\u003cli\u003eInspect the board before each use.\u003c\/li\u003e\n\u003cli\u003eRemove the product from use if cracked or damaged.\u003c\/li\u003e\n\u003cli\u003eDo not use the board as a stool or elevated platform.\u003c\/li\u003e\n\u003cli\u003eDo not jump from furniture or other elevated objects onto the board.\u003c\/li\u003e\n\u003cli\u003eUse footwear appropriate for the play environment.\u003c\/li\u003e\n\u003cli\u003eAdults should determine whether the product is appropriate for each child.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-rainbow-section\"\u003e\n\u003ch2\u003eRainbow Balance Board Frequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"osp-rainbow-faq\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat is the Rainbow Balance Board?\u003c\/summary\u003e\n\u003cdiv class=\"osp-rainbow-faq-answer\"\u003e\n\u003cp\u003eIt is a compact round wobble board designed for supervised children's balance and movement activities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size is the balance board?\u003c\/summary\u003e\n\u003cdiv class=\"osp-rainbow-faq-answer\"\u003e\n\u003cp\u003eThe board measures approximately 35 cm, or 13.8 inches, in diameter and approximately 8.5 cm, or 3.35 inches, tall.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat age is it designed for?\u003c\/summary\u003e\n\u003cdiv class=\"osp-rainbow-faq-answer\"\u003e\n\u003cp\u003eThe manufacturer lists the balance board for children approximately 3–6 years old. Adults should determine whether the product is appropriate for each individual child.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the maximum stated weight capacity?\u003c\/summary\u003e\n\u003cdiv class=\"osp-rainbow-faq-answer\"\u003e\n\u003cp\u003eThe manufacturer states a maximum load of approximately 90 kg, which is about 198 lb.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the balance board be used indoors?\u003c\/summary\u003e\n\u003cdiv class=\"osp-rainbow-faq-answer\"\u003e\n\u003cp\u003eYes. It is well suited for supervised indoor use on an appropriate play surface with adequate clearance from furniture, stairs and other hazards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it be used outdoors?\u003c\/summary\u003e\n\u003cdiv class=\"osp-rainbow-faq-answer\"\u003e\n\u003cp\u003eIt may be used outdoors under active adult supervision on a clean, dry and suitable surface. Store the product indoors when not in use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the board require batteries?\u003c\/summary\u003e\n\u003cdiv class=\"osp-rainbow-faq-answer\"\u003e\n\u003cp\u003eNo. The balance board responds entirely to the child's movement and requires no batteries or electronic controls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean the balance board?\u003c\/summary\u003e\n\u003cdiv class=\"osp-rainbow-faq-answer\"\u003e\n\u003cp\u003eWipe the surface with a soft damp cloth. Mild soap and water may be used when needed. Allow the board to dry completely before storing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it be used at a daycare or preschool?\u003c\/summary\u003e\n\u003cdiv class=\"osp-rainbow-faq-answer\"\u003e\n\u003cp\u003eIt may be incorporated into an appropriately supervised play or movement area. Each facility should determine whether it is appropriate for its children, flooring and operating procedures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it in an obstacle course?\u003c\/summary\u003e\n\u003cdiv class=\"osp-rainbow-faq-answer\"\u003e\n\u003cp\u003eYes. The board can be combined with stepping stones and other age-appropriate play equipment to create supervised movement courses.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan children jump on the balance board?\u003c\/summary\u003e\n\u003cdiv class=\"osp-rainbow-faq-answer\"\u003e\n\u003cp\u003eChildren should use the board for controlled balancing and movement rather than unsafe jumping, especially from elevated surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should the board be stored?\u003c\/summary\u003e\n\u003cdiv class=\"osp-rainbow-faq-answer\"\u003e\n\u003cp\u003eStore it indoors in a clean, dry location away from excessive heat, direct sunlight and sharp objects.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-rainbow-section\"\u003e\n\u003ch2\u003eComplete Your Toddler Play Area\u003c\/h2\u003e\n\u003cp\u003ePair the Rainbow Balance Board with other Okie Soft Play products to build a colorful active-play environment.\u003c\/p\u003e\n\u003cdiv class=\"osp-rainbow-related-grid\"\u003e\n\u003ca class=\"osp-rainbow-related-card\" href=\"\/collections\/soft-play-equipment-for-toddlers\"\u003e \u003cstrong\u003eSoft Play Equipment\u003c\/strong\u003e \u003cspan\u003e Explore additional active-play equipment for toddler and children's play spaces. \u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"osp-rainbow-related-card\" href=\"\/collections\/soft-play-hopper-toys\"\u003e \u003cstrong\u003eBouncy Hopper Toys\u003c\/strong\u003e \u003cspan\u003e Add inflatable ride-on animals and dinosaurs to your active-play setup. \u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"osp-rainbow-related-card\" href=\"\/collections\/modular-baby-fence\"\u003e \u003cstrong\u003eModular Fence Panels\u003c\/strong\u003e \u003cspan\u003e Create a defined play area with connected modular fence panels and access gates. \u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"osp-rainbow-related-card\" href=\"\/pages\/soft-play-equipment-for-daycares\"\u003e \u003cstrong\u003eDaycare Equipment Guide\u003c\/strong\u003e \u003cspan\u003e Explore ideas for building engaging preschool and childcare play spaces. \u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"osp-rainbow-final\"\u003e\n\u003ch2\u003eAdd a Little Balance to Playtime\u003c\/h2\u003e\n\u003cp\u003eThe Okie Soft Play Rainbow Balance Board turns a simple movement challenge into colorful, screen-free active play.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e Step on, find your balance and let the next supervised adventure begin. \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/article\u003e","brand":"Okie Soft Play Store","offers":[{"title":"Rainbow","offer_id":52341788180768,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0842\/8414\/5952\/files\/Photoroom_20260911_154455.jpg?v=1789159543","url":"https:\/\/softplaystore.com\/products\/rainbow-balance-board-for-kids-wobble-board-for-active-play","provider":"Okie Soft Play Store","version":"1.0","type":"link"}