{"title":"Grooming \u0026 Care","description":"","products":[{"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"},{"product_id":"furaway-pro™-grooming-gloves-effortless-cat-dog-hair-removal","title":"PawStars Hair Removal Gloves","description":"\u003cdiv class=\"pawstars-premium\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\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.pawstars-premium *{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n}\n\n.pawstars-premium{\n  font-family:'Poppins',sans-serif;\n  background:#0f0f10;\n  color:#fff;\n  border-radius:28px;\n  overflow:hidden;\n}\n\n\/* MAIN WRAPPER *\/\n\n.pawstars-wrap{\n  width:100%;\n  padding:18px;\n}\n\n\/* HERO *\/\n\n.pawstars-hero{\n  position:relative;\n  overflow:hidden;\n  background:\n  radial-gradient(circle at top left,#ffe25944,transparent 35%),\n  radial-gradient(circle at bottom right,#ffb30033,transparent 35%),\n  linear-gradient(135deg,#121212,#1b1b1b);\n  border-radius:28px;\n  padding:40px 24px;\n  margin-bottom:22px;\n  animation:fadeUp 1s ease;\n}\n\n.pawstars-hero::before{\n  content:'';\n  position:absolute;\n  width:300px;\n  height:300px;\n  background:#ffcc00;\n  filter:blur(120px);\n  opacity:0.15;\n  top:-120px;\n  right:-120px;\n}\n\n.pawstars-badge{\n  display:inline-block;\n  background:linear-gradient(90deg,#ffd54f,#ffb300);\n  color:#111;\n  padding:10px 18px;\n  border-radius:50px;\n  font-size:12px;\n  font-weight:700;\n  margin-bottom:20px;\n  animation:pulse 2s infinite;\n}\n\n.pawstars-title{\n  font-size:34px;\n  line-height:1.1;\n  font-weight:800;\n  margin-bottom:20px;\n  color:#fff;\n}\n\n.pawstars-title span{\n  color:#ffcc00;\n}\n\n.pawstars-text{\n  color:#ffffff;\n  font-size:15px;\n  line-height:1.9;\n  margin-bottom:28px;\n}\n\n\/* PRODUCT IMAGE *\/\n\n.pawstars-image-wrap{\n  display:flex;\n  justify-content:center;\n  margin-bottom:35px;\n  position:relative;\n}\n\n.pawstars-glow{\n  position:absolute;\n  width:260px;\n  height:260px;\n  background:#ffcc00;\n  border-radius:50%;\n  filter:blur(80px);\n  opacity:.18;\n  animation:pulseGlow 4s infinite ease-in-out;\n}\n\n@keyframes pulseGlow{\n  0%{transform:scale(1);}\n  50%{transform:scale(1.08);}\n  100%{transform:scale(1);}\n}\n\n.pawstars-product{\n  width:100%;\n  max-width:320px;\n  border-radius:24px;\n  position:relative;\n  z-index:2;\n  box-shadow:0 20px 60px rgba(0,0,0,.35);\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\/* BUTTON *\/\n\n.pawstars-btn{\n  display:inline-block;\n  text-decoration:none;\n  background:linear-gradient(90deg,#ffd54f,#ffb300);\n  color:#111;\n  padding:16px 30px;\n  border-radius:18px;\n  font-weight:700;\n  font-size:15px;\n  box-shadow:0 12px 35px rgba(255,193,7,0.35);\n  transition:0.35s ease;\n}\n\n.pawstars-btn:hover{\n  transform:translateY(-5px) scale(1.03);\n}\n\n\/* SECTION *\/\n\n.pawstars-section{\n  margin-bottom:24px;\n}\n\n.pawstars-heading{\n  text-align:center;\n  font-size:30px;\n  font-weight:800;\n  margin-bottom:22px;\n  color:#fff;\n}\n\n\/* GRID *\/\n\n.pawstars-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:18px;\n}\n\n\/* CARD *\/\n\n.pawstars-card{\n  background:rgba(255,255,255,0.09);\n  border:1px solid rgba(255,255,255,0.12);\n  border-radius:24px;\n  padding:24px;\n  backdrop-filter:blur(14px);\n  transition:0.4s ease;\n  position:relative;\n  overflow:hidden;\n}\n\n.pawstars-card:hover{\n  transform:translateY(-6px);\n  border-color:#ffcc00;\n}\n\n.pawstars-card::before{\n  content:'';\n  position:absolute;\n  width:180px;\n  height:180px;\n  background:#ffcc00;\n  filter:blur(80px);\n  opacity:0.08;\n  top:-80px;\n  right:-80px;\n}\n\n.pawstars-icon{\n  font-size:42px;\n  margin-bottom:14px;\n}\n\n.pawstars-card h3{\n  font-size:22px;\n  margin-bottom:12px;\n  color:#fff;\n}\n\n.pawstars-card p{\n  color:#ffffff;\n  font-size:15px;\n  line-height:1.9;\n  font-weight:400;\n}\n\n\/* FAQ *\/\n\n.pawstars-faq{\n  margin-top:40px;\n  margin-bottom:40px;\n}\n\n.faq-item{\n  background:rgba(255,255,255,0.08);\n  border:1px solid rgba(255,255,255,.1);\n  border-radius:22px;\n  margin-bottom:16px;\n  overflow:hidden;\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:#ffffff;\n  line-height:1.8;\n  font-size:14px;\n}\n\n\/* DIMENSIONS *\/\n\n.pawstars-size-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n}\n\n.pawstars-size{\n  background:rgba(255,255,255,0.08);\n  border:1px solid rgba(255,255,255,0.12);\n  border-radius:24px;\n  text-align:center;\n  padding:28px 14px;\n  transition:.3s ease;\n}\n\n.pawstars-size:hover{\n  transform:translateY(-4px);\n}\n\n.pawstars-size h4{\n  font-size:16px;\n  margin-bottom:12px;\n}\n\n.pawstars-size span{\n  font-size:28px;\n  font-weight:800;\n  color:#ffcc00;\n}\n\n\/* INFO BUTTONS *\/\n\n.info-buttons{\n  display:flex;\n  flex-direction:column;\n  gap:16px;\n  margin-top:40px;\n}\n\n.info-btn{\n  background:rgba(255,255,255,0.08);\n  border:1px solid rgba(255,255,255,.1);\n  border-radius:22px;\n  overflow:hidden;\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:#ffffff;\n  line-height:1.8;\n  font-size:14px;\n}\n\n\/* CTA *\/\n\n.pawstars-cta{\n  background:linear-gradient(135deg,#ffd54f,#ffb300);\n  color:#111;\n  border-radius:28px;\n  padding:45px 24px;\n  text-align:center;\n  animation:fadeUp 1.2s ease;\n}\n\n.pawstars-cta h2{\n  font-size:32px;\n  line-height:1.2;\n  margin-bottom:16px;\n}\n\n.pawstars-cta p{\n  font-size:15px;\n  line-height:1.8;\n  margin-bottom:24px;\n  color:#111;\n}\n\n\/* ANIMATIONS *\/\n\n@keyframes fadeUp{\n  from{\n    opacity:0;\n    transform:translateY(40px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n@keyframes pulse{\n  0%{transform:scale(1);}\n  50%{transform:scale(1.05);}\n  100%{transform:scale(1);}\n}\n\n\/* MOBILE + DESKTOP *\/\n\n@media(min-width:768px){\n\n.pawstars-wrap{\n  padding:40px;\n}\n\n.pawstars-grid{\n  grid-template-columns:repeat(2,1fr);\n}\n\n.pawstars-title{\n  font-size:58px;\n}\n\n.pawstars-text{\n  font-size:18px;\n}\n\n.pawstars-heading{\n  font-size:46px;\n}\n\n.pawstars-size span{\n  font-size:44px;\n}\n\n.pawstars-cta h2{\n  font-size:54px;\n}\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"pawstars-premium\"\u003e\n\u003cdiv class=\"pawstars-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"pawstars-hero\"\u003e\n\u003cdiv class=\"pawstars-badge\"\u003e🐾 PREMIUM PET GROOMING\u003c\/div\u003e\n\u003ch1 class=\"pawstars-title\"\u003ePawStars Hair Removal \u003cspan\u003eGloves\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"pawstars-text\"\u003eTired of pet hair covering your clothes, couch, and carpets? 😩The upgraded reusable hair removal glove designed with frictional electrostatic adsorption technology ⚡ that attracts loose fur, lint, and dander instantly! Perfect for cats \u0026amp; dogs, this premium grooming glove gives your furry friend a relaxing massage while keeping your home cleaner and fur-free ✨\u003c\/p\u003e\n\u003c!-- REPLACE IMAGE URL --\u003e\n\u003cdiv class=\"pawstars-image-wrap\"\u003e\n\u003cdiv class=\"pawstars-glow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"pawstars-btn\" href=\"\/cart\"\u003e🛒 Shop Now \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"pawstars-section\"\u003e\n\u003ch2 class=\"pawstars-heading\"\u003e✨ Features \u0026amp; Strengths\u003c\/h2\u003e\n\u003cdiv class=\"pawstars-grid\"\u003e\n\u003cdiv class=\"pawstars-card\"\u003e\n\u003cdiv class=\"pawstars-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eElectrostatic Fur Removal\u003c\/h3\u003e\n\u003cp\u003ePowerful static electricity technology lifts loose fur, lint, and dander instantly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawstars-card\"\u003e\n\u003cdiv class=\"pawstars-icon\"\u003e🧤\u003c\/div\u003e\n\u003ch3\u003eDouble-Sided Bristles\u003c\/h3\u003e\n\u003cp\u003eEnhanced double-sided cleaning surface removes deeper embedded pet hair effortlessly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawstars-card\"\u003e\n\u003cdiv class=\"pawstars-icon\"\u003e💦\u003c\/div\u003e\n\u003ch3\u003eReusable \u0026amp; Washable\u003c\/h3\u003e\n\u003cp\u003eEco-friendly reusable material designed for easy cleaning and long-lasting use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawstars-card\"\u003e\n\u003cdiv class=\"pawstars-icon\"\u003e💪\u003c\/div\u003e\n\u003ch3\u003ePremium Build Quality\u003c\/h3\u003e\n\u003cp\u003eMade with durable polypropylene and upgraded odor-resistant sponge technology.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawstars-card\"\u003e\n\u003cdiv class=\"pawstars-icon\"\u003e😻\u003c\/div\u003e\n\u003ch3\u003eMassage Comfort\u003c\/h3\u003e\n\u003cp\u003eGentle grooming texture provides a relaxing massage pets absolutely love.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawstars-card\"\u003e\n\u003cdiv class=\"pawstars-icon\"\u003e🛋️\u003c\/div\u003e\n\u003ch3\u003eMulti-Surface Cleaning\u003c\/h3\u003e\n\u003cp\u003ePerfect for pets, furniture, bedding, car seats, clothes, carpets, and more.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DIMENSIONS --\u003e\n\u003cdiv class=\"pawstars-section\"\u003e\n\u003ch2 class=\"pawstars-heading\"\u003e📏 Product Dimensions\u003c\/h2\u003e\n\u003cdiv class=\"pawstars-size-grid\"\u003e\n\u003cdiv class=\"pawstars-size\"\u003e\n\u003ch4\u003eLength\u003c\/h4\u003e\n\u003cspan\u003e25cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawstars-size\"\u003e\n\u003ch4\u003eWidth\u003c\/h4\u003e\n\u003cspan\u003e18cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"pawstars-section\"\u003e\n\u003ch2 class=\"pawstars-heading\"\u003e🛠️ How To Use\u003c\/h2\u003e\n\u003cdiv class=\"pawstars-grid\"\u003e\n\u003cdiv class=\"pawstars-card\"\u003e\n\u003cdiv class=\"pawstars-icon\"\u003e1️⃣\u003c\/div\u003e\n\u003ch3\u003eSlip It On\u003c\/h3\u003e\n\u003cp\u003ePlace your hand inside the glove for a secure and comfortable fit 🧤\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawstars-card\"\u003e\n\u003cdiv class=\"pawstars-icon\"\u003e2️⃣\u003c\/div\u003e\n\u003ch3\u003eSwipe \u0026amp; Groom\u003c\/h3\u003e\n\u003cp\u003eRub gently across your pet’s fur, furniture, or clothing following the hair direction ✨\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawstars-card\"\u003e\n\u003cdiv class=\"pawstars-icon\"\u003e3️⃣\u003c\/div\u003e\n\u003ch3\u003eCollect Fur Instantly\u003c\/h3\u003e\n\u003cp\u003eThe electrostatic surface attracts loose fur, lint, and dander within seconds ⚡🐾\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawstars-card\"\u003e\n\u003cdiv class=\"pawstars-icon\"\u003e4️⃣\u003c\/div\u003e\n\u003ch3\u003ePeel \u0026amp; Reuse\u003c\/h3\u003e\n\u003cp\u003eSimply remove the trapped fur by hand and rinse clean for your next session 💦\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"pawstars-faq\"\u003e\n\u003ch2 class=\"pawstars-heading\"\u003e❓ Frequently Asked Questions\u003c\/h2\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™ Grooming Gloves are 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\"\u003eCan I wash the gloves?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The gloves are reusable and washable for long-lasting use.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eWill it remove fur from furniture and clothes?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes — the electrostatic material helps lift fur, lint, and dander from multiple surfaces.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eDoes it hurt pets?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eNot at all. The soft grooming texture provides a gentle massage pets enjoy.\u003c\/div\u003e\n\u003c\/details\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=\"pawstars-cta\"\u003e\n\u003ch2\u003e💛 Why Pet Owners Love PawStars™\u003c\/h2\u003e\n\u003cp\u003eNo batteries. No sticky rollers. No mess. 🙌 Just effortless grooming and satisfying fur removal anytime, anywhere ✨ Whether you're cleaning your furry friend, sofa, bed, car seats, or clothes — PawStars™ gets the job done fast 🐾🔥\u003c\/p\u003e\n\u003ca class=\"pawstars-btn\" href=\"\/cart\"\u003e 🔥 Get Yours Today \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Paw Stars","offers":[{"title":"Black","offer_id":43973837062278,"sku":null,"price":249.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/7775\/2454\/files\/furaway-pro-unboxing-paw-stars-box.png?v=1778366910"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/7775\/2454\/collections\/ab0b068d-be7c-4a3c-ae69-5528aaa654eb.png?v=1780646816","url":"https:\/\/www.paw-stars.co.za\/collections\/grooming-care.oembed","provider":"Paw Stars","version":"1.0","type":"link"}