Learning Tower
.ltw{ --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); } .ltw *{box-sizing:border-box;} .ltw{margin:0; background:var(--white); color:var(--ink); font-family:'Montserrat', sans-serif; line-height:1.6;} .ltw h2, .ltw h3, .ltw h4{font-family:'Montserrat', sans-serif; font-weight:700; margin:0 0 0.4em 0; letter-spacing:-0.01em;} .ltw .mono{font-family:'Montserrat', sans-serif; font-weight:600; letter-spacing:0.04em; text-transform:uppercase; font-size:0.72rem;} .ltw a{color:inherit;} .ltw .wrap{max-width:1160px; margin:0 auto; padding:0 28px;} .ltw img, .ltw svg{display:block; max-width:100%;} .ltw a:focus-visible, .ltw button:focus-visible, .ltw summary:focus-visible{outline:3px solid var(--blue-dark); outline-offset:3px;} .ltw .photo-card{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--blue-soft);} .ltw .photo-card img{width:100%; display:block; object-fit:contain;} .ltw .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;} .ltw .intro{padding:56px 0 20px;} .ltw .intro h2{font-size:2rem; max-width:32ch;} .ltw .intro p{color:var(--ink-soft); font-size:1.08rem; max-width:62ch;} .ltw .badges{display:flex; flex-wrap:wrap; gap:10px; margin-top:20px;} .ltw .badge{background:var(--blue-soft); border:1px solid var(--line); border-radius:999px; padding:8px 16px; font-size:0.85rem; font-weight:700;} .ltw .glance{padding:0 0 40px;} .ltw .glance-table{width:100%; border-collapse:collapse; max-width:640px;} .ltw .glance-table td{padding:10px 14px; border-bottom:1px solid var(--line); font-size:0.92rem;} .ltw .glance-table td:first-child{font-weight:700; color:var(--ink-soft); width:45%;} .ltw .included{padding:48px 0 68px; background:var(--white);} .ltw .included-grid{display:grid; grid-template-columns:1.05fr 1fr; gap:56px; align-items:center;} .ltw .included h3{font-size:1.6rem;} .ltw .included-sub{color:var(--ink-soft); font-size:1.02rem; margin:12px 0 22px; max-width:46ch;} .ltw .included-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px;} .ltw .included-list li{display:flex; align-items:flex-start; gap:12px; font-size:1rem;} .ltw .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;} .ltw .included-list strong{display:block;} .ltw .included-list span.desc{color:var(--ink-soft); font-size:0.92rem;} .ltw .story-block{padding:64px 0;} .ltw .story-block.bg-blue{background:var(--blue-soft);} .ltw .story-block.bg-yellow{background:var(--yellow-soft);} .ltw .story-block.bg-green{background:var(--green-soft);} .ltw .story-block.bg-white{background:var(--white);} .ltw .story-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;} .ltw .story-block.reverse .story-grid{direction:rtl;} .ltw .story-block.reverse .story-grid > *{direction:ltr;} .ltw .story-photo{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--white); position:relative;} .ltw .story-photo img{width:100%; display:block; object-fit:contain;} .ltw .story-num{font-size:1rem; font-weight:700; color:var(--blue-dark); text-transform:uppercase; letter-spacing:0.03em; display:block; margin-bottom:12px;} .ltw .story-block h3{font-size:1.5rem;} .ltw .story-block p{color:var(--ink-soft); font-size:1.02rem;} .ltw .dims{padding:64px 0; background:var(--blue-soft);} .ltw .dims h3{font-size:1.7rem;} .ltw .dims-sub{color:var(--ink-soft); margin-bottom:30px;} .ltw .dims-list{list-style:none; margin:0; padding:0; max-width:640px;} .ltw .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;} .ltw .dims-list li span.val{color:var(--ink-soft); font-weight:600; text-align:right;} .ltw .specs{background:var(--white); padding:64px 0; border-top:1px solid var(--line);} .ltw .specs h3{font-size:1.8rem; margin-bottom:8px;} .ltw .specs-sub{color:var(--ink-soft); margin-bottom:36px;} .ltw .specs-grid{display:grid; grid-template-columns:repeat(2, 1fr); gap:32px;} .ltw .spec-group h4{font-size:1.02rem; color:var(--blue-dark); margin-bottom:10px;} .ltw .spec-group ul{margin:0; padding-left:18px; color:var(--ink-soft); font-size:0.95rem;} .ltw .spec-group ul li{margin-bottom:6px;} .ltw .spec-group p{color:var(--ink-soft); font-size:0.95rem; margin:0;} .ltw .faq{padding:64px 0; background:var(--yellow-soft);} .ltw .faq h3{font-size:1.8rem; margin-bottom:8px;} .ltw .faq-sub{color:var(--ink-soft); margin-bottom:30px;} .ltw details{border-bottom:1px solid rgba(22,32,42,0.14); padding:18px 0;} .ltw details:first-of-type{border-top:1px solid rgba(22,32,42,0.14);} .ltw summary{cursor:pointer; font-weight:700; font-size:1rem; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px;} .ltw summary::-webkit-details-marker{display:none;} .ltw summary::after{content:"+"; font-weight:700; font-size:1.4rem; color:var(--blue-dark); flex:none; transition:transform 0.2s ease;} .ltw details[open] summary::after{transform:rotate(45deg);} .ltw details p{color:var(--ink-soft); margin:12px 0 0; max-width:64ch;} .ltw .related{background:var(--ink); padding:64px 0;} .ltw .related h3{font-size:1.6rem; color:var(--white);} .ltw .related-sub{color:rgba(255,253,253,0.68); margin-bottom:30px;} .ltw .related-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;} .ltw .rel-card{background:rgba(255,253,253,0.06); border:1px solid rgba(255,253,253,0.16); border-radius:var(--radius); padding:24px;} .ltw .rel-card .mono{color:var(--yellow);} .ltw .rel-card h4{color:var(--white); font-size:1.08rem; margin:8px 0 6px;} .ltw .rel-card p{color:rgba(255,253,253,0.7); font-size:0.9rem; margin:0 0 14px;} .ltw .rel-link{font-weight:700; font-size:0.88rem; color:var(--blue); text-decoration:none; border-bottom:2px solid var(--blue);} .ltw footer.site{padding:32px 0; text-align:center; color:var(--ink-soft); font-size:0.85rem;} @media (max-width: 860px){ .ltw .included-grid{grid-template-columns:1fr;} .ltw .story-grid, .ltw .story-block.reverse .story-grid{grid-template-columns:1fr; direction:ltr;} .ltw .specs-grid{grid-template-columns:1fr;} .ltw .related-grid{grid-template-columns:1fr;} } Authorised Jenjo Games Dealer • Free Shipping Australia Wide • 13,000+ Happy Customers Kitchen Helper Furniture An Adjustable Learning Tower That Keeps Kids Safe At Counter Height Our Learning Tower gives your child a safe, solid platform to stand on so they can join in at the counter, whether that is mixing, preparing food or helping clean up. The removable whiteboard and blackboard slides into the frame and doubles as a safety barrier, and the standing platform adjusts in height as your child grows. When it is not in use as a tower, the same frame folds down into an easel. Recommended for ages 12 months and up. ✓ Height Adjustable 37cm to 46cm ✓ Removable Whiteboard/Blackboard ✓ Poplar Plywood Frame ✓ Recommended Ages 12m+ Size 45cm L x 45cm W x 90cm H Platform Height Range 37cm to 46cm, adjustable Weight 10kg Recommended Ages 12 months and up, always with adult supervision What's Included Everything you need to set the Learning Tower up at home, straight out of the box. ✓1x Learning Tower FramePoplar plywood frame with a standing platform for your child. ✓Height Adjustable PlatformSits between 37cm and 46cm so it can adjust as your child grows. ✓Removable Whiteboard/BlackboardSlides in and out of the frame and works as a safety barrier. ✓Chalk, Marker, Duster And MagnetsA to Z letters, 0 to 9 numbers, 5x symbols, whiteboard marker, chalk and an eraser. Safe Standing HeightA Safe Way To Help At The Counter The Learning Tower gives your child a stable platform to stand on at counter height, with a surrounding barrier so they can join in with mixing, preparing food or cleaning up without stepping back or overreaching. It is built to keep little helpers close and supervised while they are part of the action. Grows With Your ChildPlatform Height Adjusts From 37cm To 46cm As your child grows taller, the standing platform can be moved to a new height using the included hex key, so the tower keeps working for your family for longer instead of being outgrown after a single season. More Than A TowerSlide Out The Board For Easel Style Play The whiteboard and blackboard panel slides out of the frame, so the same piece of furniture can be used as a drawing easel when your child is not standing at the counter. Magnetic letters, numbers and symbols turn it into a spelling and counting activity too. Dimensions A quick reference before you order. Assembled Size 45cm L x 45cm W x 90cm H Weight 10kg Packed Dimensions 92cm x 7cm x 47cm Recommended Ages 12 months and up, with supervision Technical Specifications Everything you need to know before it arrives. What's In the Box 1x Learning Tower frame Removable whiteboard/blackboard A to Z magnetic letters and 0 to 9 magnetic numbers 5x magnetic symbols, whiteboard marker, 3x chalk pieces and a duster Hex key for assembly Materials Poplar plywood frame with a removable whiteboard and blackboard panel, designed to be wiped clean. Safety Precautions Recommended for ages 12 months and up Always supervise your child while they are standing in the tower Position away from the stove, hot surfaces and sharp kitchen edges Check the whiteboard barrier is fitted correctly before each use Confirm the platform height and hex key fixings are secure before standing on it Suited to indoor and outdoor use, but bring it undercover each day to protect it and get the most longevity out of it Setup Hex key assembly with the tool included. The platform height can be adjusted at any time by loosening and retightening the same fixings. Frequently Asked Questions Everything you need to know before it arrives. What age is the Learning Tower suitable for? It's recommended for children aged 12 months and up, always with adult supervision while they are standing in the tower. How high does the standing platform adjust? The platform can be set anywhere between 37cm and 46cm, so you can raise it as your child grows taller. Is assembly required? Yes, the Learning Tower uses hex key assembly and the tool is included in the box. The same hex key is used later if you want to adjust the platform height. Does the Learning Tower include a whiteboard and blackboard? Yes, a removable whiteboard and blackboard panel slides into the frame. It works as a safety barrier when your child is standing in the tower, and can be used separately as an easel with the included chalk and marker. Can I use it outdoors? Yes, it's suited to indoor and outdoor use. If used outside, bring it undercover each day to protect it and get the most longevity out of it. Should I always supervise my child in the Learning Tower? Yes, adult supervision is recommended at all times while a child is standing in the Learning Tower, particularly near the stove or kitchen benchtop. 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. Round Out The Playroom Other options available at All Things For Kids. Foldable Frame • $209.95Kids Wooden Foldable Climbing Frame A compact climbing frame that folds flat, ideal for smaller playrooms. Shop Kids Wooden Foldable Climbing Frame → Activity Cube • $244.95Children's Climbing Cube A multi sided activity cube for climbing, sliding and quiet play. Shop Children's Climbing Cube → 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
Learning Tower For Children, Montessori Learning Tower With
Related
Learning Tower For Children, Montessori Learning Tower With
Related
Learning Tower for Kids - Baby Adjustable Learning Tower Nat
Related