{"title":"Home page","description":null,"products":[{"product_id":"applimax-pocketblender-portable-electric-blender","title":"Applimax`PocketBlender (Portable Electric Blender)","description":"\u003cstyle\u003e\n.applimax-wrap{\n  max-width:1100px;\n  margin:auto;\n  padding:50px 20px;\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;\n  color:#13251b;\n  overflow:hidden;\n}\n\n\/* HERO *\/\n.applimax-hero{\n  text-align:center;\n  padding:20px;\n  background:linear-gradient(135deg,#f0fff5,#ffffff,#f8ffe9);\n  border-radius:30px;\n  animation:fadeUp .8s ease;\n}\n\n.applimax-badge{\n  display:inline-block;\n  padding:9px 17px;\n  border-radius:50px;\n  background:linear-gradient(90deg,#d8ffe7,#efffc5);\n  color:#0c9849;\n  font-size:13px;\n  font-weight:800;\n  box-shadow:0 6px 20px rgba(45,190,95,.15);\n  animation:pulse 2.5s infinite;\n}\n\n.applimax-hero h2{\n  font-size:clamp(38px,6vw,62px);\n  line-height:1;\n  margin:20px 0;\n  font-weight:900;\n  letter-spacing:-2.5px;\n}\n\n.applimax-hero h2 span{\n  background:linear-gradient(90deg,#10a653,#78d82f,#f2bd27,#10a653);\n  background-size:300%;\n  -webkit-background-clip:text;\n  color:transparent;\n  animation:gradient 5s linear infinite;\n}\n\n.applimax-hero p{\n  max-width:650px;\n  margin:auto;\n  color:#65736a;\n  font-size:17px;\n  line-height:1.7;\n}\n\n\/* FEATURES *\/\n.applimax-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:20px;\n  margin-top:28px;\n}\n\n.applimax-card{\n  padding:27px 23px;\n  border-radius:24px;\n  background:white;\n  border:1px solid #e5eee8;\n  box-shadow:0 15px 40px rgba(35,110,65,.09);\n  transition:.35s ease;\n  animation:fadeUp .8s ease both;\n}\n\n.applimax-card:nth-child(2){animation-delay:.15s}\n.applimax-card:nth-child(3){animation-delay:.3s}\n\n.applimax-card:hover{\n  transform:translateY(-9px) scale(1.02);\n  box-shadow:0 22px 45px rgba(25,170,80,.18);\n}\n\n.applimax-icon{\n  width:52px;\n  height:52px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:17px;\n  font-size:25px;\n  margin-bottom:15px;\n  animation:float 3s ease-in-out infinite;\n}\n\n\/* Different colours *\/\n.applimax-card:nth-child(1) .applimax-icon{\n  background:#dcfbea;\n}\n\n.applimax-card:nth-child(2) .applimax-icon{\n  background:#fff1c7;\n}\n\n.applimax-card:nth-child(3) .applimax-icon{\n  background:#dff3ff;\n}\n\n.applimax-card h3{\n  margin:0 0 8px;\n  font-size:18px;\n}\n\n.applimax-card p{\n  margin:0;\n  color:#6b7770;\n  font-size:14px;\n  line-height:1.6;\n}\n\n\/* HOW IT WORKS *\/\n.applimax-how{\n  margin-top:30px;\n  padding:35px;\n  border-radius:28px;\n  background:\n    radial-gradient(circle at 90% 10%,#b8ed42 0,transparent 28%),\n    linear-gradient(135deg,#087d3c,#13a957);\n  color:white;\n  text-align:center;\n  position:relative;\n  overflow:hidden;\n  box-shadow:0 20px 45px rgba(15,150,70,.2);\n}\n\n.applimax-how h3{\n  margin:0 0 25px;\n  font-size:28px;\n}\n\n.applimax-steps{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:20px;\n}\n\n.applimax-step{\n  padding:18px;\n  border-radius:18px;\n  background:rgba(255,255,255,.12);\n  backdrop-filter:blur(8px);\n  transition:.3s;\n}\n\n.applimax-step:hover{\n  background:rgba(255,255,255,.2);\n  transform:translateY(-5px);\n}\n\n.applimax-step strong{\n  display:block;\n  font-size:16px;\n  margin-bottom:6px;\n}\n\n.applimax-step span{\n  color:#d8f5e2;\n  font-size:13px;\n}\n\n\/* SPECS *\/\n.applimax-specs{\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center;\n  gap:10px;\n  margin-top:25px;\n}\n\n.applimax-spec{\n  padding:11px 16px;\n  border-radius:50px;\n  font-size:13px;\n  font-weight:600;\n  transition:.3s;\n}\n\n.applimax-spec:nth-child(1){background:#dcfbea;color:#087d3c}\n.applimax-spec:nth-child(2){background:#fff0c4;color:#9a7100}\n.applimax-spec:nth-child(3){background:#dff4ff;color:#14739c}\n.applimax-spec:nth-child(4){background:#f0e5ff;color:#7142a8}\n.applimax-spec:nth-child(5){background:#ffe7dc;color:#b45624}\n.applimax-spec:nth-child(6){background:#e5f9c9;color:#548600}\n\n.applimax-spec:hover{\n  transform:translateY(-4px) scale(1.04);\n}\n\n\/* ANIMATIONS *\/\n@keyframes fadeUp{\n  from{opacity:0;transform:translateY(25px)}\n  to{opacity:1;transform:translateY(0)}\n}\n\n@keyframes float{\n  0%,100%{transform:translateY(0)}\n  50%{transform:translateY(-7px)}\n}\n\n@keyframes pulse{\n  0%,100%{box-shadow:0 0 0 0 rgba(25,170,80,.2)}\n  50%{box-shadow:0 0 0 9px rgba(25,170,80,0)}\n}\n\n@keyframes gradient{\n  0%{background-position:0%}\n  100%{background-position:300%}\n}\n\n@media(max-width:750px){\n  .applimax-grid,\n  .applimax-steps{\n    grid-template-columns:1fr;\n  }\n\n  .applimax-how{\n    padding:28px 18px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"applimax-wrap\"\u003e\n\n  \u003cdiv class=\"applimax-hero\"\u003e\n    \u003cdiv class=\"applimax-badge\"\u003e⚡ USB-C • 450ML • PORTABLE\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Blend Fresh.\u003cbr\u003e\n      \u003cspan\u003eBlend Anywhere.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Meet the \u003cstrong\u003eApplimax PocketBlender\u003c\/strong\u003e — your compact,\n      rechargeable blender for smoothies, protein shakes and fresh drinks\n      wherever life takes you.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"applimax-grid\"\u003e\n\n    \u003cdiv class=\"applimax-card\"\u003e\n      \u003cdiv class=\"applimax-icon\"\u003e🥤\u003c\/div\u003e\n      \u003ch3\u003eFresh On Demand\u003c\/h3\u003e\n      \u003cp\u003eBlend fruits, greens, supplements and shakes directly in your bottle.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"applimax-card\"\u003e\n      \u003cdiv class=\"applimax-icon\"\u003e⚡\u003c\/div\u003e\n      \u003ch3\u003ePower Anywhere\u003c\/h3\u003e\n      \u003cp\u003eRechargeable USB-C power lets you blend without being tied to a plug.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"applimax-card\"\u003e\n      \u003cdiv class=\"applimax-icon\"\u003e🧼\u003c\/div\u003e\n      \u003ch3\u003eEasy To Clean\u003c\/h3\u003e\n      \u003cp\u003eAdd water and soap, blend for 10 seconds, rinse and you're done.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"applimax-how\"\u003e\n    \u003ch3\u003eFresh in 3 Simple Steps\u003c\/h3\u003e\n\n    \u003cdiv class=\"applimax-steps\"\u003e\n      \u003cdiv class=\"applimax-step\"\u003e\n        \u003cstrong\u003e🥝 01 · Load\u003c\/strong\u003e\n        \u003cspan\u003eAdd your favourite ingredients.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"applimax-step\"\u003e\n        \u003cstrong\u003e⚡ 02 · Blend\u003c\/strong\u003e\n        \u003cspan\u003ePress and hold the button.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"applimax-step\"\u003e\n        \u003cstrong\u003e💚 03 · Enjoy\u003c\/strong\u003e\n        \u003cspan\u003eBlend, drink and get moving.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"applimax-specs\"\u003e\n    \u003cdiv class=\"applimax-spec\"\u003e🔋 USB-C Rechargeable\u003c\/div\u003e\n    \u003cdiv class=\"applimax-spec\"\u003e🔪 6 Stainless Blades\u003c\/div\u003e\n    \u003cdiv class=\"applimax-spec\"\u003e💧 Leak Resistant\u003c\/div\u003e\n    \u003cdiv class=\"applimax-spec\"\u003e📦 450ml Capacity\u003c\/div\u003e\n    \u003cdiv class=\"applimax-spec\"\u003e🧴 BPA-Free Tritan\u003c\/div\u003e\n    \u003cdiv class=\"applimax-spec\"\u003e⚡ 15–20 Blends \/ Charge\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Applimax","offers":[{"title":"Default Title","offer_id":48708024172785,"sku":null,"price":749.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0815\/1233\/3553\/files\/rn-image_picker_lib_temp_9b8ef119-6657-4f16-8dcc-0024b3688ea3.png?v=1788966637"}],"url":"https:\/\/applimax.co.za\/collections\/frontpage.oembed","provider":"Applimax","version":"1.0","type":"link"}