{"product_id":"waterless-pet-grooming-gloves-rjc","title":"Waterloze huisdierverzorgingshandschoenen","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Pet Grooming Glove Wipes\nTarget Audience: Busy pet parents, owners of water-shy pets, travelers\nVisual Style: Gentle, clean, natural, trustworthy\nColor Strategy: \n  - Primary: Aloe Green (#3E8E7E) conveying natural ingredients and health\n  - Background: Soft Oatmeal (#FAF9F6) reflecting the oat extract and gentle touch\n  - Card\/Module: Clean White (#FFFFFF) for strong contrast\nShape Strategy: Radius 20px (Highly approachable, safe, soft like the glove)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 36-44px, Body: 18-20px)\nMobile Table Strategy: Card-based (No horizontal scroll, full flex layout)\nImage Mapping: Hero=image_1, Ingredients=image_2, Glove Design=image_3, Scenarios=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1. Design System \u0026 CSS Variables *\/\n    .product-detail-container {\n      --primary: #3E8E7E;\n      --primary-hover: #2F7062;\n      --text-main: #1A1D1C;\n      --text-sub: #4A5250;\n      --bg-body: #FAF9F6;\n      --bg-card: #FFFFFF;\n      --bg-accent: #EBF3F1;\n      --border-color: #E2E8E6;\n      --radius-md: 16px;\n      --radius-lg: 24px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.04);\n      --shadow-lg: 0 12px 32px rgba(62, 142, 126, 0.08);\n\n      \/* Typography Setup *\/\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      max-width: 1200px;\n      margin: 0 auto;\n      padding: clamp(2rem, 5vw, 4rem) 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* 2. Typography Rules *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      margin: 0 0 1.5rem 0;\n      font-weight: 800;\n      color: var(--text-main);\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(26px, 3vw, 32px);\n      line-height: 1.3;\n      margin: 0 0 1rem 0;\n      font-weight: 700;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2vw, 24px);\n      line-height: 1.4;\n      margin: 0 0 1rem 0;\n      font-weight: 600;\n      color: var(--primary);\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 1.5vw, 20px);\n      margin: 0 0 1.5rem 0;\n      color: var(--text-sub);\n    }\n\n    \/* 3. Image Protocol *\/\n    .product-detail-container .media-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      background: var(--bg-card);\n    }\n\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      object-fit: contain;\n    }\n\n    \/* Placeholder Styling *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background-color: var(--bg-accent);\n      border: 2px dashed var(--primary);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 20px;\n      color: var(--primary);\n      font-weight: 600;\n    }\n\n    \/* 4. Layout Modules *\/\n    \/* Hero Section *\/\n    .detail-hero {\n      text-align: center;\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .detail-hero-content {\n      max-width: 800px;\n      margin: 0 auto clamp(2rem, 4vw, 3rem);\n    }\n\n    .static-badge {\n      display: inline-block;\n      background-color: var(--bg-accent);\n      color: var(--primary);\n      font-size: 16px;\n      font-weight: 700;\n      padding: 0.5rem 1.5rem;\n      border-radius: 50px;\n      margin-bottom: 1.5rem;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    \/* Feature Sections (Z-Pattern for Desktop, Single Column for Mobile) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 4vw, 4rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n      background: var(--bg-card);\n      padding: clamp(1.5rem, 3vw, 3rem);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n\n    .feature-list li {\n      font-size: clamp(18px, 1.5vw, 20px);\n      color: var(--text-sub);\n      margin-bottom: 1rem;\n      padding-left: 2rem;\n      position: relative;\n    }\n\n    .feature-list li::before {\n      content: \"✓\";\n      position: absolute;\n      left: 0;\n      color: var(--primary);\n      font-weight: 900;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n      }\n    }\n\n    \/* 5. Specifications Table (Mobile Card Lock) *\/\n    .specs-section {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .specs-section h2 {\n      text-align: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    .specs-table-wrapper {\n      width: 100%;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n      padding: clamp(1.5rem, 3vw, 3rem);\n    }\n\n    .specs-table table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      padding: 1.5rem;\n      text-align: left;\n      font-size: 18px;\n      color: var(--text-sub);\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      font-weight: 700;\n      color: var(--text-main);\n      background-color: var(--bg-accent);\n      width: 35%;\n    }\n\n    .specs-table tr:last-child th,\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    @media (max-width: 767px) {\n      \/* Mobile Card View - Absolute Override *\/\n      .specs-table table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td { \n        display: block; \n        width: 100%; \n      }\n      .specs-table thead { \n        display: none; \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: var(--bg-body); \n      }\n      .specs-table tr:last-child {\n        margin-bottom: 0;\n      }\n      .specs-table td { \n        display: flex; \n        flex-direction: column;\n        padding: 1.25rem; \n        border-bottom: 1px solid var(--border-color); \n        text-align: left; \n      }\n      .specs-table td::before { \n        content: attr(data-label); \n        font-weight: 700; \n        color: var(--primary); \n        margin-bottom: 0.5rem;\n        display: block;\n      }\n      .specs-table td:last-child { \n        border-bottom: none; \n      }\n    }\n\n    \/* 6. FAQ Section *\/\n    .faq-section {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(2rem, 4vw, 4rem);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-section h2 {\n      text-align: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    .faq-item {\n      margin-bottom: 2rem;\n      padding-bottom: 2rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .faq-item:last-child {\n      margin-bottom: 0;\n      padding-bottom: 0;\n      border-bottom: none;\n    }\n\n    .faq-question {\n      font-size: clamp(20px, 2vw, 22px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 1rem;\n      display: flex;\n      align-items: flex-start;\n      gap: 1rem;\n    }\n\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      font-weight: 900;\n    }\n\n    .faq-answer {\n      font-size: clamp(18px, 1.5vw, 20px);\n      color: var(--text-sub);\n      padding-left: 2.5rem;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"detail-hero\"\u003e\n\u003cdiv class=\"detail-hero-content\"\u003e\n\u003cdiv class=\"static-badge\"\u003eDoor Dierenartsen Aanbevolen\u003c\/div\u003e\n\n\u003ch1\u003eSpa-waardige Reiniging in Seconden, Geen Water Nodig\u003c\/h1\u003e\n\n\u003cp\u003eVerander badtijd van een strijd in een rustgevende massage. Onze hypoallergene wantdoekjes zijn doordrenkt met biologische aloë en haverextract voor een frisse, gezonde vacht—waar en wanneer dan ook.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317174600\/ca8d136799b42a4564bc4609f56d5cd6.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317174825\/aac9d904e8964fec56277f8f21b183fc.jpg\"\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\u003ePlantaardige Voeding\u003c\/h2\u003e\n\n\u003cp\u003eGeef de huid van je huisdier de zachte verzorging die het verdient. Geformuleerd met 4 natuurlijke, ultra-verzachtende ingrediënten om te reinigen, te deodoreren en de vachtweerstand te verbeteren zonder irritatie.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eBiologisch Gefermenteerde Kokosolie:\u003c\/strong\u003e Breekt op natuurlijke wijze hardnekkige geuren, vuil en olie af.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eAloë Vera \u0026amp; Haverextract:\u003c\/strong\u003e Hydrateert de gevoelige huid en vermindert jeuk.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eHypoallergeen Garantie:\u003c\/strong\u003e 100% vrij van alcohol, kleurstoffen en optische ophelderaars.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Design --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317174825\/a5c3fda293dc6e5a28fdf75e0c602705.jpg\"\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\u003eDe Ultieme 5-Vinger Dieptereiniging\u003c\/h2\u003e\n\n\u003cp\u003eGewone platte doekjes zijn niet voldoende. Ons innovatieve wantontwerp werkt als een verlengstuk van je eigen hand, waardoor je diep in de vacht van je huisdier kunt komen terwijl je ze een rustgevende massage geeft.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eExtra Groot Formaat:\u003c\/strong\u003e 10 x 9 inch (25,4 x 22,9 cm) bedekt sneller een groter oppervlak.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003ePremium Zachte Canvas:\u003c\/strong\u003e Duurzaam genoeg voor zware modder, zacht genoeg voor ogen en oren.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003ePrecisie Reiniging:\u003c\/strong\u003e Flexibel voor het schoonmaken van poten, billen, gezichten en moeilijk bereikbare plekken.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Use Cases --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317174825\/56b8a50ce0f65727698b30d5cdd7ceca.jpg\"\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\u003eVuil Wacht Niet Op Badtijd\u003c\/h2\u003e\n\n\u003cp\u003eDoordacht ontworpen voor drukke huisdiereigenaren en huisdieren die een hekel hebben aan water. Het is het perfecte, stressvrije alternatief voor een volledig bad.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eWaterangstige Huisdieren:\u003c\/strong\u003e Houd ze schoon zonder de stress van stromend water.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eHerstel Na Operatie:\u003c\/strong\u003e Veilig desinfecteren rond gevoelige plekken zonder ze nat te maken.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eAvonturen Onderweg:\u003c\/strong\u003e Onmisbaar voor wandeltochten, autoritten en modderige hondenparken.\u003c\/li\u003e\n\u003c\/ul\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\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003cdiv class=\"specs-table\"\u003e\n\u003ctable\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKenmerk\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetail\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=\"Feature\"\u003eAfmetingen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e10 x 9 inch (25,4 x 22,9 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBelangrijkste Ingrediënten\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eBiologisch Gefermenteerde Kokosolie, Aloë Vera, Haverextract, Zuiver Water\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMateriaal\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eHoogwaardige Zachte Canvas\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eGeschikt Voor\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eHonden \u0026amp; Katten van Alle Leeftijden (Inclusief Gevoelige Huid)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eVrij Van\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eVrij van Alcohol, Optische Ophelderaars, Kleurstoffen, Agressieve Chemicaliën\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBelangrijkste Gebruik\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eDeodoriserend, Vuilverwijdering, Poot\/Oog\/Oor Reiniging, Bad Alternatief\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\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\"\u003eZijn deze veilig te gebruiken rond de ogen en oren van mijn huisdier?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa! Onze doekjes zijn hypoallergeen, door dierenartsen aanbevolen en vrij van agressieve chemicaliën of alcohol, waardoor ze veilig en zacht zijn voor gevoelige plekken zoals het gezicht, de ogen en de oren.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eKan ik deze ook gebruiken voor mijn kat naast mijn hond?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsoluut. De zachte, plantaardige formule is perfect in balans voor zowel honden als katten van alle leeftijden, en zorgt voor een veilige reiniging ongeacht het type huisdier.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHoeveel doekjes heb ik nodig voor een volledige lichaamsreiniging?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eOns extra grote canvaswantenontwerp van 10 x 9 inch (25,4 x 22,9 cm) betekent dat één doekje meestal genoeg is voor kleine tot middelgrote huisdieren. Voor grotere rassen of extra modderige situaties kun je er twee gebruiken voor een grondige, spa-waardige reiniging.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🛍️ 1 Pak (6 Handschoenen)","offer_id":47992041373908,"sku":"0325-16418421","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 3 Pakketten (18 Handschoenen) - 4 Maanden Voorraad 🔥","offer_id":47992041406676,"sku":"0325-16416668","price":23.95,"currency_code":"USD","in_stock":true},{"title":"💎 6 Pakketten (36 Handschoenen) - Beste Waarde","offer_id":47992041439444,"sku":"0325-16414790","price":45.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/1189cb536b2866cf42f9a22f326918c1.jpg?v=1779883821","url":"https:\/\/omurio.com\/nl\/products\/waterless-pet-grooming-gloves-rjc","provider":"Omurio","version":"1.0","type":"link"}