Dual-Sided Playmat (Sun-Glint & Ellipsis) features two stylish designs, one with a sun-glint pattern and the other with a geometric ellipsis. It provides a cushioned, safe surface for babies and toddlers to play. Durable, easy to clean, and versatile, this playmat enhances any space while supporting your child's growth. 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 60cm x 60cm What We Believe In + Safety First: Meets CPSIA standards, non-toxic, and free from harmful substances Non-Toxic Materials: Crafted with eco-friendly, non-toxic components. Easy Maintenance: Water-resistant, wipe-clean surface for easy care. Milestone Support:Offers the right balance for tummy time, crawling, and first steps. Compact Convenience:Lightweight, easy to assemble, and stores neatly. Dual-Sided Design: Unique reversible patterns our Sun-Glint and Ellipsis enhancing play areas with style and versatility. Quality Assured Exceeds EN71 - EU Toy Safety Testing standards Exceeds ASTM F963 - US Toy Safety standards CPSIA Compliant Usage Instructions + Easy to Clean: Use an all-purpose cleaner or mild dish soap with water to wipe the mat clean. Make sure to dry it completely. Handle with Care: Avoid using a power vacuum cleaner, as it may damage the mat’s surface.. Protect the Surface: Shoes are okay, but avoid sharp objects like high heels or pet claws that can cause damage.. Gentle Cleaners Only: Steer clear of corrosive or abrasive cleaners, as they can harm the mat.. Proper Placement: Ensure the floor is clean and dry before placing the mat, and avoid trapping moisture 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'); } }); });