Mini Kids Climbing Frame
.mkc{ --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); } .mkc *{box-sizing:border-box;} .mkc{margin:0; background:var(--white); color:var(--ink); font-family:'Montserrat', sans-serif; line-height:1.6;} .mkc h2, .mkc h3, .mkc h4{font-family:'Montserrat', sans-serif; font-weight:700; margin:0 0 0.4em 0; letter-spacing:-0.01em;} .mkc .mono{font-family:'Montserrat', sans-serif; font-weight:600; letter-spacing:0.04em; text-transform:uppercase; font-size:0.72rem;} .mkc a{color:inherit;} .mkc .wrap{max-width:1160px; margin:0 auto; padding:0 28px;} .mkc img, .mkc svg{display:block; max-width:100%;} .mkc a:focus-visible, .mkc button:focus-visible, .mkc summary:focus-visible{outline:3px solid var(--blue-dark); outline-offset:3px;} .mkc .photo-card{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--blue-soft);} .mkc .photo-card img{width:100%; display:block; object-fit:contain;} .mkc .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;} .mkc .intro{padding:56px 0 20px;} .mkc .intro h2{font-size:2rem; max-width:32ch;} .mkc .intro p{color:var(--ink-soft); font-size:1.08rem; max-width:62ch;} .mkc .badges{display:flex; flex-wrap:wrap; gap:10px; margin-top:20px;} .mkc .badge{background:var(--blue-soft); border:1px solid var(--line); border-radius:999px; padding:8px 16px; font-size:0.85rem; font-weight:700;} .mkc .glance{padding:0 0 40px;} .mkc .glance-table{width:100%; border-collapse:collapse; max-width:640px;} .mkc .glance-table td{padding:10px 14px; border-bottom:1px solid var(--line); font-size:0.92rem;} .mkc .glance-table td:first-child{font-weight:700; color:var(--ink-soft); width:45%;} .mkc .included{padding:48px 0 68px; background:var(--white);} .mkc .included-grid{display:grid; grid-template-columns:1.05fr 1fr; gap:56px; align-items:center;} .mkc .included h3{font-size:1.6rem;} .mkc .included-sub{color:var(--ink-soft); font-size:1.02rem; margin:12px 0 22px; max-width:46ch;} .mkc .included-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px;} .mkc .included-list li{display:flex; align-items:flex-start; gap:12px; font-size:1rem;} .mkc .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;} .mkc .included-list strong{display:block;} .mkc .included-list span.desc{color:var(--ink-soft); font-size:0.92rem;} .mkc .story-block{padding:64px 0;} .mkc .story-block.bg-blue{background:var(--blue-soft);} .mkc .story-block.bg-yellow{background:var(--yellow-soft);} .mkc .story-block.bg-green{background:var(--green-soft);} .mkc .story-block.bg-white{background:var(--white);} .mkc .story-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;} .mkc .story-block.reverse .story-grid{direction:rtl;} .mkc .story-block.reverse .story-grid > *{direction:ltr;} .mkc .story-photo{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--white); position:relative;} .mkc .story-photo img{width:100%; display:block; object-fit:contain;} .mkc .story-num{font-size:1rem; font-weight:700; color:var(--blue-dark); text-transform:uppercase; letter-spacing:0.03em; display:block; margin-bottom:12px;} .mkc .story-block h3{font-size:1.5rem;} .mkc .story-block p{color:var(--ink-soft); font-size:1.02rem;} .mkc .dims{padding:64px 0; background:var(--blue-soft);} .mkc .dims h3{font-size:1.7rem;} .mkc .dims-sub{color:var(--ink-soft); margin-bottom:30px;} .mkc .dims-list{list-style:none; margin:0; padding:0; max-width:640px;} .mkc .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;} .mkc .dims-list li span.val{color:var(--ink-soft); font-weight:600; text-align:right;} .mkc .specs{background:var(--white); padding:64px 0; border-top:1px solid var(--line);} .mkc .specs h3{font-size:1.8rem; margin-bottom:8px;} .mkc .specs-sub{color:var(--ink-soft); margin-bottom:36px;} .mkc .specs-grid{display:grid; grid-template-columns:repeat(2, 1fr); gap:32px;} .mkc .spec-group h4{font-size:1.02rem; color:var(--blue-dark); margin-bottom:10px;} .mkc .spec-group ul{margin:0; padding-left:18px; color:var(--ink-soft); font-size:0.95rem;} .mkc .spec-group ul li{margin-bottom:6px;} .mkc .spec-group p{color:var(--ink-soft); font-size:0.95rem; margin:0;} .mkc .faq{padding:64px 0; background:var(--yellow-soft);} .mkc .faq h3{font-size:1.8rem; margin-bottom:8px;} .mkc .faq-sub{color:var(--ink-soft); margin-bottom:30px;} .mkc details{border-bottom:1px solid rgba(22,32,42,0.14); padding:18px 0;} .mkc details:first-of-type{border-top:1px solid rgba(22,32,42,0.14);} .mkc summary{cursor:pointer; font-weight:700; font-size:1rem; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px;} .mkc summary::-webkit-details-marker{display:none;} .mkc summary::after{content:"+"; font-weight:700; font-size:1.4rem; color:var(--blue-dark); flex:none; transition:transform 0.2s ease;} .mkc details[open] summary::after{transform:rotate(45deg);} .mkc details p{color:var(--ink-soft); margin:12px 0 0; max-width:64ch;} .mkc .related{background:var(--ink); padding:64px 0;} .mkc .related h3{font-size:1.6rem; color:var(--white);} .mkc .related-sub{color:rgba(255,253,253,0.68); margin-bottom:30px;} .mkc .related-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;} .mkc .rel-card{background:rgba(255,253,253,0.06); border:1px solid rgba(255,253,253,0.16); border-radius:var(--radius); padding:24px;} .mkc .rel-card .mono{color:var(--yellow);} .mkc .rel-card h4{color:var(--white); font-size:1.08rem; margin:8px 0 6px;} .mkc .rel-card p{color:rgba(255,253,253,0.7); font-size:0.9rem; margin:0 0 14px;} .mkc .rel-link{font-weight:700; font-size:0.88rem; color:var(--blue); text-decoration:none; border-bottom:2px solid var(--blue);} .mkc footer.site{padding:32px 0; text-align:center; color:var(--ink-soft); font-size:0.85rem;} @media (max-width: 860px){ .mkc .included-grid{grid-template-columns:1fr;} .mkc .story-grid, .mkc .story-block.reverse .story-grid{grid-template-columns:1fr; direction:ltr;} .mkc .specs-grid{grid-template-columns:1fr;} .mkc .related-grid{grid-template-columns:1fr;} } Authorised Jenjo Games Dealer • Free Shipping Australia Wide • 12,000+ Happy Customers Wooden Play Equipment A Lower, Flatter Climbing Frame Made For Younger Climbers Our Mini Kids Climbing Frame has a lower height and a flatter base than our standard climbing frame, so babies and younger toddlers can safely grasp the rungs as they learn to pull themselves up to stand. It is finished in a non toxic clear varnish and built from solid rubberwood, and it is designed to grow with your child as it can be used alongside our Rock Climbing Frame And Slide and Kids Wooden Play Ladder. ✓ Suitable From 6 Months ✓ Lower, Flatter Design ✓ 49 x 45 x 45cm ✓ Hex Key Assembly Size 49cm L x 45cm W x 45cm H Frame Solid Rubberwood with 9 Hardwood Dowels Weight 5kg Recommended Ages From 6 months, with supervision What's Included Everything you need to set the Mini Kids Climbing Frame up at home. ✓1x Rubberwood Climbing FrameLower, flatter frame finished in a non toxic water based clear varnish. ✓9x Hardwood DowelsSmooth dowels sized for smaller hands to grip. ✓Hex KeyIncluded for quick, tool free assembly. ✓Assembly InstructionsSimple hex key setup, no extra tools required. Built For Younger ClimbersA Lower, Flatter Frame Designed With Little Ones In Mind The reduced height and flatter base mean babies and younger toddlers have a stable, secure surface to grasp as they practise pulling themselves up to stand. It is suitable from around 6 months, always with an adult close by. Motor Skills And StrengthStrengthens Little Muscles As They Learn To Climb Pulling up, cruising along the rungs and climbing over the frame all help build the muscle strength and coordination your child needs before they start walking and climbing more confidently. Built To ExpandGrows Into A Bigger Play System As your child grows, the Mini Kids Climbing Frame pairs with our Rock Climbing Frame And Slide and Kids Wooden Play Ladder to build a bigger play space. Suitable for indoor and outdoor use, though we recommend bringing it undercover overnight to protect the timber finish. Dimensions A quick reference before you order. Assembled Size 49cm L x 45cm W x 45cm H Weight 5kg Packed Dimensions 48cm x 47cm x 8cm Recommended Ages From 6 months, with supervision Technical Specifications Everything you need to know before it arrives. What's In the Box 1x rubberwood climbing frame 9x hardwood dowels Hex key for assembly Materials Solid rubberwood hardwood, finished in a non toxic water based clear varnish that is safe for little hands. Safety Precautions Adult supervision is recommended at all times, especially for younger children Set up on a flat, stable surface away from furniture edges and hard flooring Check dowels and fixings are tightened before each use Bring indoors or under cover overnight to protect the timber finish Setup Hex key assembly with the tool included. Dowels slot into the frame and are secured in a few simple steps. Frequently Asked Questions Everything you need to know before it arrives. What age is the Mini Kids Climbing Frame suitable for? It is designed with younger children in mind and is suitable from around 6 months, always with adult supervision as your child learns to pull up and climb. Is assembly required? Yes, but it is straightforward. The dowels fit into the rubberwood frame and are secured using the hex key included in the box. Can it be used with other Jenjo play equipment? Yes. The Mini Kids Climbing Frame is designed to pair with our Rock Climbing Frame And Slide and Kids Wooden Play Ladder as your child grows. Is it suitable for indoor and outdoor use? Yes, it can be used both indoors and outdoors. If it is kept outside we recommend bringing it undercover overnight or in wet weather to protect the timber finish. 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. Complete The Play System Other options available at All Things For Kids. Climb + Slide • $174.95Rock Climbing Frame And Slide A rock climbing wall on one side and a smooth slide on the other, safety tested and ready to use. Shop Rock Climbing Frame And Slide → Ladder + Balance Beam • $109.95Kids Wooden Play Ladder Lay it flat between play pieces for a ladder or balance beam, matching the rubberwood finish. Shop Kids Wooden Play Ladder → Climb + Rock • $209.95Kids Wooden Play Arch A solid rubberwood arch that climbs, crawls and flips into a rocker. Shop Kids Wooden Play Arch → All Things For Kids • Authorised Jenjo Games Dealer • Serving Aussie Families Since 2012
More you might like
Related
ClimbingArc - Wooden Kids Climbing Frame & Play Gym
Related
Funphix Climbing Gyms Climbing Frame Kit. 298-Piece Indoor O
Related
Kids Rock Climbing Wall Frame And Slide (Compatible with Cli
Related