{"product_id":"saet-med-praecisionsbor-til-trae","title":"Sæt med præcisionsbor til træ","description":"\u003cdiv class=\"product-detail-container\"\u003e\u003c!--\n[AI Design Logic]\nProduct Type: Titanium-Coated High-Speed Steel Woodworking Drill Bits\nTarget Audience: DIY Hobbyists, Professional Carpenters, Woodworkers\nVisual Style: Industrial, Precise, Rugged yet Professional\nColor Strategy: White\/Dark Charcoal base with Titanium Gold (#C59B27) accents to reflect the product coating.\nShape Strategy: Radius 6px (Hard\/Industrial masculine but clean, prevents visual harshness)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 36px-44px, Body: 18px-20px)\nMobile Table Strategy: Card-based (No horizontal scroll, full data attributes for labels)\nImage Mapping: Hero=image_1, Sizes=image_2, Material=image_3, Efficiency=image_4, Versatility=image_5\n--\u003e\u003c\/div\u003e\n\u003cstyle type=\"text\/css\"\u003e:root, .product-detail-container {\n      \/* Color System *\/\n      --primary: #C59B27; \/* Titanium Gold *\/\n      --primary-hover: #b08920;\n      --text-main: #1A1A1A;\n      --text-sub: #4A4A4A;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --border-color: #E5E7EB;\n      \n      \/* Shape System *\/\n      --radius-md: 6px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n      \n      \/* Spacing System *\/\n      --space-sm: clamp(1rem, 2.5vw, 1.5rem);\n      --space-md: clamp(1.5rem, 4vw, 2.5rem);\n      --space-lg: clamp(2.5rem, 6vw, 4rem);\n      --space-xl: clamp(3rem, 8vw, 5rem);\n    }\n\n    \/* Container Reset \u0026 Anti-overflow *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background: var(--bg-body);\n      line-height: 1.6;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container *, .product-detail-container *::before, .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography System *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      color: var(--text-main);\n      margin-top: 0;\n      margin-bottom: var(--space-sm);\n      line-height: 1.2;\n      font-weight: 700;\n    }\n\n    .product-detail-container h1 { font-size: clamp(32px, 5vw, 44px); }\n    .product-detail-container h2 { font-size: clamp(26px, 4vw, 34px); }\n    .product-detail-container h3 { font-size: clamp(20px, 3vw, 24px); }\n    \n    .product-detail-container p {\n      font-size: clamp(18px, 2.5vw, 20px);\n      color: var(--text-sub);\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n      line-height: 1.7;\n    }\n\n    \/* Non-interactive Badge *\/\n    .pd-badge {\n      display: inline-block;\n      background: rgba(197, 155, 39, 0.15);\n      color: #9c7717;\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: var(--space-sm);\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n\n    \/* Image Protocol (Option A: Natural Flow) *\/\n    .pd-image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background: var(--bg-card);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-image-placeholder {\n      width: 100%;\n      height: auto;\n      min-height: 300px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border: 2px dashed var(--border-color);\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: 500;\n      background: var(--bg-card);\n      aspect-ratio: 1 \/ 1; \/* Fallback aspect ratio for placeholder *\/\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      padding: var(--space-lg) 0;\n    }\n\n    .pd-hero-copy {\n      max-width: 800px;\n      margin: 0 auto var(--space-md);\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .pd-features-list {\n      display: flex;\n      flex-direction: column;\n      gap: var(--space-xl);\n      padding: var(--space-lg) 0;\n    }\n\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: var(--space-md);\n      align-items: center;\n    }\n\n    .pd-feature-media, .pd-feature-copy {\n      width: 100%;\n    }\n\n    \/* Desktop Enhancement *\/\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row;\n        justify-content: space-between;\n      }\n      \n      \/* Z-Pattern logic *\/\n      .pd-feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .pd-feature-media, .pd-feature-copy {\n        width: 47%;\n      }\n    }\n\n    \/* Specifications Table *\/\n    .pd-specs-section {\n      padding: var(--space-lg) 0;\n      border-top: 1px solid var(--border-color);\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: var(--space-sm);\n    }\n\n    .pd-table th, .pd-table td {\n      padding: 1.2rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .pd-table th {\n      background: var(--bg-card);\n      font-weight: 600;\n      color: var(--text-main);\n    }\n\n    .pd-table td {\n      color: var(--text-sub);\n    }\n\n    \/* Mobile Table: Card-based Layout *\/\n    @media (max-width: 767px) {\n      .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n\n      .pd-table thead {\n        display: none; \/* Hide default headers *\/\n      }\n\n      .pd-table tr {\n        background: var(--bg-card);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 0.5rem;\n      }\n\n      .pd-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px solid var(--border-color);\n        padding: 0.8rem;\n        text-align: right;\n      }\n\n      .pd-table td:last-child {\n        border-bottom: none;\n      }\n\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        padding-right: 1rem;\n        text-align: left;\n        flex-basis: 50%;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-section {\n      padding: var(--space-lg) 0;\n      border-top: 1px solid var(--border-color);\n      margin-bottom: var(--space-xl);\n    }\n\n    .pd-faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: var(--space-md);\n      margin-bottom: var(--space-md);\n    }\n\n    .pd-faq-item h3 {\n      margin-bottom: 0.8rem;\n    }\n\n    .pd-faq-item p {\n      margin-bottom: 0;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-copy\"\u003e\n\u003cbr\u003e\n\u003ch1\u003ePræcision uden kompromiser. 5-delt sæt titan-HSS-bor til træbearbejdning.\u003c\/h1\u003e\n\u003cp\u003eTag dine træprojekter til næste niveau med bor, der kombinerer lang holdbarhed og præcis ydeevne. Velegnet til både professionelle håndværkere og gør-det-selv-entusiaster.\u003c\/p\u003e\n\u003ch1\u003e\u003cimg style=\"background-color: rgb(248, 249, 250); color: rgb(74, 74, 74); font-size: 18px; font-weight: 500;\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260318174207\/6ad1286e3f28fe704363a37c5bc1e31e.jpg\"\u003e\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-features-list\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0640\/0789\/7190\/files\/1_dab093fd-0695-442c-90d2-db947312368a.jpg?v=1780118989\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003e5 præcisionsbor til ethvert projekt\u003c\/h2\u003e\n\u003ch3\u003eDette komplette sæt indeholder fem unikke bor, der er nøje udvalgt til at imødekomme en lang række borebehov. Uanset om du arbejder på meget detaljerede, komplekse projekter eller udfører større træbearbejdningsopgaver, har du altid præcis det bor, du har brug for, til præcise og pæne resultater.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0640\/0789\/7190\/files\/2_2ced2a45-0de4-4986-9e31-c1e835b6b0c9.jpg?v=1780118990\" alt=\"\"\u003eMed titaniumbelagt hurtigstål\u003c\/h3\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003eFremstillet af slidstærkt HSS-stål og belagt med titanium for ekstra holdbarhed. Denne kombination gør borene stærkere, mere modstandsdygtige over for slitage og hjælper dem med at holde sig skarpe længere. Resultatet er pålidelige bor med lang levetid, der kan klare selv krævende opgaver og hyppig brug.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0640\/0789\/7190\/files\/4_24043c74-f727-43d9-b55b-781032b81ab5.jpg?v=1780118990\" alt=\"\"\u003eUdviklet til høj produktivitet\u003c\/h3\u003e\n\u003ch3\u003eSpild ikke længere tid på langsomme, besværlige boreopgaver. Disse bor er specielt udviklet til hurtig boring, hvilket øger din effektivitet betydeligt. Perfekte til travle værksteder, der sætter fokus på høj produktivitet: De sparer dig værdifuld tid ved hver eneste opgave og leverer samtidig exceptionelt glatte resultater.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0640\/0789\/7190\/files\/3_585f562a-e232-4121-9624-2db8a7d9a8fb.jpg?v=1780118990\" alt=\"\"\u003eAlsidig kompatibilitet med maskiner\u003c\/h3\u003e\n\u003ch4\u003eUdviklet som en nem udvidelse af dit nuværende værktøjssæt. Ideel til boremaskiner, der er udstyret med standardspændere eller -koblinger. De udmærker sig ved boring i både hårdt og blødt træ, hvilket gør dem særligt velegnede til forsænkning og diverse byggeopgaver.\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\u003cdiv class=\"pd-specs-section\"\u003e\n\u003ch2\u003eTekniske specifikationer\u003c\/h2\u003e\n\u003cp\u003eAlt, hvad du behøver at vide om dit nye boresæt.\u003c\/p\u003e\n\u003ctable height=\"85\" style=\"width: 101.4%; height: 268.143px;\" width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 88.6458px; text-align: center;\"\u003e\n\u003ctd style=\"width: 31.8121%; height: 88.6458px; text-align: center;\"\u003e\n\u003cp\u003e\u003cstrong\u003eTekniske specifikationer\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 34.0268%; height: 88.6458px; text-align: center;\"\u003e\n\u003cp\u003e\u003cstrong\u003e Metrisk (SI)\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 33.4228%; height: 88.6458px; text-align: center;\"\u003e\n\u003cp\u003e\u003cstrong\u003e Imperial (USA)\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"text-align: center; height: 19.8796px;\"\u003e\n\u003ctd style=\"width: 31.8121%; height: 19.8796px;\"\u003eKernemateriale\u003c\/td\u003e\n\u003ctd style=\"width: 34.0268%; height: 19.8796px;\"\u003eHurtigstål (HSS) \u003c\/td\u003e\n\u003ctd style=\"width: 33.4228%; height: 19.8796px;\"\u003e Hurtigstål (HSS)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"text-align: center; height: 25.8796px;\"\u003e\n\u003ctd style=\"width: 31.8121%; height: 25.8796px;\"\u003eOverfladebehandling\u003c\/td\u003e\n\u003ctd style=\"width: 34.0268%; height: 25.8796px;\"\u003eTitanium (TiN) \u003c\/td\u003e\n\u003ctd style=\"width: 33.4228%; height: 25.8796px;\"\u003eTitanium (TiN)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"text-align: center; height: 48.287px;\"\u003e\n\u003ctd style=\"width: 31.8121%; height: 48.287px;\"\u003eEmballagens samlede vægt \u003c\/td\u003e\n\u003ctd style=\"width: 34.0268%; height: 48.287px;\"\u003e150,0 g\u003c\/td\u003e\n\u003ctd style=\"width: 33.4228%; height: 48.287px;\"\u003e150 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 37.1644px; text-align: center;\"\u003e\n\u003ctd style=\"width: 31.8121%; height: 37.1644px;\"\u003eMaks. driftstemperatur \u003c\/td\u003e\n\u003ctd style=\"width: 34.0268%; height: 37.1644px;\"\u003e400 °C\u003c\/td\u003e\n\u003ctd style=\"width: 33.4228%; height: 37.1644px;\"\u003e 752 °F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 48.287px;\"\u003e\n\u003ctd style=\"width: 31.8121%; height: 48.287px; text-align: center;\"\u003eAnbefalede anvendelser \u003c\/td\u003e\n\u003ctd style=\"width: 34.0268%; height: 48.287px; text-align: center;\"\u003eHårdt\/blødt træ, galvanisering\u003c\/td\u003e\n\u003ctd style=\"width: 33.4228%; height: 48.287px; text-align: center;\"\u003eHårdt\/blødt træ, galvanisering\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Klikhuset.dk","offers":[{"title":"Default Title","offer_id":45649241014374,"sku":"0325-18209635","price":90.0,"currency_code":"DKK","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0640\/0789\/7190\/files\/6ad1286e3f28fe704363a37c5bc1e31e.jpg?v=1779532773","url":"https:\/\/klikhuset.dk\/products\/saet-med-praecisionsbor-til-trae","provider":"Klikhuset.dk","version":"1.0","type":"link"}