Lifespan Kids Junior Jungle Madagascar
.kgc{ --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); } .kgc *{box-sizing:border-box;} .kgc{ margin:0; background:var(--white); color:var(--ink); font-family:'Montserrat', sans-serif; line-height:1.6; } .kgc h2, .kgc h3, .kgc h4{ font-family:'Montserrat', sans-serif; font-weight:700; margin:0 0 0.4em 0; letter-spacing:-0.01em; } .kgc .mono{ font-family:'Montserrat', sans-serif; font-weight:600; letter-spacing:0.04em; text-transform:uppercase; font-size:0.72rem; } .kgc a{color:inherit;} .kgc .wrap{max-width:1160px; margin:0 auto; padding:0 28px;} .kgc img, .kgc svg{display:block; max-width:100%;} .kgc a:focus-visible, .kgc button:focus-visible, .kgc summary:focus-visible{ outline:3px solid var(--blue-dark); outline-offset:3px; } .kgc .photo-card{ border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--blue-soft); } .kgc .photo-card img{width:100%; display:block; object-fit:contain;} /* Header */ .kgc .promo{ background:var(--ink); color:var(--white); text-align:center; font-family:'Montserrat', sans-serif; font-weight:600; font-size:0.72rem; letter-spacing:0.06em; text-transform:uppercase; padding:9px 12px; } .kgc header.main{ background:var(--white); padding:20px 0; border-bottom:1px solid var(--line); } .kgc .navrow{display:flex; align-items:center; justify-content:space-between;} .kgc .logo-img{height:76px; width:auto;} .kgc nav.links{display:flex; gap:30px; font-size:0.92rem; font-weight:600;} .kgc nav.links a{text-decoration:none; border-bottom:2px solid transparent; padding-bottom:3px; transition:border-color .15s ease;} .kgc nav.links a:hover{border-color:var(--blue);} /* Intro */ .kgc .intro{padding:12px 0 20px;} .kgc .intro h2{font-size:2rem; max-width:34ch;} .kgc .intro p{color:var(--ink-soft); font-size:1.08rem; max-width:64ch;} .kgc .badges{display:flex; flex-wrap:wrap; gap:10px; margin-top:20px;} .kgc .badge{background:var(--blue-soft); border:1px solid var(--line); border-radius:999px; padding:8px 16px; font-size:0.85rem; font-weight:700;} /* Love blocks */ .kgc .love-blocks{padding:0 0 70px; background:var(--white);} .kgc .love-grid{display:grid; grid-template-columns:1fr 1fr; gap:32px;} .kgc .love-card{background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:30px; box-shadow:var(--shadow);} .kgc .love-card h3{font-size:1.3rem; margin-bottom:16px;} .kgc .love-card.kids h3{color:var(--green);} .kgc .love-card.parents h3{color:var(--blue-dark);} .kgc .love-card ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:12px;} .kgc .love-card ul li{display:flex; align-items:flex-start; gap:10px; font-size:0.98rem; color:var(--ink-soft); line-height:1.5;} .kgc .love-card ul li::before{content:"\2022"; color:var(--yellow); font-weight:900; font-size:1.2rem; line-height:1.2;} /* Quick features reference */ .kgc .quick-features{padding:0 0 70px; background:var(--white);} .kgc .quick-features h3{font-size:1.4rem; margin-bottom:20px;} .kgc .qf-list{list-style:none; margin:0; padding:0; border-top:1px solid var(--line);} .kgc .qf-list li{display:flex; gap:20px; padding:14px 0; border-bottom:1px solid var(--line); font-size:0.98rem;} .kgc .qf-list strong{flex:0 0 180px; color:var(--ink);} .kgc .qf-list span.val{color:var(--ink-soft);} /* Reassurance */ .kgc .reassurance{padding:60px 0; background:var(--green-soft);} .kgc .reassurance h3{font-size:1.4rem; margin-bottom:16px;} .kgc .reassurance ul{list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:12px;} .kgc .reassurance ul li{display:flex; align-items:flex-start; gap:10px; font-size:0.98rem; color:var(--ink-soft);} .kgc .reassurance ul li .ic{ width:22px; height:22px; border-radius:50%; background:var(--white); color:var(--green); display:flex; align-items:center; justify-content:center; font-size:0.7rem; font-weight:800; flex:none; margin-top:2px; } .kgc .reassurance p.closing{color:var(--ink-soft); margin-top:20px; font-style:italic; max-width:70ch;} /* Included */ .kgc .included{padding:56px 0 76px; background:var(--white);} .kgc .included-grid{ display:grid; grid-template-columns:1.05fr 1fr; gap:56px; align-items:center; } .kgc .included h3{font-size:1.6rem;} .kgc .included-sub{color:var(--ink-soft); font-size:1.02rem; margin:12px 0 22px; max-width:46ch;} .kgc .included-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px;} .kgc .included-list li{display:flex; align-items:flex-start; gap:12px; font-size:1rem;} .kgc .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; } .kgc .included-list strong{display:block;} .kgc .included-list span.desc{color:var(--ink-soft); font-size:0.92rem;} /* Story */ .kgc .story{padding:0;} .kgc .story-block{padding:72px 0;} .kgc .story-block.bg-blue{background:var(--blue-soft);} .kgc .story-block.bg-yellow{background:var(--yellow-soft);} .kgc .story-block.bg-green{background:var(--green-soft);} .kgc .story-block.bg-white{background:var(--white);} .kgc .story-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; } .kgc .story-block.reverse .story-grid{direction:rtl;} .kgc .story-block.reverse .story-grid > *{direction:ltr;} .kgc .story-photo{ border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--white); } .kgc .story-photo img{width:100%; display:block; object-fit:contain;} .kgc .story-num{ font-family:'Montserrat', sans-serif; font-size:1rem; font-weight:700; color:var(--blue-dark); text-transform:uppercase; letter-spacing:0.03em; display:block; margin-bottom:12px; } .kgc .story-block h3{font-size:1.5rem;} .kgc .story-block p{color:var(--ink-soft); font-size:1.02rem;} /* Dims */ .kgc .dims{padding:70px 0; background:var(--blue-soft);} .kgc .dims h3{font-size:1.7rem;} .kgc .dims-sub{color:var(--ink-soft); margin-bottom:30px;} .kgc .dims-list{list-style:none; margin:0; padding:0; max-width:640px;} .kgc .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;} .kgc .dims-list li span.val{color:var(--ink-soft); font-weight:600; text-align:right;} /* Specs */ .kgc .specs{background:var(--white); padding:70px 0; border-top:1px solid var(--line);} .kgc .specs h3{font-size:1.8rem; margin-bottom:8px;} .kgc .specs-sub{color:var(--ink-soft); margin-bottom:36px;} .kgc .specs-grid{display:grid; grid-template-columns:repeat(2, 1fr); gap:32px;} .kgc .spec-group h4{font-size:1.02rem; color:var(--blue-dark); margin-bottom:10px;} .kgc .spec-group ul{margin:0; padding-left:18px; color:var(--ink-soft); font-size:0.95rem;} .kgc .spec-group ul li{margin-bottom:6px;} .kgc .spec-group p{color:var(--ink-soft); font-size:0.95rem; margin:0;} /* Review */ .kgc .review{padding:60px 0; background:var(--yellow-soft);} .kgc .review-card{ background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:28px; max-width:680px; margin-bottom:16px; } .kgc .review-card:last-child{margin-bottom:0;} .kgc .review-stars{color:var(--yellow); font-size:1.05rem; margin-bottom:10px;} .kgc .review-card p{color:var(--ink-soft); font-size:1rem; margin:0 0 14px;} .kgc .review-name{font-weight:700; font-size:0.92rem;} /* Delivery */ .kgc .delivery{padding:70px 0; background:var(--green-soft);} .kgc .delivery h3{font-size:1.7rem;} .kgc .delivery-sub{color:var(--ink-soft); margin-bottom:30px; max-width:60ch;} .kgc .delivery-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;} .kgc .delivery-card{background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:22px;} .kgc .delivery-card h4{font-size:1rem; margin-bottom:8px;} .kgc .delivery-card p{color:var(--ink-soft); font-size:0.9rem; margin:0;} /* FAQ */ .kgc .faq{padding:70px 0; background:var(--white);} .kgc .faq h3{font-size:1.8rem; margin-bottom:8px;} .kgc .faq-sub{color:var(--ink-soft); margin-bottom:30px;} .kgc details{border-bottom:1px solid rgba(22,32,42,0.14); padding:18px 0;} .kgc details:first-of-type{border-top:1px solid rgba(22,32,42,0.14);} .kgc summary{ cursor:pointer; font-family:'Montserrat', sans-serif; font-weight:700; font-size:1rem; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px; } .kgc summary::-webkit-details-marker{display:none;} .kgc summary::after{content:"+"; font-weight:700; font-size:1.4rem; color:var(--blue-dark); flex:none; transition:transform 0.2s ease;} .kgc details[open] summary::after{transform:rotate(45deg);} .kgc details p{color:var(--ink-soft); margin:12px 0 0; max-width:64ch;} /* Cross sell */ .kgc .related{background:var(--ink); padding:70px 0;} .kgc .related h3{font-size:1.6rem; color:var(--white);} .kgc .related-sub{color:rgba(255,253,253,0.68); margin-bottom:30px;} .kgc .related-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;} .kgc .rel-card{ background:rgba(255,253,253,0.06); border:1px solid rgba(255,253,253,0.16); border-radius:var(--radius); padding:24px; } .kgc .rel-card .mono{color:var(--yellow);} .kgc .rel-card h4{color:var(--white); font-size:1.08rem; margin:8px 0 6px;} .kgc .rel-card p{color:rgba(255,253,253,0.7); font-size:0.9rem; margin:0 0 14px;} .kgc .rel-link{font-weight:700; font-size:0.88rem; color:var(--blue); text-decoration:none; border-bottom:2px solid var(--blue);} .kgc footer.site{padding:36px 0; text-align:center; color:var(--ink-soft); font-size:0.85rem;} @media (max-width: 860px){ .kgc .included-grid{grid-template-columns:1fr;} .kgc .story-grid, .kgc .story-block.reverse .story-grid{grid-template-columns:1fr; direction:ltr;} .kgc .specs-grid{grid-template-columns:1fr;} .kgc .delivery-grid{grid-template-columns:1fr;} .kgc .related-grid{grid-template-columns:1fr;} .kgc .love-grid{grid-template-columns:1fr;} .kgc .reassurance ul{grid-template-columns:1fr;} .kgc .qf-list li{flex-direction:column; gap:4px;} .kgc .qf-list strong{flex:none;} } Speed, Climbing and a Genuine Zip Line Junior Jungle Madagascar: Monkey Bars, a 2.6m Flying Fox, Belt Swing and Trapeze The Junior Jungle Madagascar is a multi-activity set for kids who love speed and climb time, turning the yard into a genuine mini adventure course. The standout feature is a 2.6m flying fox, bringing real backyard zip-line thrills that the rest of the Junior Jungle range doesn't offer. Monkey bars invite bar-to-bar travel and build upper-body strength, while a rope net and climbing rope work on balance and grip. A belt swing and trapeze add spins and holds, and steady standing platforms give a place to pause between stations. Built from galvanised steel with a powder-coated, UV-treated finish, it's genuinely great for strength, coordination and confidence, and fits neatly along a fence line without taking over the whole yard. ✓ Trusted by 12,000+ Australian Customers ✓ Helping Australian Families Since 2012 ✓ Trusted by Schools, Childcare & Therapists ✓ Lowest Price Guarantee ✓ Flexible Layby Available ✓ Australia-Wide Assembly Available What Kids Love Zipping along the 2.6m flying fox, again and again. Travelling bar-to-bar across the monkey bars. Testing grip and balance on the rope net and climbing rope. Swinging on the belt swing or trying tricks on the trapeze. Pausing on the standing platforms before heading back for another go. What Parents Love Galvanised steel construction with a powder-coated, UV-treated finish. A genuine standout feature (the flying fox) that other sets in this price range don't include. A modular design that can be extended with more Junior Jungle modules over time. A footprint that fits neatly along a fence line. Arrives flat-packed with assembly instructions included. Features at a Glance Zip Line2.6m long flying fox ClimbingMonkey bars, rope net and knotted climbing rope SwingingBelt swing and a trapeze ExtrasRaised steel platform and acrobatic bar MaterialsGalvanised steel, powder-coated, UV-treated DesignModular, can be extended over time Weight Capacity80kg per section AssemblyFlat-packed with instructions included BrandLifespan Kids Warranty12 months parts replacement Age SuitabilityRecommended for children 6 to 12 years Reassurance ✓Passes Australian Safety Standards and meets EN71 European Safety Standards ✓Backed by a 12-month parts replacement warranty ✓Ongoing customer support after your purchase ✓Assembly services available across Australia A genuinely varied backyard adventure course, with a flying fox that sets it apart from the rest of the range. Why the Junior Jungle Madagascar A genuine standout feature the rest of the range doesn't have. ✓2.6m Flying FoxReal backyard zip-line thrills. ✓Monkey Bars for Bar-to-Bar TravelGenuine upper-body strength building. ✓Belt Swing & TrapezeTwo different ways to swing. ✓Rope Net & Climbing RopeGenuine balance and grip challenges. The Standout Feature A 2.6m flying fox for genuine zip-line thrills The 2.6m flying fox brings real backyard zip-line excitement, a feature that genuinely sets the Madagascar apart from other sets in the Junior Jungle range. Bar to Bar, Building Strength Monkey bars for genuine upper-body strength The monkey bars invite genuine bar-to-bar travel, building real upper-body strength and grip with every run across. Grip, Balance, Confidence A rope net and climbing rope The rope net and knotted climbing rope build genuine balance and grip, giving kids a real climbing challenge to work through alongside the flying fox and monkey bars. Keep the Line Moving A belt swing and a trapeze bar The belt swing and trapeze give kids two genuinely different ways to swing, rounding out a set that already offers plenty of variety. Dimensions & Weight A genuinely large footprint, driven largely by the 2.6m flying fox run. Assembled Dimensions 509cm L x 423cm W x 200cm H Bars Only (Excluding Platform) 2.7m Length Platform Height 53cm Tubing Diameter 42mm Bolt Size M8 Max Weight Capacity 80kg per section Gross Weight 163.5kg Recommended Age 6 to 12 years Technical Specifications Everything you need to know before the Junior Jungle Madagascar lands in your yard. General Structure 2.6m long flying fox Monkey bars Belt swing and a trapeze Rope net and knotted, soft-feel climbing rope Raised steel platform and acrobatic bar Modular design, expandable over time Materials High-quality galvanised steel with powder coating and UV treatment. Unique joint design, M8 bolt size. Safety Precautions Passes Australian Safety Standards and meets EN71 European Safety Standards Recommended age 6 to 12 years Adult set-up required, with adult supervision at all times during use Allow a 2m safety perimeter on the sides and 0.7m above Anchoring strongly recommended Swings should sit no lower than 350mm from the ground Must not be installed on cement, asphalt or other hard surfaces Requires a soft landing surface such as rubber or mulch; artificial turf alone is not suitable Outdoor, domestic use only Warranty & Assembly 12 months parts replacement warranty. Comes flat-packed in a box with assembly instructions included. What Families Are Saying ★★★★★ One reviewer called it the best kids' equipment they'd bought, saying their 4 and 6 year olds absolutely love it and can't be kept off it. They described the quality as excellent and relatively easy to set up, and said the sales team were a pleasure to deal with. Verified Buyer ★★★★★ Another buyer in Tasmania said their three children absolutely loved the set, calling it huge and exactly what they'd hoped for, and noted they were surprised by how quickly it arrived. Verified Buyer Delivery, Layby & Assembly A few ways we make it easier to get the Junior Jungle Madagascar into your backyard. Dispatch Time Most orders leave the warehouse in 1 to 3 business days, extending to up to 7 business days during busy periods. Metro Delivery Typically 2 to 5 business days after dispatch. Regional Delivery Usually 5 to 10 business days, extending to 12 to 19 business days during peak periods. Traditional Layby Pay it off over time with simple, no-interest layby. Assembly Available We can organise assembly in most areas, just ask for a quote. NDIS & Invoicing Self-managed or plan-managed, we can prepare an itemised NDIS quote, invoice or purchase order. Frequently Asked Questions Everything you need to know about the Junior Jungle Madagascar before it lands in your yard. What makes the Madagascar different from other Junior Jungle sets? The Madagascar's standout feature is its 2.6m flying fox, a genuine zip-line addition that other sets in the Junior Jungle range don't include, alongside monkey bars, a belt swing, trapeze, rope net and climbing rope. How many belt swings does the Madagascar include? One belt swing is included, alongside a separate trapeze bar. How much backyard space do I need? Assembled, the Madagascar measures 509cm by 423cm, largely due to the length of the flying fox run, in addition to the 2m safety perimeter required on the sides and 0.7m above. Can it be installed on artificial turf? No, artificial turf alone is not considered a suitable landing surface. A soft surface such as rubber matting or mulch is required, and the set must not be installed on cement, asphalt or other hard surfaces. Do you offer layby, NDIS invoicing or bulk orders? Yes, traditional no-interest layby is available, we prepare itemised NDIS quotes for self-managed and plan-managed participants, and we're happy to arrange bulk orders for schools, centres or multiple properties. Get in touch and we'll sort it out for you. Are you an authorised Lifespan Kids dealer? Yes, we're an authorised Lifespan Kids dealer, so you can shop the Junior Jungle Madagascar with confidence knowing you're getting a genuine product backed by the manufacturer's warranty, and we've been helping Australian families furnish their backyards since 2012. Complete Your Backyard Setup More monkey bars and multi-feature sets from our range. A Mini Obstacle Course Junior Jungle Panama Monkey bars, a belt swing, trapeze, climbing rope and rope net. View Panama → The Full Multi-Feature Set Junior Jungle Kakadu Double monkey bars plus a trapeze, belt swing, gym rings and climbing net. View Kakadu → Climbing Only, Side by Side Junior Jungle Zambia Double 3.9m monkey bars on a raised steel platform, no swings. View Zambia → All Things For Kids • Authorised Lifespan Kids Dealer • Serving Aussie Families Since 2012 • 12,000+ Happy Customers