{"product_id":"premium-ebony-holz-hobel","title":"Premium Ebenholz Holz Flugzeug Karnz","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System (CSS Variables) *\/\n    .product-detail-container {\n      --primary: #4a3728; \/* Tiefes Ebenholzbraun *\/\n      --primary-light: #6b5340;\n      --accent: #d4af37; \/* Messing-\/Goldakzent, der oft bei Premium-Werkzeugen zu finden ist *\/\n      --text-main: #2c2c2c;\n      --text-sub: #5a5a5a;\n      --bg-body: #fbfaf8; \/* Warmes Weiß *\/\n      --bg-card: #ffffff;\n      --border-color: #e5e0d8;\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 24px rgba(0,0,0,0.08);\n      \n      \/* Basis Container Einstellungen (KRIITISCH) *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      background-color: var(--bg-body);\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Typografie-System *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      font-family: \"Playfair Display\", Georgia, serif; \/* Handwerkliches Gefühl *\/\n      color: var(--primary);\n      margin-top: 0;\n      margin-bottom: 1rem;\n      line-height: 1.2;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(28px, 4vw, 36px);\n      text-align: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(22px, 3vw, 28px);\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Vertrauensabzeichen (nicht anklickbar) *\/\n    .trust-badge {\n      display: inline-block;\n      background: var(--border-color);\n      color: var(--primary);\n      padding: 8px 16px;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n\n    \/* Hero-Sektion *\/\n    .hero-section {\n      text-align: center;\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .hero-image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      margin-top: 2rem;\n      box-shadow: var(--shadow-lg);\n      background: #f0f0f0;\n    }\n\n    .hero-image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Platzhalter Styling *\/\n    .ai-placeholder {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background-color: #f0f0f0;\n      border: 2px dashed #cccccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #888888;\n      font-size: 18px;\n      font-weight: bold;\n    }\n\n    \/* Feature-Sektion (Mobilanordnung sperren) *\/\n    .features-section {\n      padding: clamp(3rem, 6vw, 5rem) 0;\n      display: flex;\n      flex-direction: column;\n      gap: clamp(4rem, 8vw, 6rem);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobil zuerst: Bild oben, Text unten *\/\n      gap: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    .feature-media {\n      width: 100%;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      background: #f0f0f0;\n    }\n\n    .feature-media img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tag {\n      font-size: 16px;\n      font-weight: 700;\n      color: var(--primary-light);\n      text-transform: uppercase;\n      letter-spacing: 2px;\n      margin-bottom: 0.5rem;\n    }\n\n    \/* Desktop Z-Muster *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        width: 50%;\n      }\n      .hero-section {\n        max-width: 800px;\n        margin: 0 auto;\n      }\n    }\n\n    \/* Spezifikationstabelle (strenge mobile Karten) *\/\n    .specs-section {\n      padding: clamp(3rem, 6vw, 5rem) 0;\n      border-top: 1px solid var(--border-color);\n    }\n\n    .specs-table-wrapper {\n      width: 100%;\n    }\n\n    table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    \/* Mobile Tabelle: Kartenbasiertes Layout *\/\n    @media (max-width: 767px) {\n      table, thead, tbody, tr, th, td {\n        display: block;\n        width: 100%;\n      }\n      thead {\n        display: none; \/* Standardüberschriften ausblenden *\/\n      }\n      tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-card);\n        padding: 0.5rem;\n      }\n      tr:last-child {\n        margin-bottom: 0;\n      }\n      td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.75rem;\n        border-bottom: 1px solid var(--bg-body);\n        font-size: 16px;\n        color: var(--text-main);\n      }\n      td:last-child {\n        border-bottom: none;\n      }\n      td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--primary);\n        padding-right: 1rem;\n        text-transform: capitalize;\n      }\n    }\n\n    \/* Desktop Tabelle: Zebra-Streifen *\/\n    @media (min-width: 768px) {\n      th, td {\n        padding: 1.25rem 1.5rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 18px;\n      }\n      th {\n        background-color: var(--primary);\n        color: #ffffff;\n        font-weight: 600;\n      }\n      tr:nth-child(even) {\n        background-color: var(--bg-body);\n      }\n    }\n\n    \/* FAQ-Sektion *\/\n    .faq-section {\n      padding: clamp(3rem, 6vw, 5rem) 0;\n      border-top: 1px solid var(--border-color);\n    }\n\n    .faq-grid {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      padding: clamp(1.5rem, 3vw, 2.5rem);\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      font-size: clamp(20px, 2.5vw, 24px);\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 1rem;\n      font-family: \"Playfair Display\", Georgia, serif;\n    }\n\n    .faq-answer {\n      font-size: clamp(16px, 2vw, 18px);\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero-Sektion --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eAuswahl des Handwerkers\u003c\/div\u003e\n\n\u003ch1\u003eMeistere jedes Detail mit absoluter Präzision\u003c\/h1\u003e\n\n\u003cp\u003eHergestellt aus hochwertigem Ebenholz, liefert dieser Kunsthandwerker-Plane überlegenen Grip, reduziertes Vibrieren und makellose glatte Oberflächen für deine anspruchsvollsten Holzarbeiten.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"ai-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316180346\/073dff62c60d1918f7987c99c38792ad.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=\"ai-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316180345\/b6b1f35525274a57d825693a132fd70c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-tag\"\u003eÜberlegener Grip\u003c\/div\u003e\n\n\u003ch3\u003eErgonomischer Komfort, verwurzelt in der Natur\u003c\/h3\u003e\n\n\u003cp\u003eAus dichtem, hochwertigem Ebenholz gefertigt, ist der konturierte Griff so gestaltet, dass er natürlich in deiner Hand liegt. Diese ergonomische Struktur reduziert erheblich die Handermüdung und gibt dir die erforderliche Kontrolle für detaillierte und filigrane Holzarbeiten.\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=\"ai-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316180346\/e09bd1e035602dd1488c7a2dddec11a6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-tag\"\u003eMakellose Oberfläche\u003c\/div\u003e\n\n\u003ch3\u003eDicke Stahlklingen für null Vibration\u003c\/h3\u003e\n\n\u003cp\u003eErziele mit jedem Zug unvergleichliche Genauigkeit. Unsere speziell formulierten, dicken Stahlklingen sind so konzipiert, dass sie Vibrationen und Ruckeln minimieren. Das Ergebnis? Eine konstant glatte, glasartige Oberfläche, selbst auf den anspruchsvollsten Holzmaserungen.\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=\"ai-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316180346\/86777164ce407e3556fab9428419e1c5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-tag\"\u003eUltimative Vielseitigkeit\u003c\/div\u003e\n\n\u003ch3\u003eKompakte Agilität für meisterhafte Kreationen\u003c\/h3\u003e\n\n\u003cp\u003eSeine leichte und kompakte Bauweise macht es zum perfekten Instrument für präzises lokales Nivellieren. Ob du ein Meister-Luthier bist, der einen Gitarrenhals formt, oder ein DIY-Enthusiast, der einen Gelenk verfeinert, dieses Werkzeug ist mühelos manövrierbar und passt perfekt in jede Werkstatt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Spezifikationstabelle Sektion --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eTechnische Spezifikationen\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpezifikation\u003c\/th\u003e\n\t\t\t\u003cth\u003eMetrisch\u003c\/th\u003e\n\t\t\t\u003cth\u003eImperial\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=\"Specification\"\u003eMaterial des Körpers\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric\"\u003ePremium Ebenholz\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial\"\u003ePremium Ebenholz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eKlingenmaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric\"\u003eHochkohlenstoffstahl\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial\"\u003eHochkohlenstoffstahl\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eGesamtlänge\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric\"\u003e8,0 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial\"\u003e3,1 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eKlingenbreite\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric\"\u003e2,2 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial\"\u003e0,9 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eGewicht\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric\"\u003e160 g\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial\"\u003e5,6 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ-Sektion --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eFür welche Arten von Projekten eignet sich diese Plane am besten?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAufgrund ihrer kompakten Größe und der außergewöhnlichen Kontrolle ist diese Plane äußerst effektiv für detaillierte Holzarbeiten, einschließlich Instrumentenbau (wie Gitarren), Modellbau, Kantenverrundung und Feinabstimmung komplexer Verbindungen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eKommt die Klinge vorgeschärft?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa, die dicke Stahlklinge kommt vorab geschliffen und ist einsatzbereit. Für eine optimale langfristige Leistung und die glättesten Oberflächen empfehlen wir regelmäßiges Abziehen und Schärfen im Rahmen deiner Standardwerkzeugwartung.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWie sollte ich den Körper aus Ebenholz pflegen?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eEbenholz ist unglaublich dicht und langlebig. Um es in einwandfreiem Zustand zu halten, wische es einfach nach dem Gebrauch mit einem trockenen Tuch ab, um Staub zu entfernen. Gelegentliche Anwendung einer dünnen Schicht ausgekochtem Leinöl oder Bienenwachs erhält seinen reichen Glanz und schützt das Holz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Karnz","offers":[{"title":"1-Pack (Einzelset)","offer_id":54739932414220,"sku":"SANDS4945293BERG","price":30.99,"currency_code":"EUR","in_stock":true},{"title":"2-Pack (Zwillingsbundel)","offer_id":54739932446988,"sku":"SANDS4945294BERG","price":39.99,"currency_code":"EUR","in_stock":true},{"title":"🎁 3er-Pack (Familien- und Freundesgeschenkset) - Bestes Preis-Leistungs-Verhältnis","offer_id":54739932479756,"sku":"SANDS4945295BERG","price":54.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0646\/8576\/8972\/files\/2b710e32f2be460f63574c5816b7abee.jpg?v=1774941959","url":"https:\/\/karnz.de\/products\/premium-ebony-holz-hobel","provider":"Karnz","version":"1.0","type":"link"}