{"product_id":"6-inch-chainsaw-chain-guide-bar-set","title":"6″ Mini Chainsaw Replacement Set – 2 Chains + 2 Guide Bars","description":"\u003cstyle\u003e\n  .sg-chainset {\n    --green: #075f46;\n    --green-dark: #044b38;\n    --green-soft: #eef8f3;\n    --gold-soft: #fff7df;\n    --red-soft: #fff1f1;\n    --border: #dfe7e2;\n    --text: #18211d;\n    --muted: #53615b;\n    --bg: #f7faf8;\n    max-width: 1120px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .sg-chainset * {\n    box-sizing: border-box;\n  }\n\n  .sg-chainset img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .sg-chainset-section {\n    margin: 0 0 44px;\n  }\n\n  .sg-chainset-eyebrow {\n    margin: 0 0 8px;\n    color: var(--green);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .sg-chainset-title {\n    margin: 0 0 14px;\n    color: #111;\n    font-size: 33px;\n    line-height: 1.18;\n  }\n\n  .sg-chainset-h2 {\n    margin: 0 0 14px;\n    color: #111;\n    font-size: 27px;\n    line-height: 1.22;\n  }\n\n  .sg-chainset-h3 {\n    margin: 0 0 8px;\n    color: #111;\n    font-size: 19px;\n    line-height: 1.3;\n  }\n\n  .sg-chainset-lead {\n    max-width: 850px;\n    margin: 0 0 20px;\n    color: var(--muted);\n    font-size: 18px;\n  }\n\n  .sg-chainset-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin: 0 0 20px;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sg-chainset-badges li {\n    margin: 0;\n    padding: 8px 12px;\n    border: 1px solid #cce2d7;\n    border-radius: 999px;\n    background: var(--green-soft);\n    color: var(--green-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .sg-chainset-trust {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    background: #fff;\n  }\n\n  .sg-chainset-trust-item {\n    min-height: 82px;\n    padding: 16px 12px;\n    border-right: 1px solid var(--border);\n    text-align: center;\n  }\n\n  .sg-chainset-trust-item:last-child {\n    border-right: 0;\n  }\n\n  .sg-chainset-trust-item strong {\n    display: block;\n    margin-bottom: 3px;\n    color: #111;\n    font-size: 15px;\n  }\n\n  .sg-chainset-trust-item span {\n    color: var(--muted);\n    font-size: 13px;\n  }\n\n  .sg-chainset-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 28px;\n    align-items: center;\n  }\n\n  .sg-chainset-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 17px;\n  }\n\n  .sg-chainset-image {\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    background: var(--bg);\n  }\n\n  .sg-chainset-card {\n    height: 100%;\n    padding: 20px;\n    border: 1px solid var(--border);\n    border-radius: 15px;\n    background: #fff;\n  }\n\n  .sg-chainset-card-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    margin-bottom: 14px;\n    border-radius: 50%;\n    background: var(--green-soft);\n    color: var(--green);\n    font-size: 20px;\n    font-weight: 900;\n  }\n\n  .sg-chainset-card p {\n    margin: 0;\n    color: var(--muted);\n  }\n\n  .sg-chainset-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sg-chainset-list li {\n    position: relative;\n    margin: 0 0 12px;\n    padding-left: 28px;\n    color: #35423c;\n  }\n\n  .sg-chainset-list li::before {\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--green);\n    content: \"✓\";\n    font-weight: 900;\n  }\n\n  .sg-chainset-warning {\n    padding: 18px;\n    border: 1px solid #ead384;\n    border-radius: 14px;\n    background: var(--gold-soft);\n    color: #51451f;\n  }\n\n  .sg-chainset-warning strong {\n    display: block;\n    margin-bottom: 6px;\n    color: #2e270f;\n  }\n\n  .sg-chainset-safety {\n    padding: 18px;\n    border: 1px solid #eccaca;\n    border-radius: 14px;\n    background: var(--red-soft);\n  }\n\n  .sg-chainset-safety strong {\n    display: block;\n    margin-bottom: 7px;\n    color: #741c1c;\n  }\n\n  .sg-chainset-safety p {\n    margin: 0;\n    color: #633131;\n  }\n\n  .sg-chainset-steps {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 14px;\n    counter-reset: chainset-step;\n  }\n\n  .sg-chainset-step {\n    position: relative;\n    padding: 58px 16px 18px;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    background: #fff;\n    counter-increment: chainset-step;\n  }\n\n  .sg-chainset-step::before {\n    position: absolute;\n    top: 15px;\n    left: 16px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    border-radius: 50%;\n    background: var(--green);\n    color: #fff;\n    content: counter(chainset-step);\n    font-weight: 900;\n  }\n\n  .sg-chainset-step strong {\n    display: block;\n    margin-bottom: 5px;\n    color: #111;\n  }\n\n  .sg-chainset-step span {\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  .sg-chainset-specs {\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 15px;\n    background: #fff;\n  }\n\n  .sg-chainset-spec-row {\n    display: grid;\n    grid-template-columns: 40% 60%;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .sg-chainset-spec-row:last-child {\n    border-bottom: 0;\n  }\n\n  .sg-chainset-spec-row div {\n    padding: 13px 16px;\n  }\n\n  .sg-chainset-spec-row div:first-child {\n    background: var(--bg);\n    color: #27332d;\n    font-weight: 800;\n  }\n\n  .sg-chainset-spec-row div:last-child {\n    color: var(--muted);\n  }\n\n  .sg-chainset-faq details {\n    margin-bottom: 11px;\n    padding: 15px 17px;\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .sg-chainset-faq summary {\n    cursor: pointer;\n    color: #111;\n    font-weight: 800;\n  }\n\n  .sg-chainset-faq p {\n    margin: 10px 0 0;\n    color: var(--muted);\n  }\n\n  .sg-chainset-divider {\n    height: 1px;\n    margin: 38px 0;\n    background: var(--border);\n  }\n\n  @media (max-width: 767px) {\n    .sg-chainset-section {\n      margin-bottom: 34px;\n    }\n\n    .sg-chainset-title {\n      font-size: 26px;\n    }\n\n    .sg-chainset-h2 {\n      font-size: 22px;\n    }\n\n    .sg-chainset-h3 {\n      font-size: 18px;\n    }\n\n    .sg-chainset-lead {\n      font-size: 15px;\n    }\n\n    .sg-chainset-grid-2,\n    .sg-chainset-grid-3,\n    .sg-chainset-steps {\n      grid-template-columns: 1fr;\n      gap: 14px;\n    }\n\n    .sg-chainset-trust {\n      grid-template-columns: 1fr;\n    }\n\n    .sg-chainset-trust-item {\n      border-right: 0;\n      border-bottom: 1px solid var(--border);\n    }\n\n    .sg-chainset-trust-item:last-child {\n      border-bottom: 0;\n    }\n\n    .sg-chainset-step {\n      padding: 18px 16px 18px 62px;\n    }\n\n    .sg-chainset-step::before {\n      top: 16px;\n    }\n\n    .sg-chainset-spec-row {\n      grid-template-columns: 42% 58%;\n    }\n\n    .sg-chainset-spec-row div {\n      padding: 11px 9px;\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"sg-chainset\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"sg-chainset-section\"\u003e\n    \u003cp class=\"sg-chainset-eyebrow\"\u003e\n      Replacement set for compatible 6-inch mini chainsaws\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"sg-chainset-title\"\u003e\n      Restore Smooth Cutting With Two Complete Replacement Sets\n    \u003c\/h2\u003e\n\n    \u003cp class=\"sg-chainset-lead\"\u003e\n      Replace worn chains and guide bars without replacing your complete mini\n      chainsaw. Each package includes two 6-inch saw chains and two matching\n      guide bars, giving you one replacement to install and another to keep\n      ready as a spare.\n    \u003c\/p\u003e\n\n    \u003cul class=\"sg-chainset-badges\"\u003e\n      \u003cli\u003e2 Chains Included\u003c\/li\u003e\n      \u003cli\u003e2 Guide Bars Included\u003c\/li\u003e\n      \u003cli\u003e6″ Size\u003c\/li\u003e\n      \u003cli\u003e37 Drive Links\u003c\/li\u003e\n      \u003cli\u003e.043″ Gauge\u003c\/li\u003e\n      \u003cli\u003eFree AU Shipping\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"sg-chainset-trust\"\u003e\n      \u003cdiv class=\"sg-chainset-trust-item\"\u003e\n        \u003cstrong\u003eFree AU Shipping\u003c\/strong\u003e\n        \u003cspan\u003eNo $9.99 delivery charge\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-chainset-trust-item\"\u003e\n        \u003cstrong\u003e100-Day Returns\u003c\/strong\u003e\n        \u003cspan\u003eSubject to return conditions\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-chainset-trust-item\"\u003e\n        \u003cstrong\u003eAustralian Support\u003c\/strong\u003e\n        \u003cspan\u003eCompatibility assistance\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sg-chainset-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- IMAGE AND BENEFITS --\u003e\n  \u003csection class=\"sg-chainset-section sg-chainset-grid-2\"\u003e\n    \u003cdiv class=\"sg-chainset-image\"\u003e\n      \u003cimg src=\"https:\/\/solar-garden.com.au\/cdn\/shop\/files\/Electric_Chainsaw_Replacement_Chain_Chain_Guide.jpg?v=1765331976\u0026amp;width=1000\" alt=\"Two 6 inch mini chainsaw chains and two replacement guide bars\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cp class=\"sg-chainset-eyebrow\"\u003eDouble replacement pack\u003c\/p\u003e\n\n      \u003ch2 class=\"sg-chainset-h2\"\u003e\n        More Than Just One Replacement Chain\n      \u003c\/h2\u003e\n\n      \u003cul class=\"sg-chainset-list\"\u003e\n        \u003cli\u003eTwo 6-inch replacement chains supplied\u003c\/li\u003e\n        \u003cli\u003eTwo matching 6-inch guide bars supplied\u003c\/li\u003e\n        \u003cli\u003eHardened chain construction for wear resistance\u003c\/li\u003e\n        \u003cli\u003eDesigned to support smooth and efficient cutting\u003c\/li\u003e\n        \u003cli\u003eUseful for replacing worn, damaged or blunt components\u003c\/li\u003e\n        \u003cli\u003eKeep the second set ready for future maintenance\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPATIBILITY --\u003e\n  \u003csection class=\"sg-chainset-section\"\u003e\n    \u003cdiv class=\"sg-chainset-warning\"\u003e\n      \u003cstrong\u003eCheck compatibility before ordering\u003c\/strong\u003e\n      “6 inch” alone does not guarantee compatibility. Compare the drive-link\n      count, gauge, guide-bar shape, mounting slot and tensioning hole with your\n      original chain and guide bar. Contact Solar Garden before ordering if you\n      are unsure.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sg-chainset-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003csection class=\"sg-chainset-section\"\u003e\n    \u003cp class=\"sg-chainset-eyebrow\"\u003eMaintain your mini chainsaw\u003c\/p\u003e\n    \u003ch2 class=\"sg-chainset-h2\"\u003eWhy Replace the Chain and Guide Bar?\u003c\/h2\u003e\n\n    \u003cdiv class=\"sg-chainset-grid-3\"\u003e\n      \u003carticle class=\"sg-chainset-card\"\u003e\n        \u003cdiv class=\"sg-chainset-card-icon\"\u003e✦\u003c\/div\u003e\n        \u003ch3 class=\"sg-chainset-h3\"\u003eRestore Cutting Performance\u003c\/h3\u003e\n        \u003cp\u003e\n          A worn or blunt chain can cut slowly and require excessive pressure.\n          Replacing it can help restore smoother cutting.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sg-chainset-card\"\u003e\n        \u003cdiv class=\"sg-chainset-card-icon\"\u003e↻\u003c\/div\u003e\n        \u003ch3 class=\"sg-chainset-h3\"\u003eReplace Worn Components\u003c\/h3\u003e\n        \u003cp\u003e\n          A damaged or heavily worn guide bar can affect chain tracking and\n          should be inspected and replaced when necessary.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sg-chainset-card\"\u003e\n        \u003cdiv class=\"sg-chainset-card-icon\"\u003e2×\u003c\/div\u003e\n        \u003ch3 class=\"sg-chainset-h3\"\u003eKeep a Spare Ready\u003c\/h3\u003e\n        \u003cp\u003e\n          Two chains and two guide bars help reduce downtime when future\n          replacement or maintenance is required.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sg-chainset-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"sg-chainset-section\"\u003e\n    \u003cp class=\"sg-chainset-eyebrow\"\u003eInstallation overview\u003c\/p\u003e\n    \u003ch2 class=\"sg-chainset-h2\"\u003eHow to Replace the Chain and Guide Bar\u003c\/h2\u003e\n\n    \u003cdiv class=\"sg-chainset-steps\"\u003e\n      \u003cdiv class=\"sg-chainset-step\"\u003e\n        \u003cstrong\u003eRemove the Battery\u003c\/strong\u003e\n        \u003cspan\u003e\n          Switch the chainsaw off and completely remove its battery before\n          beginning any maintenance.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-chainset-step\"\u003e\n        \u003cstrong\u003eRemove the Side Cover\u003c\/strong\u003e\n        \u003cspan\u003e\n          Follow the chainsaw manual to loosen the fastener and carefully remove\n          the chain cover.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-chainset-step\"\u003e\n        \u003cstrong\u003eFit the Bar and Chain\u003c\/strong\u003e\n        \u003cspan\u003e\n          Install the guide bar and fit the chain in the correct cutting\n          direction around the sprocket.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-chainset-step\"\u003e\n        \u003cstrong\u003eAdjust and Recheck\u003c\/strong\u003e\n        \u003cspan\u003e\n          Refit the cover, adjust chain tension and confirm free movement before\n          reinstalling the battery.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DIRECTION WARNING --\u003e\n  \u003csection class=\"sg-chainset-section\"\u003e\n    \u003cdiv class=\"sg-chainset-safety\"\u003e\n      \u003cstrong\u003eChain direction and tension are critical\u003c\/strong\u003e\n      \u003cp\u003e\n        The cutting teeth must face the correct direction along the top of the\n        guide bar. An incorrectly fitted, excessively loose or over-tightened\n        chain can cause poor performance, damage or injury. Follow the original\n        chainsaw manual.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sg-chainset-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"sg-chainset-section\"\u003e\n    \u003cp class=\"sg-chainset-eyebrow\"\u003eProduct information\u003c\/p\u003e\n    \u003ch2 class=\"sg-chainset-h2\"\u003eReplacement Set Specifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"sg-chainset-specs\"\u003e\n      \u003cdiv class=\"sg-chainset-spec-row\"\u003e\n        \u003cdiv\u003eProduct type\u003c\/div\u003e\n        \u003cdiv\u003eMini chainsaw replacement chain and guide-bar set\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-chainset-spec-row\"\u003e\n        \u003cdiv\u003eChain size\u003c\/div\u003e\n        \u003cdiv\u003e6 inches\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-chainset-spec-row\"\u003e\n        \u003cdiv\u003eGuide-bar size\u003c\/div\u003e\n        \u003cdiv\u003eApproximately 18.5 × 3.2cm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-chainset-spec-row\"\u003e\n        \u003cdiv\u003eChain quantity\u003c\/div\u003e\n        \u003cdiv\u003e2 replacement chains\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-chainset-spec-row\"\u003e\n        \u003cdiv\u003eGuide-bar quantity\u003c\/div\u003e\n        \u003cdiv\u003e2 replacement guide bars\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-chainset-spec-row\"\u003e\n        \u003cdiv\u003eDrive links\u003c\/div\u003e\n        \u003cdiv\u003e37 per chain\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-chainset-spec-row\"\u003e\n        \u003cdiv\u003eChain gauge\u003c\/div\u003e\n        \u003cdiv\u003e.043 inches\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-chainset-spec-row\"\u003e\n        \u003cdiv\u003eApproximate chain weight\u003c\/div\u003e\n        \u003cdiv\u003e54g each\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-chainset-spec-row\"\u003e\n        \u003cdiv\u003eApproximate guide weight\u003c\/div\u003e\n        \u003cdiv\u003e102g each\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-chainset-spec-row\"\u003e\n        \u003cdiv\u003eChainsaw included\u003c\/div\u003e\n        \u003cdiv\u003eNo — replacement components only\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-chainset-spec-row\"\u003e\n        \u003cdiv\u003eCompatibility\u003c\/div\u003e\n        \u003cdiv\u003e\n          Selected compatible 6-inch mini chainsaws; measurements must be checked\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sg-chainset-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- PACKAGE CONTENTS --\u003e\n  \u003csection class=\"sg-chainset-section\"\u003e\n    \u003cp class=\"sg-chainset-eyebrow\"\u003eInside your order\u003c\/p\u003e\n    \u003ch2 class=\"sg-chainset-h2\"\u003eWhat’s Included?\u003c\/h2\u003e\n\n    \u003cdiv class=\"sg-chainset-grid-2\"\u003e\n      \u003carticle class=\"sg-chainset-card\"\u003e\n        \u003ch3 class=\"sg-chainset-h3\"\u003e2 × Replacement Chains\u003c\/h3\u003e\n        \u003cp\u003e\n          Two 6-inch mini chainsaw chains with 37 drive links and a\n          .043-inch gauge.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sg-chainset-card\"\u003e\n        \u003ch3 class=\"sg-chainset-h3\"\u003e2 × Replacement Guide Bars\u003c\/h3\u003e\n        \u003cp\u003e\n          Two matching guide bars measuring approximately 18.5 × 3.2cm.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"margin-top:16px;color:#53615b;\"\u003e\n      Mini chainsaw, battery, charger, tools and storage case are not included.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sg-chainset-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- CARE --\u003e\n  \u003csection class=\"sg-chainset-section\"\u003e\n    \u003cp class=\"sg-chainset-eyebrow\"\u003eFor reliable cutting performance\u003c\/p\u003e\n    \u003ch2 class=\"sg-chainset-h2\"\u003eChain Care Tips\u003c\/h2\u003e\n\n    \u003cdiv class=\"sg-chainset-grid-3\"\u003e\n      \u003carticle class=\"sg-chainset-card\"\u003e\n        \u003ch3 class=\"sg-chainset-h3\"\u003eCheck Before Every Use\u003c\/h3\u003e\n        \u003cp\u003e\n          Inspect the chain for damage, excessive wear and correct tension\n          before operating the mini chainsaw.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sg-chainset-card\"\u003e\n        \u003ch3 class=\"sg-chainset-h3\"\u003eKeep the Chain Clean\u003c\/h3\u003e\n        \u003cp\u003e\n          Remove the battery and clean wood dust, sap and debris from the chain,\n          guide bar and sprocket area.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sg-chainset-card\"\u003e\n        \u003ch3 class=\"sg-chainset-h3\"\u003eFollow Lubrication Instructions\u003c\/h3\u003e\n        \u003cp\u003e\n          Follow the original chainsaw manual regarding chain lubrication,\n          adjustment, sharpening and replacement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sg-chainset-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SEO \/ GEO --\u003e\n  \u003csection class=\"sg-chainset-section\"\u003e\n    \u003ch2 class=\"sg-chainset-h2\"\u003e\n      6-Inch Mini Chainsaw Replacement Chains and Guide Bars Australia\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      This replacement set contains two 6-inch mini chainsaw chains and two\n      matching guide bars. It is intended for customers who need to replace\n      worn cutting components or keep spare parts available for a compatible\n      cordless mini chainsaw.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Each chain has 37 drive links and a .043-inch gauge. Because different\n      mini chainsaws may use different mounting slots, sprockets and tensioning\n      arrangements, customers should compare the replacement parts with their\n      original chain and guide bar before ordering.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sg-chainset-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"sg-chainset-section sg-chainset-faq\"\u003e\n    \u003ch2 class=\"sg-chainset-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003eHow many chains and guide bars are included?\u003c\/summary\u003e\n      \u003cp\u003e\n        The package includes two 6-inch replacement chains and two matching\n        6-inch guide bars.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes this fit every 6-inch mini chainsaw?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. The stated 6-inch size alone does not guarantee compatibility.\n        Check the drive-link count, gauge, mounting slot, sprocket and\n        tensioning-hole position against your original parts.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it fit the Solar Garden 6-inch mini chainsaw?\u003c\/summary\u003e\n      \u003cp\u003e\n        It is intended for the compatible Solar Garden 6-inch mini chainsaw.\n        If your chainsaw was purchased elsewhere or is a different model,\n        contact us with a photo of the original chain and guide bar before\n        ordering.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs a mini chainsaw included?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. This listing contains replacement chains and guide bars only. The\n        chainsaw, batteries, charger and tools are not included.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich direction should the chain be installed?\u003c\/summary\u003e\n      \u003cp\u003e\n        Along the top of the guide bar, the cutting edges must face forwards\n        toward the tip of the bar. Refer to the chainsaw manual before fitting\n        or operating the chain.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow tight should the chain be?\u003c\/summary\u003e\n      \u003cp\u003e\n        The chain should sit correctly in the guide-bar groove and move freely\n        without hanging loose. Follow the tension-adjustment instructions in\n        your chainsaw manual.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhen should I replace the guide bar?\u003c\/summary\u003e\n      \u003cp\u003e\n        Replace it if it is bent, cracked, heavily worn or no longer holds the\n        chain correctly. Stop using the chainsaw if any cutting component is\n        damaged.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this a subscription purchase?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. This is a one-time purchase with no recurring product charges.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"soga","offers":[{"title":"6 Inch","offer_id":48100965253343,"sku":"UL-6\"CHA-ACC-01 *2","price":45.5,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/5994\/0575\/files\/Electric_Chainsaw_Replacement_Chain_Chain_Guide.jpg?v=1765331976","url":"https:\/\/solar-garden.com.au\/da\/products\/6-inch-chainsaw-chain-guide-bar-set","provider":"solar-garden.com.au","version":"1.0","type":"link"}