Height Adjustable Kids Table | Let's Play Let's Grow
.tss-product { font-family: inherit; max-width: 100%; } .tss-product * { box-sizing: border-box; } /* Award */ .tss-award { display: flex; align-items: center; gap: 16px; backgroun d: #FDF6E3; border: 1.5px solid #D4AA50; border-radius: 10px; padding: 14px 18px; margin-bottom: 26px; } .tss-award img { width: 66px; height: auto; flex-shrink: 0; } .tss-award-ey { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #9A6A08; margin-bottom: 3px; } .tss-award-name { font-size: 14px; font-weight: 600; color: #5A3E00; line-height: 1.35; } /* Intro */ .tss-intro { font-size: 16px; line-height: 1.78; color: #585861; margin-bottom: 26px; } .tss-intro strong { color: #2C2C3A; } /* Video */ .tss-video-wrap { display: flex; justify-content: center; margin-bottom: 8px; } .tss-video { border-radius: 10px; overflow: hidden; background: #000; width: 100%; max-width: 350px; } .tss-video video { display: block; width: 100%; } .tss-video-cap { font-size: 13px; color: #8888A0; text-align: center; margin-bottom: 30px; } /* Stats */ .tss-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 36px; } @media (max-width: 480px) { .tss-stats { grid-template-columns: repeat(2,1fr); } } .tss-stat { background: #EEF1FB; border-radius: 10px; padding: 16px 10px; text-align: center; } .tss-stat-val { font-size: 20px; font-weight: 800; color: #6d86d6; line-height: 1.1; margin-bottom: 5px; } .tss-stat-val sup { font-size: 12px; font-weight: 600; } .tss-stat-lbl { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #2C2C3A; line-height: 1.3; } /* Accordions */ .tss-accs { border-top: 1.5px solid #D8DCF0; margin-bottom: 36px; } details.tss-acc { border-bottom: 1.5px solid #D8DCF0; } details.tss-acc > summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 0; font-size: 15px; font-weight: 700; color: #2C2C3A; cursor: pointer; list-style: none; user-select: none; -webkit-user-select: none; } details.tss-acc > summary::-webkit-details-marker { display: none; } details.tss-acc > summary::marker { display: none; } details.tss-acc > summary::after { content: '+'; flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid #6d86d6; color: #6d86d6; font-size: 20px; font-weight: 300; line-height: 26px; text-align: center; transition: background .15s, color .15s; } details.tss-acc[open] > summary::after { content: 'β'; background: #6d86d6; color: #fff; } .tss-acc-body { padding: 4px 0 24px; font-size: 14px; line-height: 1.72; color: #585861; } .tss-acc-body p { margin-bottom: 12px; } .tss-acc-body p:last-child { margin-bottom: 0; } /* Checklist */ .tss-list { list-style: none; padding: 0; margin: 0; } .tss-list li { padding: 8px 0 8px 24px; position: relative; border-bottom: 1px solid #EAEDFA; font-size: 14px; line-height: 1.65; } .tss-list li:last-child { border-bottom: none; } .tss-list li::before { content: 'β'; position: absolute; left: 0; top: 9px; color: #6d86d6; font-weight: 700; font-size: 13px; } /* Who tags */ .tss-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; } .tss-tag { background: #EEF1FB; border: 1px solid #C4CCEE; border-radius: 20px; padding: 5px 13px; font-size: 13px; font-weight: 600; color: #2C2C3A; } /* Spec table */ .tss-spec-wrap { overflow-x: auto; } .tss-spec { width: 100%; border-collapse: collapse; font-size: 14px; } .tss-spec tr { border-bottom: 1px solid #D8DCF0; } .tss-spec tr:last-child { border-bottom: none; } .tss-spec td { padding: 10px 6px; vertical-align: top; } .tss-spec td:first-child { font-weight: 700; color: #2C2C3A; width: 40%; padding-right: 16px; } .tss-care { margin-top: 18px; padding-top: 14px; border-top: 1px solid #D8DCF0; } .tss-care-hd { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: #8888A0; margin-bottom: 10px; } .tss-note { font-size: 13px; color: #8888A0; line-height: 1.65; margin-top: 14px; padding: 12px 14px; background: #F4F6FD; border-radius: 8px; } /* Add-on */ .tss-addon { background: #EEF1FB; border-left: 3px solid #6d86d6; border-radius: 0 10px 10px 0; padding: 18px 20px; } .tss-addon-ey { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #6d86d6; margin-bottom: 4px; } .tss-addon-title { font-size: 16px; font-weight: 700; color: #2C2C3A; margin-bottom: 10px; } .tss-addon-desc { font-size: 14px; line-height: 1.72; color: #585861; margin-bottom: 16px; } .tss-addon-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; } @media (max-width: 440px) { .tss-addon-grid { grid-template-columns: 1fr; } } .tss-addon-feat { background: #fff; border: 1px solid #C4CCEE; border-radius: 8px; padding: 10px 12px; font-size: 13px; color: #585861; line-height: 1.45; } .tss-addon-feat b { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #6d86d6; margin-bottom: 2px; } /* Delivery rows (inside accordion) */ .tss-del-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #D8DCF0; } .tss-del-row:last-of-type { border-bottom: none; } .tss-del-state { font-size: 15px; font-weight: 600; color: #2C2C3A; } .tss-del-price { font-size: 18px; font-weight: 800; color: #6d86d6; } π 2026 Kiindred Awards Expert's Choice β Best Sensory or Open Ended Toy The Let's Grow Adjustable Table is the only table your family will ever need. Starting at toddler height and winding all the way up to adult kitchen-bench height, it grows alongside your child - from crafting through to homework and beyond. A generous 100cm Γ 60cm surface leaves room for big messy ideas, and the solid MDF and carbon steel build means it'll take whatever family life throws at it. See how simply the table winds up and down between heights 54β78cm Height Range 100Γ60cm Table Surface 3yr Warranty 1 Table for Life Features & Benefits Height range 54cmβ78cm - toddler table to adult kitchen-bench height, adjustable in minutes with the included handle Removable height-adjust handle - set the height, remove the handle and it stays put; great for consistent positioning Large 100cm Γ 60cm surface - room for sensory trays, art, construction play, school work and more Strong and sturdy - 21kg solid MDF top with carbon steel frame, built for real family and school use Smooth winding mechanism - easy to adjust, no tools required Wipe-clean surface - ideal for messy play, sensory bins, paints and craft One conscious investment - toddler table β school desk β craft station β standing desk; this table grows with your child for life 3-year manufacturer warranty - quality built to last Who It's For Toddlers Preschoolers School-age kids Teens & adults OT clinics Schools NDIS participants Toddlers and preschoolers - perfect low play table for sensory exploration, art and early learning School-age children - wind it up as they grow; a proper homework desk and creative workspace in one Children with physical or motor differences - adjusts to the exact height needed for positioning, OT goals and independent use NDIS participants - durable, versatile equipment suitable for a wide range of support goals; may be NDIS fundable Teens and adults - at 78cm, a comfortable adult standing desk or craft table Educators, OTs and therapists - one table that works for every client at every age and stage Families who value longevity - invest once, never replace it Specifications Height range 54cm β 78cm Table surface 100cm Γ 60cm Weight 21kg Material 100% MDF & carbon steel Assembly Required - clear instructions included Warranty 3-year manufacturer warranty Use Indoor only, flat stable ground Surface care Wipe with a damp cloth Care & Safety Do not sit, stand or climb on the table Adult supervision recommended at all times Do not apply excessive weight, especially when adjusting height Place on flat, stable ground only β indoor use only Regularly check and tighten joint parts for security Do not use if any fault is apparent π¦ These tables arrive in magnificently large boxes β let the kids go wild with paint and pencils before you break it down. Just make sure you're happy with your product first! Warranty This table comes with a 3-year manufacturer warranty against defects in materials and workmanship Warranty covers structural faults, winding mechanism failure, and manufacturing defects under normal use Warranty does not cover damage from misuse, excessive weight, or outdoor exposure To make a warranty claim, email us at [email protected] with your order number and a photo of the fault We'll assess your claim promptly and arrange a replacement or repair at no cost to you Shipping π¦ Victoria $50 π¦ All other states $75 Due to its size and weight (21kg) this table is delivered by courier.
More you might like
Related
Toddler Table and Chairs Height Adjustable Kids Set - Adjust
Related
Kids Table and Chairs Set Height Adjustable Toddler Multi -
Related
Kids Study Table and Chairs Set Height Adjustable Graffiti -
Related