{"product_id":"kaevor™-power-bank","title":"Kaevor™ Power Bank","description":"\u003cstyle\u003e\n:root{\n  --kaevor-navy:#0F2747;\n  --kaevor-blue:#1F5EFF;\n  --kaevor-gold:#D4A44B;\n  --kaevor-text:#1E293B;\n  --kaevor-muted:#64748B;\n  --kaevor-bg:#F8FAFC;\n  --kaevor-white:#ffffff;\n}\n\n*{\n  box-sizing:border-box;\n}\n\n.kaevor-power{\n  max-width:1100px;\n  margin:auto;\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,sans-serif;\n  color:var(--kaevor-text);\n}\n\n.kaevor-card{\n  background:#fff;\n  border-radius:28px;\n  overflow:hidden;\n  border:1px solid rgba(15,39,71,.08);\n  box-shadow:0 20px 60px rgba(15,39,71,.08);\n}\n\n.hero{\n  display:grid;\n  grid-template-columns:1.1fr .9fr;\n  gap:60px;\n  align-items:center;\n  padding:70px;\n  background:\n  radial-gradient(circle at top right,rgba(31,94,255,.08),transparent 45%),\n  linear-gradient(135deg,#ffffff,#f8fbff);\n}\n\n.badge{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  padding:8px 16px;\n  border-radius:50px;\n  background:#EEF4FF;\n  color:var(--kaevor-blue);\n  font-size:13px;\n  font-weight:700;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n  animation:fadeUp .7s ease;\n}\n\n.hero h2{\n  font-size:48px;\n  line-height:1.1;\n  color:var(--kaevor-navy);\n  margin:20px 0;\n  animation:fadeUp .8s ease;\n}\n\n.hero p{\n  font-size:18px;\n  color:var(--kaevor-muted);\n  line-height:1.8;\n  margin-bottom:35px;\n  animation:fadeUp .9s ease;\n}\n\n.stats{\n  display:flex;\n  flex-wrap:wrap;\n  gap:16px;\n}\n\n.stat{\n  background:white;\n  border:1px solid rgba(15,39,71,.08);\n  border-radius:18px;\n  padding:18px 22px;\n  min-width:150px;\n  transition:.35s;\n  animation:fadeUp 1s ease;\n}\n\n.stat:hover{\n  transform:translateY(-6px);\n  box-shadow:0 20px 40px rgba(31,94,255,.12);\n}\n\n.stat h3{\n  margin:0;\n  font-size:26px;\n  color:var(--kaevor-blue);\n}\n\n.stat span{\n  display:block;\n  margin-top:6px;\n  font-size:14px;\n  color:var(--kaevor-muted);\n}\n\n.visual{\n  display:flex;\n  justify-content:center;\n  align-items:center;\n}\n\n.powerbank{\n  width:280px;\n  height:470px;\n  border-radius:38px;\n  background:linear-gradient(145deg,#162F57,#091423);\n  position:relative;\n  box-shadow:\n  0 30px 80px rgba(15,39,71,.25);\n  animation:float 5s ease-in-out infinite;\n}\n\n.powerbank::before{\n  content:\"\";\n  position:absolute;\n  inset:14px;\n  border-radius:30px;\n  background:linear-gradient(160deg,#243f70,#0f1b2b);\n}\n\n.screen{\n  position:absolute;\n  width:170px;\n  height:170px;\n  background:#0E1116;\n  border-radius:28px;\n  left:50%;\n  transform:translateX(-50%);\n  top:45px;\n  display:flex;\n  justify-content:center;\n  align-items:center;\n  color:#fff;\n  font-size:52px;\n  font-weight:800;\n  border:2px solid rgba(255,255,255,.08);\n  overflow:hidden;\n}\n\n.screen::after{\n  content:\"\";\n  position:absolute;\n  width:220%;\n  height:40px;\n  background:rgba(255,255,255,.08);\n  transform:rotate(-25deg);\n  animation:shine 3.5s infinite;\n}\n\n.label{\n  position:absolute;\n  bottom:70px;\n  left:50%;\n  transform:translateX(-50%);\n  color:white;\n  font-size:20px;\n  font-weight:600;\n  letter-spacing:.08em;\n}\n\n.features{\n  padding:70px;\n  background:var(--kaevor-bg);\n}\n\n.features h3{\n  text-align:center;\n  font-size:34px;\n  color:var(--kaevor-navy);\n  margin-bottom:50px;\n}\n\n.grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:24px;\n}\n\n.feature{\n  background:white;\n  border-radius:22px;\n  padding:30px;\n  transition:.35s;\n  border:1px solid rgba(15,39,71,.08);\n}\n\n.feature:hover{\n  transform:translateY(-8px);\n  box-shadow:0 18px 45px rgba(15,39,71,.08);\n}\n\n.icon{\n  width:60px;\n  height:60px;\n  border-radius:18px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  background:linear-gradient(135deg,var(--kaevor-blue),#4F86FF);\n  color:white;\n  font-size:28px;\n  margin-bottom:20px;\n}\n\n.feature h4{\n  margin:0 0 12px;\n  color:var(--kaevor-navy);\n  font-size:22px;\n}\n\n.feature p{\n  margin:0;\n  color:var(--kaevor-muted);\n  line-height:1.7;\n}\n\n.footer{\n  padding:70px 50px;\n  text-align:center;\n  background:white;\n}\n\n.footer h3{\n  color:var(--kaevor-navy);\n  font-size:38px;\n  margin-bottom:15px;\n}\n\n.footer p{\n  color:var(--kaevor-muted);\n  font-size:18px;\n  max-width:700px;\n  margin:auto;\n}\n\n@keyframes float{\n0%,100%{\ntransform:translateY(0px);\n}\n50%{\ntransform:translateY(-18px);\n}\n}\n\n@keyframes shine{\n0%{\nleft:-220%;\n}\n100%{\nleft:160%;\n}\n}\n\n@keyframes fadeUp{\nfrom{\nopacity:0;\ntransform:translateY(25px);\n}\nto{\nopacity:1;\ntransform:translateY(0);\n}\n}\n\n@media(max-width:850px){\n\n.hero{\ngrid-template-columns:1fr;\npadding:40px 25px;\ntext-align:center;\ngap:40px;\n}\n\n.hero h2{\nfont-size:34px;\n}\n\n.stats{\njustify-content:center;\n}\n\n.features{\npadding:45px 20px;\n}\n\n.grid{\ngrid-template-columns:1fr;\n}\n\n.powerbank{\nwidth:220px;\nheight:380px;\n}\n\n.screen{\nwidth:140px;\nheight:140px;\nfont-size:42px;\n}\n\n.footer{\npadding:50px 20px;\n}\n\n.footer h3{\nfont-size:28px;\n}\n\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"kaevor-power\"\u003e\n\n\u003cdiv class=\"kaevor-card\"\u003e\n\n\u003cdiv class=\"hero\"\u003e\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"badge\"\u003e\n⚡ KAEVOR™ FAST CHARGING\n\u003c\/div\u003e\n\n\u003ch2\u003e\nPower That Keeps Up With Your Lifestyle.\n\u003c\/h2\u003e\n\n\u003cp\u003e\nStay connected wherever life takes you with the \u003cstrong\u003eKaevor™ 66W Fast Charge Power Bank.\u003c\/strong\u003e\nDesigned for everyday convenience, it combines powerful 66W charging, built-in cables and a premium compact design that fits effortlessly into your pocket, backpack or handbag.\n\u003c\/p\u003e\n\n\u003cdiv class=\"stats\"\u003e\n\n\u003cdiv class=\"stat\"\u003e\n\u003ch3\u003e66W\u003c\/h3\u003e\n\u003cspan\u003eUltra Fast Charging\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"stat\"\u003e\n\u003ch3\u003e3\u003c\/h3\u003e\n\u003cspan\u003eBuilt-In Charging Cables\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"stat\"\u003e\n\u003ch3\u003eHD\u003c\/h3\u003e\n\u003cspan\u003eMirror Display\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"visual\"\u003e\n\n\u003cdiv class=\"powerbank\"\u003e\n\n\u003cdiv class=\"screen\"\u003e\n100%\n\u003c\/div\u003e\n\n\u003cdiv class=\"label\"\u003e\nKAEVOR\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"features\"\u003e\n\n\u003ch3\u003eDesigned For Modern Living\u003c\/h3\u003e\n\n\u003cdiv class=\"grid\"\u003e\n\n\u003cdiv class=\"feature\"\u003e\n\n\u003cdiv class=\"icon\"\u003e\n⚡\n\u003c\/div\u003e\n\n\u003ch4\u003e66W Super Fast Charging\u003c\/h4\u003e\n\n\u003cp\u003e\nRecharge compatible smartphones, tablets and accessories at impressive speeds, reducing downtime wherever you are.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature\"\u003e\n\n\u003cdiv class=\"icon\"\u003e\n🔌\n\u003c\/div\u003e\n\n\u003ch4\u003eBuilt-In Charging Cables\u003c\/h4\u003e\n\n\u003cp\u003e\nIntegrated USB-C, Lightning and Micro USB cables eliminate clutter and ensure you're always ready to charge.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature\"\u003e\n\n\u003cdiv class=\"icon\"\u003e\n📱\n\u003c\/div\u003e\n\n\u003ch4\u003eHD Mirror Display\u003c\/h4\u003e\n\n\u003cp\u003e\nThe premium digital display provides an accurate battery percentage at a glance so you always know your remaining power.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature\"\u003e\n\n\u003cdiv class=\"icon\"\u003e\n🛡️\n\u003c\/div\u003e\n\n\u003ch4\u003eAdvanced Safety Protection\u003c\/h4\u003e\n\n\u003cp\u003e\nEngineered with intelligent protection against overheating, overcharging, over-current and short circuits for dependable everyday charging.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature\"\u003e\n\n\u003cdiv class=\"icon\"\u003e\n🎒\n\u003c\/div\u003e\n\n\u003ch4\u003eTravel Friendly\u003c\/h4\u003e\n\n\u003cp\u003e\nCompact dimensions of only \u003cstrong\u003e101 × 66 × 28 mm\u003c\/strong\u003e make it the perfect companion for work, travel and everyday adventures.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature\"\u003e\n\n\u003cdiv class=\"icon\"\u003e\n🎨\n\u003c\/div\u003e\n\n\u003ch4\u003ePremium Finish\u003c\/h4\u003e\n\n\u003cp\u003e\nAvailable in elegant \u003cstrong\u003eMidnight Black\u003c\/strong\u003e and \u003cstrong\u003eCloud White\u003c\/strong\u003e with a minimalist Kaevor aesthetic.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n\n\u003ch3\u003eCharge Less. Live More.\u003c\/h3\u003e\n\n\u003cp\u003e\nWhether you're commuting, travelling or simply powering through your day, the Kaevor™ 66W Fast Charge Power Bank delivers reliable power with premium style—wherever life takes you.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Kaevor","offers":[{"title":"Default Title","offer_id":48673246937337,"sku":null,"price":389.9,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0821\/3987\/3529\/files\/ChatGPTImageJul19_2026at11_06_41AM.png?v=1784452778","url":"https:\/\/www.kaevor.co.za\/products\/kaevor%e2%84%a2-power-bank","provider":"Kaevor","version":"1.0","type":"link"}