
Elephant Robotics metaCat: Gift the Purr~Fect Companion Robotic Pet Cat
body { font-family: Arial, sans-serif; margin: 0; padding: 20px; } h2 { text-align: center; font-weight: bold; font-size: 2.5em; margin-bottom: 20px; font-size: 2em; } .hero-image { max-width: 100%; height: auto; display: block; margin: 0 auto 30px; } .product-section { display: flex; flex-wrap: wrap; margin-bottom: 40px; align-items: center; } .product-section h3 { font-weight: bold; margin-bottom: 10px; } .product-description, .product-image { flex: 1; padding: 20px; } .product-image img { max-width: 100%; height: auto; transition: transform 0.3s ease; } .product-image img:hover { transform: scale(1.05); } .metaCat-gifs { display: flex; justify-content: space-around; margin-bottom: 40px; } .metaCat-gifs img { max-width: 30%; height: auto; } .section-spacer { margin-top: 80px; } .large-paragraph { font-size: 20px; font-weight: bold; } @media only screen and (max-width: 768px) { .product-section, .metaPanda-gifs {