The Mint to Be Playmat features a soft, light mint color that brightens any room, creating a calm and inviting atmosphere for your baby. Its reversible design, cushioned surface, and anti-slip finish support tummy time, crawling, and first steps. Waterproof and easy to clean, it’s durable and mess-free. Quick to assemble with interlocking tiles, it's the perfect addition to any nursery or playroom. 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: 6 ft x 4 ft Thickness: 1.2 cm Tiles: 6 tiles, each tile 60cm x 60cm What We Believe In + Safe for Baby: Made with non-toxic, BPA-free materials, and complies with CPSIA safety standards for your peace of mind. Eco-Friendly Construction: Crafted from sustainable, baby-safe materials, ensuring both your child's well-being and the planet's future.. Supports Growth: Perfect cushioning for all milestones—tummy time, crawling, and first steps—with an anti-slip surface for safety. Simple Care:Waterproof and easy to wipe clean, making it effortless to maintain.. Modern Design: Lightweight and reversible, this mat’s soft colors complement any nursery or playroom. Quality Assured Exceeds EN71 - EU Toy Safety Testing standards Exceeds ASTM F963 - US Toy Safety standards CPSIA Compliant Usage Instructions + Cleaning: Simply wipe with mild soap and water, and dry completely. Vacuum: Avoid using a power vacuum to prevent damage. Protection: Keep sharp objects like heels or pet claws away from the mat.. Gentle Cleaners: Use non-abrasive cleaners to preserve the material. Setup: Ensure the surface is clean and dry before placing the mat. 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'); } }); });