{"product_id":"everpaw™-nightguard-collar","title":"Everpaw™ NightGuard Collar","description":"\u003c!-- Everpaw NightGuard™ Collar - Premium Shopify Product Section --\u003e\n\n\u003cstyle\u003e\n:root{\n  --primary:#00d9ff;\n  --secondary:#7effb2;\n  --dark:#0f1720;\n  --dark2:#162130;\n  --light:#ffffff;\n  --accent:#ffe45c;\n  --text:#eef6ff;\n  --muted:#d7e6f5;\n}\n\n.everpaw-nightguard{\n  font-family:'Arial',sans-serif;\n  background:\n  radial-gradient(circle at top left, rgba(0,217,255,0.18), transparent 30%),\n  radial-gradient(circle at top right, rgba(126,255,178,0.12), transparent 30%),\n  linear-gradient(180deg,#182433 0%,#101923 100%);\n  color:white;\n  padding:50px 20px;\n  border-radius:28px;\n  overflow:hidden;\n  position:relative;\n  box-shadow:0 0 40px rgba(0,0,0,0.25);\n}\n\n.everpaw-nightguard::before{\n  content:'';\n  position:absolute;\n  inset:0;\n  background:\n  linear-gradient(to bottom, rgba(255,255,255,0.03), transparent);\n  pointer-events:none;\n}\n\n.everpaw-container{\n  max-width:1200px;\n  margin:auto;\n  position:relative;\n  z-index:2;\n}\n\n.everpaw-hero{\n  text-align:center;\n  margin-bottom:45px;\n}\n\n.everpaw-badge{\n  display:inline-block;\n  background:rgba(0,217,255,0.18);\n  color:#9ef3ff;\n  padding:12px 20px;\n  border-radius:999px;\n  font-size:14px;\n  font-weight:700;\n  margin-bottom:24px;\n  border:1px solid rgba(0,217,255,0.45);\n  box-shadow:0 0 18px rgba(0,217,255,0.18);\n}\n\n.everpaw-title{\n  font-size:56px;\n  font-weight:900;\n  line-height:1.1;\n  margin-bottom:22px;\n  color:#ffffff;\n}\n\n.everpaw-title span{\n  background:linear-gradient(90deg,#00d9ff,#7effb2);\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n  text-shadow:0 0 20px rgba(0,217,255,0.3);\n}\n\n.everpaw-subtitle{\n  max-width:780px;\n  margin:auto;\n  font-size:19px;\n  color:var(--text);\n  line-height:1.8;\n  font-weight:500;\n}\n\n.glow-text{\n  color:var(--accent);\n  font-weight:800;\n}\n\n.everpaw-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n  gap:26px;\n  margin-top:55px;\n}\n\n.everpaw-card{\n  background:rgba(255,255,255,0.08);\n  backdrop-filter:blur(10px);\n  border:1px solid rgba(255,255,255,0.12);\n  padding:30px;\n  border-radius:26px;\n  transition:0.35s ease;\n  position:relative;\n  overflow:hidden;\n  box-shadow:0 8px 25px rgba(0,0,0,0.18);\n}\n\n.everpaw-card::before{\n  content:'';\n  position:absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:4px;\n  background:linear-gradient(90deg,#00d9ff,#7effb2);\n}\n\n.everpaw-card:hover{\n  transform:translateY(-8px);\n  border-color:rgba(0,217,255,0.55);\n  box-shadow:0 0 30px rgba(0,217,255,0.22);\n}\n\n.everpaw-icon{\n  font-size:46px;\n  margin-bottom:20px;\n}\n\n.everpaw-card h3{\n  font-size:24px;\n  margin-bottom:14px;\n  color:#ffffff;\n}\n\n.everpaw-card p{\n  color:#e5eef8;\n  line-height:1.7;\n  font-size:16px;\n  font-weight:500;\n}\n\n.everpaw-highlight{\n  margin-top:65px;\n  background:\n  linear-gradient(135deg,rgba(0,217,255,0.18),rgba(126,255,178,0.16));\n  border:1px solid rgba(255,255,255,0.12);\n  padding:40px;\n  border-radius:32px;\n  text-align:center;\n  box-shadow:0 10px 35px rgba(0,0,0,0.18);\n}\n\n.everpaw-highlight h2{\n  font-size:42px;\n  margin-bottom:20px;\n  color:#ffffff;\n}\n\n.everpaw-highlight p{\n  color:#f3f8ff;\n  max-width:820px;\n  margin:auto;\n  line-height:1.9;\n  font-size:19px;\n  font-weight:500;\n}\n\n.everpaw-highlight strong{\n  color:#7effb2;\n}\n\n.everpaw-footer{\n  text-align:center;\n  margin-top:70px;\n}\n\n.everpaw-footer h2{\n  font-size:46px;\n  margin-bottom:18px;\n  color:#ffffff;\n}\n\n.everpaw-footer p{\n  color:#e3edf8;\n  max-width:760px;\n  margin:auto;\n  line-height:1.9;\n  font-size:19px;\n  font-weight:500;\n}\n\n.everpaw-btn{\n  display:inline-block;\n  margin-top:32px;\n  background:linear-gradient(90deg,#00d9ff,#7effb2);\n  color:#0f1720;\n  padding:18px 38px;\n  border-radius:999px;\n  font-weight:900;\n  text-decoration:none;\n  font-size:18px;\n  transition:0.3s ease;\n  box-shadow:0 0 25px rgba(0,217,255,0.25);\n}\n\n.everpaw-btn:hover{\n  transform:scale(1.06);\n  box-shadow:0 0 35px rgba(0,217,255,0.45);\n}\n\n.glow-paws{\n  animation:glowpulse 2s infinite alternate;\n}\n\n@keyframes glowpulse{\n  from{\n    text-shadow:0 0 8px #fff,0 0 14px #00d9ff;\n  }\n  to{\n    text-shadow:0 0 12px #fff,0 0 28px #00d9ff,0 0 40px #00d9ff;\n  }\n}\n\n@media(max-width:768px){\n\n  .everpaw-nightguard{\n    padding:40px 18px;\n  }\n\n  .everpaw-title{\n    font-size:40px;\n  }\n\n  .everpaw-subtitle{\n    font-size:17px;\n  }\n\n  .everpaw-card{\n    padding:24px;\n  }\n\n  .everpaw-highlight h2,\n  .everpaw-footer h2{\n    font-size:32px;\n  }\n\n  .everpaw-highlight p,\n  .everpaw-footer p{\n    font-size:17px;\n  }\n\n}\n\u003c\/style\u003e\n\n\u003csection class=\"everpaw-nightguard\"\u003e\n  \u003cdiv class=\"everpaw-container\"\u003e\n\n    \u003cdiv class=\"everpaw-hero\"\u003e\n\n      \u003cdiv class=\"everpaw-badge\"\u003e\n        🇿🇦 South Africa’s Favourite Glow Collar\n      \u003c\/div\u003e\n\n      \u003ch1 class=\"everpaw-title\"\u003e\n        Meet the \u003cspan\u003eEverpaw NightGuard™\u003c\/span\u003e\u003cbr\u003e\n        Collar 🌙🐾\n      \u003c\/h1\u003e\n\n      \u003cp class=\"everpaw-subtitle\"\u003e\n        Be seen. Stay safe. Look good.  \n        Whether you're walking your pup through the neighbourhood, along the beachfront, or around the braai with family — the \n        \u003cspan class=\"glow-text\"\u003eNightGuard™\u003c\/span\u003e keeps your furry bestie glowing bright all night long.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"everpaw-grid\"\u003e\n\n      \u003cdiv class=\"everpaw-card\"\u003e\n        \u003cdiv class=\"everpaw-icon glow-paws\"\u003e🌟\u003c\/div\u003e\n\n        \u003ch3\u003eGlow Like Magic\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The glowing paw-print design absorbs sunlight during the day and shines brightly at night — helping your dog stay visible during evening walks and load-shedding nights.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"everpaw-card\"\u003e\n        \u003cdiv class=\"everpaw-icon\"\u003e🔒\u003c\/div\u003e\n\n        \u003ch3\u003eQuick \u0026amp; Secure Fit\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Easy clip-on buckle design makes getting ready for walkies quick and stress-free. Strong enough for energetic SA adventures.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"everpaw-card\"\u003e\n        \u003cdiv class=\"everpaw-icon\"\u003e💪\u003c\/div\u003e\n\n        \u003ch3\u003eBuilt Tough\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Durable premium nylon means this collar is made to handle park runs, beach missions, muddy paws, and everything in between.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"everpaw-card\"\u003e\n        \u003cdiv class=\"everpaw-icon\"\u003e🐕\u003c\/div\u003e\n\n        \u003ch3\u003eComfortable All Day\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Lightweight, adjustable, and comfy enough for everyday wear — perfect for small, medium, and large doggos.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"everpaw-highlight\"\u003e\n\n      \u003ch2\u003e✨ Why SA Pet Parents Love It ✨\u003c\/h2\u003e\n\n      \u003cp\u003e\n        South African dog owners know how important visibility and safety are during early morning walks and late-night outings.\n        The \u003cstrong\u003eEverpaw NightGuard™ Collar\u003c\/strong\u003e gives you extra peace of mind while making your pup look absolutely legendary.\n        \u003cbr\u003e\u003cbr\u003e\n        Stylish by day. Glowing by night. Built for every adventure. 🐾\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"everpaw-footer\"\u003e\n\n      \u003ch2\u003eYour Dog Deserves to Shine ✨\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Keep your furry best friend safe, stylish, and visible wherever the adventure takes you.\n        Join thousands of South African pet owners choosing smarter nighttime walks with Everpaw™.\n      \u003c\/p\u003e\n\n      \u003ca href=\"#\" class=\"everpaw-btn\"\u003e\n        SHOP NIGHTGUARD™ NOW 🐾\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Everpaw","offers":[{"title":"Black","offer_id":51701390737624,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":51701390770392,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true},{"title":"Blue","offer_id":51701390803160,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/7022\/6648\/files\/ChatGPT_Image_May_20_2026_at_12_10_32_AM.png?v=1779250743","url":"https:\/\/www.everpaw.co.za\/products\/everpaw%e2%84%a2-nightguard-collar","provider":"Everpaw","version":"1.0","type":"link"}