{"product_id":"700ml-emergency-gel-urinal-rjc","title":"700ml Noodgel Urinoir 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\u003eNoodhulp, overal, altijd.\u003c\/h1\u003e\n\n\u003ch2\u003eGeurloos, lekvrij en zakformaat gemoedsrust voor reizen, kamperen en onverwachte situaties.\u003c\/h2\u003e\n\n\u003cp\u003eDe 20-Pack Unisex Wegwerp Urinezakken zijn ontworpen om de noodsituaties van het leven aan te kunnen. Of je nu vastzit in het verkeer, kampeert in de natuur, of zorgt voor zwangere vrouwen en patiënten, ervaar betrouwbare, hygiënische verlichting.\u003c\/p\u003e\n\n\u003cdiv class=\"trust-badges\"\u003e\n\u003cspan class=\"trust-badge-item\"\u003e💧 60-Seconden Gel Technologie\u003c\/span\u003e \u003cspan class=\"trust-badge-item\"\u003e🛡️ 100% Lekvrij\u003c\/span\u003e \u003cspan class=\"trust-badge-item\"\u003e🚻 Unisex Ontwerp\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\/6a06f575479a8_20260427_19cdfdda_20260420_3b4a53c7_from_url_en_00_0512a02b057689ba6d01a27ec10011d0.webp?v=1778840952\" 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\/20260427_0afcbc38_20260420_f781d901_from_url_en_07_e33b1e311c5eb081d254c4285b23a236.png?v=1778841078\" 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\u003eDirecte Absorptietechnologie\u003c\/h3\u003e\n\n\u003cp\u003eGeen morsen of gênante geuren meer. Onze geavanceerde ingebouwde absorberende katoenen doek reageert direct met vloeistof.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eVerandert vloeistof binnen 60 seconden in een geurloze gel.\u003c\/li\u003e\n\t\u003cli\u003eJe hoeft het katoenen kussen niet te openen of te legen—gebruik het gewoon direct.\u003c\/li\u003e\n\t\u003cli\u003eVoorkomt spatten en elimineert blijvende geuren in afgesloten ruimtes zoals auto’s of tenten.\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\/20260427_60667b93_20260420_ad8c3d79_from_url_en_08_b59b20b38245d014eff8823ea71a84f4.png?v=1778841085\" 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\u003eZakformaat draagbaarheid\u003c\/h3\u003e\n\n\u003cp\u003eVoorbereid zijn mag nooit een last zijn. Individueel verpakt voor ultieme discretie en gemak.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eVouwt op tot slechts 2,8 × 5,1 inch (de grootte van een smartphone).\u003c\/li\u003e\n\t\u003cli\u003eWeegt praktisch niets, waardoor het gemakkelijk op te bergen is in tassen, rugzakken of handschoenenkastjes.\u003c\/li\u003e\n\t\u003cli\u003eWees altijd voorbereid op lange autoritten, wandelen of plotselinge wagenziekte.\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\/20260427_9ed0cfd9_20260420_51539b39_from_url_en_09_a3702fb74ec1fc304e5caa891a2e2075.png?v=1778841093\" 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\u003eErgonomisch Unisex Ontwerp\u003c\/h3\u003e\n\n\u003cp\u003eEen enkele oplossing voor het hele gezin. Doordacht gevormd om iedereen veilig en hygiënisch te accommoderen.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eComfortabele, morsbestendige kraag ontworpen voor mannen, vrouwen, kinderen en ouderen.\u003c\/li\u003e\n\t\u003cli\u003eBiedt waardigheid en gebruiksgemak voor patiënten met mobiliteitsproblemen of zwangere vrouwen.\u003c\/li\u003e\n\t\u003cli\u003eKan ook veilig worden gebruikt als noodbraakzak tijdens ziekte.\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\/20260427_fbfbbd63_20260420_d220b9f3_from_url_en_10_6ef9a9ee4090b7a7b0565579d74d295f.png?v=1778841100\" 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\u003e700ml Hoge Capaciteit \u0026amp; Veilige Sluiting\u003c\/h3\u003e\n\n\u003cp\u003eOntworpen voor absolute veiligheid wanneer je het het meest nodig hebt. Sluit afval veilig af totdat je een prullenbak kunt bereiken.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eBiedt ruimte tot 700 ml (ongeveer 23,6 oz), meer dan genoeg voor een standaard noodsituatie.\u003c\/li\u003e\n\t\u003cli\u003eVoorzien van een zware afdichtingsstrip.\u003c\/li\u003e\n\t\u003cli\u003eVolledig afgesloten, lekvrije constructie voorkomt ongelukken zelfs bij per ongeluk vallen of knijpen.\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\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKenmerk\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\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 × Wegwerp Urinezakken (Individueel Verpakt)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eDirect klaar voor gebruik, inclusief ingebouwd absorberend kussen.\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\"\u003eVoldoende volume om volwassenen veilig te bevatten zonder overloop.\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\"\u003eUltracompact profiel, ongeveer zo groot als een mobiele telefoon.\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\"\u003eLichtgewicht en onopvallend in je dagelijkse draagtas.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Suitable Demographics\"\u003eUnisex (Volwassenen, Kinderen, Ouderen)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eErgonomisch ontworpen opening zorgt voor veilig gebruik voor alle geslachten.\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\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHoe snel verandert de vloeistof in gel?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eDankzij het zeer efficiënte absorberende katoenen kussen in elke zak worden vloeistoffen binnen 60 seconden veilig omgezet in een vaste, geurloze gel.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs het veilig en gemakkelijk te gebruiken voor vrouwen en kinderen?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsoluut. De opening heeft een speciaal ontworpen ergonomische kraag die zorgt voor een veilige, spettervrije afsluiting voor zowel mannelijke als vrouwelijke anatomie, waardoor het ook zeer betrouwbaar is voor kinderen en ouderen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eKan ik dit gebruiken tegen wagenziekte of braken?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa. De brede opening en directe absorptie-eigenschappen maken het een uitstekende noodbraakzak voor autoritten, vluchten of ziekte, die zowel de rommel als de geur volledig afsluit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🚗 10-Pack (Starterset)","offer_id":47908440146132,"sku":"0324-18362740","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 20-Pack (Meest Populair - Bespaar 20%)","offer_id":47908440178900,"sku":"0324-18364156","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🏕️ 40-Pack (Familiewaarde - Bespaar 40%)","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\/nl\/products\/700ml-emergency-gel-urinal-rjc","provider":"Omurio","version":"1.0","type":"link"}