{"product_id":"700ml-unisex-noodurinoir","title":"700ml Unisex Noodurinoir (10st)","description":"\u003cdiv style=\"text-align: left;\" class=\"product-detail-container\"\u003e\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\u003c\/div\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\u003cdiv style=\"text-align: left;\" class=\"product-detail-container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv style=\"text-align: left;\" class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch1\u003eNoodhulp, overal en altijd.\u003c\/h1\u003e\n\u003ch2\u003eGeurloos, lekvrij en in zakformaat: gemoedsrust voor op reis, tijdens het kamperen en in onverwachte situaties.\u003c\/h2\u003e\n\u003cp\u003eDe set van 20 unisex wegwerpurinezakjes is ontworpen voor noodgevallen in het dagelijks leven. Of je nu vastzit in het verkeer, kampeert in de vrije natuur of zorg verleent aan zwangere vrouwen en patiënten: reken op betrouwbare en hygiënische verlichting.\u003c\/p\u003e\n\u003cdiv class=\"trust-badges\"\u003e\n\u003cspan class=\"trust-badge-item\"\u003e💧 60-Second Gel Tech\u003c\/span\u003e \u003cspan class=\"trust-badge-item\"\u003e🛡️ 100% Leak-Proof\u003c\/span\u003e \u003cspan class=\"trust-badge-item\"\u003e🚻 Unisex-ontwerp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317095915\/0512a02b057689ba6d01a27ec10011d0.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\" class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/1_cf993de3-8fd0-48cd-b8cb-7e3443ac0298.jpg?v=1776941329\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eInstant Absorbent Technology\u003c\/h3\u003e\n\u003cp\u003eGeen gemorste vloeistoffen of gênante geurtjes meer. Ons geavanceerde, ingebouwde absorberende katoenen doekje reageert onmiddellijk op vloeistof.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eHet zet vloeistof binnen 60 seconden om in een geurloze gel.\u003c\/li\u003e\n\u003cli\u003eU hoeft het katoenen doekje niet te openen of leeg te maken – u kunt het direct gebruiken.\u003c\/li\u003e\n\u003cli\u003eVoorkomt spatten en verwijdert hardnekkige geurtjes 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\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/2_b1fa4927-f463-46ef-b91a-2f4651acf122.jpg?v=1776941330\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eHandzaam in zakformaat\u003c\/h3\u003e\n\u003cp\u003eVoorbereid zijn hoeft nooit een last te zijn. Individueel verpakt voor optimale discretie en gebruiksgemak.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eOpgevouwen slechts 7 × 13 cm (het formaat van een smartphone).\u003c\/li\u003e\n\u003cli\u003eWeegt bijna niets, waardoor het gemakkelijk in handtassen, rugzakken of het handschoenenkastje kan worden opgeborgen.\u003c\/li\u003e\n\u003cli\u003eWees altijd voorbereid op lange autoritten, wandeltochten of plotselinge reisziekte.\u003c\/li\u003e\n\u003c\/ul\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=\"image-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/Emergency_gel_urinal.jpg?v=1776941761\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eErgonomisch unisex-ontwerp\u003c\/h3\u003e\n\u003cp\u003eEén oplossing voor het hele gezin. Doordacht vormgegeven om iedereen veilig en hygiënisch te ondersteunen.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eComfortabele, morsbestendige kraag, ontworpen voor mannen, vrouwen, kinderen en ouderen.\u003c\/li\u003e\n\u003cli\u003eBiedt waardigheid en gebruiksgemak voor patiënten met beperkte mobiliteit of zwangere vrouwen.\u003c\/li\u003e\n\u003cli\u003eKan ook veilig worden gebruikt als noodzakje bij braken tijdens ziekte.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/4_9ac2c85b-4cc4-4e0c-9a84-ea658054862c.jpg?v=1776941329\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e700 ml grote inhoud \u0026amp; veilige afsluiting\u003c\/h3\u003e\n\u003cp\u003eOntworpen voor absolute veiligheid wanneer je die het hardst nodig hebt. Sluit afval veilig op tot je bij een vuilnisbak kunt komen.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eHeeft een inhoud van maximaal 700 ml (ca. 23,6 oz), meer dan genoeg voor een standaard noodsituatie.\u003c\/li\u003e\n\u003cli\u003eVoorzien van een stevige afdichtingsstrip.\u003c\/li\u003e\n\u003cli\u003eHet volledig afgesloten, lekvrije ontwerp voorkomt ongelukjes, zelfs als de zak per ongeluk valt of wordt samengedrukt.\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\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 style=\"text-align: left;\"\u003e\u003cb\u003eProductspecificaties\u003c\/b\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli style=\"text-align: left;\"\u003e\n\u003cstrong\u003e10 × wegwerp-urinezakjes (per stuk verpakt):\u003c\/strong\u003e direct klaar voor gebruik, inclusief ingebouwd absorberend kussentje.\u003c\/li\u003e\n\u003cli style=\"text-align: left;\"\u003e\n\u003cstrong\u003e700 ml \/ 23,6 oz:\u003c\/strong\u003e voldoende inhoud om volwassenen veilig op te vangen zonder dat het overloopt.\u003c\/li\u003e\n\u003cli style=\"text-align: left;\"\u003e\n\u003cstrong\u003e6,5 × 13,0 cm \/ 2,5 × 5,1 inch:\u003c\/strong\u003e ultracompact formaat, ongeveer zo groot als een mobiele telefoon.\u003c\/li\u003e\n\u003cli style=\"text-align: left;\"\u003e\n\u003cstrong\u003e140 g \/ 4,9 oz: \u003c\/strong\u003eLichtgewicht en onopvallend in uw dagelijkse tas.\u003c\/li\u003e\n\u003cli style=\"text-align: left;\"\u003e\n\u003cstrong\u003eUnisex (volwassenen, kinderen, ouderen): \u003c\/strong\u003eErgonomisch ontworpen opening zorgt voor veilig gebruik voor alle geslachten.\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-section\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Gadgetspeurder","offers":[{"title":"Default Title","offer_id":44933524881478,"sku":"0324-18362740","price":11.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/0512a02b057689ba6d01a27ec10011d0.jpg?v=1776940400","url":"https:\/\/gadgetspeurder.nl\/products\/700ml-unisex-noodurinoir","provider":"Gadgetspeurder","version":"1.0","type":"link"}