{"product_id":"petvora-nailease™","title":"Petvora NailEase™","description":"\u003csection class=\"product-section\"\u003e\n\n  \u003cdiv class=\"badge\"\u003e🐶 Stress-Free Nail Care\u003c\/div\u003e\n\n  \u003ch1\u003ePetVora NailEase™ \u003cbr\u003e\n    \u003cspan class=\"highlight\"\u003eDog Nail Trimming Board\u003c\/span\u003e\n  \u003c\/h1\u003e\n\n  \u003cp class=\"subtitle\"\u003e\n    Keep your dog's nails naturally trimmed from the comfort of home with the \u003cstrong\u003ePetVora NailEase™\u003c\/strong\u003e.\n\n    Designed to make nail care easier and less stressful, this interactive scratching board encourages dogs to file their own nails while playing. The durable wooden construction and scratch-resistant filing surface help safely reduce nail length without the anxiety often caused by traditional clippers.\n\n    Its foldable, pull-out design makes storage simple while providing a stable and engaging grooming experience. Perfect for dogs of all sizes, it helps maintain healthy nails while keeping your pet entertained.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"features\"\u003e\n    \u003cdiv class=\"feature-box\"\u003e\n      \u003cspan\u003e✔ Safe alternative to traditional nail clippers\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-box\"\u003e\n      \u003cspan\u003e✔ Durable wooden construction\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-box\"\u003e\n      \u003cspan\u003e✔ Scratch-resistant nail filing surface\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-box\"\u003e\n      \u003cspan\u003e✔ Foldable \u0026amp; easy to store\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-box\"\u003e\n      \u003cspan\u003e✔ Pull-out design for added convenience\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-box\"\u003e\n      \u003cspan\u003e✔ Encourages natural nail trimming through play\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ending\"\u003e\n    Easy nail care without the stress of clippers.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"brand\"\u003e\n    PetVora — For Every Paw 🐾\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cta\"\u003e\n    \u003ca href=\"#\" class=\"btn\"\u003eShop Now\u003c\/a\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003cstyle\u003e\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n  font-family: 'Poppins', sans-serif;\n}\n\n.product-section {\n  max-width: 1100px;\n  margin: auto;\n  background: rgba(255,255,255,0.88);\n  backdrop-filter: blur(18px);\n  border: 1px solid rgba(255,255,255,0.7);\n  border-radius: 28px;\n  padding: 50px;\n  box-shadow: 0 20px 60px rgba(0,0,0,0.08);\n  animation: fadeUp 1s ease;\n}\n\n.badge {\n  display: inline-block;\n  background: #dff6ff;\n  color: #0077b6;\n  padding: 10px 18px;\n  border-radius: 999px;\n  font-size: 14px;\n  font-weight: 600;\n  margin-bottom: 20px;\n  animation: float 3s infinite ease-in-out;\n}\n\nh1 {\n  font-size: 42px;\n  font-weight: 800;\n  margin-bottom: 15px;\n  line-height: 1.2;\n}\n\n.highlight {\n  color: #0096c7;\n}\n\n.subtitle {\n  font-size: 18px;\n  color: #4a6a85;\n  line-height: 1.8;\n  margin-bottom: 30px;\n}\n\n.features {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 18px;\n  margin: 35px 0;\n}\n\n.feature-box {\n  background: white;\n  border-radius: 20px;\n  padding: 22px;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.04);\n  border: 1px solid #edf9ff;\n  transition: 0.35s ease;\n}\n\n.feature-box:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 20px 40px rgba(0,150,199,0.12);\n}\n\n.feature-box span {\n  font-size: 16px;\n  font-weight: 600;\n  color: #124265;\n}\n\n.ending {\n  margin-top: 35px;\n  text-align: center;\n  font-size: 20px;\n  font-weight: 600;\n  color: #0077b6;\n}\n\n.brand {\n  margin-top: 18px;\n  text-align: center;\n  font-size: 16px;\n  color: #4a6a85;\n}\n\n.cta {\n  margin-top: 35px;\n  text-align: center;\n}\n\n.btn {\n  display: inline-block;\n  padding: 16px 34px;\n  background: linear-gradient(90deg, #00b4d8, #48cae4);\n  color: white;\n  text-decoration: none;\n  border-radius: 999px;\n  font-size: 16px;\n  font-weight: 700;\n  box-shadow: 0 12px 30px rgba(0,180,216,0.25);\n  transition: 0.3s ease;\n}\n\n.btn:hover {\n  transform: scale(1.05);\n  box-shadow: 0 18px 40px rgba(0,180,216,0.35);\n}\n\n@keyframes fadeUp {\n  from {\n    opacity: 0;\n    transform: translateY(30px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@keyframes float {\n  0%,100% { transform: translateY(0); }\n  50% { transform: translateY(-6px); }\n}\n\n@media (max-width: 768px) {\n  .product-section {\n    padding: 30px 22px;\n  }\n\n  h1 {\n    font-size: 30px;\n  }\n}\n\u003c\/style\u003e","brand":"Petvora","offers":[{"title":"Default Title","offer_id":59709225435217,"sku":null,"price":579.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1037\/7474\/8753\/files\/ad45f7e2-42c0-4c82-af7d-1aad1e3173d6_d73057cf-4427-488f-9a89-b19587c1edb7.avif?v=1782409820","url":"https:\/\/petvora.co.za\/products\/petvora-nailease%e2%84%a2","provider":"Petvora","version":"1.0","type":"link"}