{"product_id":"c9-portable-mini-printer","title":"C9 Portable Mini Printer","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800\u0026display=swap');\n\n.c9-printer {\n  --purple: #9b3cff;\n  --purple-light: #c47aff;\n  --dark: #17121f;\n  --grey: #f5f3f8;\n  --text: #27212f;\n  --muted: #756d80;\n\n  font-family: 'Poppins', sans-serif;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 25px 15px;\n  color: var(--text);\n  overflow: hidden;\n}\n\n\/* MAIN CARD *\/\n.c9-main {\n  position: relative;\n  background: linear-gradient(145deg, #ffffff, #f4f1f8);\n  border-radius: 30px;\n  padding: 55px 35px;\n  overflow: hidden;\n  box-shadow: 0 20px 60px rgba(80, 40, 110, .12);\n  border: 1px solid rgba(155,60,255,.12);\n}\n\n\/* GLOW *\/\n.c9-main::before,\n.c9-main::after {\n  content: \"\";\n  position: absolute;\n  border-radius: 50%;\n  pointer-events: none;\n  filter: blur(5px);\n}\n\n.c9-main::before {\n  width: 280px;\n  height: 280px;\n  background: radial-gradient(circle, rgba(155,60,255,.18), transparent 70%);\n  top: -100px;\n  right: -80px;\n  animation: c9Glow 6s ease-in-out infinite alternate;\n}\n\n.c9-main::after {\n  width: 220px;\n  height: 220px;\n  background: radial-gradient(circle, rgba(196,122,255,.13), transparent 70%);\n  bottom: -100px;\n  left: -70px;\n  animation: c9Glow 7s ease-in-out infinite alternate-reverse;\n}\n\n@keyframes c9Glow {\n  from { transform: translate(0,0) scale(1); }\n  to { transform: translate(-20px,20px) scale(1.15); }\n}\n\n\/* HEADER *\/\n.c9-header {\n  position: relative;\n  z-index: 2;\n  text-align: center;\n  margin-bottom: 45px;\n  animation: c9FadeUp .8s ease forwards;\n}\n\n.c9-badge {\n  display: inline-block;\n  padding: 8px 18px;\n  border-radius: 50px;\n  background: rgba(155,60,255,.1);\n  color: var(--purple);\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  margin-bottom: 15px;\n  text-transform: uppercase;\n}\n\n.c9-header h2 {\n  margin: 0;\n  font-size: clamp(28px, 5vw, 46px);\n  font-weight: 800;\n  letter-spacing: -1.5px;\n  line-height: 1.1;\n}\n\n.c9-header h2 span {\n  color: var(--purple);\n}\n\n.c9-header p {\n  max-width: 650px;\n  margin: 18px auto 0;\n  color: var(--muted);\n  font-size: 15px;\n  line-height: 1.8;\n}\n\n\/* BENEFITS *\/\n.c9-benefits {\n  position: relative;\n  z-index: 2;\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 16px;\n  margin-bottom: 40px;\n}\n\n.c9-card {\n  position: relative;\n  background: rgba(255,255,255,.78);\n  backdrop-filter: blur(10px);\n  border: 1px solid rgba(155,60,255,.10);\n  border-radius: 20px;\n  padding: 22px;\n  transition: all .35s ease;\n  overflow: hidden;\n  animation: c9FadeUp .8s ease both;\n}\n\n.c9-card:nth-child(1) { animation-delay: .1s; }\n.c9-card:nth-child(2) { animation-delay: .2s; }\n.c9-card:nth-child(3) { animation-delay: .3s; }\n.c9-card:nth-child(4) { animation-delay: .4s; }\n.c9-card:nth-child(5) { animation-delay: .5s; }\n.c9-card:nth-child(6) { animation-delay: .6s; }\n.c9-card:nth-child(7) { animation-delay: .7s; }\n\n.c9-card::before {\n  content: \"\";\n  position: absolute;\n  width: 70px;\n  height: 70px;\n  background: rgba(155,60,255,.08);\n  border-radius: 50%;\n  top: -30px;\n  right: -25px;\n  transition: .4s ease;\n}\n\n.c9-card:hover {\n  transform: translateY(-7px);\n  border-color: rgba(155,60,255,.3);\n  box-shadow: 0 15px 35px rgba(100,40,150,.12);\n}\n\n.c9-card:hover::before {\n  transform: scale(2);\n}\n\n.c9-icon {\n  width: 48px;\n  height: 48px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 14px;\n  background: linear-gradient(135deg, #9b3cff, #c47aff);\n  font-size: 23px;\n  margin-bottom: 14px;\n  box-shadow: 0 8px 20px rgba(155,60,255,.25);\n  transition: .35s ease;\n}\n\n.c9-card:hover .c9-icon {\n  transform: rotate(-5deg) scale(1.08);\n}\n\n.c9-card h3 {\n  margin: 0 0 6px;\n  font-size: 16px;\n  font-weight: 700;\n}\n\n.c9-card p {\n  margin: 0;\n  color: var(--muted);\n  font-size: 13px;\n  line-height: 1.65;\n}\n\n\/* SPECS *\/\n.c9-spec-section {\n  position: relative;\n  z-index: 2;\n  background: #17121f;\n  border-radius: 25px;\n  padding: 32px;\n  color: white;\n  overflow: hidden;\n}\n\n.c9-spec-section::before {\n  content: \"\";\n  position: absolute;\n  width: 300px;\n  height: 300px;\n  background: radial-gradient(circle, rgba(155,60,255,.25), transparent 70%);\n  top: -150px;\n  right: -100px;\n  animation: c9Rotate 10s linear infinite;\n}\n\n@keyframes c9Rotate {\n  from { transform: rotate(0deg); }\n  to { transform: rotate(360deg); }\n}\n\n.c9-spec-title {\n  position: relative;\n  z-index: 2;\n  text-align: center;\n  margin-bottom: 25px;\n}\n\n.c9-spec-title h3 {\n  margin: 0;\n  font-size: 25px;\n  font-weight: 800;\n}\n\n.c9-spec-title span {\n  color: #b968ff;\n}\n\n.c9-specs {\n  position: relative;\n  z-index: 2;\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n}\n\n.c9-spec {\n  padding: 17px 14px;\n  border-radius: 15px;\n  background: rgba(255,255,255,.06);\n  border: 1px solid rgba(255,255,255,.08);\n  text-align: center;\n  transition: .3s ease;\n}\n\n.c9-spec:hover {\n  background: rgba(155,60,255,.15);\n  transform: translateY(-4px);\n}\n\n.c9-spec-icon {\n  font-size: 22px;\n  margin-bottom: 7px;\n}\n\n.c9-spec strong {\n  display: block;\n  font-size: 12px;\n  color: #b968ff;\n  margin-bottom: 4px;\n}\n\n.c9-spec small {\n  color: #d5cedd;\n  font-size: 11px;\n}\n\n\/* BOTTOM CTA *\/\n.c9-bottom {\n  position: relative;\n  z-index: 2;\n  text-align: center;\n  padding-top: 35px;\n}\n\n.c9-bottom h3 {\n  margin: 0;\n  font-size: 22px;\n  font-weight: 800;\n}\n\n.c9-bottom p {\n  margin: 8px 0 0;\n  color: var(--muted);\n  font-size: 13px;\n}\n\n.c9-pulse {\n  display: inline-block;\n  margin-top: 18px;\n  padding: 12px 25px;\n  border-radius: 50px;\n  background: linear-gradient(135deg, #9b3cff, #c47aff);\n  color: white;\n  font-weight: 700;\n  font-size: 13px;\n  box-shadow: 0 10px 25px rgba(155,60,255,.3);\n  animation: c9Pulse 2.2s infinite;\n}\n\n@keyframes c9Pulse {\n  0%,100% { transform: scale(1); }\n  50% { transform: scale(1.04); }\n}\n\n\/* ANIMATION *\/\n@keyframes c9FadeUp {\n  from {\n    opacity: 0;\n    transform: translateY(25px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n\/* MOBILE *\/\n@media (max-width: 650px) {\n\n  .c9-main {\n    padding: 40px 18px;\n    border-radius: 22px;\n  }\n\n  .c9-benefits {\n    grid-template-columns: 1fr;\n  }\n\n  .c9-specs {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .c9-spec-section {\n    padding: 25px 15px;\n  }\n\n  .c9-header h2 {\n    font-size: 31px;\n  }\n\n  .c9-header p {\n    font-size: 13px;\n  }\n\n  .c9-card {\n    padding: 19px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"c9-printer\"\u003e\n\n  \u003cdiv class=\"c9-main\"\u003e\n\n    \u003c!-- HEADER --\u003e\n    \u003cdiv class=\"c9-header\"\u003e\n\n      \u003cdiv class=\"c9-badge\"\u003e\n        🖨️ C9 MINI PRINTER\n      \u003c\/div\u003e\n\n      \u003ch2\u003e\n        Print Anywhere.\u003cbr\u003e\n        \u003cspan\u003eAnytime.\u003c\/span\u003e 📱✨\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Your pocket-sized printer for photos, notes, lists and more.\n        Connect through your mobile app and start printing with ease.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- BENEFITS --\u003e\n    \u003cdiv class=\"c9-benefits\"\u003e\n\n      \u003cdiv class=\"c9-card\"\u003e\n        \u003cdiv class=\"c9-icon\"\u003e📱\u003c\/div\u003e\n        \u003ch3\u003eWireless App Printing\u003c\/h3\u003e\n        \u003cp\u003eEasily print directly from your smartphone using the mobile app.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"c9-card\"\u003e\n        \u003cdiv class=\"c9-icon\"\u003e👜\u003c\/div\u003e\n        \u003ch3\u003eUltra-Portable\u003c\/h3\u003e\n        \u003cp\u003eCompact and lightweight, making it perfect for bags, desks and travel.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"c9-card\"\u003e\n        \u003cdiv class=\"c9-icon\"\u003e🖨️\u003c\/div\u003e\n        \u003ch3\u003eInk-Free Printing\u003c\/h3\u003e\n        \u003cp\u003eThermal printing means no expensive ink cartridges are required.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"c9-card\"\u003e\n        \u003cdiv class=\"c9-icon\"\u003e⚡\u003c\/div\u003e\n        \u003ch3\u003eQuick \u0026amp; Easy\u003c\/h3\u003e\n        \u003cp\u003eCreate prints quickly without complicated setup or messy cables.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"c9-card\"\u003e\n        \u003cdiv class=\"c9-icon\"\u003e🔋\u003c\/div\u003e\n        \u003ch3\u003eRechargeable\u003c\/h3\u003e\n        \u003cp\u003eEnjoy convenient cordless printing wherever you need it.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"c9-card\"\u003e\n        \u003cdiv class=\"c9-icon\"\u003e🎨\u003c\/div\u003e\n        \u003ch3\u003ePrint More\u003c\/h3\u003e\n        \u003cp\u003ePerfect for photos, reminders, lists, notes, labels and creative projects.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"c9-card\"\u003e\n        \u003cdiv class=\"c9-icon\"\u003e🎁\u003c\/div\u003e\n        \u003ch3\u003eFun \u0026amp; Practical\u003c\/h3\u003e\n        \u003cp\u003eA handy gadget for students, creatives, families and everyday use.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- SPECIFICATIONS --\u003e\n    \u003cdiv class=\"c9-spec-section\"\u003e\n\n      \u003cdiv class=\"c9-spec-title\"\u003e\n        \u003ch3\u003e⚙️ \u003cspan\u003eSpecifications\u003c\/span\u003e\n\u003c\/h3\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"c9-specs\"\u003e\n\n        \u003cdiv class=\"c9-spec\"\u003e\n          \u003cdiv class=\"c9-spec-icon\"\u003e📐\u003c\/div\u003e\n          \u003cstrong\u003eSIZE\u003c\/strong\u003e\n          \u003csmall\u003e10.5 × 8 × 4.3 cm\u003c\/small\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"c9-spec\"\u003e\n          \u003cdiv class=\"c9-spec-icon\"\u003e📱\u003c\/div\u003e\n          \u003cstrong\u003eCONNECTION\u003c\/strong\u003e\n          \u003csmall\u003eWireless \/ Mobile App\u003c\/small\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"c9-spec\"\u003e\n          \u003cdiv class=\"c9-spec-icon\"\u003e🖨️\u003c\/div\u003e\n          \u003cstrong\u003ePRINTING\u003c\/strong\u003e\n          \u003csmall\u003eThermal \/ Ink-Free\u003c\/small\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"c9-spec\"\u003e\n          \u003cdiv class=\"c9-spec-icon\"\u003e🔋\u003c\/div\u003e\n          \u003cstrong\u003ePOWER\u003c\/strong\u003e\n          \u003csmall\u003eRechargeable\u003c\/small\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"c9-spec\"\u003e\n          \u003cdiv class=\"c9-spec-icon\"\u003e🎀\u003c\/div\u003e\n          \u003cstrong\u003eDESIGN\u003c\/strong\u003e\n          \u003csmall\u003eCompact \u0026amp; Portable\u003c\/small\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"c9-spec\"\u003e\n          \u003cdiv class=\"c9-spec-icon\"\u003e📄\u003c\/div\u003e\n          \u003cstrong\u003ePAPER\u003c\/strong\u003e\n          \u003csmall\u003eThermal Paper\u003c\/small\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- CTA --\u003e\n    \u003cdiv class=\"c9-bottom\"\u003e\n\n      \u003ch3\u003eSmall Printer. Big Convenience. 💜\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Take your printing with you wherever life takes you.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"c9-pulse\"\u003e\n        🖨️ PRINT ANYWHERE\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Nurox","offers":[{"title":"Default Title","offer_id":55475653738787,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0991\/6435\/6899\/files\/mini-printer-1-white-background_ae330e35-aad2-4b91-a142-fd0f3c05bd98.png?v=1786829472","url":"https:\/\/nurox.co.za\/products\/c9-portable-mini-printer","provider":"Nurox","version":"1.0","type":"link"}