{"product_id":"heavy-duty-aluminum-trimmer-head","title":"Heavy Duty Aluminum Trimmer Head","description":"\u003c!--\n[AI Design Logic]\n产品类型：全铝合金打草头配件 (Garden Gas Trimmer Head Accessory)\n目标受众：园艺专业人士、拥有大面积庭院及篱笆石路的屋主\n视觉风格：专业级重工业风 (Heavy-Duty Industrial) 融合自然园艺感\n配色策略：深岩灰 (#2d3748) 搭配安全警示绿 (#38a169) 作为强调色，辅以高级金属灰与温和浅色背景\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- CSS Styles --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #2d3748;\n      --primary-hover: #1a202c;\n      --accent: #38a169;\n      --accent-light: #f0fff4;\n      --text-main: #2d3748;\n      --text-sub: #718096;\n      --bg-body: #ffffff;\n      --bg-card: #f7fafc;\n      --bg-soft: #edf2f7;\n      --border-color: #e2e8f0;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.05), 0 4px 6px -2px rgba(0,0,0,0.05);\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 4%;\n      box-sizing: border-box;\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      background-color: var(--bg-body);\n    }\n\n    \/* 强制所有图片自适应，防止硬编码宽度撑爆移动端屏幕 *\/\n    .product-detail-container img {\n      max-width: 100% !important;\n      height: auto !important;\n      object-fit: contain;\n      display: block;\n      margin: 0 auto;\n    }\n\n    \/* Common Typography *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      color: var(--primary);\n      font-weight: 700;\n      line-height: 1.25;\n      margin-top: 0;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(28px, 5vw, 44px);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(22px, 4vw, 32px);\n      text-align: center;\n      margin-bottom: clamp(1.25rem, 4vw, 2.5rem);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(18px, 3vw, 24px);\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: 16px; \/* 移动端基础字号 *\/\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0 0 1rem 0;\n    }\n\n    \/* Utility Components *\/\n    .badge-pill {\n      display: inline-flex;\n      align-items: center;\n      background-color: var(--accent-light);\n      color: var(--accent);\n      padding: 6px 14px;\n      border-radius: 50px;\n      font-size: 14px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n      border: 1px solid rgba(56, 161, 105, 0.2);\n    }\n\n    .img-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-weight: 500;\n      box-sizing: border-box;\n      transition: background-color 0.2s;\n      overflow: hidden;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      padding: clamp(1.5rem, 5vw, 4rem) 0;\n      text-align: center;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto 1.5rem auto;\n    }\n\n    .hero-title {\n      margin-bottom: 1rem;\n    }\n\n    .hero-subtitle {\n      font-size: clamp(16px, 3vw, 22px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    .hero-media {\n      margin-top: 1.5rem;\n    }\n\n    \/* Feature Sections *\/\n    .features-container {\n      padding: clamp(1.5rem, 5vw, 4rem) 0;\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 1.25rem; \/* 移动端缩小间距 *\/\n      margin-bottom: clamp(2.5rem, 8vw, 5rem);\n    }\n\n    .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .feature-media {\n      flex: 1;\n    }\n\n    .feature-copy {\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 1rem;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-size: 14px;\n      font-weight: 500;\n      color: var(--primary);\n    }\n\n    \/* Warning\/Notice Section *\/\n    .compatibility-banner {\n      background-color: #fffaf0;\n      border: 1px solid #feebc8;\n      border-left: 4px solid #dd6b20;\n      border-radius: var(--radius-md);\n      padding: 1rem; \/* 移动端缩小内边距 *\/\n      margin: 1.5rem 0;\n    }\n\n    .compatibility-banner h4 {\n      color: #dd6b20;\n      margin: 0 0 0.5rem 0;\n      font-size: 16px;\n      font-weight: 700;\n    }\n\n    .compatibility-banner p {\n      color: #744210;\n      font-size: 15px;\n      margin: 0;\n      line-height: 1.5;\n    }\n\n    .compatibility-banner ul {\n      color: #744210;\n      font-size: 15px;\n      line-height: 1.5;\n      margin-top: 8px;\n      margin-bottom: 8px;\n      padding-left: 18px;\n    }\n\n    .compatibility-banner li {\n      margin-bottom: 6px;\n    }\n\n    \/* Package Section *\/\n    .package-section {\n      padding: 1.5rem 0;\n      margin: 0 auto 1.5rem auto;\n    }\n    \n    .package-box {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 1.25rem; \/* 移动端缩小内边距 *\/\n    }\n\n    .package-box h3 {\n      margin-top: 0;\n      margin-bottom: 1rem;\n      font-size: 18px;\n    }\n\n    .package-box ul {\n      font-size: 15px;\n      color: var(--text-sub);\n      line-height: 1.6;\n      margin-bottom: 0;\n      padding-left: 1.25rem;\n    }\n\n    .package-box li {\n      margin-bottom: 0.5rem;\n    }\n\n    \/* Specifications Section *\/\n    .specs-section {\n      padding: clamp(1.5rem, 5vw, 4rem) 0;\n      border-top: 1px solid var(--border-color);\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-layout {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n\n    .specs-table-wrapper {\n      flex: 1.2;\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      padding: clamp(1.5rem, 5vw, 4rem) 0;\n    }\n\n    .faq-grid {\n      display: flex;\n      flex-direction: column;\n      gap: 1rem;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 1.25rem; \/* 移动端缩小内边距 *\/\n    }\n\n    .faq-question {\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--primary);\n      margin: 0 0 0.5rem 0;\n      display: flex;\n      gap: 8px;\n      line-height: 1.4;\n    }\n\n    .faq-answer {\n      font-size: 15px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Desktop Responsive Layout override rules *\/\n    @media (min-width: 768px) {\n      .product-detail-container p { font-size: 18px; }\n      .badge-pill { font-size: 16px; padding: 6px 16px; margin-bottom: 1.5rem; }\n      .feature-item { flex-direction: row; align-items: center; gap: 2.5rem; }\n      .feature-item:nth-child(even) { flex-direction: row-reverse; }\n      .feature-tag { font-size: 16px; padding: 6px 14px; }\n      .compatibility-banner { padding: 1.5rem; }\n      .compatibility-banner h4 { font-size: 18px; }\n      .compatibility-banner p, .compatibility-banner ul { font-size: 16px; }\n      .package-box { padding: 2rem; }\n      .package-box h3 { font-size: 20px; margin-bottom: 1.5rem; }\n      .package-box ul { font-size: 18px; line-height: 1.8; }\n      .specs-layout { flex-direction: row; align-items: center; }\n      .specs-table th, .specs-table td { padding: 16px; font-size: 18px; }\n      .faq-item { padding: 1.5rem; }\n      .faq-question { font-size: 18px; margin-bottom: 0.75rem; }\n      .faq-answer { font-size: 16px; }\n      \n      .specs-table tr { border-bottom: 1px solid var(--border-color); }\n      .specs-table tr:last-child { border-bottom: none; }\n      .specs-table th { font-weight: 600; color: var(--primary); width: 35%; background-color: var(--bg-card); }\n      .specs-table td { color: var(--text-sub); }\n    }\n\n    \/* Mobile Responsive styling for tables to ensure high readability *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n\n      .specs-table thead {\n        display: none;\n      }\n\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n      }\n\n      .specs-table th {\n        width: 100%;\n        background-color: var(--bg-soft);\n        box-sizing: border-box;\n        padding: 10px 14px;\n        font-size: 15px;\n        font-weight: 600;\n        color: var(--primary);\n      }\n\n      .specs-table td {\n        box-sizing: border-box;\n        padding: 12px 14px;\n        font-size: 15px;\n        color: var(--text-sub);\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"badge-pill\"\u003eDesigned for Everyday Gardening Ease\u003c\/span\u003e\n\u003ch1 class=\"hero-title\"\u003eSay Goodbye to Cracked Plastic Trimmer Heads\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eSolid cast aluminum body designed to slash through weeds, thick brush, and messy lawn edges without skipping a beat.\u003c\/p\u003e\n\n\u003cp class=\"hero-subtitle\"\u003e \u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img43\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260903172142\/6c331fcad7b0bb533e421b7d78c525ee.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-container\"\u003e\u003cbr\u003e\n\u003c!-- Feature 1: Solid Aluminum Construction --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260814180439\/29609995b8ded28eae09abd808f9c1dc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\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\u003ch3\u003eSolid One-Piece Aluminum Body\u003c\/h3\u003e\n\n\u003cp\u003eTired of cheap plastic parts shattering when hitting rocks, steps, or tree trunks? Our trimmer head is cast from heavy-duty solid aluminum to withstand collisions, rough pavement friction, and high-impact wear in tough outdoor environments.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eShatterproof Cast Alloy\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eImpact Resistant\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLong-Term Durability\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: High Performance Edging \u0026 Clearing --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260814180440\/2ab6a598798a833b318ddd8ae1c68fc6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\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\u003ch3\u003eTackle Tall Grass, Weeds \u0026amp; Fence Lines\u003c\/h3\u003e\n\n\u003cp\u003eThe compact low-profile round design lets you easily slide and glide around wooden fences, flowerbeds, and brick pathways safely. Perfect for tidying hard-to-reach corners and thick, stubborn brushwood with precision control.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eSafe Near Fences\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eHigh-Speed Precision\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCleans Pathways Safely\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Easy Line Setup \u0026 Loading --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260814180440\/15979dfcc05a21373c31f5b964c9d76f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\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\u003ch3\u003eNo-Disassembly Quick Line Feed\u003c\/h3\u003e\n\n\u003cp\u003eSkip the complex winding spools. Our straight-through 4-line outlet design allows you to thread and lock the nylon trimmer lines in seconds without having to open or disassemble the metal head cover. Just insert and lock. \u003cstrong\u003ePerfectly compatible with heavy-duty 2.4mm, 2.7mm, and 3.0mm trimmer lines.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eDirect Feed-Through\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e4-Line High Cutting Power\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSaves Trimming Time\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Heavy-Duty Steel Wire Included (已移除图片占位框) --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eHeavy-Duty Steel Wire Included\u003c\/h3\u003e\n\n\u003cp\u003eUnlike standard kits that only provide easily breakable nylon lines, our set includes \u003cstrong\u003e20 heavy-duty steel wire lines\u003c\/strong\u003e. Combined with the high RPM of your angle grinder, these steel wires easily slice through thick weeds, dense brush, and stubborn overgrowth without snapping. \u003cem\u003e(Note: The head is also fully compatible with standard 2.4mm, 2.7mm, and 3.0mm nylon lines for lighter tasks)\u003c\/em\u003e.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e20x Steel Wires\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMaximum Cutting Power\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eUltra-Durable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Fitment \u0026 Arbor Guide --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cp style=\"text-align:left;margin:0;\"\u003e \u003c\/p\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img-4-44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260903173127\/343dc6124b43b2997232d684a7f789f8.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eDesigned for Angle Grinders \u0026amp; Custom Setups\u003c\/h3\u003e\n\n\u003cp\u003eEngineered for heavy-duty clearing, this solid aluminum head is designed to be mounted on \u003cstrong\u003ecompatible angle grinder spindles\u003c\/strong\u003e rather than standard lawn trimmers. It provides immense rotational power for tackling the toughest brush when paired with the right tool.\u003c\/p\u003e\n\n\u003cdiv class=\"compatibility-banner\"\u003e\n\u003ch4\u003e⚠️ UNIVERSAL FITMENT GUIDE (Please Read Before Buying):\u003c\/h4\u003e\n\n\u003cp\u003e\u003cstrong\u003eThis trimmer head is designed to fit standard Angle Grinders, but please verify your tool's arbor size:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eBase Arbor Size:\u003c\/strong\u003e The inner bore of this head is \u003cstrong\u003e16mm (approx. 5\/8 inch)\u003c\/strong\u003e, which perfectly fits standard \u003cstrong\u003e4-inch (100mm)\u003c\/strong\u003e angle grinders.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eFor 4.5\" (115mm) \u0026amp; 5\" (125mm) Grinders:\u003c\/strong\u003e We include \u003cstrong\u003e1 set of adapter rings (reducer rings)\u003c\/strong\u003e in the package. This allows you to securely mount the head onto grinders with standard \u003cstrong\u003e7\/8 inch (22.23mm)\u003c\/strong\u003e arbors commonly found in the US, UK, Canada, Australia, and New Zealand.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003e\u003cem\u003eNote: You will use your angle grinder's original locking nut to secure this attachment.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Package Includes Section --\u003e\n\n\u003csection class=\"package-section\"\u003e\n\u003cdiv class=\"package-box\"\u003e\n\u003ch3\u003e📦 What's in the Box (Complete Set):\u003c\/h3\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e1 x Solid Aluminum Trimmer Head\u003c\/strong\u003e (No-disassembly quick-load design)\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e20 x Heavy-Duty Steel Wire Lines\u003c\/strong\u003e (Ultra-durable, ready for tough brush and weeds)\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e1 x Set of Reducer Rings \/ Adapters\u003c\/strong\u003e (Ensures perfect fitment for Type 100 \u0026amp; Type 125 Angle Grinders)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003csection class=\"specs-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-layout\"\u003e\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd\u003eHeavy-Duty Solid Cast Aluminum\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eWeight\u003c\/th\u003e\n\t\t\t\u003ctd\u003e76g (Ultra-lightweight to reduce motor strain)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eOuter Diameter\u003c\/th\u003e\n\t\t\t\u003ctd\u003e80.5 mm (approx. 3.17 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eThickness\u003c\/th\u003e\n\t\t\t\u003ctd\u003e23 mm (approx. 0.9 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eInner Bore Diameter\u003c\/th\u003e\n\t\t\t\u003ctd\u003e16 mm (approx. 0.63 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCompatible Trimmer Lines\u003c\/th\u003e\n\t\t\t\u003ctd\u003e2.4mm, 2.7mm, and 3.0mm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCompatible Tools\u003c\/th\u003e\n\t\t\t\u003ctd\u003eDesigned for Type 100 \u0026amp; Type 125 Angle Grinders\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eBonus Included\u003c\/th\u003e\n\t\t\t\u003ctd\u003e1 Set of Reducer Rings (Adapter rings) for perfect angle grinder fitment.\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\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection 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\u003cp class=\"faq-question\"\u003e🔧 How do I load new lines into the head?\u003c\/p\u003e\n\n\u003cp class=\"faq-answer\"\u003eSimply insert your trimmer line directly through the double side holes on any of the 4 card slots. There is no need to disassemble the casing or wind complicated spools manually.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-question\"\u003e⚙️ Can I install this directly on my standard gas or electric weed eater?\u003c\/p\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. This specific heavy-duty aluminum head is designed to be mounted on an \u003cstrong\u003eangle grinder spindle\u003c\/strong\u003e. It does not feature a universal fit for standard straight-shaft or curved-shaft lawn trimmers. Please ensure you are purchasing this for an angle grinder setup and have the correct mounting nuts and washers.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-question\"\u003e📏 What size trimmer line can I use with this head?\u003c\/p\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis aluminum head is highly versatile and supports standard heavy-duty line thicknesses, specifically \u003cstrong\u003e2.4mm, 2.7mm, and 3.0mm\u003c\/strong\u003e trimmer lines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"pourune","offers":[{"title":"1 Set (Essential Kit)","offer_id":45027696672861,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 Sets (Keep a Backup - 10% OFF)","offer_id":45027696705629,"sku":null,"price":22.95,"currency_code":"USD","in_stock":true},{"title":"3 Sets (Workshop Pack - 15% OFF)","offer_id":45027696738397,"sku":null,"price":32.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/3593\/7885\/files\/0c521c4f582c9793289f5c51389cfa3fee70847c.png?v=1788934977","url":"https:\/\/pourune.com\/products\/heavy-duty-aluminum-trimmer-head","provider":"pourune","version":"1.0","type":"link"}