{"product_id":"on-the-go-dog-water-bottle-stainless-steel-285ml","title":"On-the-Go Dog Water Bottle | Stainless Steel | 285ml","description":"\u003cstyle\u003e\n  .pb-water-bottle {\n    --pink: #f48aa7;\n    --pink-dark: #d95d82;\n    --pink-soft: #fff1f5;\n    --blue: #32c6d4;\n    --blue-dark: #159cac;\n    --blue-soft: #edfcff;\n    --navy: #183653;\n    --cream: #fffaf6;\n    --white: #ffffff;\n    --text: #354052;\n    --shadow: 0 12px 30px rgba(24, 54, 83, 0.12);\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.6;\n  }\n\n  .pb-water-bottle * {\n    box-sizing: border-box;\n  }\n\n  .pb-water-bottle section {\n    margin: 24px 0;\n  }\n\n  \/* HERO SECTION *\/\n  .pb-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 48px 25px;\n    text-align: center;\n    border-radius: 28px;\n    background:\n      radial-gradient(\n        circle at 8% 18%,\n        rgba(255, 255, 255, 0.8) 0 6%,\n        transparent 7%\n      ),\n      radial-gradient(\n        circle at 92% 80%,\n        rgba(255, 255, 255, 0.7) 0 5%,\n        transparent 6%\n      ),\n      linear-gradient(135deg, var(--pink-soft), var(--blue-soft));\n    border: 2px solid rgba(50, 198, 212, 0.22);\n    box-shadow: var(--shadow);\n  }\n\n  .pb-hero::before,\n  .pb-hero::after {\n    content: \"🐾\";\n    position: absolute;\n    font-size: 68px;\n    opacity: 0.12;\n    animation: pbFloat 4s ease-in-out infinite;\n  }\n\n  .pb-hero::before {\n    top: 15px;\n    left: 22px;\n    color: var(--pink-dark);\n  }\n\n  .pb-hero::after {\n    right: 25px;\n    bottom: 10px;\n    color: var(--blue-dark);\n    animation-delay: 1.3s;\n  }\n\n  .pb-badge {\n    display: inline-block;\n    margin-bottom: 14px;\n    padding: 7px 16px;\n    color: var(--white);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    border-radius: 50px;\n    background: linear-gradient(90deg, var(--pink), var(--blue));\n  }\n\n  .pb-hero h2 {\n    position: relative;\n    z-index: 1;\n    max-width: 850px;\n    margin: 0 auto 14px;\n    color: var(--navy);\n    font-size: clamp(30px, 5vw, 52px);\n    line-height: 1.08;\n  }\n\n  .pb-hero h2 span {\n    color: var(--pink-dark);\n  }\n\n  .pb-hero p {\n    position: relative;\n    z-index: 1;\n    max-width: 750px;\n    margin: 0 auto;\n    font-size: 18px;\n  }\n\n  \/* SECTION HEADINGS *\/\n  .pb-heading {\n    margin: 0 0 18px;\n    text-align: center;\n    color: var(--navy);\n    font-size: clamp(25px, 4vw, 36px);\n    line-height: 1.2;\n  }\n\n  .pb-heading span {\n    color: var(--pink-dark);\n  }\n\n  .pb-subheading {\n    max-width: 760px;\n    margin: -8px auto 25px;\n    text-align: center;\n    color: #657184;\n  }\n\n  \/* BENEFIT CARDS *\/\n  .pb-benefits-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .pb-benefit {\n    position: relative;\n    min-height: 180px;\n    padding: 24px 20px;\n    overflow: hidden;\n    text-align: center;\n    border: 2px solid transparent;\n    border-radius: 20px;\n    background: var(--white);\n    box-shadow: 0 8px 22px rgba(24, 54, 83, 0.08);\n    transition:\n      transform 0.28s ease,\n      box-shadow 0.28s ease,\n      border-color 0.28s ease;\n  }\n\n  .pb-benefit:nth-child(odd) {\n    background: linear-gradient(145deg, #ffffff, var(--pink-soft));\n  }\n\n  .pb-benefit:nth-child(even) {\n    background: linear-gradient(145deg, #ffffff, var(--blue-soft));\n  }\n\n  .pb-benefit:hover {\n    z-index: 2;\n    transform: translateY(-8px) scale(1.035);\n    border-color: var(--blue);\n    box-shadow: 0 18px 38px rgba(24, 54, 83, 0.16);\n  }\n\n  .pb-benefit:nth-child(odd):hover {\n    border-color: var(--pink);\n  }\n\n  .pb-paw {\n    display: grid;\n    place-items: center;\n    width: 52px;\n    height: 52px;\n    margin: 0 auto 14px;\n    color: var(--white);\n    font-size: 27px;\n    border-radius: 50%;\n    background: linear-gradient(145deg, var(--pink), var(--blue));\n    box-shadow: 0 7px 16px rgba(50, 198, 212, 0.24);\n    transition: transform 0.28s ease;\n  }\n\n  .pb-benefit:hover .pb-paw {\n    transform: rotate(-10deg) scale(1.15);\n  }\n\n  .pb-benefit h3 {\n    margin: 0 0 7px;\n    color: var(--navy);\n    font-size: 18px;\n    line-height: 1.25;\n  }\n\n  .pb-benefit p {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  \/* HYDRATION SECTION *\/\n  .pb-story {\n    position: relative;\n    overflow: hidden;\n    padding: 34px;\n    color: var(--text);\n    border: 2px solid rgba(50, 198, 212, 0.22);\n    border-radius: 24px;\n    background:\n      radial-gradient(\n        circle at 10% 20%,\n        rgba(255, 255, 255, 0.85) 0 8%,\n        transparent 9%\n      ),\n      linear-gradient(\n        120deg,\n        var(--pink-soft) 0%,\n        #f8f8ff 48%,\n        var(--blue-soft) 100%\n      );\n    box-shadow: var(--shadow);\n    transition:\n      transform 0.28s ease,\n      box-shadow 0.28s ease;\n  }\n\n  .pb-story:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 18px 38px rgba(24, 54, 83, 0.15);\n  }\n\n  .pb-story::after {\n    content: \"🐾\";\n    position: absolute;\n    right: 24px;\n    bottom: 5px;\n    color: var(--blue);\n    font-size: 70px;\n    opacity: 0.12;\n    transform: rotate(12deg);\n  }\n\n  .pb-story h2 {\n    position: relative;\n    z-index: 1;\n    margin: 0 0 12px;\n    color: var(--navy);\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .pb-story p {\n    position: relative;\n    z-index: 1;\n    margin: 10px 0;\n  }\n\n  .pb-story strong {\n    color: var(--pink-dark);\n  }\n\n  \/* FOUR STEPS *\/\n  .pb-steps {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .pb-step {\n    position: relative;\n    padding: 24px 17px;\n    text-align: center;\n    border: 2px solid #e9f0f5;\n    border-radius: 20px;\n    background: var(--white);\n    box-shadow: 0 7px 18px rgba(24, 54, 83, 0.08);\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease,\n      border-color 0.25s ease;\n  }\n\n  .pb-step:hover {\n    transform: translateY(-7px);\n    border-color: var(--blue);\n    box-shadow: var(--shadow);\n  }\n\n  .pb-step:nth-child(even):hover {\n    border-color: var(--pink);\n  }\n\n  .pb-step-number {\n    display: grid;\n    place-items: center;\n    width: 54px;\n    height: 54px;\n    margin: 0 auto 13px;\n    color: var(--white);\n    font-size: 22px;\n    font-weight: 900;\n    border-radius: 50%;\n    background: linear-gradient(145deg, var(--blue), var(--pink));\n    box-shadow: 0 7px 15px rgba(50, 198, 212, 0.22);\n    transition: transform 0.25s ease;\n  }\n\n  .pb-step:hover .pb-step-number {\n    transform: scale(1.12) rotate(5deg);\n  }\n\n  .pb-step h3 {\n    margin: 0 0 5px;\n    color: var(--navy);\n    font-size: 17px;\n  }\n\n  .pb-step p {\n    margin: 0;\n    font-size: 14px;\n  }\n\n  \/* PERFECT FOR AND CARRY OPTIONS *\/\n  .pb-two-column {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n  }\n\n  .pb-info-box {\n    padding: 27px;\n    border-radius: 22px;\n    box-shadow: 0 8px 22px rgba(24, 54, 83, 0.08);\n    transition:\n      transform 0.28s ease,\n      box-shadow 0.28s ease;\n  }\n\n  .pb-info-box:hover {\n    transform: translateY(-6px);\n    box-shadow: var(--shadow);\n  }\n\n  .pb-info-box.pink {\n    background: var(--pink-soft);\n    border: 2px solid rgba(244, 138, 167, 0.38);\n  }\n\n  .pb-info-box.blue {\n    background: var(--blue-soft);\n    border: 2px solid rgba(50, 198, 212, 0.38);\n  }\n\n  .pb-info-box h3 {\n    margin: 0 0 12px;\n    color: var(--navy);\n    font-size: 23px;\n  }\n\n  .pb-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .pb-list li {\n    position: relative;\n    margin: 9px 0;\n    padding-left: 30px;\n  }\n\n  .pb-list li::before {\n    content: \"🐾\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    font-size: 17px;\n  }\n\n  \/* PRODUCT DETAILS *\/\n  .pb-details {\n    overflow: hidden;\n    border: 2px solid #e9f0f5;\n    border-radius: 22px;\n    background: var(--white);\n    box-shadow: 0 8px 22px rgba(24, 54, 83, 0.08);\n  }\n\n  .pb-detail-row {\n    display: grid;\n    grid-template-columns: 1fr 1.6fr;\n    padding: 14px 20px;\n    border-bottom: 1px solid #e9f0f5;\n    transition: background 0.2s ease;\n  }\n\n  .pb-detail-row:last-child {\n    border-bottom: none;\n  }\n\n  .pb-detail-row:nth-child(odd) {\n    background: #fafcfd;\n  }\n\n  .pb-detail-row:hover {\n    background: var(--blue-soft);\n  }\n\n  .pb-detail-row strong {\n    color: var(--navy);\n  }\n\n  \/* CARE INSTRUCTIONS *\/\n  .pb-care {\n    padding: 24px;\n    border-left: 7px solid var(--pink);\n    border-radius: 16px;\n    background: linear-gradient(\n      110deg,\n      var(--pink-soft),\n      var(--cream),\n      var(--blue-soft)\n    );\n    box-shadow: 0 7px 18px rgba(24, 54, 83, 0.07);\n  }\n\n  .pb-care h3 {\n    margin: 0 0 8px;\n    color: var(--navy);\n  }\n\n  .pb-care p {\n    margin: 0;\n  }\n\n  \/* FINAL CTA *\/\n  .pb-cta {\n    position: relative;\n    overflow: hidden;\n    padding: 40px 25px;\n    text-align: center;\n    color: var(--white);\n    border-radius: 28px;\n    background: linear-gradient(120deg, var(--pink-dark), var(--blue-dark));\n    box-shadow: 0 18px 40px rgba(24, 54, 83, 0.18);\n  }\n\n  .pb-cta::before,\n  .pb-cta::after {\n    content: \"🐾\";\n    position: absolute;\n    font-size: 80px;\n    opacity: 0.12;\n  }\n\n  .pb-cta::before {\n    top: 5px;\n    left: 24px;\n    transform: rotate(-15deg);\n  }\n\n  .pb-cta::after {\n    right: 24px;\n    bottom: -10px;\n    transform: rotate(15deg);\n  }\n\n  .pb-cta h2 {\n    position: relative;\n    z-index: 1;\n    margin: 0 0 10px;\n    color: var(--white);\n    font-size: clamp(27px, 4vw, 42px);\n  }\n\n  .pb-cta p {\n    position: relative;\n    z-index: 1;\n    max-width: 700px;\n    margin: 0 auto 18px;\n    font-size: 17px;\n  }\n\n  .pb-cta-button {\n    position: relative;\n    z-index: 1;\n    display: inline-block;\n    padding: 14px 25px;\n    color: var(--navy);\n    font-weight: 900;\n    text-decoration: none;\n    border-radius: 50px;\n    background: var(--white);\n    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease;\n  }\n\n  .pb-cta-button:hover {\n    color: var(--pink-dark);\n    transform: translateY(-4px) scale(1.04);\n    box-shadow: 0 13px 25px rgba(0, 0, 0, 0.19);\n  }\n\n  @keyframes pbFloat {\n    0%,\n    100% {\n      transform: translateY(0) rotate(-8deg);\n    }\n\n    50% {\n      transform: translateY(-10px) rotate(5deg);\n    }\n  }\n\n  \/* TABLET *\/\n  @media (max-width: 850px) {\n    .pb-benefits-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .pb-two-column {\n      grid-template-columns: 1fr;\n    }\n\n    .pb-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 540px) {\n    .pb-water-bottle section {\n      margin: 18px 0;\n    }\n\n    .pb-hero {\n      padding: 38px 18px;\n      border-radius: 22px;\n    }\n\n    .pb-hero p {\n      font-size: 16px;\n    }\n\n    .pb-benefits-grid,\n    .pb-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .pb-benefit {\n      min-height: auto;\n      padding: 20px 18px;\n    }\n\n    .pb-story,\n    .pb-info-box {\n      padding: 22px;\n    }\n\n    .pb-detail-row {\n      grid-template-columns: 1fr;\n      gap: 3px;\n    }\n\n    .pb-cta {\n      padding: 34px 18px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .pb-water-bottle *,\n    .pb-water-bottle *::before,\n    .pb-water-bottle *::after {\n      animation: none !important;\n      transition: none !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pb-water-bottle\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"pb-hero\"\u003e\n    \u003cdiv class=\"pb-badge\"\u003e\n      2-in-1 Portable Pet Hydration\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Fresh Water for Your Pup,\n      \u003cspan\u003eWherever Adventure Takes You\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      A compact stainless-steel water bottle with a built-in foldable\n      drinking bowl—designed to make keeping your furry child hydrated\n      simple, clean and convenient.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SHORT BENEFITS --\u003e\n  \u003csection\u003e\n    \u003ch2 class=\"pb-heading\"\u003e\n      Benefits You and Your \u003cspan\u003eDog Will Love\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"pb-subheading\"\u003e\n      Everything your pup needs for fresh, convenient hydration on the go.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"pb-benefits-grid\"\u003e\n\n      \u003cdiv class=\"pb-benefit\"\u003e\n        \u003cdiv class=\"pb-paw\"\u003e🐾\u003c\/div\u003e\n\n        \u003ch3\u003e2-in-1 Design\u003c\/h3\u003e\n\n        \u003cp\u003e\n          A water bottle and foldable drinking bowl in one compact design.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pb-benefit\"\u003e\n        \u003cdiv class=\"pb-paw\"\u003e🐾\u003c\/div\u003e\n\n        \u003ch3\u003eStainless-Steel Bottle\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Durable, reusable and helps keep your dog’s water cooler for longer.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pb-benefit\"\u003e\n        \u003cdiv class=\"pb-paw\"\u003e🐾\u003c\/div\u003e\n\n        \u003ch3\u003eClip-On \u0026amp; Easy to Carry\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Attach it to a backpack, belt, leash or travel bag.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pb-benefit\"\u003e\n        \u003cdiv class=\"pb-paw\"\u003e🐾\u003c\/div\u003e\n\n        \u003ch3\u003eQuick and Mess-Free\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Open the bowl, pour the water and let your thirsty pup enjoy.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pb-benefit\"\u003e\n        \u003cdiv class=\"pb-paw\"\u003e🐾\u003c\/div\u003e\n\n        \u003ch3\u003eCompact 285 ml Size\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Lightweight and convenient for walks, outings and everyday travel.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pb-benefit\"\u003e\n        \u003cdiv class=\"pb-paw\"\u003e🐾\u003c\/div\u003e\n\n        \u003ch3\u003ePink and Blue Options\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Give each furry family member their very own personal bottle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- HYDRATION STORY --\u003e\n  \u003csection class=\"pb-story\"\u003e\n    \u003ch2\u003eHydration Made Easy 🐶\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Your dog relies on you for fresh water when you are away from home.\n      This clever \u003cstrong\u003e2-in-1 portable water bottle and drinking\n      bowl\u003c\/strong\u003e makes it easy to offer your pup a refreshing drink\n      wherever the day takes you.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The rounded stainless-steel container holds up to\n      \u003cstrong\u003e285 ml of water\u003c\/strong\u003e, while the soft outer cover unfolds\n      into a convenient drinking bowl.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      No separate bowl, disposable cup or messy hand pouring is needed.\n      Simply unfold, pour and let your pup enjoy.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FOUR EASY STEPS --\u003e\n  \u003csection\u003e\n    \u003ch2 class=\"pb-heading\"\u003e\n      Fresh Water in \u003cspan\u003e4 Easy Steps\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"pb-steps\"\u003e\n\n      \u003cdiv class=\"pb-step\"\u003e\n        \u003cdiv class=\"pb-step-number\"\u003e1\u003c\/div\u003e\n\n        \u003ch3\u003eOpen the Bowl\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Unfold the soft outer cover to create the drinking bowl.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pb-step\"\u003e\n        \u003cdiv class=\"pb-step-number\"\u003e2\u003c\/div\u003e\n\n        \u003ch3\u003eOpen the Bottle\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Twist off the cap to access the fresh water inside.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pb-step\"\u003e\n        \u003cdiv class=\"pb-step-number\"\u003e3\u003c\/div\u003e\n\n        \u003ch3\u003ePour the Water\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Pour the desired amount directly into the fold-out bowl.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pb-step\"\u003e\n        \u003cdiv class=\"pb-step-number\"\u003e4\u003c\/div\u003e\n\n        \u003ch3\u003eLet Your Pup Enjoy\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Give your furry companion a clean and refreshing drink.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PERFECT FOR AND CARRY OPTIONS --\u003e\n  \u003csection class=\"pb-two-column\"\u003e\n\n    \u003cdiv class=\"pb-info-box pink\"\u003e\n      \u003ch3\u003ePerfect for Every Outing\u003c\/h3\u003e\n\n      \u003cul class=\"pb-list\"\u003e\n        \u003cli\u003eDaily neighbourhood walks\u003c\/li\u003e\n        \u003cli\u003eHiking and outdoor adventures\u003c\/li\u003e\n        \u003cli\u003eBeach days and park visits\u003c\/li\u003e\n        \u003cli\u003eRoad trips and family holidays\u003c\/li\u003e\n        \u003cli\u003eCamping and picnics\u003c\/li\u003e\n        \u003cli\u003eVet visits and travel days\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pb-info-box blue\"\u003e\n      \u003ch3\u003eClip It and Carry It\u003c\/h3\u003e\n\n      \u003cul class=\"pb-list\"\u003e\n        \u003cli\u003eBackpacks\u003c\/li\u003e\n        \u003cli\u003eWaist belts and belt loops\u003c\/li\u003e\n        \u003cli\u003eDog leashes\u003c\/li\u003e\n        \u003cli\u003eHandbags\u003c\/li\u003e\n        \u003cli\u003eHiking bags\u003c\/li\u003e\n        \u003cli\u003ePet travel gear\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n  \u003csection\u003e\n    \u003ch2 class=\"pb-heading\"\u003e\n      Product \u003cspan\u003eDetails\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"pb-details\"\u003e\n\n      \u003cdiv class=\"pb-detail-row\"\u003e\n        \u003cstrong\u003eCapacity\u003c\/strong\u003e\n        \u003cspan\u003e285 ml\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pb-detail-row\"\u003e\n        \u003cstrong\u003eWater Container\u003c\/strong\u003e\n        \u003cspan\u003eReusable stainless steel\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pb-detail-row\"\u003e\n        \u003cstrong\u003eDrinking Bowl\u003c\/strong\u003e\n        \u003cspan\u003eSoft, foldable drinking bowl\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pb-detail-row\"\u003e\n        \u003cstrong\u003eApproximate Closed Size\u003c\/strong\u003e\n        \u003cspan\u003e9 cm high × 8.7 cm wide\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pb-detail-row\"\u003e\n        \u003cstrong\u003eApproximate Open Bowl Size\u003c\/strong\u003e\n        \u003cspan\u003e9 cm × 9.5 cm\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pb-detail-row\"\u003e\n        \u003cstrong\u003eAvailable Colours\u003c\/strong\u003e\n        \u003cspan\u003ePink and blue\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pb-detail-row\"\u003e\n        \u003cstrong\u003eIncluded\u003c\/strong\u003e\n\n        \u003cspan\u003e\n          Stainless-steel water container, foldable drinking bowl, cap,\n          attachment clip and carrying strap\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pb-detail-row\"\u003e\n        \u003cstrong\u003eRecommended For\u003c\/strong\u003e\n        \u003cspan\u003eSmall and medium-sized dogs\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CARE INSTRUCTIONS --\u003e\n  \u003csection class=\"pb-care\"\u003e\n    \u003ch3\u003e🐾 Care Instructions\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Wash before first use. Hand-wash the bottle and bowl with mild soap,\n      rinse thoroughly and allow all parts to dry completely before storage.\n      Do not use with hot liquids. Always make sure the cap is properly\n      secured before carrying the bottle.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection class=\"pb-cta\"\u003e\n    \u003ch2\u003eEvery Adventure Deserves Fresh Water\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Practical enough for everyday walks, compact enough to carry anywhere\n      and cute enough for every furry family member to have their own.\n    \u003c\/p\u003e\n\n    \u003ca class=\"pb-cta-button\" href=\"#product-form\"\u003e\n      Choose Your Colour 🐾\n    \u003c\/a\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"The Pet Boom","offers":[{"title":"Default Title","offer_id":44060758671447,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0669\/5125\/0007\/files\/Pet_Boom_Portsble_Water_bottle_1_2.jpg?v=1784713301","url":"https:\/\/thepetboom.com\/products\/on-the-go-dog-water-bottle-stainless-steel-285ml","provider":"The Pet Boom","version":"1.0","type":"link"}