The Moonlight Blue Playmat offers a calming, serene blue color perfect for nurseries and playrooms. Made with non-toxic, BPA-free materials, it provides a safe, cushioned surface for tummy time, crawling, and first steps. Waterproof, easy to clean, and quick to assemble, it's designed for modern parents looking for safety and style. Product Overview Product Details /* Container for tabs */ .tab-container { max-width: 800px; margin: auto; font-family: Arial, sans-serif; } /* Individual tabs */ .tab { border: 1px solid #ddd; border-radius: 5px; margin-bottom: 10px; overflow: hidden; } /* Tab headers */ .tab-header { background-color: #f9f9f9; padding-top: 5px; padding-right: 15px; padding-bottom: 1px; padding-left: 15px; cursor: pointer; display: flex; align-items: center; font-size: 16px; font-weight:bold; transition: background-color 0.3s ease; } /* Add spacing between icon and text */ .tab-header .icon { margin-left: auto; /* Push the icon to the right */ font-size: 18px; font-weight: bold; color: #444; transition: transform 0.3s ease; } /* Rotating icon when open */ .tab-header.open .icon { transform: rotate(45deg); } /* Content inside each tab */ .tab-content { display: none; padding: 15px; background-color: #fff; border-top: 1px solid #ddd; font-size: 14px; } /* List style for tab content */ .tab-content ul { padding-left: 20px; } .tab-content ul li { margin-bottom: 5px; } Dimensions and Details + Dimensions: 5.5 ft x 3.7 ft Thickness: 1.2 cm Tiles: 6 tiles, each tile 58cm x 58cm What We Believe In + Safe & Non-Toxic: The Moonlight Blue Playmat is free from BPA, phthalates, and heavy metals, ensuring a safe environment for your little one. Eco-Friendly: Made from sustainable, non-toxic materials to protect both your baby and the planet. Designed for Development: A cushioned, anti-slip surface supports tummy time, crawling, and first steps.. Effortless Care:Waterproof and easy to wipe clean for your convenience. Cool & Modern: The soothing Moonlight Blue color creates a light, calming vibe, making it the perfect addition to any nursery or playroom. Quality Assured Exceeds EN71 - EU Toy Safety Testing standards Exceeds ASTM F963 - US Toy Safety standards CPSIA Compliant Usage Instructions + Simple Cleaning: Use a gentle cleaner or mild dish soap mixed with water. Wipe the mat clean and dry it fully to maintain freshness. Vacuum Carefully: Avoid power vacuums to prevent damage to the mat's surface. Protect the Mat: Keep sharp objects, including pet claws and high heels, away to preserve its quality.. Gentle Care Only: Stick to non-abrasive cleaners to protect the mat's soft surface. Proper Setup: Ensure the floor is clean and dry before placing the mat to prevent moisture buildup underneath.. Warranty and Returns + Friendly Returns: We offer full refunds on opened and unused items within 30 days of purchase. Exchanges: Want to exchange? No problem! We'll handle it. Warranty: Our 365-day warranty comes free with all products. Read more about our Valioza Return and Refund policy document.querySelectorAll('.tab-header').forEach(header => { header.addEventListener('click', () => { const content = header.nextElementSibling; const isOpen = header.classList.contains('open'); // Close all tabs document.querySelectorAll('.tab-content').forEach(tab => tab.style.display = 'none'); document.querySelectorAll('.tab-header').forEach(header => header.classList.remove('open')); // Open the clicked tab if (!isOpen) { content.style.display = 'block'; header.classList.add('open'); } }); });