{"product_id":"loyal-companion-co-™-automatic-smart-pet-energy-ball","title":"Loyal Companion Co.™ | Automatic Smart Pet Energy Ball","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026display=swap');\n\n.lcc-smart-ball {\n  font-family: 'Inter', sans-serif;\n  background: linear-gradient(145deg, #dff5ff, #bfe8fb);\n  padding: 70px 22px;\n  border-radius: 32px;\n  max-width: 1150px;\n  margin: auto;\n  overflow: hidden;\n  position: relative;\n  box-shadow: 0 25px 70px rgba(80, 160, 210, 0.28);\n}\n\n.lcc-smart-ball::before {\n  content: \"\";\n  position: absolute;\n  top: -90px;\n  right: -90px;\n  width: 280px;\n  height: 280px;\n  background: rgba(255,255,255,0.55);\n  border-radius: 50%;\n  filter: blur(35px);\n  animation: glowMove 7s ease-in-out infinite;\n}\n\n.lcc-smart-ball::after {\n  content: \"🐾 🦴 🐾 🦴 🐾\";\n  position: absolute;\n  bottom: 25px;\n  left: 30px;\n  font-size: 34px;\n  opacity: 0.16;\n  animation: pawFloat 8s ease-in-out infinite;\n}\n\n@keyframes glowMove {\n  0%, 100% { transform: translate(0,0); }\n  50% { transform: translate(-40px, 35px); }\n}\n\n@keyframes pawFloat {\n  0%, 100% { transform: translateX(0); }\n  50% { transform: translateX(35px); }\n}\n\n.lcc-content {\n  position: relative;\n  z-index: 2;\n  text-align: center;\n}\n\n.lcc-badge {\n  display: inline-block;\n  background: rgba(255,255,255,0.75);\n  color: #1b6f9e;\n  padding: 10px 22px;\n  border-radius: 999px;\n  font-weight: 700;\n  font-size: 14px;\n  margin-bottom: 18px;\n  box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n}\n\n.lcc-title {\n  font-size: clamp(34px, 5vw, 62px);\n  color: #083d5c;\n  margin: 0;\n  font-weight: 800;\n  line-height: 1.05;\n}\n\n.lcc-subtitle {\n  max-width: 820px;\n  margin: 22px auto 45px;\n  color: #245d78;\n  font-size: 18px;\n  line-height: 1.7;\n}\n\n.ball-zone {\n  width: 220px;\n  height: 220px;\n  margin: 0 auto 45px;\n  position: relative;\n}\n\n.smart-ball {\n  width: 145px;\n  height: 145px;\n  border-radius: 50%;\n  background: radial-gradient(circle at 35% 30%, #ffffff, #6ecdf5 38%, #1e95d1 75%);\n  box-shadow: \n    inset -12px -14px 25px rgba(0,0,0,0.18),\n    0 25px 45px rgba(30,149,209,0.38);\n  position: absolute;\n  left: 35px;\n  top: 35px;\n  animation: chaseBall 3.6s ease-in-out infinite;\n}\n\n.smart-ball::before {\n  content: \"\";\n  position: absolute;\n  width: 42px;\n  height: 42px;\n  background: rgba(255,255,255,0.8);\n  border-radius: 50%;\n  top: 25px;\n  left: 30px;\n}\n\n.smart-ball::after {\n  content: \"⚡\";\n  position: absolute;\n  font-size: 35px;\n  color: white;\n  top: 50px;\n  left: 56px;\n  animation: pulse 1.4s infinite;\n}\n\n@keyframes chaseBall {\n  0%,100% { transform: translate(0,0) rotate(0deg); }\n  25% { transform: translate(30px,-15px) rotate(90deg); }\n  50% { transform: translate(-20px,25px) rotate(180deg); }\n  75% { transform: translate(25px,30px) rotate(270deg); }\n}\n\n@keyframes pulse {\n  0%,100% { transform: scale(1); opacity: 1; }\n  50% { transform: scale(1.25); opacity: .75; }\n}\n\n.feature-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));\n  gap: 22px;\n  margin-top: 25px;\n}\n\n.feature-card {\n  background: rgba(255,255,255,0.72);\n  backdrop-filter: blur(14px);\n  padding: 28px 22px;\n  border-radius: 24px;\n  box-shadow: 0 16px 35px rgba(20, 110, 160, 0.16);\n  transition: all .35s ease;\n  cursor: pointer;\n  border: 1px solid rgba(255,255,255,0.8);\n}\n\n.feature-card:hover {\n  transform: translateY(-10px) scale(1.02);\n  box-shadow: 0 24px 45px rgba(20, 110, 160, 0.28);\n}\n\n.feature-icon {\n  font-size: 38px;\n  display: block;\n  margin-bottom: 14px;\n  animation: iconBounce 2.5s ease-in-out infinite;\n}\n\n@keyframes iconBounce {\n  0%,100% { transform: translateY(0); }\n  50% { transform: translateY(-7px); }\n}\n\n.feature-card h3 {\n  color: #083d5c;\n  font-size: 20px;\n  margin-bottom: 10px;\n}\n\n.feature-card p {\n  color: #376b82;\n  font-size: 15px;\n  line-height: 1.6;\n}\n\n.lcc-button {\n  margin-top: 45px;\n  display: inline-block;\n  background: linear-gradient(135deg, #0b83bd, #005d8f);\n  color: white;\n  padding: 17px 36px;\n  border-radius: 999px;\n  font-weight: 800;\n  text-decoration: none;\n  box-shadow: 0 18px 35px rgba(0, 93, 143, 0.35);\n  transition: all .3s ease;\n}\n\n.lcc-button:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 26px 45px rgba(0, 93, 143, 0.45);\n}\n\n.lcc-ending {\n  margin-top: 30px;\n  color: #0b4f73;\n  font-weight: 700;\n  font-size: 18px;\n}\n\u003c\/style\u003e\n\n\u003csection class=\"lcc-smart-ball\"\u003e\n  \u003cdiv class=\"lcc-content\"\u003e\n    \u003cdiv class=\"lcc-badge\"\u003eLoyal Companion Co.™\u003c\/div\u003e\n\n    \u003ch1 class=\"lcc-title\"\u003eAutomatic Smart Pet Energy Ball\u003c\/h1\u003e\n\n    \u003cp class=\"lcc-subtitle\"\u003e\n      An intelligent self-navigating play companion designed to keep your pet active stimulated and endlessly entertained even when you're not in the room\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ball-zone\"\u003e\n      \u003cdiv class=\"smart-ball\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cspan class=\"feature-icon\"\u003e🧠\u003c\/span\u003e\n        \u003ch3\u003eBio-Trajectory Intelligence\u003c\/h3\u003e\n        \u003cp\u003eMoves unpredictably like real prey darting spinning and redirecting to awaken your pet’s natural chase instincts\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cspan class=\"feature-icon\"\u003e🛡️\u003c\/span\u003e\n        \u003ch3\u003eSafe Soft Silicone\u003c\/h3\u003e\n        \u003cp\u003eBite-resistant non-toxic and gentle on paws floors and furniture with no sharp edges and no compromise\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cspan class=\"feature-icon\"\u003e✨\u003c\/span\u003e\n        \u003ch3\u003eOne Button Infinite Play\u003c\/h3\u003e\n        \u003cp\u003eInstant activation with a single touch no complicated setup no fuss just press and watch the magic unfold\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cspan class=\"feature-icon\"\u003e🔋\u003c\/span\u003e\n        \u003ch3\u003eRechargeable Type-C Power\u003c\/h3\u003e\n        \u003cp\u003eFast convenient charging with all-day play power and an ultra-low noise motor for quiet fun anytime\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cspan class=\"feature-icon\"\u003e🏠\u003c\/span\u003e\n        \u003ch3\u003eSmart Obstacle Avoidance\u003c\/h3\u003e\n        \u003cp\u003eNavigates furniture walls and tight corners automatically so play continues without getting stuck\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cspan class=\"feature-icon\"\u003e🐶\u003c\/span\u003e\n        \u003ch3\u003ePlay Elevated\u003c\/h3\u003e\n        \u003cp\u003eHelps end loneliness burn energy and strengthen the bond between pets and their loyal companions\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ca class=\"lcc-button\" href=\"#\"\u003eShop the Smart Ball\u003c\/a\u003e\n\n    \u003cdiv class=\"lcc-ending\"\u003e\n      Ends loneliness Burns energy Strengthens the bond\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Loyal Companion Co.","offers":[{"title":"Blue","offer_id":62937282838899,"sku":null,"price":159.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":62937282871667,"sku":null,"price":159.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1000\/0898\/4947\/files\/bluecm.jpg?v=1781181709","url":"https:\/\/loyalcompanionco.co.za\/products\/loyal-companion-co-%e2%84%a2-automatic-smart-pet-energy-ball","provider":"Loyal Companion Co.","version":"1.0","type":"link"}