{"product_id":"dual-chamber-pet-travel-flask","title":"Dual Chamber Pet Travel Flask","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Pet Travel Accessory (2-in-1 Dog Water Bottle \u0026 Food Container)\nTarget Audience: Active pet owners, hikers, travelers, new puppy parents.\nVisual Style: Outdoor friendly, reliable, clean, energetic.\nColor Strategy: \n- Primary: #0284c7 (Fresh Water Blue - denotes hydration, cleanliness)\n- Accent: #f97316 (Energetic Orange - denotes food\/appetite\/joy)\n- Background: #f8fafc (Clean outdoor-fresh off-white)\nShape Strategy: Radius 20px (Friendly, pet-safe, ergonomic, no sharp edges)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 40px, Body 18px+)\nMobile Table Strategy: Card-based (No horizontal scroll, strictly vertical stack)\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System (CSS Variables) *\/\n      --primary: #0284c7;\n      --primary-light: #e0f2fe;\n      --accent: #f97316;\n      --text-main: #0f172a;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --border-color: #e2e8f0;\n      \n      \/* Global Spacing Variable *\/\n      --section-gap: clamp(3rem, 6vw, 5rem);\n      --module-gap: clamp(2rem, 5vw, 4rem);\n\n      \/* Typography System *\/\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Typography Scales *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      color: var(--text-main);\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(26px, 3.5vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container p {\n      margin-bottom: 1.25rem;\n    }\n\n    \/* Layout Utilities *\/\n    .section-wrapper {\n      margin-bottom: var(--section-gap);\n      padding-top: 2rem;\n    }\n\n    .text-center {\n      text-align: center;\n    }\n\n    \/* Non-clickable Visual Badge *\/\n    .visual-badge {\n      display: inline-block;\n      background-color: var(--primary-light);\n      color: var(--primary);\n      font-size: 16px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      margin-bottom: 1.5rem;\n      border: 2px solid var(--primary);\n    }\n\n    \/* Image Placeholders (Strict Parent-Child Structure) *\/\n    .media-container {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      overflow: hidden;\n      position: relative;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: #f1f5f9;\n      border: 2px dashed #cbd5e1;\n      border-radius: var(--radius-lg);\n      font-size: 18px;\n      font-weight: 600;\n      color: #64748b;\n    }\n    \n    \/* Hero Section *\/\n    .hero-header {\n      max-width: 800px;\n      margin: 0 auto 2rem auto;\n    }\n    \n    .social-proof {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--accent);\n      margin-bottom: 2rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 0.5rem;\n    }\n\n    \/* Z-Pattern Feature Modules *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile First: Stacked *\/\n      gap: 2rem;\n      margin-bottom: var(--module-gap);\n    }\n\n    \/* Mobile Ordering Lock: Image ALWAYS on top *\/\n    @media (max-width: 767px) {\n      .feature-media {\n        order: -1;\n      }\n      .feature-copy {\n        order: 0;\n      }\n    }\n\n    \/* Desktop Z-Pattern Enhancement *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: var(--module-gap);\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n        min-width: 0; \/* Prevents flex blowout *\/\n      }\n    }\n\n    \/* Specs Table System (Mobile Card -\u003e Desktop Table) *\/\n    .specs-wrapper {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1.25rem 1rem;\n      text-align: left;\n    }\n\n    .specs-table thead th {\n      background-color: var(--primary-light);\n      color: var(--primary);\n      font-weight: 700;\n      font-size: 20px;\n    }\n\n    \/* Desktop Zebra Table *\/\n    @media (min-width: 768px) {\n      .specs-table tbody tr {\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table tbody tr:nth-child(even) {\n        background-color: rgba(0,0,0,0.02);\n      }\n    }\n\n    \/* Mobile Card Table Lock (CRITICAL: No Horizontal Scroll) *\/\n    @media (max-width: 767px) {\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none; \/* Hide native header *\/\n      }\n      .specs-table tr {\n        margin-bottom: 1.5rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: #ffffff;\n        overflow: hidden;\n      }\n      .specs-table td {\n        display: flex;\n        flex-direction: column;\n        border-bottom: 1px solid var(--border-color);\n        padding: 1.25rem;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      \/* Inject pseudo-header for mobile cards *\/\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-bottom: 0.5rem;\n        font-size: 18px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-container {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1.5rem;\n    }\n\n    .faq-question {\n      font-size: clamp(20px, 2.5vw, 22px);\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 0.75rem;\n    }\n\n    .faq-answer {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"section-wrapper text-center\"\u003e\n\u003cdiv class=\"hero-header\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eThe Ultimate Travel Companion\u003c\/div\u003e\n\n\u003ch1\u003eHydration \u0026amp; Nutrition in One Single Bottle\u003c\/h1\u003e\n\n\u003cp\u003eNo more juggling separate bowls, bottles, and bags. This portable dog water bottle holds fresh water and dry food in one compact unit — the perfect essential for walks, hikes, and road trips.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003e★★★★★ Trusted by 10,000+ Happy Pups \u0026amp; Parents\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"media-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410141205\/3083878d8e4aa037e3257c717bdf0371.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-wrapper\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410141205\/8b1c7b8524a45b715092e2d72ace0ebb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eLeak-Proof One-Press Dispenser\u003c\/h2\u003e\n\n\u003cp\u003ePress the button to dispense water into the attached bowl. When your dog is done, release the button to retract the remaining water right back into the bottle.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eZero waste, and zero spills in your bag.\u003c\/strong\u003e Whether you're on a quick morning walk or a weekend hiking trail, your dog drinks clean, and you stay dry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410141205\/4fe2ab06a7e41631737090360fef3888.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eActivated Carbon Filtration\u003c\/h2\u003e\n\n\u003cp\u003eThe cleanest water on the trail. Built with a premium fruit-shell activated charcoal filter, this bottle removes impurities and odors so every single sip is fresh and safe.\u003c\/p\u003e\n\n\u003cp\u003eConstructed entirely from BPA-free, food-grade materials. Safe for dogs of all breeds, sizes, and even perfectly suitable for cats.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410141205\/154b80d5eb7df26d9674764b65045eca.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePerfect Size For Every Adventure\u003c\/h2\u003e\n\n\u003cp\u003eAvailable in two sizes to match your dog's needs: 300ml for small breeds (Yorkies, Frenchies, Pomeranians) and 550ml for large breeds and all-day outings.\u003c\/p\u003e\n\n\u003cp\u003eIt's lightweight, fits perfectly in standard car cup holders, and slides easily into any backpack pocket. The bonus bottom compartment keeps their favorite treats or kibble completely dry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"section-wrapper specs-wrapper\"\u003e\n\u003ch2 class=\"text-center\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp class=\"text-center\"\u003eEngineered for durability, safety, and ultimate convenience.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eSmall Breed Version (300ml)\u003c\/th\u003e\n\t\t\t\u003cth\u003eLarge Breed Version (550ml)\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eWater Capacity\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Small Breed Version (300ml)\"\u003e300 ml (approx. 10.6 oz)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Large Breed Version (550ml)\"\u003e550 ml (approx. 19.4 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eFood Capacity\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Small Breed Version (300ml)\"\u003e100 g (approx. 3.5 oz)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Large Breed Version (550ml)\"\u003e100 g (approx. 3.5 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eEmpty Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Small Breed Version (300ml)\"\u003e220 g (approx. 7.8 oz)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Large Breed Version (550ml)\"\u003e280 g (approx. 9.9 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Small Breed Version (300ml)\"\u003eBPA-Free Food Grade ABS\/PC\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Large Breed Version (550ml)\"\u003eBPA-Free Food Grade ABS\/PC\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eFiltration System\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Small Breed Version (300ml)\"\u003eFruit-Shell Activated Carbon\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Large Breed Version (550ml)\"\u003eFruit-Shell Activated Carbon\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"section-wrapper faq-container\"\u003e\n\u003ch2 class=\"text-center\" style=\"margin-bottom: 3rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow does the unused water go back inside?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eIt is incredibly simple! Just keep the bottle slightly tilted upright, press and hold the dispense button, and the remaining water will seamlessly flow back into the main reservoir. No water wasted!\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow often should I change the carbon filter?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eFor optimal freshness and to ensure the removal of impurities, we recommend rinsing the filter before the first use and replacing the carbon filter every 2 to 3 months depending on how frequently you travel.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the bottle dishwasher safe?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eTo maintain the integrity of the leak-proof silicone seals and the activated carbon filter, we highly recommend hand-washing the bottle with warm, soapy water. The wide mouth makes it very easy to clean manually.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🌊 Aqua Blue \/ Standard - 10oz (Best for Small Breeds)","offer_id":51420904947936,"sku":"0410-16130735","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🌸 Blush Pink \/ Standard - 10oz (Best for Small Breeds)","offer_id":51420904980704,"sku":"0410-16136477","price":19.95,"currency_code":"USD","in_stock":true},{"title":"☁️ Cloud White \/ Standard - 10oz (Best for Small Breeds)","offer_id":51420905013472,"sku":"0410-16130964","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🌊 Aqua Blue \/ Pro Max - 19oz (Best for Large Dogs \u0026 Hikes","offer_id":51420905046240,"sku":"0410-16137078","price":22.95,"currency_code":"USD","in_stock":true},{"title":"🌸 Blush Pink \/ Pro Max - 19oz (Best for Large Dogs \u0026 Hikes","offer_id":51420905079008,"sku":"0410-16134798","price":22.95,"currency_code":"USD","in_stock":true},{"title":"☁️ Cloud White \/ Pro Max - 19oz (Best for Large Dogs \u0026 Hikes","offer_id":51420905111776,"sku":"0410-16135366","price":22.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/5296\/2272\/files\/3083878d8e4aa037e3257c717bdf0371.jpg?v=1775809155","url":"https:\/\/dogplaybox.com\/products\/dual-chamber-pet-travel-flask","provider":"DogPlayBox","version":"1.0","type":"link"}