Berg Buddy Lua 2.0
.bdl{ --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); } .bdl *{box-sizing:border-box;} .bdl{margin:0; background:var(--white); color:var(--ink); font-family:'Montserrat', sans-serif; line-height:1.6;} .bdl h2, .bdl h3, .bdl h4{font-family:'Montserrat', sans-serif; font-weight:700; margin:0 0 0.4em 0; letter-spacing:-0.01em;} .bdl .mono{font-family:'Montserrat', sans-serif; font-weight:600; letter-spacing:0.04em; text-transform:uppercase; font-size:0.72rem;} .bdl a{color:inherit;} .bdl .wrap{max-width:1160px; margin:0 auto; padding:0 28px;} .bdl img, .bdl svg{display:block; max-width:100%;} .bdl a:focus-visible, .bdl button:focus-visible, .bdl summary:focus-visible{outline:3px solid var(--blue-dark); outline-offset:3px;} .bdl .photo-card{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--blue-soft);} .bdl .photo-card img{width:100%; display:block; object-fit:contain;} .bdl .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;} .bdl .intro{padding:56px 0 20px;} .bdl .intro h2{font-size:2rem; max-width:32ch;} .bdl .intro p{color:var(--ink-soft); font-size:1.08rem; max-width:62ch;} .bdl .badges{display:flex; flex-wrap:wrap; gap:10px; margin-top:20px;} .bdl .badge{background:var(--blue-soft); border:1px solid var(--line); border-radius:999px; padding:8px 16px; font-size:0.85rem; font-weight:700;} .bdl .glance{padding:0 0 40px;} .bdl .glance-table{width:100%; border-collapse:collapse; max-width:640px;} .bdl .glance-table td{padding:10px 14px; border-bottom:1px solid var(--line); font-size:0.92rem;} .bdl .glance-table td:first-child{font-weight:700; color:var(--ink-soft); width:45%;} .bdl .included{padding:48px 0 68px; background:var(--white);} .bdl .included-grid{display:grid; grid-template-columns:1.05fr 1fr; gap:56px; align-items:center;} .bdl .included h3{font-size:1.6rem;} .bdl .included-sub{color:var(--ink-soft); font-size:1.02rem; margin:12px 0 22px; max-width:46ch;} .bdl .included-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px;} .bdl .included-list li{display:flex; align-items:flex-start; gap:12px; font-size:1rem;} .bdl .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;} .bdl .included-list strong{display:block;} .bdl .included-list span.desc{color:var(--ink-soft); font-size:0.92rem;} .bdl .story-block{padding:64px 0;} .bdl .story-block.bg-blue{background:var(--blue-soft);} .bdl .story-block.bg-yellow{background:var(--yellow-soft);} .bdl .story-block.bg-green{background:var(--green-soft);} .bdl .story-block.bg-white{background:var(--white);} .bdl .story-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;} .bdl .story-block.reverse .story-grid{direction:rtl;} .bdl .story-block.reverse .story-grid > *{direction:ltr;} .bdl .story-photo{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--white); position:relative;} .bdl .story-photo img{width:100%; display:block; object-fit:contain;} .bdl .story-num{font-size:1rem; font-weight:700; color:var(--blue-dark); text-transform:uppercase; letter-spacing:0.03em; display:block; margin-bottom:12px;} .bdl .story-block h3{font-size:1.5rem;} .bdl .story-block p{color:var(--ink-soft); font-size:1.02rem;} .bdl .dims{padding:64px 0; background:var(--blue-soft);} .bdl .dims h3{font-size:1.7rem;} .bdl .dims-sub{color:var(--ink-soft); margin-bottom:30px;} .bdl .dims-list{list-style:none; margin:0; padding:0; max-width:640px;} .bdl .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;} .bdl .dims-list li span.val{color:var(--ink-soft); font-weight:600; text-align:right;} .bdl .specs{background:var(--white); padding:64px 0; border-top:1px solid var(--line);} .bdl .specs h3{font-size:1.8rem; margin-bottom:8px;} .bdl .specs-sub{color:var(--ink-soft); margin-bottom:36px;} .bdl .specs-grid{display:grid; grid-template-columns:repeat(2, 1fr); gap:32px;} .bdl .spec-group h4{font-size:1.02rem; color:var(--blue-dark); margin-bottom:10px;} .bdl .spec-group ul{margin:0; padding-left:18px; color:var(--ink-soft); font-size:0.95rem;} .bdl .spec-group ul li{margin-bottom:6px;} .bdl .spec-group p{color:var(--ink-soft); font-size:0.95rem; margin:0;} .bdl .faq{padding:64px 0; background:var(--yellow-soft);} .bdl .faq h3{font-size:1.8rem; margin-bottom:8px;} .bdl .faq-sub{color:var(--ink-soft); margin-bottom:30px;} .bdl details{border-bottom:1px solid rgba(22,32,42,0.14); padding:18px 0;} .bdl details:first-of-type{border-top:1px solid rgba(22,32,42,0.14);} .bdl summary{cursor:pointer; font-weight:700; font-size:1rem; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px;} .bdl summary::-webkit-details-marker{display:none;} .bdl summary::after{content:"+"; font-weight:700; font-size:1.4rem; color:var(--blue-dark); flex:none; transition:transform 0.2s ease;} .bdl details[open] summary::after{transform:rotate(45deg);} .bdl details p{color:var(--ink-soft); margin:12px 0 0; max-width:64ch;} .bdl .related{background:var(--ink); padding:64px 0;} .bdl .related h3{font-size:1.6rem; color:var(--white);} .bdl .related-sub{color:rgba(255,253,253,0.68); margin-bottom:30px;} .bdl .related-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;} .bdl .rel-card{background:rgba(255,253,253,0.06); border:1px solid rgba(255,253,253,0.16); border-radius:var(--radius); padding:24px;} .bdl .rel-card .mono{color:var(--yellow);} .bdl .rel-card h4{color:var(--white); font-size:1.08rem; margin:8px 0 6px;} .bdl .rel-card p{color:rgba(255,253,253,0.7); font-size:0.9rem; margin:0 0 14px;} .bdl .rel-link{font-weight:700; font-size:0.88rem; color:var(--blue); text-decoration:none; border-bottom:2px solid var(--blue);} .bdl footer.site{padding:32px 0; text-align:center; color:var(--ink-soft); font-size:0.85rem;} @media (max-width: 860px){ .bdl .included-grid{grid-template-columns:1fr;} .bdl .story-grid, .bdl .story-block.reverse .story-grid{grid-template-columns:1fr; direction:ltr;} .bdl .specs-grid{grid-template-columns:1fr;} .bdl .related-grid{grid-template-columns:1fr;} } Authorised Berg Dealer • Free Shipping Australia Wide • 12,000+ Happy Customers Kids Pedal Go Karts The Buddy Lua 2.0, Pink and Mint Styling on the Trusted Buddy Frame The Buddy Lua 2.0 pairs the same reliable Buddy platform with a striking pink and mint colourway, black tyres and rims, and fresh graphics. Suited to kids aged 3 to 8 years, the BFR drivetrain lets young drivers pedal forward, reverse and brake, while the ergonomic bucket seat and adjustable steering keep the ride comfortable as they grow. ✓ Ages 3 to 8 years ✓ Max weight 50kg ✓ BFR brake, freewheel, reverse ✓ Adjustable seat and steering Recommended Ages 3 to 8 years, for kids 100cm to 130cm tall Max Weight 50kg Frame/Brake System Powder coated steel frame with BFR (Brake, Freewheel, Reverse) Colourway Pink and mint, with black tyres and rims What's Included Everything needed to get your child pedalling, straight out of the box. ✓Berg Buddy Lua 2.0 KartSteel powder coated frame in a pink and mint colourway with black tyres and rims. ✓Adjustable ergonomic bucket seatGrows with your child, keeping legs comfortably on the pedals. ✓Four pneumatic tyresAir filled for grip, comfort and a smoother ride on paths and paving. ✓Assembly hardware and instructionsSimple home assembly with the tools and steps provided. Pink and Mint StylingFresh graphics and a colourway all its own Black tyres and rims set off the Lua's pink and mint panels and graphics, giving the Buddy platform a look that stands apart from the rest of the range. BFR TechnologyPedal forward, reverse and brake, all from one drivetrain Berg's BFR system lets kids pedal forwards, pedal backwards and brake, simply by changing how they pedal. A freewheel function lets the kart coast while the pedals stay still. Adjustable ComfortA seat and steering set up that grows with your child The ergonomic bucket seat can be adjusted as your child grows, and the steering offers a firm, confident grip so young drivers stay in control. Dimensions A quick reference before you order. Length x Width x Height Refer to product manual Weight Refer to product manual Max Rider Weight 50kg Recommended Ages 3 to 8 years Technical Specifications Everything you need to know before it arrives. What's In the Box Berg Buddy Lua 2.0 kart frame Adjustable bucket seat Four pneumatic tyres, pre fitted Assembly hardware and instructions Materials Powder coated steel frame, pneumatic rubber tyres, moulded ergonomic bucket seat, ball bearing pedal mechanism. Safety Precautions Adult supervision recommended at all times Enclosed, non slip shoes recommended while riding Use on flat, paved surfaces away from traffic and stairs Check tyre pressure and hardware periodically Setup Home assembly with the included tools and instructions, allow around 20 to 30 minutes. ATFK's assembly service is available if you would prefer it arrive ready to ride. Frequently Asked Questions Everything you need to know before it arrives. What age is the Berg Buddy Lua 2.0 suited to? It is designed for kids aged 3 to 8 years, or those between 100cm and 130cm tall, with a maximum rider weight of 50kg. How much weight can the kart hold? The maximum rider weight is 50kg, in line with Berg's official specification for the Buddy 2.0 range. Does it come assembled? It arrives flat packed with all hardware and clear instructions for simple home assembly. All Things For Kids also offers an assembly service if you would like it built for you. How does the Buddy Lua compare to the B Orange or Cross? All three share the same Buddy 2.0 frame, seat and BFR drivetrain. The Lua stands out with its pink and mint colourway, while the B Orange is finished in orange and grey and the Buddy Cross adds off road styled tyres and a soundbox. 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. More Berg Go Karts to Explore Other options available at All Things For Kids. Classic Livery • $512.05Berg Buddy B-Orange Kids Go Kart 2.0 The same Buddy platform in a classic orange and grey colourway. Shop Buddy B-Orange → Off Road Styling • $521.55Berg Buddy Cross Kids Go Kart 2.0 Same Buddy platform in a bold yellow and black livery with a built in soundbox. Shop Buddy Cross → Chopper Style • $455.05Berg Choppy Neo Kids Go Kart 2.0 A single front wheel chopper styled kart with tight manoeuvrability. Shop Choppy Neo → All Things For Kids • Authorised Berg Dealer • Serving Aussie Families Since 2012 { "@context": "https://schema.org", "@type": "Product", "name": "Berg Buddy Lua 2.0", "brand": {"@type": "Brand", "name": "Berg"}, "description": "A steel framed pedal go kart for kids 3 to 8 years, finished in a pink and mint colourway, with BFR brake, freewheel and reverse technology." }
More you might like
Related
BERG Buddy Lua
Related
BERG BUDDY LUA
Related
BERG Buddy Lua
Related