{"product_id":"petvale™-outdoor-dog-hydration-treat-bottle","title":"PETVALE™ Outdoor Dog Hydration \u0026 Treat Bottle","description":"\u003cstyle\u003e\n  .petvale-product-section {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 38px 18px;\n    font-family: inherit;\n    color: #2D2D2D;\n    background: #FAF7F2;\n    border-radius: 22px;\n    overflow: hidden;\n  }\n\n  .petvale-hero-box {\n    text-align: center;\n    padding: 34px 20px;\n    background: linear-gradient(135deg, #ffffff 0%, #FAF7F2 100%);\n    border: 1px solid rgba(201, 168, 76, 0.28);\n    border-radius: 22px;\n    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);\n    animation: petvaleFadeUp 0.8s ease forwards;\n  }\n\n  .petvale-kicker {\n    display: inline-block;\n    margin-bottom: 12px;\n    padding: 7px 16px;\n    border-radius: 999px;\n    background: rgba(27, 67, 50, 0.08);\n    color: #1B4332;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n  }\n\n  .petvale-title {\n    margin: 0 0 14px;\n    color: #1B4332;\n    font-size: clamp(28px, 5vw, 48px);\n    line-height: 1.08;\n    font-weight: 800;\n  }\n\n  .petvale-subtitle {\n    max-width: 760px;\n    margin: 0 auto;\n    font-size: 16px;\n    line-height: 1.8;\n    color: #4A4A4A;\n  }\n\n  .petvale-highlight {\n    color: #C9A84C;\n    font-weight: 800;\n  }\n\n  .petvale-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin-top: 26px;\n  }\n\n  .petvale-card {\n    background: #ffffff;\n    border: 1px solid rgba(201, 168, 76, 0.22);\n    border-radius: 18px;\n    padding: 22px 18px;\n    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.045);\n    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;\n    animation: petvaleFadeUp 0.8s ease forwards;\n    opacity: 0;\n  }\n\n  .petvale-card:nth-child(1) { animation-delay: 0.08s; }\n  .petvale-card:nth-child(2) { animation-delay: 0.16s; }\n  .petvale-card:nth-child(3) { animation-delay: 0.24s; }\n  .petvale-card:nth-child(4) { animation-delay: 0.32s; }\n  .petvale-card:nth-child(5) { animation-delay: 0.40s; }\n  .petvale-card:nth-child(6) { animation-delay: 0.48s; }\n\n  .petvale-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);\n    border-color: rgba(201, 168, 76, 0.55);\n  }\n\n  .petvale-icon {\n    width: 42px;\n    height: 42px;\n    margin-bottom: 14px;\n    border-radius: 50%;\n    background: #1B4332;\n    color: #FAF7F2;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 20px;\n  }\n\n  .petvale-card h3 {\n    margin: 0 0 8px;\n    color: #1B4332;\n    font-size: 17px;\n    font-weight: 800;\n  }\n\n  .petvale-card p {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.65;\n    color: #555;\n  }\n\n  .petvale-section-title {\n    text-align: center;\n    margin: 44px 0 18px;\n    color: #1B4332;\n    font-size: clamp(24px, 4vw, 36px);\n    line-height: 1.15;\n    font-weight: 800;\n  }\n\n  .petvale-how-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n    margin-top: 20px;\n  }\n\n  .petvale-how-card {\n    position: relative;\n    background: #ffffff;\n    border-radius: 20px;\n    padding: 26px;\n    border: 1px solid rgba(27, 67, 50, 0.12);\n    overflow: hidden;\n    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);\n    transition: transform 0.28s ease;\n  }\n\n  .petvale-how-card:hover {\n    transform: scale(1.015);\n  }\n\n  .petvale-how-card::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 5px;\n    height: 100%;\n    background: #C9A84C;\n  }\n\n  .petvale-how-card h3 {\n    margin: 0 0 10px;\n    color: #1B4332;\n    font-size: 22px;\n    font-weight: 800;\n  }\n\n  .petvale-how-card p {\n    margin: 0;\n    font-size: 15px;\n    line-height: 1.75;\n    color: #4A4A4A;\n  }\n\n  .petvale-specs {\n    margin-top: 22px;\n    background: #ffffff;\n    border-radius: 22px;\n    padding: 24px;\n    border: 1px solid rgba(201, 168, 76, 0.25);\n    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);\n  }\n\n  .petvale-spec-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 18px;\n    padding: 14px 0;\n    border-bottom: 1px solid rgba(45, 45, 45, 0.08);\n    font-size: 15px;\n  }\n\n  .petvale-spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .petvale-spec-row strong {\n    color: #1B4332;\n  }\n\n  .petvale-spec-row span {\n    text-align: right;\n    color: #555;\n  }\n\n  .petvale-note {\n    margin-top: 26px;\n    text-align: center;\n    padding: 22px;\n    border-radius: 18px;\n    background: rgba(27, 67, 50, 0.08);\n    color: #1B4332;\n    font-weight: 700;\n    line-height: 1.6;\n  }\n\n  @keyframes petvaleFadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(22px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @media (max-width: 768px) {\n    .petvale-product-section {\n      padding: 28px 14px;\n      border-radius: 18px;\n    }\n\n    .petvale-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .petvale-how-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .petvale-hero-box {\n      padding: 28px 16px;\n    }\n\n    .petvale-spec-row {\n      flex-direction: column;\n      gap: 5px;\n    }\n\n    .petvale-spec-row span {\n      text-align: left;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"petvale-product-section\"\u003e\n\n  \u003cdiv class=\"petvale-hero-box\"\u003e\n    \u003cdiv class=\"petvale-kicker\"\u003ePETVALE™ Outdoor Essentials\u003c\/div\u003e\n    \u003ch2 class=\"petvale-title\"\u003eNever Cut a Walk Short Again\u003c\/h2\u003e\n    \u003cp class=\"petvale-subtitle\"\u003e\n      Your dog lives for the outdoors — the morning walks, weekend hikes and spontaneous beach trips.\n      The \u003cspan class=\"petvale-highlight\"\u003ePETVALE™ Outdoor Dog Hydration \u0026amp; Treat Bottle\u003c\/span\u003e\n      helps keep fresh water and treats ready wherever the adventure takes you.\n      One bottle. Everything your dog needs.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"petvale-section-title\"\u003eWhy Dogs \u0026amp; Owners Love It\u003c\/h2\u003e\n\n  \u003cdiv class=\"petvale-grid\"\u003e\n    \u003cdiv class=\"petvale-card\"\u003e\n      \u003cdiv class=\"petvale-icon\"\u003e💧\u003c\/div\u003e\n      \u003ch3\u003eStay Out Longer\u003c\/h3\u003e\n      \u003cp\u003e350ml water capacity helps keep your dog hydrated during walks, parks, hikes and travel.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"petvale-card\"\u003e\n      \u003cdiv class=\"petvale-icon\"\u003e🐾\u003c\/div\u003e\n      \u003ch3\u003eReward On The Go\u003c\/h3\u003e\n      \u003cp\u003eThe built-in treat compartment keeps snacks close for training, rewards and good behaviour.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"petvale-card\"\u003e\n      \u003cdiv class=\"petvale-icon\"\u003e☝️\u003c\/div\u003e\n      \u003ch3\u003eEasy Water Release\u003c\/h3\u003e\n      \u003cp\u003ePress the button to release water into the built-in drinking bowl whenever your dog needs a sip.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"petvale-card\"\u003e\n      \u003cdiv class=\"petvale-icon\"\u003e🔒\u003c\/div\u003e\n      \u003ch3\u003eDesigned To Reduce Spills\u003c\/h3\u003e\n      \u003cp\u003eThe secure locking system helps keep water contained while travelling or carrying it in hand.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"petvale-card\"\u003e\n      \u003cdiv class=\"petvale-icon\"\u003e🎒\u003c\/div\u003e\n      \u003ch3\u003eLightweight \u0026amp; Wrist-Ready\u003c\/h3\u003e\n      \u003cp\u003eIncludes a wrist carry strap, making it easy to take along with your lead, keys and phone.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"petvale-card\"\u003e\n      \u003cdiv class=\"petvale-icon\"\u003e✨\u003c\/div\u003e\n      \u003ch3\u003ePet-Friendly Design\u003c\/h3\u003e\n      \u003cp\u003eMade from durable plastic with a practical detachable design for everyday outdoor use.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"petvale-section-title\"\u003eHow It Works\u003c\/h2\u003e\n\n  \u003cdiv class=\"petvale-how-grid\"\u003e\n    \u003cdiv class=\"petvale-how-card\"\u003e\n      \u003ch3\u003e💧 Water Dispensing\u003c\/h3\u003e\n      \u003cp\u003e\n        Press the one-button release to flow water directly into the built-in drinking bowl.\n        Your dog can drink comfortably from the bowl, and when they are done, lock it off to help prevent mess.\n        The 350ml capacity is ideal for everyday walks, hikes, parks and travel.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"petvale-how-card\"\u003e\n      \u003ch3\u003e🐾 Treat Container\u003c\/h3\u003e\n      \u003cp\u003e\n        The detachable 170ml treat compartment attaches to the base of the bottle, keeping kibble or treats close by.\n        Simply remove, reward, and reattach. The clear container makes it easy to see when it needs refilling.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"petvale-section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003cdiv class=\"petvale-specs\"\u003e\n    \u003cdiv class=\"petvale-spec-row\"\u003e\n      \u003cstrong\u003eWater Capacity\u003c\/strong\u003e\n      \u003cspan\u003e350ml\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"petvale-spec-row\"\u003e\n      \u003cstrong\u003eTreat Compartment\u003c\/strong\u003e\n      \u003cspan\u003e170ml\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"petvale-spec-row\"\u003e\n      \u003cstrong\u003eFunction\u003c\/strong\u003e\n      \u003cspan\u003eOne-button water release with built-in drinking bowl\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"petvale-spec-row\"\u003e\n      \u003cstrong\u003eLocking System\u003c\/strong\u003e\n      \u003cspan\u003eSecure lock designed to help reduce spills\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"petvale-spec-row\"\u003e\n      \u003cstrong\u003eContainer\u003c\/strong\u003e\n      \u003cspan\u003eDetachable treat compartment for easy refilling and cleaning\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"petvale-spec-row\"\u003e\n      \u003cstrong\u003eCarry Design\u003c\/strong\u003e\n      \u003cspan\u003eWrist strap included for walks and travel\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"petvale-spec-row\"\u003e\n      \u003cstrong\u003eMaterial\u003c\/strong\u003e\n      \u003cspan\u003eDurable pet-friendly plastic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"petvale-spec-row\"\u003e\n      \u003cstrong\u003eCleaning\u003c\/strong\u003e\n      \u003cspan\u003eDetachable parts for quick washing\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"petvale-note\"\u003e\n    Built for daily walks, outdoor adventures, park days, hikes and road trips with your dog.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"PETVALE","offers":[{"title":"Blue","offer_id":54351325724947,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":54351325757715,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true},{"title":"White","offer_id":54363761574163,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/4361\/3715\/files\/ChatGPTImageJun30_2026_10_23_49PM_2.png?v=1782852543","url":"https:\/\/petvale.co.za\/products\/petvale%e2%84%a2-outdoor-dog-hydration-treat-bottle","provider":"PETVALE","version":"1.0","type":"link"}