{"product_id":"full-face-beskyttelsesskjold","title":"Full Face Protection Shield Skanto","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\"\u003eTrusted by 10,000+ industrial professionals\u003c\/div\u003e\n\u003ch1\u003eUltimate Full Face Defense. Crystal Clear Vision.\u003c\/h1\u003e\n\u003cp\u003eExperience streamlined safety with an integrated shield that blocks dust, debris, and airborne particles. Engineered for all-day comfort without compromising heavy-duty protection.\u003c\/p\u003e\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cdiv class=\"badge-static\"\u003eDual-filter system\u003c\/div\u003e\n\u003cdiv class=\"badge-outline\"\u003eAnti-fog lens\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\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\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eComplete 360° Face Protection\u003c\/h2\u003e\n\u003cp\u003eSay goodbye to juggling separate safety goggles and half-face respirators. This full-face design creates an impenetrable barrier around your eyes, nose, and mouth in a single, lightweight frame. Perfect for hazardous environments.\u003c\/p\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=\"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\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eReusable dual-filter technology\u003c\/h2\u003e\n\u003cp\u003eSave money while breathing easier. Equipped with high-performance, replaceable activated carbon filters tailored to absorb airborne contaminants without oil. Whether you're painting, sanding, or woodworking, your lungs remain protected.\u003c\/p\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=\"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\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eZero fog. Maximum clarity.\u003c\/h2\u003e\n\u003cp\u003eWorking in humid conditions shouldn't mean working blind. The wide-view polycarbonate lens features premium anti-fog treatment, granting you unobstructed, high-definition peripheral vision for hours.\u003c\/p\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=\"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\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eCustom ergonomic fit\u003c\/h2\u003e\n\u003cp\u003eDesigned for real human faces. High-density elastic headbands combine with a premium silicone face seal to distribute weight evenly. Experience a secure, airtight fit that stays comfortable through even the longest shifts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cp\u003eBuilt to withstand the toughest industrial and DIY demands.\u003c\/p\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Egenskap\"\u003eWeight\u003c\/td\u003e\n\u003ctd data-label=\"Spesifikasjon\"\u003e\u003cspan\u003e450 g (15.9 oz)\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Egenskap\"\u003eDimensions\u003c\/td\u003e\n\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\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Egenskap\"\u003eLens Material\u003c\/td\u003e\n\u003ctd data-label=\"Spesifikasjon\"\u003e\u003cspan\u003eImpact-resistant polycarbonate\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Egenskap\"\u003eSeal Material\u003c\/td\u003e\n\u003ctd data-label=\"Spesifikasjon\"\u003e\u003cspan\u003eFood-grade soft silicone\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Egenskap\"\u003eOperating Temperature\u003c\/td\u003e\n\u003ctd data-label=\"Spesifikasjon\"\u003e\u003cspan\u003e-10°C to 50°C (14°F to 122°F)\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Egenskap\"\u003eFilter Type\u003c\/td\u003e\n\u003ctd data-label=\"Spesifikasjon\"\u003e\u003cspan\u003eReplaceable activated carbon (dual setup)\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp\u003eEverything you need to know about your new respiratory protection.\u003c\/p\u003e\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4\u003eHow often should I replace the carbon filters?\u003c\/h4\u003e\n\u003cp\u003eFilter lifespan depends heavily on your environment. For heavy industrial use (painting\/sanding), we recommend replacing them every 40 hours of use, or immediately if breathing resistance increases or you begin to smell contaminants.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4\u003eCan I wear prescription glasses underneath?\u003c\/h4\u003e\n\u003cp\u003eDue to the airtight seal required around the eyes and nose, standard-frame glasses can break the silicone seal. We recommend wearing contact lenses or purchasing compatible eyeglass kits designed for full-face respirators.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4\u003eHow do I properly clean the mask?\u003c\/h4\u003e\n\u003cp\u003eFirst, remove the filters (they are not washable). Wash the main mask body and lens with warm water and mild, neutral soap. Allow it to air dry completely away from direct sunlight before reattaching the filters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Skanto","offers":[{"title":"Starter Kit: 1x Shield + 2x Filters","offer_id":54620388852045,"sku":"sz00152sp56017","price":48.99,"currency_code":"USD","in_stock":true},{"title":"Pro Kit (Most Popular) 🔥: 1x Shield + 5x Extra Filters","offer_id":54620388884813,"sku":"sz00152sp56017","price":48.99,"currency_code":"USD","in_stock":true},{"title":"Ultimate Kit: 1x Shield + 10x Extra Filters","offer_id":54620388917581,"sku":"sz00152sp56017","price":48.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0980\/7531\/2461\/files\/ae0a843d52160a6c0ca46aea010ddb9f.jpg?v=1788111213","url":"https:\/\/acalora.com\/products\/full-face-beskyttelsesskjold","provider":"Acalora","version":"1.0","type":"link"}