{"product_id":"ansigtsmaske-med-kulfilter","title":"Ansigtsmaske med kulfilter","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #0056b3; \/* Tech blue *\/\n      --primary-light: #e6f2ff;\n      --text-main: #1f2937;\n      --text-sub: #4b5563;\n      --bg-body: #ffffff;\n      --bg-card: #f9fafb;\n      --border-color: #e5e7eb;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);\n      --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1);\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      --spacing-module: clamp(2rem, 4vw, 3rem);\n\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1100px;\n      margin: 0 auto;\n      padding: 2rem 5%;\n      box-sizing: border-box;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      font-weight: 700;\n      line-height: 1.25;\n      margin-top: 0;\n      color: var(--text-main);\n      letter-spacing: -0.01em;\n    }\n    .product-detail-container h1 { font-size: clamp(32px, 5vw, 46px); margin-bottom: 1.2rem; }\n    .product-detail-container h2 { font-size: clamp(26px, 4vw, 36px); margin-bottom: 2rem; text-align: center; }\n    .product-detail-container h3 { font-size: clamp(20px, 3vw, 24px); margin-bottom: 1rem; }\n    .product-detail-container p { font-size: 16px; color: var(--text-sub); margin-bottom: 1.5rem; }\n    @media (min-width: 768px) { .product-detail-container p { font-size: 18px; } }\n\n    \/* Images *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-md);\n      border: 1px solid var(--border-color);\n      transition: transform 0.3s ease;\n    }\n    .product-detail-container img:hover {\n      transform: translateY(-4px);\n    }\n\n    \/* Layout Utilities *\/\n    .pd-section { margin-bottom: var(--spacing-section); }\n\n    \/* Badges \u0026 Tags *\/\n    .trust-badge {\n      display: inline-block;\n      padding: 0.4rem 1.2rem;\n      background: var(--primary-light);\n      border-radius: 50px;\n      font-size: 14px;\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 1.5rem;\n      letter-spacing: 0.5px;\n      text-transform: uppercase;\n    }\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.6rem;\n      margin-top: 1.5rem;\n    }\n    .feature-tag {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 0.4rem 1rem;\n      border-radius: 50px;\n      font-size: 14px;\n      font-weight: 500;\n      color: var(--text-main);\n    }\n\n    \/* Module A: Hero *\/\n    .hero-section { text-align: center; }\n    .hero-content { max-width: 800px; margin: 0 auto 3rem; }\n    .hero-content .lead-text { font-size: clamp(18px, 2.5vw, 22px); color: var(--text-sub); }\n\n    \/* Module B: Features (Z-Pattern) *\/\n    .feature-item {\n      display: grid;\n      gap: var(--spacing-module);\n      align-items: center;\n      margin-bottom: var(--spacing-module);\n    }\n    @media (min-width: 768px) {\n      .feature-item { grid-template-columns: 1fr 1fr; }\n      .feature-item:nth-child(even) .feature-media { order: 2; }\n      .feature-item:nth-child(even) .feature-copy { order: 1; }\n    }\n\n    \/* Module C: Specifications *\/\n    .specs-box {\n      background: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      box-shadow: var(--shadow-sm);\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n    .specs-table th, .specs-table td {\n      padding: 1.2rem 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n    .specs-table tr:last-child th, .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n    .specs-table th {\n      width: 35%;\n      color: var(--text-main);\n      font-weight: 600;\n      vertical-align: top;\n    }\n    .specs-table td { color: var(--text-sub); }\n    \n    @media (max-width: 767px) {\n      .specs-table th, .specs-table td { display: block; width: 100%; padding: 0.8rem 0; }\n      .specs-table th { padding-bottom: 0.2rem; border-bottom: none; color: var(--primary); }\n      .specs-table td { padding-top: 0; }\n    }\n\n    \/* Module D: FAQ Accordion *\/\n    .faq-container { max-width: 800px; margin: 0 auto; }\n    .faq-item {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      box-shadow: var(--shadow-sm);\n      overflow: hidden;\n    }\n    .faq-item summary {\n      font-size: 18px;\n      font-weight: 600;\n      padding: 1.2rem 1.5rem;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      color: var(--text-main);\n      background: var(--bg-card);\n    }\n    .faq-item summary::-webkit-details-marker { display: none; }\n    .faq-item summary::after {\n      content: '+';\n      font-size: 24px;\n      color: var(--primary);\n      font-weight: 400;\n      transition: transform 0.3s ease;\n    }\n    .faq-item[open] summary::after { content: '−'; }\n    .faq-item p {\n      padding: 1.2rem 1.5rem;\n      margin: 0;\n      border-top: 1px solid var(--border-color);\n    }\n\u003c\/style\u003e\n\u003cdiv style=\"text-align: left;\" class=\"product-detail-container\"\u003e\n\u003c!-- Module A: Hero Section --\u003e\n\u003cdiv style=\"text-align: left;\" class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch1\u003eBeskyt øjne, næse og mund, og træk vejret frit\u003c\/h1\u003e\n\u003cp\u003eEn praktisk beskyttelsesmaske med gennemsigtigt visir og et filtersystem med dobbelte ventiler, som giver en behagelig følelse af beskyttelse i hverdagen.\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0640\/0789\/7190\/files\/1_cf4bf380-d6a0-45b3-b793-fc53eed6c06f.jpg?v=1784531717\" alt=\"\"\u003e\u003c\/p\u003e\n\u003ch3\u003eIntegreret gennemsigtigt visir \u0026amp; 3D-pasform\u003c\/h3\u003e\n\u003cp\u003eDet gennemsigtige visir hjælper med at beskytte øjnene mod stænk, mens den ergonomiske maske i åndbart netstof sidder behageligt omkring ansigtet. Det formede 3D design giver en tæt pasform omkring næse og hage uden at presse mod ansigtet.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0640\/0789\/7190\/files\/2_87610e6f-7cb2-4aae-a389-6440b0998100.jpg?v=1784531716\" alt=\"\"\u003e\u003c\/p\u003e\n\u003ch3\u003eÅndbart filtersystem med dobbelte ventiler\u003c\/h3\u003e\n\u003cp\u003eDe to envejsventiler leder udåndingsluften væk og reducerer ophobningen af varme og fugt, så det føles lettere at trække vejret. Det udskiftelige filter med fem lag og aktivt kul hjælper med at opfange støv og luftbårne partikler\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0640\/0789\/7190\/files\/3_9ef54adb-56f9-49c8-9e1e-4953f7403ca3.jpg?v=1784531717\" alt=\"\"\u003e\u003c\/p\u003e\n\u003ch3\u003eKan genbruges og er nem at vedligeholde\u003c\/h3\u003e\n\u003cp\u003eMasken er udviklet til gentagen brug. Det slidstærke ydre lag i netstof kan vaskes, mens det indvendige filter hurtigt kan udskiftes ved hjælp af den enkle låsemekanisme. Det gør det nemt at holde masken ren og klar til brug\u003c\/p\u003e\n\u003ch3\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0640\/0789\/7190\/files\/4_d8c77276-01e1-4b46-8f6f-7226f2f13d7d.jpg?v=1784531716\" alt=\"\"\u003e\u003c\/h3\u003e\n\u003ch2\u003eProduktspecifikationer\u003c\/h2\u003e\n\u003ctable style=\"width: 100.078%;\" width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 31.6461%;\"\u003e\n\u003cp\u003e\u003cb\u003eProdukttype\u003c\/b\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 68.0993%;\"\u003eHelmaske med integreret øjenbeskyttelse\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 31.6461%;\"\u003e\n\u003cp\u003e\u003cb\u003eMaterialer\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 68.0993%;\"\u003eÅndbart mesh-materiale, gennemsigtig plastskærm, ventiler af hård plast\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 31.6461%;\"\u003e\n\u003cp\u003e\u003cb\u003eFiltreringssystem\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 68.0993%;\"\u003eUdskifteligt 5-lags aktivkulfilterelement\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 31.6461%;\"\u003e\n\u003cp\u003e\u003cb\u003eVigtigste egenskaber\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 68.0993%;\"\u003eDobbelt udåndingsventil, justerbare ørebøjler, 3D-konturpassform\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 31.6461%;\"\u003e\n\u003cp\u003e\u003cb\u003eMål\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 68.0993%;\"\u003eÉn størrelse, der passer til de fleste voksne\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 31.6461%;\"\u003e\n\u003cp\u003e\u003cb\u003eTilgængelige farver\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 68.0993%;\"\u003e Sort, kongeblå, rød og flere andre muligheder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Klikhuset.dk","offers":[{"title":"Sort","offer_id":45960525021286,"sku":"0611-18543412","price":110.0,"currency_code":"DKK","in_stock":true},{"title":"Trækul","offer_id":45960525054054,"sku":"0611-18543380","price":110.0,"currency_code":"DKK","in_stock":true},{"title":"Kongeblå","offer_id":45960525086822,"sku":"0611-18541683","price":110.0,"currency_code":"DKK","in_stock":true},{"title":"Rood","offer_id":45960525119590,"sku":"0611-18547077","price":110.0,"currency_code":"DKK","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0640\/0789\/7190\/files\/1_cf4bf380-d6a0-45b3-b793-fc53eed6c06f.jpg?v=1784531717","url":"https:\/\/klikhuset.dk\/products\/ansigtsmaske-med-kulfilter","provider":"Klikhuset.dk","version":"1.0","type":"link"}