{"product_id":"pawmeasure™-digital-pet-food-scoop","title":"PawMeasure™ Digital Pet Food Scoop","description":"\u003cstyle\u003e\n* { margin:0; padding:0; box-sizing:border-box; font-family:Arial,Helvetica,sans-serif; }\n.paw-container { max-width:1100px; margin:auto; padding:clamp(12px,3vw,25px); }\n\n\/* BEST SELLER BANNER *\/\n.best-seller-banner { background:linear-gradient(135deg,#FFD700,#FFA500); color:#222; text-align:center; padding:clamp(10px,2vw,14px) 20px; border-radius:14px; font-size:clamp(14px,3vw,22px); font-weight:900; letter-spacing:1px; margin-bottom:20px; box-shadow:0 6px 20px rgba(255,165,0,.35); animation:pulse 2s infinite; }\n\n\/* HERO *\/\n.hero { background:linear-gradient(135deg,#0d8d55,#17b36b); border-radius:clamp(12px,3vw,20px); padding:clamp(24px,5vw,45px) clamp(16px,4vw,45px); color:white; text-align:center; animation:fadeIn 1.2s; box-shadow:0 15px 40px rgba(0,0,0,.15); }\n.hero h1 { font-size:clamp(20px,5vw,42px); margin-bottom:14px; line-height:1.3; }\n.hero p { font-size:clamp(14px,2.5vw,20px); line-height:1.7; max-width:750px; margin:0 auto; }\n.badge { display:inline-block; margin-top:20px; background:white; color:#0d8d55; padding:10px 20px; border-radius:40px; font-weight:bold; animation:pulse 2s infinite; font-size:clamp(12px,2vw,16px); }\n.cta { display:inline-block; margin-top:24px; padding:clamp(12px,2vw,16px) clamp(24px,4vw,38px); background:#ffb703; color:#222; font-size:clamp(14px,2.5vw,20px); font-weight:bold; border-radius:50px; text-decoration:none; transition:.3s; }\n.cta:hover { transform:scale(1.08); background:#ffc93c; }\n\n\/* SECTIONS *\/\n.section-title { text-align:center; font-size:clamp(20px,4vw,34px); margin:clamp(35px,6vw,55px) 0 12px; color:#0d8d55; }\n.subtitle { text-align:center; font-size:clamp(13px,2vw,18px); color:#666; margin-bottom:25px; }\n\n\/* FEATURES GRID *\/\n.features { display:grid; grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr)); gap:clamp(10px,2vw,22px); }\n.card { background:white; padding:clamp(14px,3vw,28px); border-radius:16px; box-shadow:0 8px 22px rgba(0,0,0,.08); transition:.4s; }\n.card:hover { transform:translateY(-6px); }\n.card h3 { margin-bottom:8px; color:#0d8d55; font-size:clamp(14px,2vw,20px); }\n.card p { line-height:1.7; color:#555; font-size:clamp(12px,1.8vw,15px); }\n\n\/* WHY LIST *\/\n.why { margin-top:clamp(35px,6vw,60px); background:white; padding:clamp(18px,4vw,35px); border-radius:16px; box-shadow:0 8px 20px rgba(0,0,0,.08); }\n.why ul { list-style:none; padding:0; }\n.why li { padding:clamp(10px,1.5vw,13px); font-size:clamp(13px,2vw,18px); border-bottom:1px solid #eee; }\n.why li:last-child { border:none; }\n.highlight { color:#0d8d55; font-weight:bold; }\n\n\/* REVIEW SLIDESHOW *\/\n.review-section { margin-top:clamp(40px,6vw,60px); }\n.review-section \u003e h2 { text-align:center; color:#0d8d55; font-size:clamp(18px,3.5vw,30px); margin-bottom:22px; }\n.slideshow-wrapper { background:white; border-radius:20px; box-shadow:0 10px 30px rgba(0,0,0,.1); padding:clamp(20px,4vw,35px) clamp(16px,4vw,40px); }\n\n\/* Slides: use height-based approach so wrapper doesn't collapse *\/\n.slides-track { position:relative; min-height:clamp(140px,25vw,200px); }\n.slide { position:absolute; top:0; left:0; width:100%; opacity:0; pointer-events:none; transition:opacity .6s ease; }\n.slide.active { opacity:1; pointer-events:auto; position:relative; }\n\n.slide-name { font-size:clamp(14px,2vw,20px); font-weight:700; color:#0d8d55; margin-bottom:5px; }\n.slide-stars { color:#FFD700; font-size:clamp(16px,3vw,24px); margin-bottom:10px; }\n.slide-text { font-size:clamp(13px,2vw,17px); line-height:1.8; color:#444; }\n\n\/* Controls *\/\n.slide-controls { display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:12px; margin-top:20px; }\n.slide-btn { background:#0d8d55; color:white; border:none; padding:clamp(8px,1.5vw,10px) clamp(14px,3vw,22px); border-radius:50px; font-size:clamp(13px,2vw,16px); cursor:pointer; transition:.3s; white-space:nowrap; }\n.slide-btn:hover { background:#17b36b; }\n.slide-dots { display:flex; flex-wrap:wrap; justify-content:center; gap:7px; }\n.dot { width:10px; height:10px; border-radius:50%; background:#ccc; cursor:pointer; transition:.3s; flex-shrink:0; }\n.dot.active { background:#0d8d55; }\n\n\/* ANIMATIONS *\/\n@keyframes fadeIn { from{opacity:0;} to{opacity:1;} }\n@keyframes slideDown { from{opacity:0;transform:translateY(-30px);} to{opacity:1;transform:translateY(0);} }\n@keyframes pulse { 0%{transform:scale(1);} 50%{transform:scale(1.04);} 100%{transform:scale(1);} }\n@keyframes fadeUp { from{opacity:0;transform:translateY(30px);} to{opacity:1;transform:translateY(0);} }\n\n\/* MOBILE OVERRIDES *\/\n@media(max-width:480px) {\n  .features { grid-template-columns:1fr 1fr; }\n  .cta { display:block; text-align:center; }\n  .slide-controls { gap:8px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"paw-container\"\u003e\n\n  \u003cdiv class=\"best-seller-banner\"\u003e🪤 #1 BEST SELLING PET PRODUCT 🪤\u003c\/div\u003e\n\n  \u003cdiv class=\"hero\"\u003e\n    \u003ch1\u003e🐾 PawMeasure™ Digital Pet Food Scoop Scale\u003c\/h1\u003e\n    \u003cp\u003eFeed your furry friend the perfect portion every time. Built with a precision digital scale to help South African pet owners keep their dogs and cats healthier, happier and perfectly fed.\u003c\/p\u003e\n    \u003cdiv class=\"badge\"\u003e🇿🇦 Highly Recommended by South African Pet Owners\u003c\/div\u003e\n\u003cbr\u003e\n    \u003ca class=\"cta\" href=\"#\"\u003e🛒 Order Yours Today\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eWhy Pet Owners Love PawMeasure™\u003c\/h2\u003e\n  \u003cp class=\"subtitle\"\u003eAccurate feeding made simple.\u003c\/p\u003e\n  \u003cdiv class=\"features\"\u003e\n    \u003cdiv class=\"card\"\u003e\n\u003ch3\u003e⚖️ Digital Accuracy\u003c\/h3\u003e\n\u003cp\u003eMeasure every meal with precision to help maintain your pet's ideal weight.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"card\"\u003e\n\u003ch3\u003e🥩 Perfect Portions\u003c\/h3\u003e\n\u003cp\u003eIdeal for kibble, wet food, treats and nutritional supplements.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"card\"\u003e\n\u003ch3\u003e📱 Easy LCD Display\u003c\/h3\u003e\n\u003cp\u003eLarge digital screen makes measuring fast and effortless.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"card\"\u003e\n\u003ch3\u003e🧴 Easy Cleaning\u003c\/h3\u003e\n\u003cp\u003eRemovable scoop allows quick washing after every meal.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"card\"\u003e\n\u003ch3\u003e🔋 Long Battery Life\u003c\/h3\u003e\n\u003cp\u003eLow power consumption ensures months of reliable daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"card\"\u003e\n\u003ch3\u003e🐶 Suitable for All Pets\u003c\/h3\u003e\n\u003cp\u003ePerfect for puppies, dogs, cats and other small household pets.\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"why\"\u003e\n    \u003ch2 class=\"section-title\"\u003e❤️ Why You'll Love It\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003e✔ Helps prevent \u003cspan class=\"highlight\"\u003eoverfeeding\u003c\/span\u003e and \u003cspan class=\"highlight\"\u003eunderfeeding\u003c\/span\u003e.\u003c\/li\u003e\n      \u003cli\u003e✔ Supports healthy weight management.\u003c\/li\u003e\n      \u003cli\u003e✔ Reduces food waste.\u003c\/li\u003e\n      \u003cli\u003e✔ Great for prescription diets.\u003c\/li\u003e\n      \u003cli\u003e✔ Makes feeding quick and stress-free.\u003c\/li\u003e\n      \u003cli\u003e✔ Lightweight and easy to store.\u003c\/li\u003e\n      \u003cli\u003e✔ Food-safe ABS construction.\u003c\/li\u003e\n      \u003cli\u003e✔ Multiple measuring units (g, oz \u0026amp; ml).\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"review-section\"\u003e\n    \u003ch2\u003e★★★★★ What South Africans Are Saying\u003c\/h2\u003e\n    \u003cdiv class=\"slideshow-wrapper\"\u003e\n      \u003cdiv class=\"slides-track\"\u003e\n        \u003cdiv class=\"slide active\"\u003e\n\u003cdiv class=\"slide-name\"\u003eAndré van der Merwe • Pretoria\u003c\/div\u003e\n\u003cdiv class=\"slide-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"slide-text\"\u003e“Finally a product that takes the guesswork out of feeding my Boerboel. He was getting way too much food before. This scoop has been a game changer!”\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"slide\"\u003e\n\u003cdiv class=\"slide-name\"\u003eNomsa Dlamini • Johannesburg\u003c\/div\u003e\n\u003cdiv class=\"slide-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"slide-text\"\u003e“My vet recommended portion control for my cat and this is exactly what I needed. The LCD screen is so easy to read. Delivery was fast too!”\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"slide\"\u003e\n\u003cdiv class=\"slide-name\"\u003eChantal Botha • Cape Town\u003c\/div\u003e\n\u003cdiv class=\"slide-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"slide-text\"\u003e“I have two dogs on different diets and this makes it so simple to measure each one correctly. Worth every Rand. Highly recommend!”\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"slide\"\u003e\n\u003cdiv class=\"slide-name\"\u003ePieter Joubert • Stellenbosch\u003c\/div\u003e\n\u003cdiv class=\"slide-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"slide-text\"\u003e“Sturdy, accurate and easy to clean. My Golden Retriever has already lost 1kg since we started using it. The vet is very happy!”\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"slide\"\u003e\n\u003cdiv class=\"slide-name\"\u003eThandi Mokoena • Soweto\u003c\/div\u003e\n\u003cdiv class=\"slide-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"slide-text\"\u003e“I was sceptical at first but this little scoop is brilliant. My Staffie is on a strict diet and this helps me stay on track every single day.”\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"slide\"\u003e\n\u003cdiv class=\"slide-name\"\u003eRiaan Pretorius • Bloemfontein\u003c\/div\u003e\n\u003cdiv class=\"slide-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"slide-text\"\u003e“Great quality product. The battery lasts forever and the scoop is the perfect size. My wife and I both love it. Fast shipping from GoRSA!”\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"slide\"\u003e\n\u003cdiv class=\"slide-name\"\u003eMelissa Engelbrecht • George\u003c\/div\u003e\n\u003cdiv class=\"slide-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"slide-text\"\u003e“I bought this for my Persian cat who was getting overweight. Three months later she is at her ideal weight. This product genuinely works!”\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"slide\"\u003e\n\u003cdiv class=\"slide-name\"\u003eSipho Nkosi • Durban\u003c\/div\u003e\n\u003cdiv class=\"slide-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"slide-text\"\u003e“Very impressed with the build quality. Feels premium and the digital display is clear even in low light. My Labrador approves too!”\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"slide\"\u003e\n\u003cdiv class=\"slide-name\"\u003eKaren Swanepoel • Port Elizabeth\u003c\/div\u003e\n\u003cdiv class=\"slide-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"slide-text\"\u003e“Ordered for my two rescue dogs. Packaging was neat and delivery was quick. The scoop is easy to use and clean. Absolutely love it!”\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"slide\"\u003e\n\u003cdiv class=\"slide-name\"\u003eFrancois du Plessis • Paarl\u003c\/div\u003e\n\u003cdiv class=\"slide-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"slide-text\"\u003e“This is exactly what every responsible pet owner needs. Accurate, simple and well made. I’ve already recommended it to everyone at my dog club!”\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"slide-controls\"\u003e\n        \u003cbutton class=\"slide-btn\" onclick=\"pawPrev()\"\u003e❮ Prev\u003c\/button\u003e\n        \u003cdiv class=\"slide-dots\" id=\"pawDots\"\u003e\u003c\/div\u003e\n        \u003cbutton class=\"slide-btn\" onclick=\"pawNext()\"\u003eNext ❯\u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  var track = document.querySelector('.slides-track');\n  var slides = track ? Array.from(track.querySelectorAll('.slide')) : [];\n  var dotsEl = document.getElementById('pawDots');\n  var cur = 0, timer;\n  if(!slides.length || !dotsEl) return;\n  slides.forEach(function(_,i){\n    var d = document.createElement('span');\n    d.className = 'dot'+(i===0?' active':'');\n    d.setAttribute('aria-label','Review '+(i+1));\n    d.onclick = function(){ go(i); };\n    dotsEl.appendChild(d);\n  });\n  function go(n){\n    slides[cur].classList.remove('active');\n    dotsEl.children[cur].classList.remove('active');\n    cur = (n + slides.length) % slides.length;\n    slides[cur].classList.add('active');\n    dotsEl.children[cur].classList.add('active');\n    reset();\n  }\n  window.pawNext = function(){ go(cur+1); };\n  window.pawPrev = function(){ go(cur-1); };\n  function reset(){ clearInterval(timer); timer = setInterval(function(){ go(cur+1); }, 5000); }\n  reset();\n})();\n\u003c\/script\u003e","brand":"GoRSA","offers":[{"title":"Default Title","offer_id":49297819697411,"sku":null,"price":259.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0830\/2749\/3123\/files\/1691115192075-7b4edccd7a85491ea6e2193b261c52e0-goods.avif?v=1784557055","url":"https:\/\/gorsa.co.za\/products\/pawmeasure%e2%84%a2-digital-pet-food-scoop","provider":"GoRSA","version":"1.0","type":"link"}