{"product_id":"full-face-protection-shield-rjc","title":"Volledig Gezichtsbeschermingsschild","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n    [AI Design Logic]\n    Product Type: Heavy-Duty Full-Face Respirator\n    Target Audience: DIY Enthusiasts, Woodworkers, Painters, Industrial Workers\n    Visual Style: Industrial Safety, Trustworthy, Professional\n    Color Strategy: Safety Yellow\/Orange Accent, High-Contrast Black \u0026 White\n    Shape Strategy: Radius 8px (Structured, Durable, Industrial vibe)\n    Typography Strategy: Large Type \/ Mobile-first readable (H1: 44px down to text: 18px)\n    Mobile Table Strategy: Card-based (No horizontal scroll), Metric\/Imperial auto-converted\n    Image Mapping: Hero=image_1, Features=image_2 to image_5\n    --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n            \/* 1) Design System (CSS Variables) *\/\n            --primary: #F39C12; \/* Safety Yellow\/Orange *\/\n            --bg-body: #FFFFFF;\n            --bg-card: #F8F9FA;\n            --text-main: #1A1A1A;\n            --text-sub: #4A4A4A;\n            --border-color: #DEE2E6;\n            --radius-md: 8px;\n            --radius-lg: 12px;\n            --shadow-sm: 0 4px 6px rgba(0,0,0,0.05);\n            --shadow-lg: 0 10px 20px rgba(0,0,0,0.08);\n            \n            \/* Typography \u0026 Spacing System *\/\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            color: var(--text-main);\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            line-height: 1.7;\n            background-color: var(--bg-body);\n        }\n\n        .product-detail-container * {\n            box-sizing: border-box;\n        }\n\n        \/* Large Typography Scale *\/\n        .product-detail-container h1 {\n            font-size: clamp(32px, 5vw, 44px);\n            line-height: 1.2;\n            margin: 0 0 1rem 0;\n            font-weight: 800;\n            color: var(--text-main);\n        }\n\n        .product-detail-container h2 {\n            font-size: clamp(28px, 4vw, 36px);\n            line-height: 1.3;\n            margin: 0 0 1rem 0;\n            font-weight: 700;\n        }\n\n        .product-detail-container h3 {\n            font-size: clamp(22px, 3vw, 28px);\n            line-height: 1.4;\n            margin: 0 0 0.75rem 0;\n            font-weight: 700;\n        }\n\n        .product-detail-container p {\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--text-sub);\n            margin: 0 0 1.5rem 0;\n        }\n\n        \/* Helper Spacing Variables *\/\n        .section-padding {\n            padding: clamp(2rem, 5vw, 4rem) 0;\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            display: flex;\n            flex-direction: column;\n            gap: clamp(2rem, 5vw, 4rem);\n            margin-bottom: clamp(2rem, 5vw, 4rem);\n        }\n\n        .trust-banner {\n            display: inline-flex;\n            align-items: center;\n            background: var(--bg-card);\n            border-left: 4px solid var(--primary);\n            padding: 0.75rem 1.25rem;\n            margin-bottom: 1.5rem;\n            border-radius: 0 var(--radius-md) var(--radius-md) 0;\n            font-weight: 600;\n            font-size: clamp(16px, 1.5vw, 18px);\n        }\n\n        .hero-badges {\n            display: flex;\n            gap: 1rem;\n            flex-wrap: wrap;\n            margin-bottom: 1.5rem;\n        }\n\n        .badge-static {\n            background-color: var(--text-main);\n            color: #FFFFFF;\n            padding: 0.5rem 1.25rem;\n            border-radius: 50px;\n            font-weight: 600;\n            font-size: clamp(16px, 1.5vw, 18px);\n            letter-spacing: 0.5px;\n        }\n\n        .badge-outline {\n            background-color: transparent;\n            color: var(--text-main);\n            border: 2px solid var(--text-main);\n            padding: 0.5rem 1.25rem;\n            border-radius: 50px;\n            font-weight: 600;\n            font-size: clamp(16px, 1.5vw, 18px);\n        }\n\n        \/* Feature Layout (Z-Pattern \u0026 Mobile Stack) *\/\n        .feature-item {\n            display: flex;\n            flex-direction: column;\n            gap: clamp(2rem, 5vw, 4rem);\n            margin-bottom: clamp(2rem, 5vw, 4rem);\n            align-items: center;\n        }\n\n        .feature-media {\n            width: 100%;\n            border-radius: var(--radius-lg);\n            overflow: hidden;\n            box-shadow: var(--shadow-sm);\n        }\n\n        .feature-copy {\n            width: 100%;\n        }\n\n        \/* Desktop Enhancement: Z-Pattern *\/\n        @media (min-width: 768px) {\n            .hero-section {\n                flex-direction: row;\n                align-items: center;\n            }\n            .hero-copy, .hero-media {\n                width: 50%;\n                flex: 1;\n            }\n            .feature-item {\n                flex-direction: row;\n            }\n            .feature-item:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n            .feature-media, .feature-copy {\n                width: 50%;\n                flex: 1;\n            }\n        }\n\n        \/* Image Protocol *\/\n        .img-placeholder {\n            width: 100%;\n            aspect-ratio: 4\/3;\n            background-color: var(--bg-card);\n            border: 2px dashed var(--border-color);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--text-sub);\n            font-size: clamp(18px, 2vw, 20px);\n            font-weight: 600;\n            border-radius: var(--radius-lg);\n        }\n\n        \/* Standardize any real image inserted later *\/\n        .feature-media img, .hero-media img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: var(--radius-lg);\n        }\n\n        \/* Specifications Table *\/\n        .specs-section {\n            background-color: var(--bg-card);\n            padding: clamp(2rem, 5vw, 4rem);\n            border-radius: var(--radius-lg);\n            margin-top: clamp(2rem, 5vw, 4rem);\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 2rem;\n        }\n\n        .specs-table th, .specs-table td {\n            padding: 1.25rem 1rem;\n            text-align: left;\n            font-size: clamp(16px, 1.5vw, 18px);\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .specs-table th {\n            background-color: var(--border-color);\n            color: var(--text-main);\n            font-weight: 700;\n        }\n\n        \/* Mobile Card Format for Specs *\/\n        @media (max-width: 767px) {\n            .specs-table, .specs-table tbody, .specs-table tr, .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                background: var(--bg-body);\n                border-radius: var(--radius-md);\n                border: 1px solid var(--border-color);\n                box-shadow: var(--shadow-sm);\n                overflow: hidden;\n            }\n            .specs-table td {\n                display: flex;\n                justify-content: space-between;\n                align-items: center;\n                border-bottom: 1px solid var(--border-color);\n            }\n            .specs-table td:last-child {\n                border-bottom: none;\n            }\n            .specs-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--text-main);\n                margin-right: 1rem;\n                flex-shrink: 0;\n            }\n            .specs-table td span {\n                text-align: right;\n                color: var(--text-sub);\n            }\n        }\n\n        \/* FAQ Section *\/\n        .faq-section {\n            margin-top: clamp(2rem, 5vw, 4rem);\n            margin-bottom: clamp(2rem, 5vw, 4rem);\n        }\n\n        .faq-grid {\n            display: flex;\n            flex-direction: column;\n            gap: 1.5rem;\n            margin-top: 2rem;\n        }\n\n        .faq-item {\n            background: var(--bg-card);\n            padding: clamp(1.5rem, 3vw, 2rem);\n            border-radius: var(--radius-lg);\n            border-left: 6px solid var(--primary);\n            box-shadow: var(--shadow-sm);\n        }\n\n        .faq-item h4 {\n            font-size: clamp(20px, 2.5vw, 24px);\n            margin: 0 0 0.5rem 0;\n            color: var(--text-main);\n            font-weight: 700;\n        }\n\n        .faq-item p {\n            margin: 0;\n            font-size: clamp(18px, 2vw, 20px);\n        }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-padding\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"trust-banner\"\u003eVertrouwd door meer dan 10.000 industriële professionals\u003c\/div\u003e\n\n\u003ch1\u003eUltieme volledige gezichtsverdediging. Kristalhelder zicht.\u003c\/h1\u003e\n\n\u003cp\u003eErvaar gestroomlijnde veiligheid met een geïntegreerd schild dat stof, vuil en deeltjes in de lucht blokkeert. Ontworpen voor comfort de hele dag zonder in te leveren op zware bescherming.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cdiv class=\"badge-static\"\u003eDubbel filtersysteem\u003c\/div\u003e\n\n\u003cdiv class=\"badge-outline\"\u003eAnti-condens lens\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317173531\/f04cea8051a4847323550745a275b739.jpeg\"\u003e\u003c\/div\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\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317173503\/78fc902bbe6e70f327a5696a8500aa1f.jpg\"\u003e\u003c\/div\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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eVolledige 360° gezichtsbedekking\u003c\/h2\u003e\n\n\u003cp\u003eZeg vaarwel tegen het jongleren met aparte veiligheidsbrillen en halve maskers. Dit volledige gezichtsmasker creëert een ondoordringbare barrière rond uw ogen, neus en mond in één lichtgewicht frame. Perfect voor gevaarlijke omgevingen.\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317173503\/5259aa95ddd85e8df0e067038e407b50.jpg\"\u003e\u003c\/div\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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eHerbruikbare dubbele filtertechnologie\u003c\/h2\u003e\n\n\u003cp\u003eBespaar geld terwijl u gemakkelijker ademt. Uitgerust met zeer efficiënte, vervangbare geactiveerde koolstoffilters die zijn afgestemd op het absorberen van niet-oliehoudende luchtverontreinigingen. Of u nu schildert, schuurt of houtbewerkt, uw longen blijven beschermd.\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317173503\/2d9a323e30a2e1730c3260fe6fe8f693.jpg\"\u003e\u003c\/div\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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eGeen condens. Maximale helderheid.\u003c\/h2\u003e\n\n\u003cp\u003eWerken in vochtige omstandigheden betekent niet dat u blind moet zijn. De groothoek polycarbonaatlens heeft een premium anti-condens coating, waardoor u urenlang een onbelemmerd, haarscherp perifere zicht heeft.\u003c\/p\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317173503\/afae93373596d7f9f7b91d39303f1015.jpg\"\u003e\u003c\/div\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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eAangepaste ergonomische pasvorm\u003c\/h2\u003e\n\n\u003cp\u003eOntworpen voor echte menselijke gezichten. Hoogwaardige elastische hoofdbanden combineren met een premium siliconen gezichtsafdichting om het gewicht gelijkmatig te verdelen. Ervaar een veilige, luchtdichte pasvorm die comfortabel blijft, zelfs tijdens uw langste diensten.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eTechnische specificaties\u003c\/h2\u003e\n\n\u003cp\u003eGebouwd om de zwaarste industriële en doe-het-zelf eisen te weerstaan.\u003c\/p\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\u003eSpecificatie\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\"\u003eGewicht\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003e450 g (15,9 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\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=\"Specification\"\u003e\u003cspan\u003e22,0 x 18,5 x 12,0 cm (8,7 x 7,3 x 4,7 inch)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eLensmateriaal\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003eSlagvast polycarbonaat\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eAfdichtingsmateriaal\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003eVoedselveilige zachte siliconen\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBedrijfstemperatuur\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003e-10°C tot 50°C (14°F tot 122°F)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eFiltertype\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003eVervangbare geactiveerde koolstof (dubbele opstelling)\u003c\/span\u003e\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\u003cp\u003eAlles wat u moet weten over uw nieuwe ademhalingsbescherming.\u003c\/p\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4\u003eHoe vaak moet ik de koolstoffilters vervangen?\u003c\/h4\u003e\n\n\u003cp\u003eDe levensduur van de filter hangt sterk af van uw omgeving. Voor intensief industrieel gebruik (verven\/schuren) raden we aan ze elke 40 uur te vervangen, of direct als de ademhalingsweerstand toeneemt of u vervuilende stoffen begint te ruiken.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4\u003eKan ik een bril onder het masker dragen?\u003c\/h4\u003e\n\n\u003cp\u003eVanwege de luchtdichte afdichting rond de ogen en neus kunnen standaard montuurbrillen de siliconen afdichting breken. We raden aan contactlenzen te gebruiken of compatibele brillensets te kopen die ontworpen zijn voor volledige gezichtsmaskers.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4\u003eHoe maak ik het masker op de juiste manier schoon?\u003c\/h4\u003e\n\n\u003cp\u003eVerwijder eerst de filterpatronen (deze kunnen niet worden gewassen). Was het hoofdgedeelte van het masker en de lens met warm water en milde, neutrale zeep. Laat het volledig aan de lucht drogen, uit direct zonlicht, voordat u de filters weer bevestigt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Starterset: 1x Shield + 2x Filters","offer_id":47992017682644,"sku":"0327-16215498","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Pro Set (Meest Populair) 🔥: 1x Shield + 5x Extra Filters","offer_id":47992017715412,"sku":"0327-16218890","price":37.95,"currency_code":"USD","in_stock":true},{"title":"Ultieme Set: 1x Shield + 10x Extra Filters","offer_id":47992017748180,"sku":"0327-16211126","price":57.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/ae0a843d52160a6c0ca46aea010ddb9f.jpg?v=1779883660","url":"https:\/\/omurio.com\/nl\/products\/full-face-protection-shield-rjc","provider":"Omurio","version":"1.0","type":"link"}