✦ Verified product
Fun Twin Bed with Safety Guardrails for Kids
USD 199.00
dadada baby
Verified independent store
→
.accordion-container { font-family: var(--body-font); margin: 20px 0; } .accordion-section { border: 0; margin-bottom: 10px; padding: 10px; border-bottom: 1px solid var(--atlas-ove
rlay-medium); } .accordion-header { cursor: pointer; font-weight: bold; color: var(--header-color); font-family: var(--header-font); font-size: 16px; text-transform: uppercase; letter-spacing: 1.7px; display: block; padding: 10px 0px; width: 100%; border-radius: 4px; box-sizing: border-box; margin-top: -5px; margin-bottom: -5px; position: relative; } .accordion-header::after { content: "▼"; font-size: 0.8em; color: #777; position: absolute; right: 0; top: 50%; transform: translateY(-50%); transition: transform 0.3s ease; } .accordion-section.active .accordion-header::after { content: "▲"; } .accordion-content { max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.3s ease, opacity 0.3s ease; padding: 0 0; } .accordion-section.active .accordion-content { max-height: 1000px; opacity: 1; padding: 10px 0; } .accordion-container a { text-decoration: underline; color: #ec8f77 !important; } Why Parents Love It The Perfect Next Step After the Crib Effortless Transition: Thoughtfully designed for style, safety, and longevity, the Fun Twin Bed makes the crib-to-big-kid upgrade seamless. Pure & Safe: Expertly crafted with 100% solid wood legs and platform board, VOC-free and plastic-free. Quick Assembly: Designed for convenience. No special tools needed. Built for Growth: Supports children up to age 12. Toddler-Friendly Design: Low-profile height + removable safety rails. Timeless Aesthetic: Mid-century modern that fits in any bedroom. Smart Storage: Optional trundle space. Shop the trundle here. Finishes: White/Natural, White/Red Oak, Graphite/Red Oak. Details Dimensions: 79” L x 42” W x 27” H Fits a standard twin mattress: 74.75” x 38.25” x 3.12” (sold separately here) Weight capacity: Up to 220 lbs Trundle box sold separately here 1-year limited warranty included Assembly & Care Simple Assembly: Hassle-free setup. Instructions below. Move Carefully: Always lift the bed when moving. Easy Cleaning: Wipe with soft, dry cloth. No harsh chemicals. Hardware Checks: Inspect periodically for safety. Store for Later: Keep the hardware and guide safe. FUN BED ASSEMBLY INSTRUCTIONS Shipping & Returns Limited-Time Free Shipping: Free home delivery (limited time). Easy Returns: Return eligible items within 14 days. See full policy 1-Year Warranty: Double the industry standard. Transparent Taxes: Taxes shown clearly at checkout. document.querySelectorAll('.accordion-header').forEach(header => { header.addEventListener('click', () => { const section = header.parentElement; const isActive = section.classList.contains('active'); document.querySelectorAll('.accordion-section').forEach(s => s.classList.remove('active')); if (!isActive) section.classList.add('active'); }); });