{"product_id":"premium-ebony-wood-planer","title":"Stornfield Premium Ebony Wood Planer","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Premium Woodworking Hand Tool (Ebony Wood Planer)\nTarget Audience: Woodworkers, Luthiers, DIY Craftsmen, Professionals\nVisual Style: Artisan, Precise, Sturdy, Classic\nColor Strategy: Deep wood brown (--primary) paired with steel-like accents and a warm off-white background to highlight the ebony texture.\nShape Strategy: Radius 8px (Balancing industrial sturdiness with crafted refinement)\nTypography Strategy: Classic Serif for headings (craftsmanship vibe), clean Sans-Serif for body. Large Type \/ Mobile-first readable.\nMobile Table Strategy: Card-based (No horizontal scroll, full block layout)\nImage Mapping: \n- Hero = image_1\n- Feature1 (Ergonomics\/Grip) = image_2\n- Feature2 (Blade\/Finish) = image_3\n- Feature3 (Compact\/Application) = image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System (CSS Variables) *\/\n    .product-detail-container {\n      --primary: #4a3728; \/* Deep Ebony Brown *\/\n      --primary-light: #6b5340;\n      --accent: #d4af37; \/* Brass\/Gold accent often found on premium tools *\/\n      --text-main: #2c2c2c;\n      --text-sub: #5a5a5a;\n      --bg-body: #fbfaf8; \/* Warm off-white *\/\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      \/* Base Container Settings (CRITICAL) *\/\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    \/* Typography System *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      font-family: \"Playfair Display\", Georgia, serif; \/* Artisan feel *\/\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    \/* Trust Badge (Non-clickable) *\/\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 Section *\/\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    \/* Placeholder 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    \/* Features Section (Mobile Ordering Lock) *\/\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; \/* Mobile First: Image top, Text bottom *\/\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-Pattern *\/\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    \/* Specifications Table (Strict Mobile Cards) *\/\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 Table: Card-based 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; \/* Hide default headers *\/\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 Table: Zebra Stripes *\/\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 Section *\/\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 Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eCHOIX DE L'ARTISAN\u003c\/div\u003e\n\n\u003ch1\u003eMaîtrisez Chaque Détail avec une Précision Absolue\u003c\/h1\u003e\n\n\u003cp\u003eConstruit en bois d'ébène de première qualité, ce rabot artisanal offre une adhérence supérieure, des vibrations réduites et des finitions parfaitement lisses pour vos projets de menuiserie les plus complexes.\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\"\u003eAdhérence Supérieure\u003c\/div\u003e\n\n\u003ch3\u003eConfort Ergonomique Enraciné dans la Nature\u003c\/h3\u003e\n\n\u003cp\u003eFabriquée à partir de bois d'ébène dense et de première qualité, la poignée profilée est conçue pour s'adapter naturellement à votre main. Cette structure ergonomique réduit considérablement la fatigue des mains, vous offrant le contrôle accru nécessaire pour les tâches de menuiserie détaillées et délicates.\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\"\u003eFinition Impeccable\u003c\/div\u003e\n\n\u003ch3\u003eLames en Acier Épais pour Zéro Vibration\u003c\/h3\u003e\n\n\u003cp\u003eAtteignez une précision inégalée à chaque passage. Nos lames en acier épais, spécialement formulées, sont conçues pour minimiser le broutage et les vibrations. Le résultat ? Une finition lisse et uniforme, comme du verre, même sur les grains de bois les plus exigeants.\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\"\u003ePolyvalence Ultime\u003c\/div\u003e\n\n\u003ch3\u003eAgilité Compacte pour une Création Magistrale\u003c\/h3\u003e\n\n\u003cp\u003eSes dimensions légères et compactes en font l'instrument parfait pour un nivellement localisé précis. Que vous soyez un luthier expert façonnant un manche de guitare ou un bricoleur affinant un assemblage, cet outil est facile à manipuler et se range parfaitement dans n'importe quel atelier.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eSpécifications Techniques\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\u003eSpécification\u003c\/th\u003e\n\t\t\t\u003cth\u003eMétrique\u003c\/th\u003e\n\t\t\t\u003cth\u003eImpérial\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=\"Spécification\"\u003eMatériau du corps\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Métrique\"\u003eBois d'ébène de première qualité\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Impérial\"\u003eBois d'ébène de première qualité\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Spécification\"\u003eMatériau de la lame\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Métrique\"\u003eAcier à haute teneur en carbone\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Impérial\"\u003eAcier à haute teneur en carbone\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Spécification\"\u003eLongueur totale\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Métrique\"\u003e8,0 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Impérial\"\u003e3,1 po\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Spécification\"\u003eLargeur de la lame\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Métrique\"\u003e2,2 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Impérial\"\u003e0,9 po\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Spécification\"\u003ePoids\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Métrique\"\u003e160 g\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Impérial\"\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 Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eQuestions Fréquemment Posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003ePour quels types de projets ce rabot est-il le plus adapté ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eGrâce à sa taille compacte et à son contrôle exceptionnel, ce rabot est très efficace pour les projets de menuiserie détaillés, y compris la fabrication d'instruments (comme les guitares), la modélisation, le chanfreinage des bords et le réglage fin des assemblages complexes.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eLa lame est-elle pré-aiguisée ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eOui, la lame en acier épais est livrée pré-affûtée et prête à l'emploi. Pour une performance optimale à long terme et les finitions les plus lisses, nous recommandons un affûtage et un aiguisage de routine dans le cadre de l'entretien standard de vos outils.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eComment dois-je entretenir le corps en bois d'ébène ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eL'ébène est incroyablement dense et durable. Pour le maintenir en parfait état, il suffit de l'essuyer avec un chiffon sec après utilisation pour enlever la poussière. L'application occasionnelle d'une légère couche d'huile de lin bouillie ou de cire d'abeille maintiendra son lustre riche et protégera le bois.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Stornfield","offers":[{"title":"1-Pack (Single Set)","offer_id":53622277308743,"sku":null,"price":26.99,"currency_code":"GBP","in_stock":true},{"title":"2-Pack (Twin Bundle)","offer_id":53622277341511,"sku":null,"price":36.99,"currency_code":"GBP","in_stock":true},{"title":"🎁 3-Pack (Family \u0026 Friends Gift Set) - Best Value","offer_id":53622277374279,"sku":null,"price":53.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/2006\/3559\/files\/2b710e32f2be460f63574c5816b7abee.jpg?v=1774941926","url":"https:\/\/stornfield.co.uk\/products\/premium-ebony-wood-planer","provider":"Stornfield","version":"1.0","type":"link"}