{"product_id":"700ml-emergency-gel-urinal-rjc","title":"700ml Notfall-Gel-Urinal Rjc","description":"\u0026nbsp;\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Emergency\/Outdoor Utility (Disposable Urinal Bags)\nTarget Audience: Travelers, campers, parents, pregnant women, elderly, people in traffic jams.\nVisual Style: Clean, Reliable, Medical-grade Trust, Accessible.\nColor Strategy: Trust Blue (--primary), Safe Green accent, Clean Light Gray backgrounds for a hygienic feel.\nShape Strategy: Radius 16px for a friendly, safe, and non-threatening aesthetic.\nTypography Strategy: Large Type \/ Mobile-first readable (H1 at 34~44px, Body at 18~20px).\nMobile Table Strategy: Card-based data list (No horizontal scroll, purely vertical).\nImage Mapping: Hero=image_1, Gel=image_2, Portable=image_3, Unisex=image_4, Seal=image_5.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n    \/* Color System *\/\n    --primary: #0A58CA; \/* Trustworthy Blue *\/\n    --accent: #198754; \/* Safety\/Success Green *\/\n    --bg-body: #ffffff;\n    --bg-card: #f8f9fa; \/* Clean light gray *\/\n    --text-main: #212529;\n    --text-sub: #495057;\n    --border-color: #dee2e6;\n    \n    \/* Radius \u0026 Shadows *\/\n    --radius-md: 12px;\n    --radius-lg: 20px;\n    --shadow-sm: 0 4px 12px rgba(0,0,0,0.05);\n    \n    \/* Spacing *\/\n    --section-gap: clamp(3rem, 6vw, 5rem);\n    --element-gap: clamp(1.5rem, 3vw, 2.5rem);\n  }\n\n  \/* Global Reset \u0026 Box Sizing *\/\n  .product-detail-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.7;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Typography System *\/\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(24px, 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, 2.5vw, 24px);\n    line-height: 1.4;\n    font-weight: 600;\n    margin-bottom: 0.8rem;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin-bottom: 1rem;\n  }\n\n  \/* Image Placeholders \/ Rules *\/\n  .product-detail-container .image-placeholder {\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    background-color: var(--bg-card);\n    border: 2px dashed #adb5bd;\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.2rem;\n    color: var(--text-sub);\n    text-align: center;\n    padding: 2rem;\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    display: flex;\n    flex-direction: column;\n    gap: var(--element-gap);\n    margin-bottom: var(--section-gap);\n    margin-top: clamp(1rem, 3vw, 3rem);\n  }\n\n  .hero-content {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* Trust Badges (Non-interactive) *\/\n  .trust-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n\n  .trust-badge-item {\n    background-color: #e2eafc;\n    color: var(--primary);\n    padding: 0.6rem 1.2rem;\n    border-radius: 50px;\n    font-size: clamp(16px, 1.8vw, 18px);\n    font-weight: 600;\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n  }\n\n  \/* Features Section - Z-Pattern Desktop \/ Locked Single-Col Mobile *\/\n  .features-section {\n    display: flex;\n    flex-direction: column;\n    gap: var(--section-gap);\n    margin-bottom: var(--section-gap);\n  }\n\n  .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: var(--element-gap);\n    align-items: center;\n  }\n\n  .feature-media {\n    width: 100%;\n  }\n\n  .feature-copy {\n    width: 100%;\n  }\n\n  .feature-copy ul {\n    list-style: none;\n    margin-top: 1rem;\n  }\n\n  .feature-copy li {\n    font-size: clamp(16px, 1.8vw, 18px);\n    color: var(--text-sub);\n    margin-bottom: 0.8rem;\n    padding-left: 1.8rem;\n    position: relative;\n  }\n\n  .feature-copy li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: var(--accent);\n    font-weight: bold;\n    font-size: 1.2rem;\n  }\n\n  \/* Specifications Table (Card-based on mobile) *\/\n  .specs-section {\n    margin-bottom: var(--section-gap);\n    background: var(--bg-card);\n    padding: clamp(2rem, 5vw, 4rem);\n    border-radius: var(--radius-lg);\n  }\n\n  .specs-section h2 {\n    text-align: center;\n    margin-bottom: var(--element-gap);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .specs-table th, \n  .specs-table td {\n    padding: 1.2rem;\n    text-align: left;\n    font-size: clamp(16px, 1.8vw, 18px);\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .specs-table th {\n    background-color: transparent;\n    font-weight: 700;\n    color: var(--text-main);\n    width: 40%;\n  }\n\n  .specs-table td {\n    color: var(--text-sub);\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    margin-bottom: var(--section-gap);\n  }\n\n  .faq-section h2 {\n    text-align: center;\n    margin-bottom: var(--element-gap);\n  }\n\n  .faq-item {\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    padding: 1.5rem;\n    margin-bottom: 1rem;\n  }\n\n  .faq-question {\n    font-size: clamp(18px, 2vw, 22px);\n    font-weight: 700;\n    color: var(--primary);\n    margin-bottom: 0.5rem;\n  }\n\n  .faq-answer {\n    font-size: clamp(16px, 1.8vw, 18px);\n    color: var(--text-sub);\n  }\n\n  \/* Desktop Enhancements (Z-Pattern \u0026 Grid) *\/\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n      justify-content: space-between;\n    }\n    \n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media, \n    .feature-copy {\n      width: 47%; \/* Leaves 6% gap organically via flex-between *\/\n    }\n\n    .specs-table tr:last-child td,\n    .specs-table tr:last-child th {\n      border-bottom: none;\n    }\n  }\n\n  \/* Mobile Overrides (Strict adherence to guidelines) *\/\n  @media (max-width: 767px) {\n    \/* Ensure features are ALWAYS Image on top, text on bottom *\/\n    .feature-item {\n      flex-direction: column !important;\n    }\n    \n    .feature-media {\n      order: 1;\n    }\n    \n    .feature-copy {\n      order: 2;\n    }\n\n    \/* Mobile Specs Table -\u003e Cards (No Horizontal Scrolling) *\/\n    .specs-table table, \n    .specs-table tbody, \n    .specs-table tr, \n    .specs-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .specs-table thead {\n      display: none;\n    }\n\n    .specs-table tr {\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      background: #ffffff;\n      padding: 1rem;\n    }\n\n    .specs-table td {\n      display: flex;\n      flex-direction: column;\n      padding: 0.8rem 0;\n      border-bottom: 1px solid #f1f3f5;\n    }\n\n    .specs-table td:last-child {\n      border-bottom: none;\n    }\n\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.3rem;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch1\u003eNotfallhilfe, überall und jederzeit.\u003c\/h1\u003e\n\n\u003ch2\u003eGeruchlos, auslaufsicher und taschengroß für Reisen, Camping und unerwartete Situationen.\u003c\/h2\u003e\n\n\u003cp\u003eDas 20er-Pack Unisex Einweg-Urinbeutel ist für die Bewältigung von Notfällen im Alltag konzipiert. Ob im Stau, beim Camping oder bei der Betreuung von Schwangeren und Patienten – erleben Sie zuverlässige, hygienische Erleichterung.\u003c\/p\u003e\n\n\u003cdiv class=\"trust-badges\"\u003e\n\u003cspan class=\"trust-badge-item\"\u003e💧 60-Sekunden-Gel-Technologie\u003c\/span\u003e \u003cspan class=\"trust-badge-item\"\u003e🛡️ 100 % Auslaufsicher\u003c\/span\u003e \u003cspan class=\"trust-badge-item\"\u003e🚻 Unisex-Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a06f13954244_20260421_b5c0c5fd_20260420_3b4a53c7_from_url_en_00_0512a02b057689ba6d01a27ec10011d0.webp?v=1778839868\" width=\"622\" height=\"622\" style=\"width: 622px; min-width: 622px; max-width: 622px; height: 622px; min-height: 622px; max-height: 622px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260421_ad6475b5_20260420_f781d901_from_url_en_07_e33b1e311c5eb081d254c4285b23a236.jpg?v=1778839982\" width=\"269\" height=\"269\" style=\"width: 269px; min-width: 269px; max-width: 269px; height: 269px; min-height: 269px; max-height: 269px;\"\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\u003ch3\u003eSofortige Absorptionstechnologie\u003c\/h3\u003e\n\n\u003cp\u003eKeine Verschüttungen oder peinlichen Gerüche mehr. Unser fortschrittliches eingebautes saugfähiges Baumwolltuch reagiert sofort mit Flüssigkeit.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eVerwandelt Flüssigkeit innerhalb von 60 Sekunden in geruchloses Gel.\u003c\/li\u003e\n\t\u003cli\u003eKein Öffnen oder Entleeren des Baumwollpads nötig – einfach direkt verwenden.\u003c\/li\u003e\n\t\u003cli\u003eVerhindert Spritzer und beseitigt unangenehme Gerüche in geschlossenen Räumen wie Autos oder Zelten.\u003c\/li\u003e\n\u003c\/ul\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260421_67e88cb4_20260420_ad8c3d79_from_url_en_08_b59b20b38245d014eff8823ea71a84f4.jpg?v=1778839987\" width=\"269\" height=\"269\" style=\"width: 269px; min-width: 269px; max-width: 269px; height: 269px; min-height: 269px; max-height: 269px;\"\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\u003ch3\u003eTaschengröße für unterwegs\u003c\/h3\u003e\n\n\u003cp\u003eVorbereitung sollte nie eine Last sein. Einzelverpackt für maximale Diskretion und Bequemlichkeit.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eFaltet sich auf nur 7 × 13 cm (die Größe eines Smartphones) zusammen.\u003c\/li\u003e\n\t\u003cli\u003eWiegt praktisch nichts, lässt sich leicht in Handtaschen, Rucksäcken oder Handschuhfächern verstauen.\u003c\/li\u003e\n\t\u003cli\u003eSeien Sie immer bereit für lange Fahrten, Wanderungen oder plötzliche Reisekrankheit.\u003c\/li\u003e\n\u003c\/ul\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260421_56207c08_20260420_51539b39_from_url_en_09_a3702fb74ec1fc304e5caa891a2e2075.png?v=1778839993\" width=\"269\" height=\"269\" style=\"width: 269px; min-width: 269px; max-width: 269px; height: 269px; min-height: 269px; max-height: 269px;\"\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\u003ch3\u003eErgonomisches Unisex-Design\u003c\/h3\u003e\n\n\u003cp\u003eEine einzige Lösung für die ganze Familie. Durchdacht geformt, um alle sicher und hygienisch aufzunehmen.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eBequemer, auslaufsicherer Kragen, der für Männer, Frauen, Kinder und Senioren entwickelt wurde.\u003c\/li\u003e\n\t\u003cli\u003eBietet Würde und einfache Handhabung für Patienten mit Mobilitätseinschränkungen oder Schwangere.\u003c\/li\u003e\n\t\u003cli\u003eKann auch sicher als Notfall-Erbrochenen-Tüte bei Krankheiten verwendet werden.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260421_d284283e_20260420_d220b9f3_from_url_en_10_6ef9a9ee4090b7a7b0565579d74d295f.jpg?v=1778839998\" width=\"269\" height=\"269\" style=\"width: 269px; min-width: 269px; max-width: 269px; height: 269px; min-height: 269px; max-height: 269px;\"\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\u003ch3\u003e700 ml Hohe Kapazität \u0026amp; Sichere Abdichtung\u003c\/h3\u003e\n\n\u003cp\u003eFür absolute Sicherheit gebaut, wenn Sie sie am meisten brauchen. Verschließen Sie Abfälle sicher, bis Sie einen Mülleimer erreichen.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eFasst bis zu 700 ml (ca. 23,6 oz), mehr als genug für eine Standard-Notfallsituation.\u003c\/li\u003e\n\t\u003cli\u003eAusgestattet mit einem robusten Dichtungsstreifen.\u003c\/li\u003e\n\t\u003cli\u003eVollständig versiegeltes, auslaufsicheres Design verhindert Unfälle, selbst wenn es versehentlich fallen gelassen oder gedrückt wird.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eProduktspezifikationen\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMerkmal\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails anzeigen\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=\"Package Includes\"\u003e10 × Einweg-Urinbeutel (einzeln verpackt)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eSofort einsatzbereit, inklusive eingebautem saugfähigem Pad.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Maximum Capacity\"\u003e700 ml \/ 23,6 oz\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eAusreichendes Volumen, um Erwachsene sicher ohne Überlaufen aufzunehmen.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Folded Dimensions\"\u003e6,5 × 13,0 cm \/ 2,5 × 5,1 in\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eUltrakompaktes Profil, ungefähr so groß wie ein Mobiltelefon.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight (Per Bag)\"\u003e140 g \/ 4,9 oz\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eLeicht und unauffällig in Ihrer täglichen Tragetasche.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Suitable Demographics\"\u003eUnisex (Erwachsene, Kinder, Senioren)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eErgonomisch gestaltete Öffnung sorgt für sichere Anwendung für alle Geschlechter.\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=\"faq-section\"\u003e\n\u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWie schnell verwandelt sich die Flüssigkeit in Gel?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eDank des hocheffizienten saugfähigen Baumwollpads in jeder Tüte werden Flüssigkeiten in weniger als 60 Sekunden sicher in ein festes, geruchloses Gel umgewandelt.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIst es sicher und einfach für Frauen und Kinder zu benutzen?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolut. Die Öffnung verfügt über einen speziell gestalteten ergonomischen Kragen, der eine sichere, spritzfreie Abdichtung für männliche und weibliche Anatomien gewährleistet und es auch für Kinder und ältere Menschen sehr zuverlässig macht.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eKann ich das bei Reisekrankheit oder Erbrechen verwenden?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa. Die breite Öffnung und die sofortige Absorption machen es zu einer ausgezeichneten Notfall-Erbrochenen-Tüte für Autofahrten, Flüge oder Krankheit, die sowohl das Chaos als auch den Geruch vollständig einschließt.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🚗 10er-Pack (Starter-Kit)","offer_id":47908440146132,"sku":"0324-18362740","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 20er-Pack (Am beliebtesten – 20 % sparen)","offer_id":47908440178900,"sku":"0324-18364156","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🏕️ 40er-Pack (Familienpaket – 40 % sparen)","offer_id":47908440211668,"sku":"0324-18363693","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/0512a02b057689ba6d01a27ec10011d0.jpg?v=1778307672","url":"https:\/\/omurio.com\/de\/products\/700ml-emergency-gel-urinal-rjc","provider":"Omurio","version":"1.0","type":"link"}