{"product_id":"spare-barrel-bag","title":"SPARE BARREL BAG","description":"\u003cstyle\u003e\n  .fd-thermal-page,\n  .fd-thermal-page * {\n    box-sizing: border-box;\n  }\n\n  .fd-thermal-page {\n    --fd-bg: #090d11;\n    --fd-panel: #10161c;\n    --fd-line: rgba(255,255,255,.11);\n    --fd-text: #f3f6f8;\n    --fd-muted: #a9b4bd;\n    --fd-blue: #47b9d8;\n    --fd-green: #7fa792;\n    --fd-orange: #e58c3d;\n    --fd-red: #dc5548;\n    --fd-radius: 18px;\n    max-width: 1180px;\n    margin: 0 auto;\n    overflow: hidden;\n    border: 1px solid rgba(255,255,255,.08);\n    border-radius: 22px;\n    background:\n      radial-gradient(circle at 86% 8%, rgba(71,185,216,.11), transparent 28%),\n      radial-gradient(circle at 10% 80%, rgba(229,140,61,.08), transparent 26%),\n      var(--fd-bg);\n    color: var(--fd-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.55;\n  }\n\n  .fd-thermal-page h2,\n  .fd-thermal-page h3,\n  .fd-thermal-page h4,\n  .fd-thermal-page p {\n    margin-top: 0;\n  }\n\n  .fd-thermal-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .fd-hero {\n    position: relative;\n    min-height: 520px;\n    display: flex;\n    align-items: flex-end;\n    overflow: hidden;\n    background: #05080a;\n  }\n\n  .fd-hero-image {\n    position: absolute;\n    inset: 0;\n  }\n\n  .fd-hero-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center;\n    opacity: .76;\n  }\n\n  .fd-hero-overlay {\n    position: absolute;\n    inset: 0;\n    background:\n      linear-gradient(90deg, rgba(4,7,9,.96) 0%, rgba(4,7,9,.73) 43%, rgba(4,7,9,.18) 78%),\n      linear-gradient(0deg, #090d11 0%, transparent 50%);\n  }\n\n  .fd-hero-grid {\n    position: absolute;\n    inset: 0;\n    opacity: .16;\n    background-image:\n      linear-gradient(rgba(71,185,216,.19) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(71,185,216,.19) 1px, transparent 1px);\n    background-size: 44px 44px;\n    mask-image: linear-gradient(90deg, #000, transparent 75%);\n  }\n\n  .fd-hero-content {\n    position: relative;\n    z-index: 2;\n    width: min(680px, 100%);\n    padding: 56px;\n  }\n\n  .fd-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    margin-bottom: 19px;\n    color: var(--fd-blue);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2.1px;\n    text-transform: uppercase;\n  }\n\n  .fd-eyebrow::before {\n    content: \"\";\n    width: 33px;\n    height: 2px;\n    background: var(--fd-blue);\n    box-shadow: 0 0 13px rgba(71,185,216,.7);\n  }\n\n  .fd-hero h2 {\n    max-width: 650px;\n    margin-bottom: 18px;\n    font-size: clamp(36px, 6vw, 68px);\n    line-height: .98;\n    letter-spacing: -2.8px;\n    text-transform: uppercase;\n  }\n\n  .fd-hero h2 span {\n    color: transparent;\n    -webkit-text-stroke: 1px rgba(255,255,255,.72);\n  }\n\n  .fd-hero p {\n    max-width: 590px;\n    margin-bottom: 27px;\n    color: #d4dce1;\n    font-size: 17px;\n  }\n\n  .fd-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .fd-badge {\n    padding: 9px 13px;\n    border: 1px solid rgba(255,255,255,.18);\n    border-radius: 4px;\n    background: rgba(6,10,13,.68);\n    color: #edf2f5;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    backdrop-filter: blur(5px);\n  }\n\n  .fd-badge-canada {\n    border-color: rgba(229,140,61,.55);\n    color: #ffc38b;\n  }\n\n  .fd-section {\n    padding: 64px 56px;\n  }\n\n  .fd-section-header {\n    max-width: 760px;\n    margin-bottom: 36px;\n  }\n\n  .fd-kicker {\n    margin-bottom: 9px;\n    color: var(--fd-blue);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .fd-section h3 {\n    margin-bottom: 14px;\n    font-size: clamp(28px, 4vw, 43px);\n    line-height: 1.05;\n    letter-spacing: -1.2px;\n    text-transform: uppercase;\n  }\n\n  .fd-section-header p {\n    color: var(--fd-muted);\n    font-size: 16px;\n  }\n\n  .fd-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n  }\n\n  .fd-feature-card {\n    position: relative;\n    min-height: 205px;\n    padding: 25px;\n    overflow: hidden;\n    border: 1px solid var(--fd-line);\n    border-radius: var(--fd-radius);\n    background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012));\n  }\n\n  .fd-feature-card::after {\n    content: \"\";\n    position: absolute;\n    right: -28px;\n    bottom: -28px;\n    width: 85px;\n    height: 85px;\n    border: 1px solid rgba(71,185,216,.18);\n    border-radius: 50%;\n  }\n\n  .fd-feature-number {\n    margin-bottom: 22px;\n    color: var(--fd-blue);\n    font-family: \"Courier New\", monospace;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1px;\n  }\n\n  .fd-feature-card h4 {\n    margin-bottom: 9px;\n    font-size: 16px;\n    line-height: 1.25;\n    text-transform: uppercase;\n  }\n\n  .fd-feature-card p {\n    margin: 0;\n    color: var(--fd-muted);\n    font-size: 13px;\n  }\n\n  .fd-build-section {\n    border-top: 1px solid var(--fd-line);\n    border-bottom: 1px solid var(--fd-line);\n    background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.005));\n  }\n\n  .fd-build-grid {\n    display: grid;\n    grid-template-columns: .95fr 1.05fr;\n    gap: 36px;\n    align-items: center;\n  }\n\n  .fd-layer-stack {\n    position: relative;\n    padding: 34px;\n    border: 1px solid var(--fd-line);\n    border-radius: var(--fd-radius);\n    background:\n      linear-gradient(135deg, rgba(71,185,216,.06), transparent 45%),\n      #0c1217;\n  }\n\n  .fd-layer {\n    position: relative;\n    display: grid;\n    grid-template-columns: 62px 1fr;\n    gap: 18px;\n    align-items: center;\n    margin-bottom: 12px;\n    padding: 19px;\n    border: 1px solid rgba(255,255,255,.12);\n    background: #151c22;\n    box-shadow: 0 13px 25px rgba(0,0,0,.18);\n  }\n\n  .fd-layer:first-child,\n  .fd-layer:last-child {\n    border-left: 3px solid var(--fd-orange);\n  }\n\n  .fd-layer:nth-child(2) {\n    border-left: 3px solid var(--fd-blue);\n    background: repeating-linear-gradient(\n      135deg,\n      #172028,\n      #172028 7px,\n      #131a20 7px,\n      #131a20 14px\n    );\n  }\n\n  .fd-layer:last-child {\n    margin-bottom: 0;\n  }\n\n  .fd-layer-id {\n    color: var(--fd-blue);\n    font-family: \"Courier New\", monospace;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1px;\n  }\n\n  .fd-layer strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 14px;\n    text-transform: uppercase;\n  }\n\n  .fd-layer small {\n    display: block;\n    color: var(--fd-muted);\n    font-size: 12px;\n  }\n\n  .fd-spec-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .fd-spec-row {\n    display: grid;\n    grid-template-columns: minmax(150px, .8fr) 1.2fr;\n    gap: 20px;\n    padding: 17px 0;\n    border-bottom: 1px solid var(--fd-line);\n  }\n\n  .fd-spec-label {\n    color: var(--fd-muted);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n  }\n\n  .fd-spec-value {\n    color: var(--fd-text);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .fd-chart-card {\n    padding: 32px;\n    border: 1px solid var(--fd-line);\n    border-radius: var(--fd-radius);\n    background:\n      linear-gradient(145deg, rgba(71,185,216,.045), transparent 42%),\n      var(--fd-panel);\n  }\n\n  .fd-chart-top {\n    display: flex;\n    justify-content: space-between;\n    gap: 24px;\n    margin-bottom: 30px;\n  }\n\n  .fd-chart-top h4 {\n    margin: 0 0 5px;\n    font-size: 19px;\n    text-transform: uppercase;\n  }\n\n  .fd-chart-top p {\n    margin: 0;\n    color: var(--fd-muted);\n    font-size: 13px;\n  }\n\n  .fd-scale-id {\n    flex: 0 0 auto;\n    color: var(--fd-blue);\n    font-family: \"Courier New\", monospace;\n    font-size: 11px;\n    letter-spacing: 1px;\n  }\n\n  .fd-chart {\n    position: relative;\n    padding-top: 24px;\n  }\n\n  .fd-axis {\n    display: grid;\n    grid-template-columns: repeat(7, 1fr);\n    margin: 0 0 8px 205px;\n    color: #89959e;\n    font-family: \"Courier New\", monospace;\n    font-size: 10px;\n  }\n\n  .fd-axis span {\n    text-align: center;\n  }\n\n  .fd-axis span:first-child {\n    text-align: left;\n  }\n\n  .fd-axis span:last-child {\n    text-align: right;\n  }\n\n  .fd-chart-grid {\n    position: absolute;\n    top: 47px;\n    right: 0;\n    bottom: 0;\n    left: 205px;\n    display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    pointer-events: none;\n  }\n\n  .fd-chart-grid span {\n    border-left: 1px solid rgba(255,255,255,.07);\n  }\n\n  .fd-chart-grid span:last-child {\n    border-right: 1px solid rgba(255,255,255,.07);\n  }\n\n  .fd-bar-row {\n    position: relative;\n    z-index: 1;\n    display: grid;\n    grid-template-columns: 185px 1fr;\n    gap: 20px;\n    align-items: center;\n    margin-bottom: 21px;\n  }\n\n  .fd-bar-row:last-child {\n    margin-bottom: 0;\n  }\n\n  .fd-bar-label strong {\n    display: block;\n    color: var(--fd-text);\n    font-size: 12px;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .fd-bar-label small {\n    display: block;\n    margin-top: 3px;\n    color: #849099;\n    font-size: 10px;\n  }\n\n  .fd-bar-track {\n    position: relative;\n    height: 31px;\n    overflow: visible;\n    border: 1px solid rgba(255,255,255,.08);\n    border-radius: 3px;\n    background: rgba(255,255,255,.035);\n  }\n\n  .fd-bar-fill {\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    left: 0;\n    border-radius: 2px;\n  }\n\n  .fd-bar-fill.design {\n    left: 24.24%;\n    width: 6.06%;\n    background: linear-gradient(90deg, var(--fd-green), #b7cfbd);\n    box-shadow: 0 0 18px rgba(127,167,146,.38);\n  }\n\n  .fd-bar-fill.continuous {\n    width: 59.52%;\n    background: linear-gradient(90deg, #296d83, var(--fd-blue));\n    box-shadow: 0 0 18px rgba(71,185,216,.30);\n  }\n\n  .fd-bar-fill.short {\n    width: 100%;\n    background: linear-gradient(90deg, #b65832, var(--fd-orange), var(--fd-red));\n    box-shadow: 0 0 18px rgba(229,140,61,.28);\n  }\n\n  .fd-bar-value {\n    position: absolute;\n    top: 50%;\n    right: 8px;\n    transform: translateY(-50%);\n    color: #fff;\n    font-family: \"Courier New\", monospace;\n    font-size: 11px;\n    font-weight: 800;\n    text-shadow: 0 1px 4px rgba(0,0,0,.8);\n    white-space: nowrap;\n  }\n\n  .fd-design-value {\n    right: auto;\n    left: calc(30.3% + 8px);\n    color: #d9eadf;\n    text-shadow: none;\n  }\n\n  .fd-chart-legend {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 18px;\n    margin-top: 28px;\n    padding-top: 20px;\n    border-top: 1px solid var(--fd-line);\n    color: var(--fd-muted);\n    font-size: 11px;\n  }\n\n  .fd-legend-item {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n  }\n\n  .fd-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n  }\n\n  .fd-dot.design {\n    background: var(--fd-green);\n  }\n\n  .fd-dot.material {\n    background: var(--fd-blue);\n  }\n\n  .fd-dot.short {\n    background: var(--fd-orange);\n  }\n\n  .fd-thermal-note {\n    display: grid;\n    grid-template-columns: 46px 1fr;\n    gap: 17px;\n    margin-top: 22px;\n    padding: 20px;\n    border: 1px solid rgba(229,140,61,.28);\n    border-radius: 10px;\n    background: rgba(229,140,61,.07);\n  }\n\n  .fd-note-icon {\n    display: grid;\n    width: 42px;\n    height: 42px;\n    place-items: center;\n    border: 1px solid rgba(229,140,61,.45);\n    border-radius: 50%;\n    color: #ffc38b;\n    font-family: \"Courier New\", monospace;\n    font-weight: 800;\n  }\n\n  .fd-thermal-note strong {\n    display: block;\n    margin-bottom: 4px;\n    color: #ffd0a5;\n    font-size: 12px;\n    letter-spacing: .7px;\n    text-transform: uppercase;\n  }\n\n  .fd-thermal-note p {\n    margin: 0;\n    color: #c5b4a5;\n    font-size: 12px;\n  }\n\n  .fd-use-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 17px;\n  }\n\n  .fd-use-card {\n    padding: 29px;\n    border: 1px solid var(--fd-line);\n    border-radius: var(--fd-radius);\n    background: var(--fd-panel);\n  }\n\n  .fd-use-card h4 {\n    margin-bottom: 17px;\n    color: var(--fd-text);\n    font-size: 15px;\n    text-transform: uppercase;\n  }\n\n  .fd-check-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .fd-check-list li {\n    position: relative;\n    padding-left: 26px;\n    color: var(--fd-muted);\n    font-size: 13px;\n  }\n\n  .fd-check-list li::before {\n    content: \"\";\n    position: absolute;\n    top: 7px;\n    left: 0;\n    width: 12px;\n    height: 7px;\n    border-bottom: 2px solid var(--fd-blue);\n    border-left: 2px solid var(--fd-blue);\n    transform: rotate(-45deg);\n  }\n\n  .fd-canada-panel {\n    position: relative;\n    overflow: hidden;\n    margin: 0 56px 64px;\n    padding: 38px;\n    border: 1px solid rgba(255,255,255,.12);\n    border-radius: var(--fd-radius);\n    background:\n      linear-gradient(105deg, rgba(229,140,61,.15), transparent 42%),\n      linear-gradient(145deg, #171d22, #0e1317);\n  }\n\n  .fd-canada-panel::after {\n    content: \"CANADA\";\n    position: absolute;\n    right: 20px;\n    bottom: -30px;\n    color: rgba(255,255,255,.035);\n    font-size: clamp(68px, 12vw, 150px);\n    font-weight: 900;\n    line-height: 1;\n    letter-spacing: -8px;\n  }\n\n  .fd-canada-content {\n    position: relative;\n    z-index: 2;\n    max-width: 690px;\n  }\n\n  .fd-canada-panel h3 {\n    margin-bottom: 12px;\n    font-size: clamp(27px, 4vw, 44px);\n    line-height: 1.05;\n    text-transform: uppercase;\n  }\n\n  .fd-canada-panel p {\n    margin: 0;\n    color: #b8c1c8;\n    font-size: 14px;\n  }\n\n  .fd-footer-note {\n    padding: 24px 56px;\n    border-top: 1px solid var(--fd-line);\n    background: #070a0d;\n    color: #77838c;\n    font-size: 10px;\n    line-height: 1.6;\n  }\n\n  @media (max-width: 900px) {\n    .fd-feature-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .fd-build-grid,\n    .fd-use-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .fd-hero {\n      min-height: 570px;\n    }\n\n    .fd-hero-content,\n    .fd-section {\n      padding: 38px 22px;\n    }\n\n    .fd-hero h2 {\n      letter-spacing: -1.7px;\n    }\n\n    .fd-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .fd-chart-card {\n      padding: 23px 17px;\n    }\n\n    .fd-chart-top {\n      display: block;\n    }\n\n    .fd-scale-id {\n      margin-top: 10px;\n    }\n\n    .fd-axis {\n      margin-left: 0;\n      font-size: 8px;\n    }\n\n    .fd-chart-grid {\n      top: 47px;\n      left: 0;\n    }\n\n    .fd-bar-row {\n      grid-template-columns: 1fr;\n      gap: 7px;\n      margin-bottom: 27px;\n    }\n\n    .fd-bar-track {\n      height: 35px;\n    }\n\n    .fd-bar-value {\n      font-size: 9px;\n    }\n\n    .fd-design-value {\n      left: calc(30.3% + 5px);\n    }\n\n    .fd-canada-panel {\n      margin: 0 22px 40px;\n      padding: 30px 23px;\n    }\n\n    .fd-footer-note {\n      padding: 23px 22px;\n    }\n\n    .fd-spec-row {\n      grid-template-columns: 1fr;\n      gap: 5px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"fd-thermal-page\"\u003e\n\u003csection class=\"fd-hero\"\u003e\n\u003cdiv class=\"fd-hero-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/HIGH_TEMP_RAW_MAT_SPARE_BARREL_BAG.jpg?v=1790350896\" alt=\"High-temperature materials used in the Canadian-made spare barrel bag\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fd-hero-overlay\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fd-hero-grid\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fd-hero-content\"\u003e\n\u003cdiv class=\"fd-eyebrow\"\u003eThermal containment system\u003c\/div\u003e\n\u003ch2\u003eHigh-Temperature\u003cbr\u003e\u003cspan\u003eSpare Barrel Bag\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eA Canadian-made thermal containment solution engineered for the temporary handling and transport of hot, removable weapon barrels. Its multilayer construction combines high-purity woven silica barriers with a 1\/4-inch fiberglass insulation core.\u003c\/p\u003e\n\u003cdiv class=\"fd-badges\"\u003e\n\u003cspan class=\"fd-badge fd-badge-canada\"\u003eMade in Canada\u003c\/span\u003e \u003cspan class=\"fd-badge\"\u003e29 × 8 in\u003c\/span\u003e \u003cspan class=\"fd-badge\"\u003e2 lb 4 oz\u003c\/span\u003e \u003cspan class=\"fd-badge\"\u003eMultilayer construction\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fd-section\"\u003e\n\u003cdiv class=\"fd-section-header\"\u003e\n\u003cdiv class=\"fd-kicker\"\u003eMission profile \/ 01\u003c\/div\u003e\n\u003ch3\u003eEngineered for extreme residual heat\u003c\/h3\u003e\n\u003cp\u003eDesigned for situations where a hot barrel must be removed from service and contained before it has fully cooled. The system is intended to slow heat transfer, protect surrounding equipment and provide an organized method of temporarily managing a high-temperature component.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-feature-grid\"\u003e\n\u003cdiv class=\"fd-feature-card\"\u003e\n\u003cdiv class=\"fd-feature-number\"\u003eSYS_01\u003c\/div\u003e\n\u003ch4\u003eThermal barrier\u003c\/h4\u003e\n\u003cp\u003eWoven 18 oz silica fabric is used on both sides of the insulating core, creating a durable high-temperature envelope.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-feature-card\"\u003e\n\u003cdiv class=\"fd-feature-number\"\u003eSYS_02\u003c\/div\u003e\n\u003ch4\u003eInsulating core\u003c\/h4\u003e\n\u003cp\u003eA 1\/4-inch fiberglass mat delays conductive heat transfer and provides the principal insulating layer within the assembly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-feature-card\"\u003e\n\u003cdiv class=\"fd-feature-number\"\u003eSYS_03\u003c\/div\u003e\n\u003ch4\u003ePerimeter construction\u003c\/h4\u003e\n\u003cp\u003eThe thermal assembly is secured around its perimeter using specialized high-temperature fiberglass thread.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-feature-card\"\u003e\n\u003cdiv class=\"fd-feature-number\"\u003eSYS_04\u003c\/div\u003e\n\u003ch4\u003eField-oriented design\u003c\/h4\u003e\n\u003cp\u003eA straightforward layered construction developed for military, institutional and professional field-evaluation programs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fd-section fd-build-section\"\u003e\n\u003cdiv class=\"fd-build-grid\"\u003e\n\u003cdiv class=\"fd-layer-stack\"\u003e\n\u003cdiv class=\"fd-layer\"\u003e\n\u003cdiv class=\"fd-layer-id\"\u003eLAYER_A\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e18 oz woven silica fabric\u003c\/strong\u003e \u003csmall\u003eOuter high-temperature protective surface\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-layer\"\u003e\n\u003cdiv class=\"fd-layer-id\"\u003eCORE_01\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e1\/4-inch fiberglass mat\u003c\/strong\u003e \u003csmall\u003eLow-density insulating core that slows heat transfer\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-layer\"\u003e\n\u003cdiv class=\"fd-layer-id\"\u003eLAYER_B\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e18 oz woven silica fabric\u003c\/strong\u003e \u003csmall\u003eInner heat-facing protective surface\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"fd-kicker\"\u003eMaterial architecture \/ 02\u003c\/div\u003e\n\u003ch3\u003eThree-layer thermal assembly\u003c\/h3\u003e\n\u003cdiv class=\"fd-spec-list\"\u003e\n\u003cdiv class=\"fd-spec-row\"\u003e\n\u003cdiv class=\"fd-spec-label\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"fd-spec-value\"\u003e29 × 8 in · approximately 73.7 × 20.3 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-spec-row\"\u003e\n\u003cdiv class=\"fd-spec-label\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"fd-spec-value\"\u003e2 lb 4 oz · approximately 1.02 kg\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-spec-row\"\u003e\n\u003cdiv class=\"fd-spec-label\"\u003eFacing material\u003c\/div\u003e\n\u003cdiv class=\"fd-spec-value\"\u003eHigh-purity woven silica textile\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-spec-row\"\u003e\n\u003cdiv class=\"fd-spec-label\"\u003eFabric weight\u003c\/div\u003e\n\u003cdiv class=\"fd-spec-value\"\u003e18 oz\/yd² class · approximately 610 g\/m²\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-spec-row\"\u003e\n\u003cdiv class=\"fd-spec-label\"\u003eInsulating layer\u003c\/div\u003e\n\u003cdiv class=\"fd-spec-value\"\u003e1\/4 in · approximately 6.35 mm fiberglass mat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-spec-row\"\u003e\n\u003cdiv class=\"fd-spec-label\"\u003eAssembly method\u003c\/div\u003e\n\u003cdiv class=\"fd-spec-value\"\u003eFull-perimeter high-temperature stitching\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-spec-row\"\u003e\n\u003cdiv class=\"fd-spec-label\"\u003eManufacturing\u003c\/div\u003e\n\u003cdiv class=\"fd-spec-value\"\u003eManufactured in Canada using technical materials sourced in Canada\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fd-section\"\u003e\n\u003cdiv class=\"fd-section-header\"\u003e\n\u003cdiv class=\"fd-kicker\"\u003eThermal reference \/ 03\u003c\/div\u003e\n\u003ch3\u003eComparative temperature zones\u003c\/h3\u003e\n\u003cp\u003eThe chart separates the intended temporary-use design zone from the published temperature capabilities of the unassembled silica textile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-chart-card\"\u003e\n\u003cdiv class=\"fd-chart-top\"\u003e\n\u003cdiv\u003e\n\u003ch4\u003eThermal reference scale\u003c\/h4\u003e\n\u003cp\u003eTemperature shown in degrees Celsius\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-scale-id\"\u003eSCALE_000–1650°C\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-chart\"\u003e\n\u003cdiv class=\"fd-axis\"\u003e\n\u003cspan\u003e0\u003c\/span\u003e \u003cspan\u003e275\u003c\/span\u003e \u003cspan\u003e550\u003c\/span\u003e \u003cspan\u003e825\u003c\/span\u003e \u003cspan\u003e1100\u003c\/span\u003e \u003cspan\u003e1375\u003c\/span\u003e \u003cspan\u003e1650°C\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-chart-grid\"\u003e\n\u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-bar-row\"\u003e\n\u003cdiv class=\"fd-bar-label\"\u003e\n\u003cstrong\u003eTarget design zone\u003c\/strong\u003e \u003csmall\u003eTemporary barrel containment\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-bar-track\"\u003e\n\u003cdiv class=\"fd-bar-fill design\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"fd-bar-value fd-design-value\"\u003e400–500°C\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-bar-row\"\u003e\n\u003cdiv class=\"fd-bar-label\"\u003e\n\u003cstrong\u003eSilica textile\u003c\/strong\u003e \u003csmall\u003ePublished continuous material rating\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-bar-track\"\u003e\n\u003cdiv class=\"fd-bar-fill continuous\"\u003e\u003cspan class=\"fd-bar-value\"\u003e982°C\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-bar-row\"\u003e\n\u003cdiv class=\"fd-bar-label\"\u003e\n\u003cstrong\u003eSilica textile\u003c\/strong\u003e \u003csmall\u003ePublished short-term material exposure\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-bar-track\"\u003e\n\u003cdiv class=\"fd-bar-fill short\"\u003e\u003cspan class=\"fd-bar-value\"\u003e1,650°C\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-chart-legend\"\u003e\n\u003cspan class=\"fd-legend-item\"\u003e \u003cspan class=\"fd-dot design\"\u003e\u003c\/span\u003e Intended temporary-use design zone \u003c\/span\u003e \u003cspan class=\"fd-legend-item\"\u003e \u003cspan class=\"fd-dot material\"\u003e\u003c\/span\u003e Continuous raw-material rating \u003c\/span\u003e \u003cspan class=\"fd-legend-item\"\u003e \u003cspan class=\"fd-dot short\"\u003e\u003c\/span\u003e Short-term raw-material exposure rating \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-thermal-note\"\u003e\n\u003cdiv class=\"fd-note-icon\"\u003e!\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eImportant technical distinction\u003c\/strong\u003e\n\u003cp\u003eThe 982°C continuous rating and 1,650°C short-term exposure rating apply to the woven silica material itself. They do not constitute a certification of the complete assembled bag. Final-system performance depends on exposure duration, contact area, barrel geometry, thermal cycling, stitching and environmental conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fd-section\"\u003e\n\u003cdiv class=\"fd-section-header\"\u003e\n\u003cdiv class=\"fd-kicker\"\u003eOperational application \/ 04\u003c\/div\u003e\n\u003ch3\u003eBuilt for professional evaluation\u003c\/h3\u003e\n\u003cp\u003eDeveloped as a practical thermal-management component for professional users working with removable hot-barrel weapon systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-use-grid\"\u003e\n\u003cdiv class=\"fd-use-card\"\u003e\n\u003ch4\u003eIntended applications\u003c\/h4\u003e\n\u003cul class=\"fd-check-list\"\u003e\n\u003cli\u003eTemporary containment of a removed hot barrel\u003c\/li\u003e\n\u003cli\u003eMilitary and law-enforcement field evaluations\u003c\/li\u003e\n\u003cli\u003eRange operations and weapon-system training\u003c\/li\u003e\n\u003cli\u003eOrganization of hot components during cooling\u003c\/li\u003e\n\u003cli\u003eInstitutional testing and procurement trials\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-use-card\"\u003e\n\u003ch4\u003eTechnical advantages\u003c\/h4\u003e\n\u003cul class=\"fd-check-list\"\u003e\n\u003cli\u003eHigh-purity silica heat-facing surfaces\u003c\/li\u003e\n\u003cli\u003eInsulating 1\/4-inch fiberglass thermal core\u003c\/li\u003e\n\u003cli\u003eNo rigid internal thermal shield\u003c\/li\u003e\n\u003cli\u003eFlexible construction for operational handling\u003c\/li\u003e\n\u003cli\u003eTechnical material documentation available on request\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fd-canada-panel\"\u003e\n\u003cdiv class=\"fd-canada-content\"\u003e\n\u003cdiv class=\"fd-eyebrow\"\u003eCanadian manufacturing\u003c\/div\u003e\n\u003ch3\u003eDesigned and made in Canada\u003c\/h3\u003e\n\u003cp\u003eManufactured in Canada using specialized high-temperature materials sourced through Canadian industry. This product supports domestic technical manufacturing while providing government and institutional clients with access to material documentation, product-development support and application-specific evaluation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"fd-footer-note\"\u003e\n\u003cstrong\u003ePRODUCT NOTICE:\u003c\/strong\u003e This product is intended for temporary thermal containment and controlled professional use. It is not a cooling device, fire-suppression device or personnel-protective garment. Allow sufficient cooling time before handling the barrel or opening the bag. Published material ratings must not be interpreted as a certified temperature rating for the completed assembly. Application-specific testing and technical documentation are available upon request.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"FairD Canada","offers":[{"title":"OD GREEN","offer_id":50501427134655,"sku":null,"price":380.0,"currency_code":"CAD","in_stock":true},{"title":"COYOTE","offer_id":50501427167423,"sku":null,"price":380.0,"currency_code":"CAD","in_stock":true},{"title":"MULTICAM","offer_id":50501427200191,"sku":null,"price":380.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/SPAREBARRELBAGHIGHTEMP.jpg?v=1790350794","url":"https:\/\/fairdcanada.com\/fr\/products\/spare-barrel-bag","provider":"FairD Canada","version":"1.0","type":"link"}