{"product_id":"premium-ebony-wood-planer","title":"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\"\u003eCraftsman's Choice\u003c\/div\u003e\n\n\u003ch1\u003eMaster Every Detail with Absolute Precision\u003c\/h1\u003e\n\n\u003cp\u003eConstructed from premium ebony wood, this artisan planer delivers superior grip, reduced chatter, and flawlessly smooth finishes for your most intricate woodworking projects.\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\"\u003eSuperior Grip\u003c\/div\u003e\n\n\u003ch3\u003eErgonomic Comfort Rooted in Nature\u003c\/h3\u003e\n\n\u003cp\u003eCrafted from dense, premium ebony wood, the contoured handle is designed to fit naturally in your hand. This ergonomic structure drastically reduces hand fatigue, granting you the enhanced control needed for detailed and delicate woodworking tasks.\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\"\u003eFlawless Finish\u003c\/div\u003e\n\n\u003ch3\u003eThick Steel Blades for Zero Chatter\u003c\/h3\u003e\n\n\u003cp\u003eAchieve unparalleled accuracy with every pass. Our specially formulated, thick steel blades are engineered to minimize chatter and vibration. The result? A consistently smooth, glass-like finish on even the most demanding wood grains.\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\"\u003eUltimate Versatility\u003c\/div\u003e\n\n\u003ch3\u003eCompact Agility for Masterful Creation\u003c\/h3\u003e\n\n\u003cp\u003eIts lightweight and compact dimensions make it the perfect instrument for precise localized leveling. Whether you are a master luthier shaping a guitar neck or a DIY enthusiast refining a joint, this tool is effortlessly maneuverable and stores perfectly in any workshop.\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\u003eTechnical Specifications\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\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eMetric\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\"\u003eBody Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric\"\u003ePremium Ebony Wood\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial\"\u003ePremium Ebony Wood\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eBlade Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric\"\u003eHigh Carbon Steel\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial\"\u003eHigh Carbon Steel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eTotal Length\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\"\u003eBlade Width\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\"\u003eWeight\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 Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat types of projects is this planer best suited for?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eDue to its compact size and exceptional control, this planer is highly effective for detailed woodworking projects, including instrument making (like guitars), model building, edge chamfering, and fine-tuning intricate joinery.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes the blade come pre-sharpened?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, the thick steel blade arrives pre-honed and ready for immediate use. For optimal long-term performance and the smoothest finishes, we recommend routine stropping and sharpening as part of your standard tool maintenance.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I care for the ebony wood body?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eEbony is incredibly dense and durable. To keep it in pristine condition, simply wipe it down with a dry cloth after use to remove dust. Occasional application of a light coat of boiled linseed oil or beeswax will maintain its rich luster and protect the wood.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Eptchn","offers":[{"title":"1-Pack (Single Set)","offer_id":51204597874992,"sku":"0319-17529628","price":16.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Twin Bundle)","offer_id":51204597907760,"sku":"0319-17522612","price":32.95,"currency_code":"USD","in_stock":true},{"title":"🎁 3-Pack (Family \u0026 Friends Gift Set) - Best Value","offer_id":51204597940528,"sku":"0319-17526695","price":48.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0938\/6472\/2736\/files\/073dff62c60d1918f7987c99c38792ad.jpg?v=1773914024","url":"https:\/\/eptchn.com\/products\/premium-ebony-wood-planer","provider":"Eptchn","version":"1.0","type":"link"}