{"product_id":"forged-steel-demolition-chisel","title":"Forged Steel Demolition Chisel","description":"\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: 6px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n      --border-color: #cbd5e0;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\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 !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      margin: 0 0 14px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .tag,\n    .product-detail-container .spec-value,\n    .product-detail-container .badge {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      font-weight: 400;\n      margin: 0;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Placeholder styling *\/\n    .image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 60px 20px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      box-sizing: border-box;\n      margin-bottom: 20px;\n    }\n\n    .image-placeholder span {\n      font-weight: 500;\n      color: var(--text-sub);\n    }\n\n    \/* Badge \u0026 Tag Styling *\/\n    .badge {\n      display: inline-block;\n      padding: 6px 16px;\n      background-color: var(--primary);\n      color: #ffffff !important;\n      font-weight: 600;\n      border-radius: 50px;\n      margin-bottom: 16px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 14px;\n    }\n\n    .tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main) !important;\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      text-align: center;\n      padding: 30px 0;\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto 30px auto;\n    }\n\n    \/* Feature Block Grid (Z-Pattern Desktop, Image First Mobile) *\/\n    .feature-item {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(2rem, 4vw, 3.5rem);\n      align-items: center;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 3vw, 2.5rem);\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 24px;\n    }\n\n    .feature-item.reverse {\n      direction: rtl;\n    }\n\n    .feature-item.reverse .feature-copy,\n    .feature-item.reverse .feature-media {\n      direction: ltr;\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Scenario Section *\/\n    .scenario-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 3vw, 2.5rem);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .scenario-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 20px;\n      margin-top: 20px;\n    }\n\n    .scenario-card {\n      background-color: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 20px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Responsive Specifications Table *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 3vw, 2.5rem);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px;\n      vertical-align: top;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      width: 35%;\n      color: var(--text-main);\n    }\n\n    \/* FAQ System *\/\n    .faq-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 20px;\n      margin-bottom: 16px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n      font-weight: 600;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    \/* Mobile Responsive Rules *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        grid-template-columns: 1fr !important;\n        gap: 20px;\n      }\n\n      \/* Force Image First, Text Second on Mobile regardless of Desktop direction *\/\n      .feature-item.reverse {\n        direction: ltr;\n      }\n\n      .feature-media {\n        order: 1;\n      }\n\n      .feature-copy {\n        order: 2;\n      }\n\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px !important;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      \/* Hide empty first cell on mobile as data-label contains the property title *\/\n      .spec-table td:first-child {\n        display: none;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px !important;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Content Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"badge\"\u003e40Cr Forged Alloy Steel\u003c\/span\u003e\n\u003ch1 class=\"hero-title\"\u003eHeavy-Duty Forged Steel Masonry Chisel\u003c\/h1\u003e\n\u003c!-- Added Warning: Hand-operated only --\u003e\n\n\u003cdiv style=\"background-color: #fffbeb; border: 1px solid #fde68a; border-radius: var(--radius-md); padding: 14px 20px; margin-bottom: 20px; text-align: left;\"\u003e\n\u003cp class=\"hero-subtitle\" style=\"color: #b45309 !important; font-weight: 600;\"\u003e⚠️ Hand-operated chisels for use with a hammer—not for rotary hammers.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eEngineered for professional stone carving, ice breaking, masonry demolition, and precise groove cutting. Built to deliver reliable impact and outstanding wear resistance.\u003c\/p\u003e\n\u003c!-- Added Tip Selection Guide --\u003e\n\n\u003cdiv style=\"background-color: var(--bg-soft); border-radius: var(--radius-md); padding: 20px; margin-top: 24px; text-align: left;\"\u003e\n\u003ch3 style=\"font-size: 18px !important; margin-bottom: 12px; color: var(--text-main);\"\u003eTip Selection Guide:\u003c\/h3\u003e\n\n\u003cul style=\"margin: 0; padding-left: 20px; color: var(--text-sub);\"\u003e\n\t\u003cli style=\"margin-bottom: 8px;\"\u003e\n\u003cstrong\u003ePointed Tip:\u003c\/strong\u003e Ideal for concentrated strikes and breaking specific areas.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eFlat Tip:\u003c\/strong\u003e Perfect for chipping, trimming, and slotting\/grooving.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Added Package Options \u0026 Hammer Warning --\u003e\n\n\u003cdiv style=\"margin-top: 24px; text-align: left; padding: 0 4px;\"\u003e\n\u003cp class=\"hero-subtitle\"\u003e\u003cstrong\u003ePackage Contents:\u003c\/strong\u003e Combo Pack (Includes 1 pointed and 1 flat chisel).\u003c\/p\u003e\n\u003cspan style=\"display: inline-block; margin-top: 10px; background-color: #e2e8f0; color: #4a5568; padding: 6px 12px; border-radius: 4px; font-weight: 600; font-size: 15px !important;\"\u003eHammer not included.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909135233\/6a21d223240a79f771450e156dda5d97.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909133300\/a0b263695777032050507918744b5ab0.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eHeavy-Duty 40Cr Alloy Steel\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eForged from reliable 40Cr alloy steel, this tool provides high impact resistance, preventing bending or breakage during intense demolition operations.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003e40Cr Alloy Steel\u003c\/span\u003e \u003cspan class=\"tag\"\u003eForged Steel Strength\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909133300\/699dcf0083803da657d1fea5adc087a4.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eEnlarged Strike Cap Design\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eFeaturing a widened top cap that provides a larger surface area for hammers, optimizing force transfer while shielding your hand from misstrikes.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eEnlarged Cap\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSlip Protection\u003c\/span\u003e\n\u003c\/div\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=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909133300\/bd7889697b21d104e487a08cb68c48a8.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSecure Knurled Grips\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eTwo segments of straight-knurled patterns run along the steel shaft, delivering a non-slip tactile surface for firm control and grip under greasy or damp conditions.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eKnurled Finish\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAnti-Slip Shaft\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Use Scenario Section --\u003e\n\n\u003csection class=\"scenario-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eDesigned for Demanding Tasks\u003c\/h2\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eIdeal for professional stonemasons, sculptors, and DIY home renovations.\u003c\/p\u003e\n\n\u003cdiv class=\"scenario-grid\"\u003e\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003eStone Carving\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eDeliver precise impact lines and roughing on solid stone surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003eIce Breaking\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eEasily shatter hard ice block structures during sculptural shaping or clearing.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003eMasonry Demolition\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eRobust body holds up to heavy hammer blows for breaking rocks and concrete blocks.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003eGroove Cutting\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eAchieve controlled channels and grooves in home renovation masonry projects.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Block --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\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\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003e40Cr Forged Alloy Steel\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eFinish\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Finish\"\u003e\u003cspan class=\"spec-value\"\u003eSandblasted Matte Finish\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eLength\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e\u003cspan class=\"spec-value\"\u003e200 mm (approx. 7.9 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eAvailable Shapes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Available Shapes\"\u003e\u003cspan class=\"spec-value\"\u003ePointed Tip (Four-sided pyramid) \/ Flat Tip (Flat chisel)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eColor\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Color\"\u003e\u003cspan class=\"spec-value\"\u003eRaw Steel Gray\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!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🔨 What is the benefit of the enlarged cap?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe widened top strike cap increases the striking area for your mallet or hammer, facilitating more accurate force transmission down to the tip and reducing the likelihood of hitting your hand.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e✨ Does the handle feature a secure grip?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the handle features two dedicated sections of parallel straight knurling to enhance grip and prevent hand slipping even in sweating or dusty work conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e⛰️ Which applications are suitable for this chisel?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt is designed specifically for stone carving, ice sculpting, heavy masonry\/rock breaking, and home improvement groove cutting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Pointed + Flat (2 Pieces)","offer_id":58894401896608,"sku":"20260910-155535-7041","price":20.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/6a21d223240a79f771450e156dda5d97.jpg?v=1789027076","url":"https:\/\/cartivra.com\/products\/forged-steel-demolition-chisel","provider":"Cartivra","version":"1.0","type":"link"}