{"product_id":"full-face-beskyttelsesskjold","title":"Full Face Protection Shield Luvikno","description":" \n\u003cdiv class=\"product-detail-container\"\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\"\u003eTrustet av 10 000+ industrielle fagfolk\u003c\/div\u003e\n\n\u003ch1\u003eUltimate Full Face Defense. Krystallklar visjon.\u003c\/h1\u003e\n\n\u003cp\u003eOpplev strømlinjeformet sikkerhet med en integrert skjerm som blokkerer støv, rusk og luftbårne partikler. Konstruert for hele dags komfort uten å kompromisse med tungt beskyttende.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cdiv class=\"badge-static\"\u003eDobbelt-filter system\u003c\/div\u003e\n\n\u003cdiv class=\"badge-outline\"\u003eAntidugg 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\u003eKomplett 360° ansiktsbeskyttelse\u003c\/h2\u003e\n\n\u003cp\u003eSi farvel til å jonglere separate sikkerhetsbriller og halvmasker. Denne helmaskedesignen skaper en impenetrabel barriere rundt øynene, nese og munn i en enkelt, lett ramme. Perfekt for farlige miljøer.\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\u003eGjenbrukbar dobbelt-filter teknologi\u003c\/h2\u003e\n\n\u003cp\u003eSpar penger mens du puster lettere. Utstyrt med høy-ytelsese, utskiftbare aktivert kullfiltre tilpasset for å absorbere luftbårne forurensninger uten olje. Enten du maler, slipper eller driver med trearbeid, forblir lungene dine beskyttet.\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\u003eNull dugg. Maksimal klarhet.\u003c\/h2\u003e\n\n\u003cp\u003eÅ arbeide i fuktige forhold skal ikke bety å jobbe blind. Den bredvinklete polykarbonatlinsen har premium antiduggbehandling, som gir deg ubegrenset, høyoppløselig perifert syn i flere timer.\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\u003eTilpasset ergonomisk passform\u003c\/h2\u003e\n\n\u003cp\u003eDesignet for ekte menneskelige ansikter. Høydesitvede elastiske hodebånd kombineres med en premium silikon ansiktsforsegling for å fordele vekten jevnt. Opplev en sikker, lufttett passform som forblir komfortabel selv gjennom de lengste skiftene.\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\u003eTekniske spesifikasjoner\u003c\/h2\u003e\n\n\u003cp\u003eBygget for å tåle de tøffeste industrielle og DIY kravene.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eEgenskap\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpesifikasjon\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=\"Egenskap\"\u003eVekt\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spesifikasjon\"\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=\"Egenskap\"\u003eDimensjoner\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spesifikasjon\"\u003e\u003cspan\u003e22.0 x 18.5 x 12.0 cm (8.7 x 7.3 x 4.7 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Egenskap\"\u003eLinsemateriale\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spesifikasjon\"\u003e\u003cspan\u003eStøtsikker polykarbonat\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Egenskap\"\u003eForseglingsmateriale\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spesifikasjon\"\u003e\u003cspan\u003eMatkvalitet myk 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=\"Egenskap\"\u003eDriftstemperatur\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spesifikasjon\"\u003e\u003cspan\u003e-10°C til 50°C (14°F til 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=\"Egenskap\"\u003eFiltype\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spesifikasjon\"\u003e\u003cspan\u003eUtskiftbare aktivert karbon (dobbel oppsett)\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\u003eVanlige spørsmål\u003c\/h2\u003e\n\n\u003cp\u003eAlt du trenger å vite om din nye respirasjonsbeskyttelse.\u003c\/p\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4\u003eHvor ofte bør jeg bytte kullfiltrene?\u003c\/h4\u003e\n\n\u003cp\u003eFiltrenes levetid avhenger i stor grad av miljøet ditt. For tung industriell bruk (maling\/sliping) anbefaler vi å bytte dem hver 40 timer med bruk, eller umiddelbart hvis puste-motstanden øker eller du begynner å lukte forurensninger.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4\u003eKan jeg bruke briller med styrke under?\u003c\/h4\u003e\n\n\u003cp\u003ePå grunn av den lufttette forseglingen som kreves rundt øynene og nesen, kan briller med standard ramme bryte silikonforseglingen. Vi anbefaler å bruke kontaktlinser eller kjøpe kompatible brillesett designet for helmasker.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4\u003eHvordan rengjør jeg masken riktig?\u003c\/h4\u003e\n\n\u003cp\u003eFjern filtrene først (de kan ikke vaskes). Vask hovedmaskens kropp og linse med varmt vann og mild, nøytral såpe. La den lufttørke helt bort fra direkte sollys før du setter filtrene på igjen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Luvikno","offers":[{"title":"Starter Kit: 1x Skjold + 2x Filtre","offer_id":46738131746993,"sku":null,"price":349.0,"currency_code":"NOK","in_stock":true},{"title":"Pro Kit (Mest Populær) 🔥: 1x Skjold + 5x Ekstra Filtre","offer_id":46738131779761,"sku":null,"price":509.0,"currency_code":"NOK","in_stock":true},{"title":"Ultimate Kit: 1x Skjold + 10x Ekstra Filtre","offer_id":46738131812529,"sku":null,"price":799.0,"currency_code":"NOK","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0478\/7424\/4763\/files\/ae0a843d52160a6c0ca46aea010ddb9f.jpg?v=1774941868","url":"https:\/\/luvikno.com\/products\/full-face-beskyttelsesskjold","provider":"Luvikno","version":"1.0","type":"link"}