{"product_id":"heavy-duty-stone-splitter","title":"Heavy Duty Stone Splitter","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Physical Manual Stone Splitting Tool (Feather \u0026 Wedges Set)\n  Target Audience: Outdoor stonemasons, DIY courtyard builders, construction workers\n  Visual Style: Rugged, functional, heavy-duty industrial aesthetic\n  Color Strategy: Slate grey primary, charcoal card backgrounds, and stark off-white soft backgrounds\n  Module Order: Hero -\u003e Features -\u003e How to Use Scenario -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_2, Feature1=detail_4, Feature2=detail_5, Feature3=detail_2, HowToUse=detail_1, Collage=detail_3\n  Specification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\n  Compare Section: Not included (no explicit comparison data provided)\n  Information Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and the current conversation has been used. No unverified product facts have been added.\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #2d3748;\n      --primary-hover: #1a202c;\n      --text-main: #1a202c;\n      --text-sub: #4a5568;\n      --bg-body: #ffffff;\n      --bg-card: #f7fafc;\n      --bg-soft: #edf2f7;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 1px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.03);\n      --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.08), 0 4px 6px -2px rgba(0,0,0,0.04);\n      --border-color: #e2e8f0;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 14px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p:last-child,\n    .product-detail-container li:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Placeholders *\/\n    .image-placeholder {\n      width: 100%;\n      height: auto;\n      aspect-ratio: 16 \/ 10;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--text-sub);\n      text-align: center;\n      padding: 20px;\n      box-sizing: border-box;\n      margin-bottom: 16px;\n    }\n\n    \/* Intro \/ Hero Section *\/\n    .hero-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      border: 1px solid var(--border-color);\n    }\n\n    .hero-badge-container {\n      margin-bottom: 12px;\n    }\n\n    .hero-badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: #ffffff !important;\n      padding: 6px 14px;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 18px;\n      margin-bottom: 0;\n    }\n\n    .hero-subtitle {\n      margin-bottom: 24px;\n    }\n\n    \/* Feature Sections Layout *\/\n    .features-container {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first: Image first, text second *\/\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      padding: 20px;\n      gap: 20px;\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-media .image-placeholder {\n      margin-bottom: 0;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 12px;\n    }\n\n    .tag {\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n      margin-bottom: 0;\n    }\n\n    \/* How to Use Section *\/\n    .how-to-use-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n    }\n\n    .steps-list {\n      padding-left: 24px;\n      margin: 16px 0 0 0;\n    }\n\n    .steps-list li {\n      margin-bottom: 12px;\n    }\n\n    \/* Specifications Table Layout *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tbody,\n    .spec-table tr {\n      display: block;\n      width: 100%;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n      padding: 14px 0;\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      display: flex;\n      flex-direction: column;\n      padding: 0;\n      width: 100%;\n    }\n\n    .spec-table td::before {\n      content: attr(data-label);\n      display: block;\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 6px;\n    }\n\n    .spec-table .spec-value {\n      font-size: 18px;\n      line-height: 1.5;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n      margin-bottom: 0;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 16px 0;\n    }\n\n    .faq-item:first-of-type {\n      padding-top: 0;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: flex-start;\n      gap: 8px;\n    }\n\n    .faq-answer {\n      margin-bottom: 0;\n    }\n\n    \/* Desktop Viewport Adjustments (\u003e= 768px) *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: stretch;\n        padding: 24px;\n        gap: 32px;\n      }\n\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media {\n        width: 45%;\n        flex-shrink: 0;\n      }\n\n      .feature-copy {\n        width: 55%;\n      }\n\n      .spec-table tr {\n        display: flex;\n        align-items: center;\n        padding: 16px 20px;\n      }\n\n      .spec-table td {\n        flex-direction: row;\n        align-items: center;\n      }\n\n      .spec-table td::before {\n        width: 35%;\n        flex-shrink: 0;\n        margin-bottom: 0;\n      }\n\n      .spec-table .spec-value {\n        width: 65%;\n      }\n    }\n\n    \/* Extra safety wrap for very small devices *\/\n    @media (max-width: 420px) {\n      .spec-table td::before {\n        font-size: 18px;\n      }\n      .spec-table .spec-value {\n        font-size: 18px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badge-container\"\u003e\u003cspan class=\"hero-badge\"\u003eManual Splitting Hardware\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eEfficient Stone Splitting Tool\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eDesigned to split stone, concrete, granite, and other hard materials with controlled force, making outdoor masonry and construction work easier.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img94\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260824161331\/201893bb2738d3eb6708a2e3a1e9d3e8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Product Features\u003c\/h2\u003e\n\n\u003cdiv class=\"features-container\"\u003e\n\u003c!-- Feature 1: Non-Slip Textured Surface --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img56\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260824160850\/377c2cd30d46f9562e241c0cf2cdda67.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\u003ch3 class=\"feature-title\"\u003eNon-Slip Textured Surface\u003c\/h3\u003e\n\n\u003cp\u003eThe surface of each steel wedge has been treated with industrial sand cleaning. This process creates a textured, matte finish that increases friction inside stone holes, keeping the splitters secure and stable under repeated heavy impact.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eSand-Treated Surface\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSlip-Resistant Grip\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Increased Nail Cap Design --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260824160850\/9c1600b8e9a3c2575db121046926c1d7.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\u003ch3 class=\"feature-title\"\u003eBroadened Hammering Cap\u003c\/h3\u003e\n\n\u003cp\u003eThe head of the middle wedge features an increased nail cap. This design significantly widens the strike surface, providing strong bearing force and reducing the risk of the hammer sliding or deflecting off the tool.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eExpanded Hammer Cap\u003c\/span\u003e \u003cspan class=\"tag\"\u003eStable Force Delivery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Durable Wedge \u0026 Rubber Ring Alignment --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260824160850\/8279985f1aaa1982018870b1201c6bfe.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\u003ch3 class=\"feature-title\"\u003eDurable Wedge \u0026amp; Rubber Ring Design\u003c\/h3\u003e\n\n\u003cp\u003eEach splitting set is composed of three separate metal components—a hexagonal middle wedge and two symmetrical side wedges. They are held together by a high-elastic black rubber retention ring to ensure proper alignment and prevent parts from scattering during operation.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eElastic Alignment Ring\u003c\/span\u003e \u003cspan class=\"tag\"\u003e3-Piece Mechanical System\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- How to Use Section --\u003e\n\n\u003csection class=\"how-to-use-section\"\u003e\n\u003ch2\u003eStep-by-Step Operation\u003c\/h2\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260824160850\/fbb670245c87e88bfa044808b78b37c5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003col class=\"steps-list\"\u003e\n\t\u003cli\u003ePrepare your stone splitting wedges and the corresponding size impact drill bit.\u003c\/li\u003e\n\t\u003cli\u003eUse an impact drill to make holes in the rock, then clean out any dust inside the drilled holes.\u003c\/li\u003e\n\t\u003cli\u003eKeep the rubber ring on and insert the entire wedge assembly into the drilled hole.\u003c\/li\u003e\n\t\u003cli\u003eStrike the head of the middle wedge with an iron hammer.\u003c\/li\u003e\n\t\u003cli\u003eHit the middle wedges of each set back and forth evenly until the stone naturally cracks.\u003c\/li\u003e\n\t\u003cli\u003eThe stone is successfully split.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/section\u003e\n\u003c!-- Collage \/ Suitability Section --\u003e\n\n\u003csection class=\"how-to-use-section\"\u003e\n\u003ch2\u003eVersatile Stone Splitting Capability\u003c\/h2\u003e\n\n\u003cp\u003eThis manual physical expansion tool splits hard geological surfaces without electric cables, wires, or electronic components.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260824160850\/66ed450b0f0fce747f5faf99c5c0237b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Sizes (Drill Hole Diameters)\"\u003e\u003cspan class=\"spec-value\"\u003e16 mm (Approx. 0.6 in) \/ 18 mm (Approx. 0.7 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Wedge Tool Total Length\"\u003e\u003cspan class=\"spec-value\"\u003e105 mm (Approx. 4.1 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Component Pieces Per Set\"\u003e\u003cspan class=\"spec-value\"\u003e1x Middle Wedge (Hexagonal body with expanded cap head), 2x Side Wedges (Bottom hooked edge), 1x Black Rubber Retention Ring\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material Finish\"\u003e\u003cspan class=\"spec-value\"\u003eHigh-hardness metal with a sand-treated finish (matte surface texture)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Operation Mechanism\"\u003e\u003cspan class=\"spec-value\"\u003eManual physical leverage via hammer impact\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatible Materials\"\u003e\u003cspan class=\"spec-value\"\u003eStone, concrete, granite, hard rock slabs, and outdoor masonry\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🛠️ How do I choose the correct size?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eChoose your stone splitter set size based on the diameter of your drill bit and hole: 16 mm (0.6 in) or 18 mm (0.7 in). Both sizes have a total length of 105 mm (Approx. 4.1 in).\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🛠️ What purpose does the black rubber ring serve?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe black rubber ring serves as a high-elastic tension guide that wraps around the side wedges. It aligns and holds all three pieces of the splitting system in position, allowing you to insert the assembly smoothly into the drill hole.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🛠️ Why does the surface have a coarse, matte texture?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe surface is treated with industrial sand cleaning to create a textured, matte finish. This texture increases friction against the interior walls of the stone hole, ensuring the wedges stay planted and do not slide out during heavy hammer blows.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"16mm (5\/8\") \/ 1-Pack (Essential Tool)","offer_id":48983929684153,"sku":"0825-14269562","price":12.95,"currency_code":"USD","in_stock":true},{"title":"18mm (11\/16\") \/ 1-Pack (Essential Tool)","offer_id":48983929716921,"sku":"0825-14268368","price":14.95,"currency_code":"USD","in_stock":true},{"title":"16mm (5\/8\") \/ 3-Pack (Most Popular - Save 20%+)","offer_id":48983929749689,"sku":"0825-14262875","price":29.95,"currency_code":"USD","in_stock":true},{"title":"18mm (11\/16\") \/ 3-Pack (Most Popular - Save 20%+)","offer_id":48983929782457,"sku":"0825-14262339","price":31.95,"currency_code":"USD","in_stock":true},{"title":"16mm (5\/8\") \/ 6-Pack (Best Value - Save 40%+)","offer_id":48983929815225,"sku":"0825-14265392","price":44.95,"currency_code":"USD","in_stock":true},{"title":"18mm (11\/16\") \/ 6-Pack (Best Value - Save 40%+)","offer_id":48983929847993,"sku":"0825-14263150","price":46.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0672\/7116\/4089\/files\/201893bb2738d3eb6708a2e3a1e9d3e8.jpg?v=1787639597","url":"https:\/\/fixiontools.com\/products\/heavy-duty-stone-splitter","provider":"FixionTools","version":"1.0","type":"link"}