{"product_id":"hydropaw-portable-pet-water-bottle","title":"HydroPaw™ Portable Pet Water Bottle","description":"\u003cstyle\u003e\n  .hydropaw-container{\n    font-family: Arial, sans-serif;\n    max-width: 100%;\n    margin: auto;\n    padding: 18px;\n    color: #1f2937;\n    background: #ffffff;\n    overflow: hidden;\n  }\n\n  .hydropaw-hero{\n    background: linear-gradient(135deg,#d9f7ff,#ffe0ef,#e5ffd9);\n    border-radius: 28px;\n    padding: 35px 22px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n  }\n\n  .hydropaw-hero::before{\n    content:'';\n    position:absolute;\n    width:250px;\n    height:250px;\n    background: rgba(255,255,255,0.35);\n    border-radius:50%;\n    top:-80px;\n    right:-60px;\n    animation: floatBubble 8s infinite ease-in-out;\n  }\n\n  @keyframes floatBubble{\n    0%{transform:translateY(0);}\n    50%{transform:translateY(15px);}\n    100%{transform:translateY(0);}\n  }\n\n  .hydropaw-title{\n    font-size: 34px;\n    font-weight: 800;\n    margin-bottom: 10px;\n    color: #111827;\n    position: relative;\n    z-index: 2;\n  }\n\n  .hydropaw-sub{\n    font-size: 18px;\n    font-weight: 600;\n    color: #374151;\n    margin-bottom: 20px;\n    position: relative;\n    z-index: 2;\n  }\n\n  .hydropaw-text{\n    font-size: 16px;\n    line-height: 1.8;\n    color: #374151;\n    position: relative;\n    z-index: 2;\n  }\n\n  .hero-badge{\n    display:inline-block;\n    margin-top:20px;\n    background:#111827;\n    color:white;\n    padding:12px 20px;\n    border-radius:50px;\n    font-size:14px;\n    font-weight:bold;\n    animation:pulse 2s infinite;\n  }\n\n  @keyframes pulse{\n    0%{transform:scale(1);}\n    50%{transform:scale(1.06);}\n    100%{transform:scale(1);}\n  }\n\n  .feature-grid{\n    margin-top:30px;\n    display:grid;\n    gap:18px;\n  }\n\n  .feature-card{\n    background:#f9fafb;\n    border-radius:24px;\n    padding:22px;\n    box-shadow:0 8px 20px rgba(0,0,0,0.05);\n    transition:0.3s ease;\n    border:2px solid transparent;\n  }\n\n  .feature-card:hover{\n    transform:translateY(-4px);\n    border-color:#bde9ff;\n  }\n\n  .feature-title{\n    font-size:20px;\n    font-weight:700;\n    margin-bottom:10px;\n    color:#111827;\n  }\n\n  .feature-text{\n    font-size:15px;\n    line-height:1.7;\n    color:#4b5563;\n  }\n\n  .color-section{\n    margin-top:30px;\n    background:linear-gradient(135deg,#111827,#374151);\n    border-radius:28px;\n    padding:28px 22px;\n    color:white;\n    text-align:center;\n  }\n\n  .color-title{\n    font-size:26px;\n    font-weight:800;\n    margin-bottom:18px;\n  }\n\n  .color-options{\n    display:flex;\n    justify-content:center;\n    gap:14px;\n    flex-wrap:wrap;\n  }\n\n  .color-pill{\n    padding:12px 18px;\n    border-radius:50px;\n    font-size:14px;\n    font-weight:bold;\n    animation:bounce 3s infinite;\n  }\n\n  .pink{background:#ffc0d9;color:#111827;}\n  .blue{background:#9adfff;color:#111827;}\n  .green{background:#b7ff71;color:#111827;}\n  .white{background:#ffffff;color:#111827;}\n\n  @keyframes bounce{\n    0%,100%{transform:translateY(0);}\n    50%{transform:translateY(-5px);}\n  }\n\n  .spec-section{\n    margin-top:30px;\n    background:#fff7ed;\n    border-radius:24px;\n    padding:24px;\n    box-shadow:0 8px 20px rgba(0,0,0,0.05);\n  }\n\n  .spec-title{\n    font-size:24px;\n    font-weight:800;\n    margin-bottom:18px;\n    color:#111827;\n    text-align:center;\n  }\n\n  .spec-list{\n    display:grid;\n    gap:14px;\n  }\n\n  .spec-item{\n    background:white;\n    border-radius:18px;\n    padding:16px;\n    font-size:15px;\n    color:#374151;\n    line-height:1.6;\n    box-shadow:0 4px 12px rgba(0,0,0,0.04);\n  }\n\n  .warning-section{\n    margin-top:28px;\n    background:#fef2f2;\n    border-radius:24px;\n    padding:24px;\n    border:2px solid #fecaca;\n  }\n\n  .warning-title{\n    font-size:22px;\n    font-weight:800;\n    margin-bottom:12px;\n    color:#991b1b;\n  }\n\n  .warning-text{\n    font-size:15px;\n    line-height:1.7;\n    color:#7f1d1d;\n  }\n\n  .cta-section{\n    margin-top:35px;\n    text-align:center;\n  }\n\n  .cta-button{\n    display:inline-block;\n    background:linear-gradient(135deg,#111827,#374151);\n    color:white;\n    text-decoration:none;\n    padding:18px 30px;\n    border-radius:60px;\n    font-size:17px;\n    font-weight:700;\n    transition:0.3s ease;\n    animation:pulse 2s infinite;\n  }\n\n  .cta-button:hover{\n    transform:scale(1.05);\n  }\n\n  .review-section{\n    margin-top:35px;\n    display:grid;\n    gap:18px;\n  }\n\n  .review-card{\n    background:white;\n    border-radius:22px;\n    padding:20px;\n    box-shadow:0 8px 18px rgba(0,0,0,0.06);\n  }\n\n  .stars{\n    color:#fbbf24;\n    font-size:18px;\n    margin-bottom:10px;\n  }\n\n  .review-text{\n    font-size:15px;\n    line-height:1.7;\n    color:#374151;\n  }\n\n  .review-name{\n    margin-top:12px;\n    font-weight:bold;\n    color:#111827;\n  }\n\n  @media(max-width:768px){\n\n    .hydropaw-title{\n      font-size:28px;\n    }\n\n    .hydropaw-sub{\n      font-size:16px;\n    }\n\n    .feature-title{\n      font-size:18px;\n    }\n\n    .cta-button{\n      width:100%;\n      text-align:center;\n      padding:16px;\n      box-sizing:border-box;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hydropaw-container\"\u003e\n\n  \u003cdiv class=\"hydropaw-hero\"\u003e\n\n    \u003cdiv class=\"hydropaw-title\"\u003e\n      💧 HydroPaw™\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hydropaw-sub\"\u003e\n      Hydration On Every Adventure 🐾\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hydropaw-text\"\u003e\n      Keep your furry companion refreshed wherever the walk takes you.  \n      The \u003cstrong\u003eHydroPaw™ Portable Pet Water Bottle\u003c\/strong\u003e is the must-have travel companion for every dog parent on the go.\n      \u003cbr\u003e\u003cbr\u003e\n\n      Imagine a sunny afternoon at the park — your pup is bounding through the grass, tail wagging, tongue out. With one press of a button, you flip open the built-in drinking trough and your dog laps up fresh, clean water in seconds.  \n      \u003cstrong\u003eNo mess. No fuss. No thirsty pup.\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hero-badge\"\u003e\n      🚚 Portable • Leakproof • Adventure Ready\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-grid\"\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003e\n        🚰 400ml Capacity\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-text\"\u003e\n        Enough water for long walks, road trips, hikes, beach days, and outdoor adventures with your furry friend.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003e\n        🔒 Leakproof Lock Button\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-text\"\u003e\n        The one-press lock system prevents spills and leaks inside your handbag, backpack, or car.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003e\n        🌿 Safe BPA-Free Materials\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-text\"\u003e\n        Made from pet-safe food-grade materials so your dog or cat always drinks safely on the go.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003e\n        📏 Compact \u0026amp; Travel Friendly\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-text\"\u003e\n        At only 255mm tall and 70mm wide, HydroPaw™ fits comfortably into most cup holders and bags.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003e\n        🧼 Easy To Clean\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-text\"\u003e\n        Easily disassembles for quick washing and everyday cleaning after outdoor adventures.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"color-section\"\u003e\n\n    \u003cdiv class=\"color-title\"\u003e\n      🎨 Choose Your Favourite Colour\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"color-options\"\u003e\n      \u003cdiv class=\"color-pill pink\"\u003e🩷 Pink\u003c\/div\u003e\n      \u003cdiv class=\"color-pill blue\"\u003e💙 Blue\u003c\/div\u003e\n      \u003cdiv class=\"color-pill green\"\u003e💚 Green\u003c\/div\u003e\n      \u003cdiv class=\"color-pill white\"\u003e🤍 White\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"spec-section\"\u003e\n\n    \u003cdiv class=\"spec-title\"\u003e\n      📦 Product Specifications\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-list\"\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        📏 Height: 255mm\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        📐 Width: 70mm\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        💧 Capacity: 400ml\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        🐶 Suitable for dogs and cats of all sizes\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"warning-section\"\u003e\n\n    \u003cdiv class=\"warning-title\"\u003e\n      ⚠️ Care Instructions\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"warning-text\"\u003e\n      Do not use high-temperature or hot water disinfection.  \n      Clean with cool water only to maintain the quality and safety of your HydroPaw™ bottle.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cta-section\"\u003e\n\n    \u003ca href=\"#\" class=\"cta-button\"\u003e\n      🐾 Get Your HydroPaw™ Today\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"review-section\"\u003e\n\n    \u003cdiv class=\"review-card\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n      \u003cdiv class=\"review-text\"\u003e\n        “Honestly one of the best pet products I’ve bought 😍 Super convenient for walks and road trips.”\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"review-name\"\u003e\n        — Kayla M.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"review-card\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n      \u003cdiv class=\"review-text\"\u003e\n        “No leaks at all and my dog drinks from it immediately. The green one looks SO good.”\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"review-name\"\u003e\n        — Jason P.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"review-card\"\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n      \u003cdiv class=\"review-text\"\u003e\n        “Perfect for hikes and beach walks. Small enough to carry everywhere.”\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"review-name\"\u003e\n        — Ayesha D.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Everpaw","offers":[{"title":"Green","offer_id":51712901316824,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true},{"title":"Blue","offer_id":51712901349592,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":51712901382360,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true},{"title":"White","offer_id":51712901415128,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/7022\/6648\/files\/ChatGPT_Image_May_24_2026_at_08_41_39_PM.png?v=1779670837","url":"https:\/\/www.everpaw.co.za\/products\/hydropaw-portable-pet-water-bottle","provider":"Everpaw","version":"1.0","type":"link"}