Children's Climbing Cube
.ccc{ --blue:#06A9F6; --blue-dark:#0480BA; --blue-soft:#EAF6FE; --yellow:#F7B33E; --yellow-soft:#FFF6E8; --green:#89C83C; --green-soft:#F1F9E8; --white:#FFFDFD; --ink:#16202A; --in k-soft:#5A6670; --line:rgba(22,32,42,0.14); --radius:22px; --shadow: 0 24px 48px -28px rgba(22,32,42,0.28); } .ccc *{box-sizing:border-box;} .ccc{margin:0; background:var(--white); color:var(--ink); font-family:'Montserrat', sans-serif; line-height:1.6;} .ccc h2, .ccc h3, .ccc h4{font-family:'Montserrat', sans-serif; font-weight:700; margin:0 0 0.4em 0; letter-spacing:-0.01em;} .ccc .mono{font-family:'Montserrat', sans-serif; font-weight:600; letter-spacing:0.04em; text-transform:uppercase; font-size:0.72rem;} .ccc a{color:inherit;} .ccc .wrap{max-width:1160px; margin:0 auto; padding:0 28px;} .ccc img, .ccc svg{display:block; max-width:100%;} .ccc a:focus-visible, .ccc button:focus-visible, .ccc summary:focus-visible{outline:3px solid var(--blue-dark); outline-offset:3px;} .ccc .photo-card{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--blue-soft);} .ccc .photo-card img{width:100%; display:block; object-fit:contain;} .ccc .promo{background:var(--ink); color:var(--white); text-align:center; font-weight:600; font-size:0.72rem; letter-spacing:0.06em; text-transform:uppercase; padding:9px 12px;} .ccc .intro{padding:56px 0 20px;} .ccc .intro h2{font-size:2rem; max-width:32ch;} .ccc .intro p{color:var(--ink-soft); font-size:1.08rem; max-width:62ch;} .ccc .badges{display:flex; flex-wrap:wrap; gap:10px; margin-top:20px;} .ccc .badge{background:var(--blue-soft); border:1px solid var(--line); border-radius:999px; padding:8px 16px; font-size:0.85rem; font-weight:700;} .ccc .glance{padding:0 0 40px;} .ccc .glance-table{width:100%; border-collapse:collapse; max-width:640px;} .ccc .glance-table td{padding:10px 14px; border-bottom:1px solid var(--line); font-size:0.92rem;} .ccc .glance-table td:first-child{font-weight:700; color:var(--ink-soft); width:45%;} .ccc .included{padding:48px 0 68px; background:var(--white);} .ccc .included-grid{display:grid; grid-template-columns:1.05fr 1fr; gap:56px; align-items:center;} .ccc .included h3{font-size:1.6rem;} .ccc .included-sub{color:var(--ink-soft); font-size:1.02rem; margin:12px 0 22px; max-width:46ch;} .ccc .included-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px;} .ccc .included-list li{display:flex; align-items:flex-start; gap:12px; font-size:1rem;} .ccc .included-list .ic{width:24px; height:24px; border-radius:50%; background:var(--blue-soft); color:var(--blue-dark); display:flex; align-items:center; justify-content:center; font-size:0.75rem; font-weight:800; flex:none; margin-top:2px;} .ccc .included-list strong{display:block;} .ccc .included-list span.desc{color:var(--ink-soft); font-size:0.92rem;} .ccc .story-block{padding:64px 0;} .ccc .story-block.bg-blue{background:var(--blue-soft);} .ccc .story-block.bg-yellow{background:var(--yellow-soft);} .ccc .story-block.bg-green{background:var(--green-soft);} .ccc .story-block.bg-white{background:var(--white);} .ccc .story-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;} .ccc .story-block.reverse .story-grid{direction:rtl;} .ccc .story-block.reverse .story-grid > *{direction:ltr;} .ccc .story-photo{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--white); position:relative;} .ccc .story-photo img{width:100%; display:block; object-fit:contain;} .ccc .story-num{font-size:1rem; font-weight:700; color:var(--blue-dark); text-transform:uppercase; letter-spacing:0.03em; display:block; margin-bottom:12px;} .ccc .story-block h3{font-size:1.5rem;} .ccc .story-block p{color:var(--ink-soft); font-size:1.02rem;} .ccc .dims{padding:64px 0; background:var(--blue-soft);} .ccc .dims h3{font-size:1.7rem;} .ccc .dims-sub{color:var(--ink-soft); margin-bottom:30px;} .ccc .dims-list{list-style:none; margin:0; padding:0; max-width:640px;} .ccc .dims-list li{display:flex; justify-content:space-between; gap:20px; padding:12px 0; border-bottom:1px solid rgba(22,32,42,0.14); font-weight:600;} .ccc .dims-list li span.val{color:var(--ink-soft); font-weight:600; text-align:right;} .ccc .specs{background:var(--white); padding:64px 0; border-top:1px solid var(--line);} .ccc .specs h3{font-size:1.8rem; margin-bottom:8px;} .ccc .specs-sub{color:var(--ink-soft); margin-bottom:36px;} .ccc .specs-grid{display:grid; grid-template-columns:repeat(2, 1fr); gap:32px;} .ccc .spec-group h4{font-size:1.02rem; color:var(--blue-dark); margin-bottom:10px;} .ccc .spec-group ul{margin:0; padding-left:18px; color:var(--ink-soft); font-size:0.95rem;} .ccc .spec-group ul li{margin-bottom:6px;} .ccc .spec-group p{color:var(--ink-soft); font-size:0.95rem; margin:0;} .ccc .faq{padding:64px 0; background:var(--yellow-soft);} .ccc .faq h3{font-size:1.8rem; margin-bottom:8px;} .ccc .faq-sub{color:var(--ink-soft); margin-bottom:30px;} .ccc details{border-bottom:1px solid rgba(22,32,42,0.14); padding:18px 0;} .ccc details:first-of-type{border-top:1px solid rgba(22,32,42,0.14);} .ccc summary{cursor:pointer; font-weight:700; font-size:1rem; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px;} .ccc summary::-webkit-details-marker{display:none;} .ccc summary::after{content:"+"; font-weight:700; font-size:1.4rem; color:var(--blue-dark); flex:none; transition:transform 0.2s ease;} .ccc details[open] summary::after{transform:rotate(45deg);} .ccc details p{color:var(--ink-soft); margin:12px 0 0; max-width:64ch;} .ccc .related{background:var(--ink); padding:64px 0;} .ccc .related h3{font-size:1.6rem; color:var(--white);} .ccc .related-sub{color:rgba(255,253,253,0.68); margin-bottom:30px;} .ccc .related-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;} .ccc .rel-card{background:rgba(255,253,253,0.06); border:1px solid rgba(255,253,253,0.16); border-radius:var(--radius); padding:24px;} .ccc .rel-card .mono{color:var(--yellow);} .ccc .rel-card h4{color:var(--white); font-size:1.08rem; margin:8px 0 6px;} .ccc .rel-card p{color:rgba(255,253,253,0.7); font-size:0.9rem; margin:0 0 14px;} .ccc .rel-link{font-weight:700; font-size:0.88rem; color:var(--blue); text-decoration:none; border-bottom:2px solid var(--blue);} .ccc footer.site{padding:32px 0; text-align:center; color:var(--ink-soft); font-size:0.85rem;} @media (max-width: 860px){ .ccc .included-grid{grid-template-columns:1fr;} .ccc .story-grid, .ccc .story-block.reverse .story-grid{grid-template-columns:1fr; direction:ltr;} .ccc .specs-grid{grid-template-columns:1fr;} .ccc .related-grid{grid-template-columns:1fr;} } Authorised Jenjo Games Dealer • Free Shipping Australia Wide • 12,000+ Happy Customers Climbing Frames A Hardwood Climbing Cube Safety Tested To 50kg Our Children's Climbing Cube gives little ones a sturdy piece to climb into, over and even hide inside. The side panels are shaped to encourage imaginative play while helping build hand and eye coordination, and the whole cube is safety tested to Australian and New Zealand standards. ✓ Solid Rubberwood ✓ Safety Tested To 50kg ✓ Hex Key Assembly ✓ Recommended Ages 3+ Assembled Size 60cm x 60cm x 60cm Material Solid Rubberwood Weight Capacity Safety Tested Up To 50kg Recommended Ages 3+ Years What's Included One complete cube, ready to assemble in one delivery. ✓Climbing Cube FrameSolid rubberwood panels forming a 60cm cube with 3cm dowel thickness. ✓Hex Key and FixingsEverything needed for assembly is included in the box. ✓Compatible ConnectorsDesigned to be used alongside our Rock Climbing Frame and Play Ladder. Many Ways To PlayClimb In, Climb Over, Or Hide Away The open sides let children climb into the cube, over the top, or use it as a hiding spot, which keeps the same piece interesting as children grow and find new ways to use it. It is a simple design that supports imaginative play alongside physical development. Built To Handle 50kgTested To Australian And NZ Standards The cube is constructed from solid rubberwood with 3cm dowels and is safety tested up to 50kg, successfully tested against AS/NZS ISO 8124.1, 8124.2 and 8124.3. Edges are sanded smooth for everyday climbing. Grows With Your SetupPairs With Other Jenjo Play Pieces The Cube is designed to work alongside our Rock Climbing Frame and Play Ladder, so you can start with one piece and build out a bigger play space over time without pieces feeling mismatched. Dimensions A quick reference before you order. Assembled Size 60cm x 60cm x 60cm Product Weight 9kg Dowel Thickness 3cm Weight Capacity Safety Tested Up To 50kg Technical Specifications Everything you need to know before it arrives. What's In the Box 1 x climbing cube frame with side panels Hex key and fixings Materials Solid rubberwood, finished with a non toxic water based clear varnish and sanded smooth throughout. Safety Precautions Successfully tested to AS/NZS ISO 8124.1, 8124.2 and 8124.3 Adult supervision is recommended during climbing play Bring undercover each day if used outdoors to protect the timber Setup Assembles with the included hex key. ATFK also offers an assembly service if you would rather it arrive ready to use. Frequently Asked Questions Everything you need to know before it arrives. How much floor space does the cube need? The cube is 60cm on each side, so it suits most playroom corners or bedroom spaces. Leave a little clear room around it for climbing on and off. What weight can the cube safely hold? The cube is safety tested up to 50kg, which comfortably covers most children through their toddler and early primary years. Can it be combined with other climbing pieces? Yes, the Cube is designed to be used alongside our Rock Climbing Frame and Play Ladder, so families can build a bigger play set up over time. Is this suitable for indoor and outdoor use? Yes, it suits both settings, but bring it undercover each day if it spends time outdoors to protect the timber finish over the long term. Do you ship to PO Box addresses? Unfortunately our courier drivers cannot deliver to PO Box addresses. If you have an alternative address such as a workplace or office, that will keep delivery smooth and on time. Build Out The Play Space Other options available at All Things For Kids. Boat See Saw • $309.95Kids Wooden Boat See Saw A see saw for 2 that flips into steps, a natural pair for the cube. Shop Kids Wooden Boat See Saw → Foldable Frame • $209.95Kids Wooden Foldable Climbing Frame A foldable climbing frame that folds flat when floor space is needed elsewhere. Shop Kids Wooden Foldable Climbing Frame → Climbing Play • $109.95Kids Wooden Play Ladder A compatible ladder piece that connects with the Cube for extended play. Shop Kids Wooden Play Ladder → All Things For Kids • Authorised Jenjo Games Dealer • Serving Aussie Families Since 2012 { "@context": "https://schema.org", "@type": "Product", "name": "Children's Climbing Cube", "brand": {"@type": "Brand", "name": "Jenjo Games"}, "description": "A solid rubberwood climbing cube safety tested to 50kg, with side panels for climbing, hiding and imaginative play." }