{"product_id":"pawworld-electric-pet-nail-grinder","title":"PawWorld Electric Pet Nail Grinder","description":"```html\n\u003cstyle\u003e\n\/* ===== PAWWORLD PREMIUM NAIL GRINDER ===== *\/\n\n.pw-premium {\n  width: 100%;\n  position: relative;\n  overflow: hidden;\n  background: #ffffff;\n  color: #171717;\n  font-family: inherit;\n}\n\n.pw-premium * {\n  box-sizing: border-box;\n}\n\n.pw-premium-bg {\n  position: absolute;\n  inset: 0;\n  pointer-events: none;\n  overflow: hidden;\n}\n\n.pw-premium-bg::before,\n.pw-premium-bg::after {\n  content: \"\";\n  position: absolute;\n  width: 420px;\n  height: 420px;\n  border-radius: 50%;\n  background: radial-gradient(\n    circle,\n    rgba(201,169,105,.13),\n    rgba(201,169,105,.03) 45%,\n    transparent 70%\n  );\n  animation: pwOrb 9s ease-in-out infinite;\n}\n\n.pw-premium-bg::before {\n  top: -220px;\n  right: -120px;\n}\n\n.pw-premium-bg::after {\n  bottom: -240px;\n  left: -160px;\n  animation-delay: -4s;\n}\n\n@keyframes pwOrb {\n  0%,100% {\n    transform: translate(0,0);\n  }\n  50% {\n    transform: translate(25px,20px);\n  }\n}\n\n.pw-container {\n  position: relative;\n  z-index: 2;\n  max-width: 1150px;\n  margin: 0 auto;\n  padding: 85px 22px;\n}\n\n\/* ===== HERO ===== *\/\n\n.pw-hero {\n  text-align: center;\n  max-width: 850px;\n  margin: 0 auto 65px;\n}\n\n.pw-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 9px;\n  padding: 9px 17px;\n  margin-bottom: 22px;\n  border: 1px solid rgba(201,169,105,.35);\n  border-radius: 100px;\n  background: rgba(255,255,255,.8);\n  color: #987a43;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  animation: pwDown .8s ease both;\n}\n\n.pw-badge-dot {\n  width: 7px;\n  height: 7px;\n  border-radius: 50%;\n  background: #c9a969;\n  box-shadow: 0 0 0 5px rgba(201,169,105,.12);\n  animation: pwPulse 2s infinite;\n}\n\n@keyframes pwPulse {\n  0%,100% {\n    transform: scale(1);\n    opacity: 1;\n  }\n  50% {\n    transform: scale(.7);\n    opacity: .5;\n  }\n}\n\n.pw-title {\n  margin: 0;\n  font-size: clamp(40px,6vw,72px);\n  line-height: .98;\n  letter-spacing: -3px;\n  font-weight: 800;\n  color: #151515;\n  animation: pwUp .9s .1s ease both;\n}\n\n.pw-title span {\n  display: block;\n  background: linear-gradient(\n    110deg,\n    #111111,\n    #111111 35%,\n    #b18b4c 68%,\n    #d5bd8c\n  );\n  -webkit-background-clip: text;\n  background-clip: text;\n  color: transparent;\n}\n\n.pw-intro {\n  max-width: 720px;\n  margin: 25px auto 0;\n  font-size: 16px;\n  line-height: 1.8;\n  color: #707277;\n  animation: pwUp .9s .2s ease both;\n}\n\n\/* ===== MAIN DESCRIPTION ===== *\/\n\n.pw-main-card {\n  max-width: 950px;\n  margin: 0 auto 90px;\n  padding: 55px;\n  border-radius: 30px;\n  background: rgba(255,255,255,.9);\n  border: 1px solid rgba(0,0,0,.07);\n  box-shadow:\n    0 25px 70px rgba(0,0,0,.07),\n    inset 0 1px 0 rgba(255,255,255,1);\n  backdrop-filter: blur(15px);\n  animation: pwUp 1s .3s ease both;\n}\n\n.pw-main-card h2 {\n  margin: 0 0 17px;\n  font-size: clamp(30px,4vw,42px);\n  line-height: 1.08;\n  letter-spacing: -1.5px;\n  color: #171717;\n}\n\n.pw-main-card \u003e p {\n  max-width: 800px;\n  margin: 0 0 35px;\n  font-size: 15px;\n  line-height: 1.8;\n  color: #707277;\n}\n\n\/* ===== FEATURES ===== *\/\n\n.pw-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 13px;\n}\n\n.pw-feature {\n  display: flex;\n  align-items: center;\n  gap: 15px;\n  padding: 16px;\n  border-radius: 17px;\n  border: 1px solid rgba(0,0,0,.06);\n  background: #ffffff;\n  transition: all .35s ease;\n}\n\n.pw-feature:hover {\n  transform: translateY(-5px);\n  border-color: rgba(201,169,105,.4);\n  box-shadow: 0 15px 35px rgba(0,0,0,.08);\n}\n\n.pw-feature-icon {\n  flex: 0 0 44px;\n  width: 44px;\n  height: 44px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 14px;\n  background: #f7f2e8;\n  font-size: 20px;\n  transition: transform .35s ease;\n}\n\n.pw-feature:hover .pw-feature-icon {\n  transform: scale(1.12) rotate(-5deg);\n}\n\n.pw-feature strong {\n  display: block;\n  margin-bottom: 4px;\n  font-size: 14px;\n  color: #202020;\n}\n\n.pw-feature span {\n  font-size: 12px;\n  color: #858585;\n}\n\n\/* ===== SECTION HEADING ===== *\/\n\n.pw-section-heading {\n  text-align: center;\n  margin-bottom: 45px;\n}\n\n.pw-section-heading small {\n  display: block;\n  margin-bottom: 10px;\n  color: #a18450;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n}\n\n.pw-section-heading h3 {\n  margin: 0;\n  font-size: clamp(30px,4vw,46px);\n  line-height: 1.05;\n  letter-spacing: -1.8px;\n  color: #151515;\n}\n\n\/* ===== BENEFIT CARDS ===== *\/\n\n.pw-benefits {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 18px;\n  margin-bottom: 90px;\n}\n\n.pw-benefit {\n  position: relative;\n  overflow: hidden;\n  padding: 35px 30px;\n  min-height: 220px;\n  border-radius: 24px;\n  background: #fff;\n  border: 1px solid rgba(0,0,0,.07);\n  box-shadow: 0 15px 40px rgba(0,0,0,.045);\n  transition:\n    transform .45s ease,\n    box-shadow .45s ease;\n}\n\n.pw-benefit:hover {\n  transform: translateY(-9px);\n  box-shadow: 0 28px 55px rgba(0,0,0,.1);\n}\n\n.pw-benefit::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: -100%;\n  width: 100%;\n  height: 3px;\n  background: linear-gradient(\n    90deg,\n    transparent,\n    #c9a969,\n    transparent\n  );\n  transition: left .6s ease;\n}\n\n.pw-benefit:hover::before {\n  left: 100%;\n}\n\n.pw-number {\n  position: absolute;\n  top: 18px;\n  right: 20px;\n  color: #d5d5d2;\n  font-size: 11px;\n  font-weight: 700;\n}\n\n.pw-benefit-icon {\n  display: inline-block;\n  margin-bottom: 20px;\n  font-size: 29px;\n  transition: transform .4s ease;\n}\n\n.pw-benefit:hover .pw-benefit-icon {\n  transform: scale(1.15) rotate(-5deg);\n}\n\n.pw-benefit h4 {\n  margin: 0 0 9px;\n  font-size: 18px;\n  letter-spacing: -.4px;\n}\n\n.pw-benefit p {\n  margin: 0;\n  font-size: 13px;\n  line-height: 1.7;\n  color: #707277;\n}\n\n\/* ===== INCLUDED ===== *\/\n\n.pw-included {\n  position: relative;\n  overflow: hidden;\n  padding: 55px 45px;\n  border-radius: 30px;\n  background:\n    radial-gradient(\n      circle at 85% 20%,\n      rgba(201,169,105,.16),\n      transparent 30%\n    ),\n    #151618;\n  color: #fff;\n  box-shadow: 0 30px 70px rgba(0,0,0,.15);\n}\n\n.pw-included::before {\n  content: \"\";\n  position: absolute;\n  width: 300px;\n  height: 300px;\n  right: -150px;\n  bottom: -180px;\n  border: 1px solid rgba(201,169,105,.25);\n  border-radius: 50%;\n}\n\n.pw-included-content {\n  position: relative;\n  z-index: 2;\n  display: grid;\n  grid-template-columns: 1fr 1.5fr;\n  gap: 50px;\n  align-items: center;\n}\n\n.pw-included h3 {\n  margin: 0 0 12px;\n  font-size: 34px;\n  line-height: 1.1;\n  letter-spacing: -1.3px;\n}\n\n.pw-included-description {\n  margin: 0;\n  color: rgba(255,255,255,.58);\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.pw-items {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 12px;\n}\n\n.pw-item {\n  min-height: 120px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  align-items: center;\n  text-align: center;\n  padding: 20px 12px;\n  border-radius: 18px;\n  border: 1px solid rgba(255,255,255,.09);\n  background: rgba(255,255,255,.045);\n  transition: all .35s ease;\n}\n\n.pw-item:hover {\n  transform: translateY(-6px);\n  background: rgba(255,255,255,.08);\n  border-color: rgba(201,169,105,.4);\n}\n\n.pw-item-icon {\n  font-size: 26px;\n  margin-bottom: 10px;\n}\n\n.pw-item span {\n  color: rgba(255,255,255,.75);\n  font-size: 11px;\n  line-height: 1.4;\n}\n\n\/* ===== ANIMATIONS ===== *\/\n\n@keyframes pwUp {\n  from {\n    opacity: 0;\n    transform: translateY(25px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@keyframes pwDown {\n  from {\n    opacity: 0;\n    transform: translateY(-15px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n\/* ===== MOBILE ===== *\/\n\n@media(max-width: 750px) {\n\n  .pw-container {\n    padding: 60px 16px;\n  }\n\n  .pw-title {\n    font-size: clamp(38px,11vw,55px);\n    letter-spacing: -2px;\n  }\n\n  .pw-intro {\n    font-size: 15px;\n  }\n\n  .pw-main-card {\n    padding: 30px 22px;\n    margin-bottom: 65px;\n  }\n\n  .pw-main-card h2 {\n    font-size: 29px;\n  }\n\n  .pw-features {\n    grid-template-columns: 1fr;\n  }\n\n  .pw-benefits {\n    grid-template-columns: 1fr;\n    margin-bottom: 65px;\n  }\n\n  .pw-benefit {\n    min-height: auto;\n  }\n\n  .pw-included {\n    padding: 38px 22px;\n  }\n\n  .pw-included-content {\n    grid-template-columns: 1fr;\n    gap: 30px;\n  }\n\n  .pw-included h3 {\n    font-size: 29px;\n  }\n\n  .pw-items {\n    grid-template-columns: 1fr;\n  }\n\n  .pw-item {\n    min-height: 78px;\n    flex-direction: row;\n    justify-content: flex-start;\n    gap: 15px;\n    text-align: left;\n  }\n\n  .pw-item-icon {\n    margin: 0;\n  }\n}\n\n@media(prefers-reduced-motion:reduce) {\n  .pw-premium *,\n  .pw-premium *::before,\n  .pw-premium *::after {\n    animation: none !important;\n    transition: none !important;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"pw-premium\"\u003e\n\n  \u003cdiv class=\"pw-premium-bg\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"pw-container\"\u003e\n\n    \u003c!-- HERO --\u003e\n\n    \u003cdiv class=\"pw-hero\"\u003e\n\n      \u003cdiv class=\"pw-badge\"\u003e\n        \u003cspan class=\"pw-badge-dot\"\u003e\u003c\/span\u003e\n        Premium Pet Grooming\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"pw-title\"\u003e\n        Stress-Free Nail Care\n        \u003cspan\u003eEvery Time.\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"pw-intro\"\u003e\n        Say goodbye to the anxiety of nail clipping. The PawWorld Electric\n        Nail Grinder gently files your pet's nails to a smooth, safe finish —\n        no sharp edges, no nicks, no tears.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- MAIN DESCRIPTION --\u003e\n\n    \u003cdiv class=\"pw-main-card\"\u003e\n\n      \u003ch2\u003e\n        A calmer way to care\n        for their paws.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Designed for dogs and cats of all sizes, the PawWorld Electric\n        Nail Grinder makes grooming easier, quieter and more precise.\n        The built-in LED light illuminates the nail bed so you can always\n        see exactly where you're grinding, helping you groom with confidence.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"pw-features\"\u003e\n\n        \u003cdiv class=\"pw-feature\"\u003e\n          \u003cdiv class=\"pw-feature-icon\"\u003e🔇\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eUltra-Quiet Motor\u003c\/strong\u003e\n            \u003cspan\u003eWon't startle your pet\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-feature\"\u003e\n          \u003cdiv class=\"pw-feature-icon\"\u003e💡\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eBuilt-In LED Light\u003c\/strong\u003e\n            \u003cspan\u003ePrecision grooming visibility\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-feature\"\u003e\n          \u003cdiv class=\"pw-feature-icon\"\u003e🔋\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eUSB-C Rechargeable\u003c\/strong\u003e\n            \u003cspan\u003eNo batteries needed\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-feature\"\u003e\n          \u003cdiv class=\"pw-feature-icon\"\u003e🐾\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eDogs \u0026amp; Cats\u003c\/strong\u003e\n            \u003cspan\u003eSuitable for all sizes\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- BENEFITS --\u003e\n\n    \u003cdiv class=\"pw-section-heading\"\u003e\n\n      \u003csmall\u003eWhy PawWorld\u003c\/small\u003e\n\n      \u003ch3\u003e\n        Precision grooming,\u003cbr\u003e\n        without the stress.\n      \u003c\/h3\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"pw-benefits\"\u003e\n\n      \u003cdiv class=\"pw-benefit\"\u003e\n\n        \u003cspan class=\"pw-number\"\u003e01\u003c\/span\u003e\n\n        \u003cdiv class=\"pw-benefit-icon\"\u003e🔇\u003c\/div\u003e\n\n        \u003ch4\u003eWhisper Quiet\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Keep grooming sessions calm and comfortable with a\n          low-noise motor designed to minimize startling sounds.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pw-benefit\"\u003e\n\n        \u003cspan class=\"pw-number\"\u003e02\u003c\/span\u003e\n\n        \u003cdiv class=\"pw-benefit-icon\"\u003e💡\u003c\/div\u003e\n\n        \u003ch4\u003eSee With Confidence\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The integrated LED light helps illuminate the nail area,\n          giving you better visibility during every grooming session.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"pw-benefit\"\u003e\n\n        \u003cspan class=\"pw-number\"\u003e03\u003c\/span\u003e\n\n        \u003cdiv class=\"pw-benefit-icon\"\u003e✨\u003c\/div\u003e\n\n        \u003ch4\u003eSmooth Finish\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Gently file nails to a smooth, rounded finish without\n          leaving the sharp edges commonly caused by clipping.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- INCLUDED --\u003e\n\n    \u003cdiv class=\"pw-included\"\u003e\n\n      \u003cdiv class=\"pw-included-content\"\u003e\n\n        \u003cdiv\u003e\n\n          \u003ch3\u003e\n            Everything you need.\n          \u003c\/h3\u003e\n\n          \u003cp class=\"pw-included-description\"\u003e\n            Your PawWorld grooming kit includes the essentials\n            for convenient nail care at home.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"pw-items\"\u003e\n\n          \u003cdiv class=\"pw-item\"\u003e\n\n            \u003cdiv class=\"pw-item-icon\"\u003e🐾\u003c\/div\u003e\n\n            \u003cspan\u003e\n              Electric Nail\u003cbr\u003e\n              Grinder\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"pw-item\"\u003e\n\n            \u003cdiv class=\"pw-item-icon\"\u003e🛡️\u003c\/div\u003e\n\n            \u003cspan\u003e\n              Protective\u003cbr\u003e\n              Cap\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"pw-item\"\u003e\n\n            \u003cdiv class=\"pw-item-icon\"\u003e⚡\u003c\/div\u003e\n\n            \u003cspan\u003e\n              USB-C Charging\u003cbr\u003e\n              Cable\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n```\n","brand":"PawWorld","offers":[{"title":"Default Title","offer_id":48182677471458,"sku":null,"price":299.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0823\/8314\/3138\/files\/pawworld-product-shot.png?v=1786267040","url":"https:\/\/pawworld.co.za\/products\/pawworld-electric-pet-nail-grinder","provider":"PawWorld","version":"1.0","type":"link"}