{"product_id":"pet","title":"Daba™ Dual Chamber Pet Travel Flask","description":"\u003cp\u003e```html\u003c\/p\u003e\n\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 Specs Strategy: Card-based, clean 3-item layout\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\n    .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 *\/\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;\n      gap: 2rem;\n      margin-bottom: var(--module-gap);\n    }\n\n    @media (max-width: 767px) {\n      .feature-media {\n        order: -1;\n      }\n      .feature-copy {\n        order: 0;\n      }\n    }\n\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;\n      }\n    }\n\n    \/* Simplified Specs Section *\/\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-wrapper p.text-center {\n      max-width: 720px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .simple-spec-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 1rem;\n      margin-top: 2rem;\n    }\n\n    .simple-spec-card {\n      background: #ffffff;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      text-align: center;\n      box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);\n    }\n\n    .simple-spec-label {\n      font-size: 16px;\n      font-weight: 800;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      color: var(--primary);\n      margin-bottom: 0.75rem;\n    }\n\n    .simple-spec-value {\n      font-size: clamp(22px, 3vw, 28px);\n      line-height: 1.25;\n      font-weight: 800;\n      color: var(--text-main);\n      margin-bottom: 0.35rem;\n    }\n\n    .simple-spec-note {\n      font-size: 15px;\n      line-height: 1.5;\n      color: var(--text-sub);\n    }\n\n    @media (max-width: 767px) {\n      .simple-spec-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .simple-spec-card {\n        text-align: left;\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\u003cdiv class=\"product-detail-container\"\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\u003ch1\u003eHydration \u0026amp; Nutrition in One Single Bottle\u003c\/h1\u003e\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\u003cdiv class=\"social-proof\"\u003e★★★★★ Trusted by 10,000+ Happy Pups \u0026amp; Parents\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-container\"\u003e\u003cimg height=\"598\" width=\"479\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0691\/9956\/0822\/files\/gif.gif?v=1781169330\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\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\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410141205\/8b1c7b8524a45b715092e2d72ace0ebb.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eLeak-Proof One-Press Dispenser\u003c\/h2\u003e\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\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\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-container\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0691\/9956\/0822\/files\/2932fba4-3cdb-4ae8-9771-308bb3850660.png?v=1781171419\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eCleaner, Fresher, Pet-Safe Design\u003c\/h2\u003e\n\u003cp\u003eMade with antibacterial material to help reduce odor buildup and support cleaner daily use. Easy to rinse, easy to clean, and perfect for walks, travel, and everyday hydration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-container\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410141205\/154b80d5eb7df26d9674764b65045eca.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePerfect Size For Every Adventure\u003c\/h2\u003e\n\u003cp\u003eCompact enough for daily walks, roomy enough for longer outings. The bottle keeps water and treats in one easy-carry design, so you can pack lighter and still keep your pet comfortable.\u003c\/p\u003e\n\u003cp\u003eIt's lightweight, easy to carry, and slides neatly into backpacks, totes, and car storage pockets. The bottom food compartment keeps dry food or treats ready whenever your pet needs a quick break.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\u003cdiv class=\"section-wrapper specs-wrapper\"\u003e\n\u003ch2 class=\"text-center\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cp class=\"text-center\"\u003eDesigned for easy hydration, quick feeding, and everyday travel convenience.\u003c\/p\u003e\n\u003cdiv class=\"simple-spec-grid\"\u003e\n\u003cdiv class=\"simple-spec-card\"\u003e\n\u003cdiv class=\"simple-spec-label\"\u003eWater Capacity\u003c\/div\u003e\n\u003cdiv class=\"simple-spec-value\"\u003e320 ml\u003c\/div\u003e\n\u003cdiv class=\"simple-spec-note\"\u003eGreat for walks, errands, park days, and short trips.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"simple-spec-card\"\u003e\n\u003cdiv class=\"simple-spec-label\"\u003eFood Capacity\u003c\/div\u003e\n\u003cdiv class=\"simple-spec-value\"\u003e180 ml\u003c\/div\u003e\n\u003cdiv class=\"simple-spec-note\"\u003eBuilt-in space for dry food, kibble, or small treats.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"simple-spec-card\"\u003e\n\u003cdiv class=\"simple-spec-label\"\u003eBottle Dimensions\u003c\/div\u003e\n\u003cdiv class=\"simple-spec-value\"\u003e7.4 × 7.4 × 22 cm\u003c\/div\u003e\n\u003cdiv class=\"simple-spec-note\"\u003eCompact, portable, and easy to pack for daily use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv class=\"section-wrapper faq-container\"\u003e\n\u003ch2 style=\"margin-bottom: 3rem;\" class=\"text-center\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow does the unused water go back inside?\u003c\/div\u003e\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\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I use it for both water and food?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The top section is designed for fresh water, while the bottom compartment can hold dry food, kibble, or small treats. It’s made for walks, park trips, car rides, and short outings when you don’t want to carry separate bowls and containers.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the bottle dishwasher safe?\u003c\/div\u003e\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\u003cp\u003e```\u003c\/p\u003e","brand":"Bak","offers":[{"title":"🌊 Blue","offer_id":43501097943158,"sku":"KY-DCPTFB","price":31.99,"currency_code":"USD","in_stock":true},{"title":"🌸 Pink","offer_id":43501097975926,"sku":"KY-DCPTFP","price":31.99,"currency_code":"USD","in_stock":true},{"title":"🌿 Green","offer_id":43501098008694,"sku":"KY-DCPTFG","price":31.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0691\/9956\/0822\/files\/3083878d8e4aa037e3257c717bdf0371.jpg?v=1781161042","url":"https:\/\/dabaglo.com\/products\/pet","provider":"Daba","version":"1.0","type":"link"}