{"product_id":"steampurr™-massage-brush-unwanted-hair-remover","title":"PawStars Cat Massage Brush \u0026 Hair Remover","description":"\u003cdiv class=\"steampurr-wrapper\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n\n.steampurr-wrapper{\n  font-family:'Poppins',sans-serif;\n  background:#fffaf3;\n  color:#222;\n  padding:32px 18px;\n  border-radius:28px;\n  overflow:hidden;\n  position:relative;\n  max-width:100%;\n  box-shadow:0 8px 30px rgba(0,0,0,.06);\n}\n\n.steampurr-wrapper *{\n  box-sizing:border-box;\n}\n\n\/* BACKGROUND *\/\n\n.sp-bg{\n  position:absolute;\n  inset:0;\n  background:\n  radial-gradient(circle at top right, rgba(255,183,3,.14), transparent 35%),\n  radial-gradient(circle at bottom left, rgba(255,145,0,.10), transparent 35%);\n  z-index:0;\n  animation:bgMove 8s infinite alternate ease-in-out;\n}\n\n@keyframes bgMove{\n  from{transform:scale(1);}\n  to{transform:scale(1.05);}\n}\n\n\/* CONTENT *\/\n\n.sp-content{\n  position:relative;\n  z-index:2;\n}\n\n\/* BADGE *\/\n\n.sp-badge{\n  display:inline-block;\n  background:#fff;\n  color:#ff9100;\n  padding:8px 16px;\n  border-radius:999px;\n  font-size:12px;\n  font-weight:700;\n  margin-bottom:18px;\n  box-shadow:0 4px 18px rgba(0,0,0,.08);\n  animation:pulse 2s infinite;\n}\n\n@keyframes pulse{\n  0%{transform:scale(1);}\n  50%{transform:scale(1.05);}\n  100%{transform:scale(1);}\n}\n\n\/* HERO *\/\n\n.sp-title{\n  font-size:42px;\n  line-height:1.1;\n  font-weight:800;\n  margin-bottom:14px;\n}\n\n.sp-gradient{\n  color:#ff9b05;\n}\n\n.sp-desc{\n  font-size:16px;\n  line-height:1.8;\n  color:#666;\n  margin-bottom:30px;\n}\n\n\/* PRODUCT IMAGE *\/\n\n.sp-image-wrap{\n  display:flex;\n  justify-content:center;\n  margin-bottom:40px;\n  position:relative;\n}\n\n.sp-glow{\n  position:absolute;\n  width:260px;\n  height:260px;\n  border-radius:50%;\n  background:radial-gradient(circle, rgba(255,183,3,.28), transparent 70%);\n  filter:blur(35px);\n  animation:glowPulse 4s infinite ease-in-out;\n}\n\n@keyframes glowPulse{\n  0%{transform:scale(1);}\n  50%{transform:scale(1.08);}\n  100%{transform:scale(1);}\n}\n\n.sp-product{\n  width:100%;\n  max-width:320px;\n  border-radius:24px;\n  position:relative;\n  z-index:2;\n  box-shadow:0 20px 50px rgba(0,0,0,.18);\n  animation:floatProduct 5s infinite ease-in-out;\n}\n\n@keyframes floatProduct{\n  0%{transform:translateY(0);}\n  50%{transform:translateY(-10px);}\n  100%{transform:translateY(0);}\n}\n\n\/* FEATURES *\/\n\n.feature-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:16px;\n  margin-bottom:35px;\n}\n\n.feature-card{\n  background:#fff;\n  border-radius:22px;\n  padding:22px;\n  transition:.3s ease;\n  box-shadow:0 8px 24px rgba(0,0,0,.05);\n}\n\n.feature-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 12px 28px rgba(255,145,0,.15);\n}\n\n.feature-icon{\n  font-size:30px;\n  margin-bottom:12px;\n}\n\n.feature-title{\n  font-size:18px;\n  font-weight:700;\n  margin-bottom:8px;\n}\n\n.feature-text{\n  font-size:14px;\n  color:#666;\n  line-height:1.7;\n}\n\n\/* HOW TO *\/\n\n.how-section{\n  margin-top:20px;\n  margin-bottom:40px;\n}\n\n.how-title{\n  font-size:28px;\n  font-weight:700;\n  margin-bottom:20px;\n}\n\n.how-steps{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n}\n\n.step{\n  background:#fff;\n  padding:18px;\n  border-radius:18px;\n  box-shadow:0 6px 18px rgba(0,0,0,.04);\n  font-size:15px;\n  line-height:1.7;\n  color:#555;\n  transition:.3s ease;\n}\n\n.step:hover{\n  transform:translateX(5px);\n}\n\n\/* FAQ *\/\n\n.sp-faq{\n  margin-top:40px;\n  margin-bottom:40px;\n}\n\n.faq-title{\n  font-size:30px;\n  font-weight:800;\n  margin-bottom:20px;\n}\n\n.faq-item{\n  background:#fff;\n  border-radius:18px;\n  margin-bottom:14px;\n  overflow:hidden;\n  box-shadow:0 6px 18px rgba(0,0,0,.05);\n}\n\n.faq-question{\n  list-style:none;\n  cursor:pointer;\n  padding:20px;\n  font-weight:700;\n  position:relative;\n}\n\n.faq-question::-webkit-details-marker{\n  display:none;\n}\n\n.faq-question::after{\n  content:'+';\n  position:absolute;\n  right:20px;\n  top:50%;\n  transform:translateY(-50%);\n  font-size:24px;\n  transition:.3s ease;\n}\n\n.faq-item[open] .faq-question::after{\n  transform:translateY(-50%) rotate(45deg);\n}\n\n.faq-answer{\n  padding:0 20px 20px;\n  color:#666;\n  line-height:1.7;\n  font-size:14px;\n}\n\n\/* TABLE *\/\n\n.table-wrap{\n  overflow-x:auto;\n  margin-top:10px;\n}\n\n.size-table{\n  width:100%;\n  min-width:320px;\n  border-collapse:collapse;\n  overflow:hidden;\n  border-radius:18px;\n}\n\n.size-table th{\n  background:#ffb703;\n  color:#fff;\n  padding:16px;\n  text-align:left;\n  font-size:15px;\n  font-weight:700;\n}\n\n.size-table td{\n  padding:16px;\n  background:#fff;\n  border-bottom:1px solid #f1f1f1;\n  color:#555;\n  font-size:14px;\n}\n\n\/* SHIPPING + RETURNS *\/\n\n.info-buttons{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n  margin-top:40px;\n}\n\n.info-btn{\n  background:#fff;\n  border-radius:18px;\n  overflow:hidden;\n  box-shadow:0 6px 18px rgba(0,0,0,.05);\n}\n\n.info-summary{\n  list-style:none;\n  cursor:pointer;\n  padding:20px;\n  font-weight:700;\n  position:relative;\n}\n\n.info-summary::-webkit-details-marker{\n  display:none;\n}\n\n.info-summary::after{\n  content:'+';\n  position:absolute;\n  right:20px;\n  top:50%;\n  transform:translateY(-50%);\n  font-size:24px;\n  transition:.3s ease;\n}\n\n.info-btn[open] .info-summary::after{\n  transform:translateY(-50%) rotate(45deg);\n}\n\n.info-content{\n  padding:0 20px 20px;\n  color:#666;\n  line-height:1.8;\n  font-size:14px;\n}\n\n\/* CTA *\/\n\n.cta-wrap{\n  text-align:center;\n}\n\n.cta-btn{\n  display:inline-block;\n  margin-top:35px;\n  background:#ff9100;\n  color:#fff;\n  text-decoration:none;\n  padding:16px 32px;\n  border-radius:999px;\n  font-weight:700;\n  font-size:16px;\n  transition:.3s ease;\n  box-shadow:0 8px 24px rgba(255,145,0,.25);\n}\n\n.cta-btn:hover{\n  transform:scale(1.05);\n}\n\n\/* MOBILE *\/\n\n@media(max-width:768px){\n\n  .steampurr-wrapper{\n    padding:24px 14px;\n    border-radius:20px;\n  }\n\n  .sp-title{\n    font-size:32px;\n  }\n\n  .sp-desc{\n    font-size:15px;\n    line-height:1.7;\n  }\n\n  .feature-grid{\n    grid-template-columns:1fr;\n  }\n\n  .feature-card{\n    padding:20px;\n  }\n\n  .feature-title{\n    font-size:17px;\n  }\n\n  .how-title{\n    font-size:24px;\n  }\n\n  .faq-title{\n    font-size:24px;\n  }\n\n  .cta-btn{\n    width:100%;\n    text-align:center;\n    font-size:16px;\n    padding:16px 20px;\n  }\n\n  .size-table th,\n  .size-table td{\n    padding:14px 10px;\n    font-size:13px;\n  }\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"steampurr-wrapper\"\u003e\n\u003cdiv class=\"sp-bg\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"sp-content\"\u003e\n\u003cdiv class=\"sp-badge\"\u003e🐾 VIRAL PET GROOMING TOOL\u003c\/div\u003e\n\u003ch1 class=\"sp-title\"\u003ePawStars \u003cspan class=\"sp-gradient\"\u003eMassage Brush \u0026amp; Hair Remover\u003c\/span\u003e ✨\u003c\/h1\u003e\n\u003cp class=\"sp-desc\"\u003eSay goodbye to unwanted pet hair everywhere 😩💛 The \u003cstrong\u003ePawStars™ Massage Brush\u003c\/strong\u003e is the ultimate unwanted hair remover designed to gently remove loose fur, reduce shedding, soften tangled hair, and provide a relaxing massage while grooming. Perfect for cats 🐱 and dogs 🐶\u003c\/p\u003e\n\u003c!-- REPLACE IMAGE URL --\u003e\n\u003cdiv class=\"sp-image-wrap\"\u003e\n\u003cdiv class=\"sp-glow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cimg class=\"sp-product\" alt=\"PawStars Massage Brush\"\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💨\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eMist Grooming Technology\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eFine mist helps soften fur and reduce static for smoother hair removal.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💆\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eRelaxing Massage\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eSoft silicone teeth massage your pet comfortably without scratching sensitive skin.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧼\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eEasy Fur Cleanup\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eQuickly remove collected fur after brushing for stress-free grooming sessions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔋\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eRechargeable Design\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eUSB rechargeable with long-lasting battery performance for everyday grooming.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"how-section\"\u003e\n\u003cdiv class=\"how-title\"\u003e🛠️ How To Use\u003c\/div\u003e\n\u003cdiv class=\"how-steps\"\u003e\n\u003cdiv class=\"step\"\u003e1️⃣ Add warm water into the spray compartment 💧\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e2️⃣ Press the power button to activate the mist 🔘\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e3️⃣ Gently brush your pet’s fur following the direction of hair growth ✨\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e4️⃣ Remove collected fur easily after grooming 🐾\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"sp-faq\"\u003e\n\u003cdiv class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/div\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eCan this be used on cats and dogs?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes — the PawStars™ Massage Brush is designed for both cats and dogs of all fur types.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eDoes the mist hurt pets?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eNot at all. The gentle mist simply helps soften fur and reduce static for easier grooming.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eIs the brush rechargeable?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes — it comes with a rechargeable battery and can be charged using USB.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eIs it easy to clean?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. Collected fur removes quickly and easily after grooming sessions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- TABLE --\u003e\n\u003cdiv class=\"table-wrap\"\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e11 CM \/ 4.33 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e6 CM \/ 2.36 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitable For\u003c\/td\u003e\n\u003ctd\u003eCats 🐱 \u0026amp; Dogs 🐶\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- SHIPPING + RETURNS --\u003e\n\u003cdiv class=\"info-buttons\"\u003e\n\u003cdetails class=\"info-btn\"\u003e\n\u003csummary class=\"info-summary\"\u003e📦 Shipping Information\u003c\/summary\u003e\n\u003cdiv class=\"info-content\"\u003eOrders are processed within 1–3 business days. Estimated delivery time is typically \u003cstrong\u003e8–11 business days\u003c\/strong\u003e depending on your location.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"info-btn\"\u003e\n\u003csummary class=\"info-summary\"\u003e🔄 Returns \u0026amp; Refunds\u003c\/summary\u003e\n\u003cdiv class=\"info-content\"\u003eWe offer a 30-day return policy. If your order arrives damaged or you are not satisfied, contact us and we’ll help make it right.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-wrap\"\u003e\u003ca href=\"\/cart\" class=\"cta-btn\"\u003e 🛒 Get Yours Today \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Paw Stars","offers":[{"title":"Green","offer_id":43973821530246,"sku":null,"price":199.0,"currency_code":"ZAR","in_stock":true},{"title":"Yellow","offer_id":43974022561926,"sku":null,"price":199.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/7775\/2454\/files\/steampurr-unboxing-paw-stars-box_9358d373-22a7-4b6e-a171-c802c0a33053.png?v=1778363735","url":"https:\/\/www.paw-stars.co.za\/products\/steampurr%e2%84%a2-massage-brush-unwanted-hair-remover","provider":"Paw Stars","version":"1.0","type":"link"}