{"product_id":"full-face-protection-shield-rjc","title":"Vollgesichtsschutzschild","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\"\u003eVertrauen von über 10.000 Industrieprofis\u003c\/div\u003e\n\n\u003ch1\u003eUltimativer Vollgesichtsschutz. Kristallklare Sicht.\u003c\/h1\u003e\n\n\u003cp\u003eErleben Sie optimierten Schutz mit einem integrierten Schild, der Staub, Schmutz und luftgetragene Partikel blockiert. Entwickelt für ganztägigen Komfort ohne Kompromisse beim robusten Schutz.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cdiv class=\"badge-static\"\u003eDoppel-Filtersystem\u003c\/div\u003e\n\n\u003cdiv class=\"badge-outline\"\u003eAntibeschlag-Linse\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\u003eVollständiger 360° Gesichtsschutz\u003c\/h2\u003e\n\n\u003cp\u003eVerabschieden Sie sich vom Jonglieren mit separaten Schutzbrillen und Halbmasken. Dieses Vollgesichtsdesign schafft eine undurchdringliche Barriere um Augen, Nase und Mund in einem einzigen, leichten Rahmen. Perfekt für gefährliche Umgebungen.\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\u003eWiederverwendbare Doppel-Filter-Technologie\u003c\/h2\u003e\n\n\u003cp\u003eSparen Sie Geld und atmen Sie leichter. Ausgestattet mit hocheffizienten, austauschbaren Aktivkohlefiltern, die speziell zur Absorption von nicht ölhaltigen Luftschadstoffen entwickelt wurden. Ob beim Malen, Schleifen oder Holzarbeiten – Ihre Lunge bleibt geschützt.\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\u003eKein Beschlagen. Maximale Klarheit.\u003c\/h2\u003e\n\n\u003cp\u003eArbeiten unter feuchten Bedingungen bedeutet nicht, blind zu sein. Die Weitwinkel-Polycarbonatlinse verfügt über eine hochwertige Antibeschlag-Beschichtung und bietet stundenlang ungehindertes, hochauflösendes peripheres Sehen.\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\u003eIndividuell ergonomische Passform\u003c\/h2\u003e\n\n\u003cp\u003eFür echte menschliche Gesichter konzipiert. Hochdichte elastische Kopfriemen kombiniert mit einer hochwertigen Silikon-Gesichtsabdichtung verteilen das Gewicht gleichmäßig. Erleben Sie eine sichere, luftdichte Passform, die auch bei langen Schichten bequem bleibt.\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 Spezifikationen\u003c\/h2\u003e\n\n\u003cp\u003eEntwickelt, um den härtesten industriellen und Heimwerker-Anforderungen standzuhalten.\u003c\/p\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\u003eSpezifikation\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\"\u003eAbmessungen\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 Zoll)\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\"\u003eLinsenmaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003eSchlagfestes Polycarbonat\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\"\u003eDichtungsmaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003eLebensmittelechtes weiches Silikon\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\"\u003eBetriebstemperatur\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003e-10°C bis 50°C (14°F bis 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\"\u003eFiltertyp\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003eAustauschbarer Aktivkohlefilter (Doppel-Setup)\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\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cp\u003eAlles, was Sie über Ihren neuen Atemschutz wissen müssen.\u003c\/p\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4\u003eWie oft sollte ich die Aktivkohlefilter wechseln?\u003c\/h4\u003e\n\n\u003cp\u003eDie Lebensdauer der Filter hängt stark von Ihrer Umgebung ab. Bei intensiver industrieller Nutzung (Malen\/Schleifen) empfehlen wir, sie alle 40 Stunden zu wechseln oder sofort, wenn der Atemwiderstand steigt oder Sie Schadstoffe riechen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4\u003eKann ich darunter eine Brille mit Sehstärke tragen?\u003c\/h4\u003e\n\n\u003cp\u003eAufgrund der luftdichten Abdichtung um Augen und Nase können Standard-Brillen die Silikondichtung unterbrechen. Wir empfehlen die Verwendung von Kontaktlinsen oder den Kauf kompatibler Brillensets, die für Vollgesichtsschutzmasken entwickelt wurden.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4\u003eWie reinige ich die Maske richtig?\u003c\/h4\u003e\n\n\u003cp\u003eEntfernen Sie zuerst die Filterpatronen (diese können nicht gewaschen werden). Waschen Sie den Hauptmaskenkörper und die Linse mit warmem Wasser und milder, neutraler Seife. Lassen Sie sie vollständig an der Luft trocknen, fern von direktem Sonnenlicht, bevor Sie die Filter wieder anbringen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Starter-Kit: 1x Schutzschild + 2x Filter","offer_id":47992017682644,"sku":"0327-16215498","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Pro-Kit (Am Beliebtesten) 🔥: 1x Schutzschild + 5x Zusätzliche Filter","offer_id":47992017715412,"sku":"0327-16218890","price":37.95,"currency_code":"USD","in_stock":true},{"title":"Ultimate-Kit: 1x Schutzschild + 10x Zusätzliche Filter","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\/de\/products\/full-face-protection-shield-rjc","provider":"Omurio","version":"1.0","type":"link"}