{"product_id":"magnetiske-s2-stl-skru-bits","title":"Magnetiske S2 Stål Skrue Biter Luvikno","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Scope all styles within the container to prevent global bleed *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      \n      \/* Design System Variables *\/\n      --primary: #F97316; \/* Industrial Orange *\/\n      --bg-body: #ffffff;\n      --bg-card: #F3F4F6;\n      --bg-accent: #FFF7ED;\n      --text-main: #111827;\n      --text-sub: #4B5563;\n      --border-color: #E5E7EB;\n      \n      --radius-sm: 6px;\n      --radius-md: 12px;\n      --radius-lg: 16px;\n      \n      \/* Fluid Spacing \u0026 Typography *\/\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      --font-h1: clamp(32px, 4vw, 44px);\n      --font-h2: clamp(26px, 3vw, 34px);\n      --font-h3: clamp(20px, 2.5vw, 24px);\n      --font-p: clamp(16px, 1.5vw, 18px);\n      \n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography Settings *\/\n    .product-detail-container h1 { font-size: var(--font-h1); font-weight: 800; line-height: 1.2; margin: 0 0 1.5rem 0; letter-spacing: -0.02em; }\n    .product-detail-container h2 { font-size: var(--font-h2); font-weight: 700; line-height: 1.3; margin: 0 0 1.2rem 0; }\n    .product-detail-container h3 { font-size: var(--font-h3); font-weight: 600; line-height: 1.4; margin: 0 0 1rem 0; }\n    .product-detail-container p { font-size: var(--font-p); color: var(--text-sub); margin: 0 0 1.5rem 0; }\n    \n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      margin-bottom: var(--spacing-section);\n      padding-top: clamp(2rem, 4vw, 4rem);\n    }\n    \n    .social-proof-badge {\n      display: inline-block;\n      background: var(--bg-accent);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-weight: 700;\n      font-size: clamp(14px, 1.2vw, 16px);\n      margin-bottom: 1.5rem;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    .hero-image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background: var(--bg-card);\n      margin-top: 2rem;\n      \/* Scheme A: Natural flow *\/\n    }\n    .hero-image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .placeholder-box {\n      width: 100%;\n      aspect-ratio: 16\/9;\n      background: var(--bg-card);\n      border: 2px dashed #D1D5DB;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #9CA3AF;\n      font-weight: bold;\n      font-size: 1.2rem;\n      border-radius: inherit;\n    }\n\n    \/* Features - Z-Pattern \u0026 Mobile Lock *\/\n    .features-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first lock *\/\n      gap: 2rem;\n      margin-bottom: var(--spacing-section);\n    }\n\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n\n    \/* Scheme B for feature images to ensure clean alignment *\/\n    .feature-img-card {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      position: relative;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n    \n    .feature-img-card img {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      position: absolute;\n      top: 0;\n      left: 0;\n    }\n\n    .feature-img-card .placeholder-box {\n      aspect-ratio: auto;\n      height: 100%;\n      border-radius: 0;\n    }\n\n    .feature-tag {\n      display: inline-flex;\n      align-items: center;\n      background: var(--text-main);\n      color: #fff;\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-sm);\n      font-size: 14px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    \/* Specs Table - Card Based Mobile *\/\n    .specs-section {\n      margin-bottom: var(--spacing-section);\n      background: var(--bg-card);\n      padding: clamp(2rem, 4vw, 4rem);\n      border-radius: var(--radius-md);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      font-size: var(--font-p);\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1.2rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      font-weight: 700;\n      color: var(--text-main);\n      background: transparent;\n      border-bottom: 2px solid var(--text-main);\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n    }\n\n    .faq-item h3 {\n      font-size: var(--font-p);\n      color: var(--text-main);\n      margin-bottom: 0.5rem;\n      display: flex;\n      align-items: flex-start;\n      gap: 0.8rem;\n    }\n    \n    .faq-item h3::before {\n      content: 'Q.';\n      color: var(--primary);\n      font-weight: 900;\n    }\n\n    .faq-item p {\n      margin: 0;\n      padding-left: 2rem;\n      font-size: calc(var(--font-p) * 0.95);\n    }\n\n    \/* Desktop Enhancements *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: clamp(3rem, 6vw, 5rem);\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    \/* Mobile Table Overrides (Critical) *\/\n    @media (max-width: 767px) {\n      .specs-section { padding: 1.5rem 1rem; }\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .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: 1rem;\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 0.5rem;\n      }\n      .specs-table td {\n        border-bottom: none;\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 1rem;\n        padding: 0.8rem;\n      }\n      .specs-table td:not(:last-child) {\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        flex-shrink: 0;\n        max-width: 45%;\n      }\n      .td-value {\n        text-align: right;\n        color: var(--text-sub);\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"social-proof-badge\"\u003eProfesjonelt Verktøy\u003c\/div\u003e\n\n\u003ch1\u003eMestring av Hver Gipsplaterprosjekt med Perfekt Presisjon\u003c\/h1\u003e\n\n\u003cp\u003e5-delt Magnetisk PH2 Bitsett med Justerbar Dybdekollor. Kjør skruene nøyaktig på plass, forhindrer skader på platen, og dobler arbeidseffektiviteten din.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314114155\/d3d45c19cf8154b6222b254b1afce783.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"feature-img-card\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314114155\/2d54ef55922631b8a891a93604e061bc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-tag\"\u003eJusterbar Dybdekontroll\u003c\/div\u003e\n\n\u003ch2\u003eFeilfri Senking, Ingen Veggskader\u003c\/h2\u003e\n\n\u003cp\u003eDen innovative dybdelåsen begrenser skruepenetrasjonen, noe som sikrer flush-finish på gips, treverk og gipsplater. Løsne enkelt den magnetiske kragen eller juster dybden ved å øke eller redusere skiver for å passe til dine nøyaktige prosjektbehov.\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=\"feature-img-card\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314114155\/ef1d8f75f3d34de508a02fc6f7534879.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-tag\"\u003eKraftig Magnetisk Grip\u003c\/div\u003e\n\n\u003ch2\u003eIngen Flere Fallet Skruer eller Vridning\u003c\/h2\u003e\n\n\u003cp\u003eUtstyrt med en svært responsiv magnetisk krage, fungerer posisjoneringsbiten som et ekstra par hender. Den holder skruehodet fast, holder det helt i midten. Opplev nøyaktige justeringer og sømløs kjøring selv i vanskelige vinkler over hodet.\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=\"feature-img-card\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314114155\/716f9f9b4151b90123388bad9ef93242.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-tag\"\u003eEnestående Byggekvalitet\u003c\/div\u003e\n\n\u003ch2\u003eUstoppelig S2 Legert Stål\u003c\/h2\u003e\n\n\u003cp\u003eUtformet for de tøffeste arbeidsplassene. Våre biter er smidd av førsteklasses S2 legert stål, kjent for sin ultra-høye hardhet, fremragende slitasjemotstand og rustfrie egenskaper. Disse bitene er laget for å overleve standard karbonstål-alternativer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications (Mobile Card Table) --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eTekniske Spesifikasjoner\u003c\/h2\u003e\n\n\u003cp\u003ePresisjonskonstruert for 1\/4\" kraftdrev, bor og håndverktøy.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpesifikasjon\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetaljer\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=\"Materiale\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003eIndustriell S2 Legert Stål\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detaljer\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003eHøy hardhet, slitasjemotstand, rustfri\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Bit-type\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003ePH2 (Phillips)\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detaljer\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003eIdeell for gipsplater og trearbeidsskruer\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Skaftstørrelse\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003e1\/4\" Hex Skaft (6,35 mm)\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detaljer\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003eUniversell passform for kraftdrev og bor\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Total lengde\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003e50 mm \/ 1,97 in\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detaljer\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003eStandard lengde for allsidige applikasjoner\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Spesiell funksjon\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003eMagnetisk Dybdekollor\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detaljer\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003eAvtakbar og justerbar via skiver\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Pakkeinnhold\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003e5 x PH2 Gipsplater Biter\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detaljer\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003eKlart for profesjonell eller DIY-innsats\u003c\/div\u003e\n\t\t\t\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\u003eOfte Stilte Spørsmål\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eVil dette passe min standard kraftbore?\u003c\/h3\u003e\n\n\u003cp\u003eJa. Den standard 1\/4\" (6,35 mm) hexskaft er universelt designet for enkelt og sikkert å passe inn i de fleste kraftdrev, standardbor og håndholdte skrutrekkere uten å gli.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHvordan fungerer dybdejusteringen?\u003c\/h3\u003e\n\n\u003cp\u003eBitene har en avtakbar magnetisk krage. Du kan begrense penetrasjonsdybden av skruene for å forhindre veggskader. For mikrojusteringer kan du legge til eller redusere skiver inne i kragemechanismen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eEr disse egnet for materialer annet enn gipsplater?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolutt. Selv om de er spesialdesignet for gipsplater (gipsplater) for å forhindre revner i papirflesken, gjør den høye hardheten i S2-stålet dem utmerket for generell trearbeid og mykt treverk også.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Luvikno","offers":[{"title":"🛠️ 5-Pack (Startpakke)","offer_id":46738143576241,"sku":null,"price":349.0,"currency_code":"NOK","in_stock":true},{"title":"📦 10-Pack (Pro Verdi - Spar 20%)","offer_id":46738143609009,"sku":null,"price":349.0,"currency_code":"NOK","in_stock":true},{"title":"💼 20-Pack (Entreprenørvalg )","offer_id":46738143641777,"sku":null,"price":509.0,"currency_code":"NOK","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0478\/7424\/4763\/files\/d3d45c19cf8154b6222b254b1afce783.jpg?v=1774941936","url":"https:\/\/luvikno.com\/products\/magnetiske-s2-stl-skru-bits","provider":"Luvikno","version":"1.0","type":"link"}