{"product_id":"dual-chamber-pet-travel-flask-rjc","title":"Doppelkammer-Tier-Reiseflasche","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\"\u003eDer ultimative Reisebegleiter\u003c\/div\u003e\n\n\u003ch1\u003eHydration \u0026amp; Ernährung in einer einzigen Flasche\u003c\/h1\u003e\n\n\u003cp\u003eKein Jonglieren mehr mit separaten Schalen, Flaschen und Taschen. Diese tragbare Hundewasserflasche hält frisches Wasser und Trockenfutter in einer kompakten Einheit – das perfekte Must-have für Spaziergänge, Wanderungen und Roadtrips.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003e★★★★★ Vertraut von über 10.000 glücklichen Hunden \u0026amp; ihren Besitzern\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"media-container\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg style=\"width: 800px; max-width: 100%; height: auto;\" height=\"800\" width=\"800\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260430_d4a5bc3a_20260430_0650cbe7_from_url_en_00_3083878d8e4aa037e3257c717bdf0371_refsize_800x800_0bcfdf51-19e9-4131-8b61-9ad794a7cf22.png?v=1779241305\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260430_9bfdb3aa_20260430_024fbce0_from_url_en_09_8b1c7b8524a45b715092e2d72ace0ebb_refsize_800x800_2cd9f266-d15d-4436-8461-6f46b1e2dc44.png?v=1779241311\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eAuslaufsicherer Ein-Knopf-Ausgießer\u003c\/h2\u003e\n\n\u003cp\u003eDrücken Sie die Taste, um Wasser in die angeschlossene Schale zu geben. Wenn Ihr Hund fertig ist, lassen Sie die Taste los, damit das restliche Wasser zurück in die Flasche fließt.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eKein Abfall und keine Verschüttungen in Ihrer Tasche.\u003c\/strong\u003e Ob bei einem kurzen Morgenspaziergang oder einer Wochenendwanderung – Ihr Hund trinkt sauberes Wasser und Sie bleiben trocken.\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260430_08a8d32e_20260430_37d19bc5_from_url_en_10_4fe2ab06a7e41631737090360fef3888_refsize_800x800_7ee8a5b8-62e6-498a-9f47-e21924def0c0.png?v=1779241317\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eAktivkohlefiltration\u003c\/h2\u003e\n\n\u003cp\u003eDas sauberste Wasser auf dem Weg. Ausgestattet mit einem hochwertigen Aktivkohlefilter aus Fruchtschalen entfernt diese Flasche Verunreinigungen und Gerüche, sodass jeder Schluck frisch und sicher ist.\u003c\/p\u003e\n\n\u003cp\u003eVollständig aus BPA-freien, lebensmittelechten Materialien gefertigt. Sicher für Hunde aller Rassen und Größen und sogar ideal für Katzen geeignet.\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260430_1c7eb45d_20260430_4dd4d02f_from_url_en_11_154b80d5eb7df26d9674764b65045eca_refsize_800x800_ea0c9bbb-bf4b-47e8-bbeb-be492a10ebdc.png?v=1779241322\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePerfekte Größe für jedes Abenteuer\u003c\/h2\u003e\n\n\u003cp\u003eErhältlich in zwei Größen, passend zu den Bedürfnissen Ihres Hundes: 300 ml für kleine Rassen (Yorkies, Französische Bulldoggen, Pomeranians) und 550 ml für große Rassen und ganztägige Ausflüge.\u003c\/p\u003e\n\n\u003cp\u003eSie ist leicht, passt perfekt in Standard-Autobecherhalter und gleitet mühelos in jede Rucksacktasche. Das zusätzliche Fach unten hält Lieblingsleckerlis oder Trockenfutter komplett trocken.\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\"\u003eTechnische Daten\u003c\/h2\u003e\n\n\u003cp class=\"text-center\"\u003eEntwickelt für Langlebigkeit, Sicherheit und höchsten Komfort.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpezifikation\u003c\/th\u003e\n\t\t\t\u003cth\u003eVersion für kleine Rassen (300 ml)\u003c\/th\u003e\n\t\t\t\u003cth\u003eVersion für große Rassen (550 ml)\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\"\u003eFassungsvermögen für Wasser\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Small Breed Version (300ml)\"\u003e300 ml (ca. 10,6 oz)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Large Breed Version (550ml)\"\u003e550 ml (ca. 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\"\u003eFassungsvermögen für Futter\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Small Breed Version (300ml)\"\u003e100 g (ca. 3,5 oz)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Large Breed Version (550ml)\"\u003e100 g (ca. 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\"\u003eLeergewicht\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Small Breed Version (300ml)\"\u003e220 g (ca. 7,8 oz)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Large Breed Version (550ml)\"\u003e280 g (ca. 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-freies lebensmittelechtes ABS\/PC\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Large Breed Version (550ml)\"\u003eBPA-freies lebensmittelechtes ABS\/PC\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eFiltersystem\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Small Breed Version (300ml)\"\u003eAktivkohle aus Fruchtschalen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Large Breed Version (550ml)\"\u003eAktivkohle aus Fruchtschalen\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 style=\"margin-bottom: 3rem;\" class=\"text-center\"\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWie gelangt das ungenutzte Wasser zurück in die Flasche?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eEs ist unglaublich einfach! Halten Sie die Flasche leicht aufrecht geneigt, drücken und halten Sie die Ausgabetaste, und das restliche Wasser fließt nahtlos zurück in den Hauptbehälter. Kein Wasser geht verloren!\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWie oft sollte ich den Kohlefilter wechseln?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eFür optimale Frische und um Verunreinigungen zu entfernen, empfehlen wir, den Filter vor der ersten Benutzung zu spülen und den Kohlefilter alle 2 bis 3 Monate je nach Reisetätigkeit zu wechseln.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIst die Flasche spülmaschinenfest?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eUm die Integrität der auslaufsicheren Silikondichtungen und des Aktivkohlefilters zu erhalten, empfehlen wir dringend, die Flasche von Hand mit warmem Seifenwasser zu reinigen. Die breite Öffnung erleichtert die manuelle Reinigung erheblich.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🌊 Aqua Blau \/ Standard - 10oz (Am besten für kleine Rassen)","offer_id":47908436017364,"sku":"0410-16130735","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🌸 Blassrosa \/ Standard - 10oz (Am besten für kleine Rassen)","offer_id":47908436050132,"sku":"0410-16136477","price":19.95,"currency_code":"USD","in_stock":true},{"title":"☁️ Wolkenweiß \/ Standard - 10oz (Am besten für kleine Rassen)","offer_id":47908436082900,"sku":"0410-16130964","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🌊 Aqua Blau \/ Pro Max - 19oz (Am besten für große Hunde \u0026 Wanderungen)","offer_id":47908436115668,"sku":"0410-16137078","price":22.95,"currency_code":"USD","in_stock":true},{"title":"🌸 Blassrosa \/ Pro Max - 19oz (Am besten für große Hunde \u0026 Wanderungen)","offer_id":47908436148436,"sku":"0410-16134798","price":22.95,"currency_code":"USD","in_stock":true},{"title":"☁️ Wolkenweiß \/ Pro Max - 19oz (Am besten für große Hunde \u0026 Wanderungen)","offer_id":47908436181204,"sku":"0410-16135366","price":22.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/3083878d8e4aa037e3257c717bdf0371.jpg?v=1778307653","url":"https:\/\/omurio.com\/de\/products\/dual-chamber-pet-travel-flask-rjc","provider":"Omurio","version":"1.0","type":"link"}