{"title":"SPARE BARREL BAG","description":"\u003cstyle\u003e\n  .sbb-collection,\n  .sbb-collection * {\n    box-sizing: border-box;\n  }\n\n  .sbb-collection {\n    --sbb-bg: #090d11;\n    --sbb-panel: #11181e;\n    --sbb-line: rgba(255,255,255,.11);\n    --sbb-text: #f3f6f8;\n    --sbb-muted: #a8b3bb;\n    --sbb-blue: #46b8d7;\n    --sbb-orange: #e78d3d;\n    --sbb-green: #87ae98;\n    max-width: 1180px;\n    margin: 0 auto 44px;\n    overflow: hidden;\n    border: 1px solid rgba(255,255,255,.08);\n    border-radius: 22px;\n    background:\n      radial-gradient(circle at 85% 10%, rgba(70,184,215,.12), transparent 29%),\n      var(--sbb-bg);\n    color: var(--sbb-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.55;\n  }\n\n  .sbb-collection h1,\n  .sbb-collection h2,\n  .sbb-collection h3,\n  .sbb-collection p {\n    margin-top: 0;\n  }\n\n  .sbb-collection img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .sbb-hero {\n    position: relative;\n    min-height: 480px;\n    display: flex;\n    align-items: flex-end;\n    overflow: hidden;\n    background: #05080a;\n  }\n\n  .sbb-hero-image {\n    position: absolute;\n    inset: 0;\n  }\n\n  .sbb-hero-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center;\n    opacity: .72;\n  }\n\n  .sbb-hero-overlay {\n    position: absolute;\n    inset: 0;\n    background:\n      linear-gradient(90deg, rgba(3,6,8,.97) 0%, rgba(3,6,8,.73) 48%, rgba(3,6,8,.15) 82%),\n      linear-gradient(0deg, #090d11 0%, transparent 55%);\n  }\n\n  .sbb-grid-overlay {\n    position: absolute;\n    inset: 0;\n    opacity: .15;\n    background-image:\n      linear-gradient(rgba(70,184,215,.22) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(70,184,215,.22) 1px, transparent 1px);\n    background-size: 44px 44px;\n    mask-image: linear-gradient(90deg, #000, transparent 78%);\n  }\n\n  .sbb-hero-content {\n    position: relative;\n    z-index: 2;\n    width: min(730px, 100%);\n    padding: 56px;\n  }\n\n  .sbb-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 18px;\n    color: var(--sbb-blue);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 2.2px;\n    text-transform: uppercase;\n  }\n\n  .sbb-eyebrow::before {\n    content: \"\";\n    width: 34px;\n    height: 2px;\n    background: var(--sbb-blue);\n    box-shadow: 0 0 12px rgba(70,184,215,.7);\n  }\n\n  .sbb-hero h1 {\n    max-width: 700px;\n    margin-bottom: 18px;\n    font-size: clamp(42px, 7vw, 76px);\n    line-height: .95;\n    letter-spacing: -3px;\n    text-transform: uppercase;\n  }\n\n  .sbb-hero h1 span {\n    color: transparent;\n    -webkit-text-stroke: 1px rgba(255,255,255,.75);\n  }\n\n  .sbb-hero p {\n    max-width: 640px;\n    margin-bottom: 28px;\n    color: #d4dce1;\n    font-size: 17px;\n  }\n\n  .sbb-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .sbb-badge {\n    padding: 9px 13px;\n    border: 1px solid rgba(255,255,255,.18);\n    border-radius: 4px;\n    background: rgba(6,10,13,.72);\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  .sbb-badge-canada {\n    border-color: rgba(231,141,61,.56);\n    color: #ffc38b;\n  }\n\n  .sbb-section {\n    padding: 58px 56px;\n  }\n\n  .sbb-section-header {\n    max-width: 770px;\n    margin-bottom: 34px;\n  }\n\n  .sbb-kicker {\n    margin-bottom: 9px;\n    color: var(--sbb-blue);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .sbb-section h2 {\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  .sbb-section-header p {\n    margin-bottom: 0;\n    color: var(--sbb-muted);\n    font-size: 16px;\n  }\n\n  .sbb-capability-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n  }\n\n  .sbb-capability {\n    position: relative;\n    min-height: 188px;\n    padding: 24px;\n    overflow: hidden;\n    border: 1px solid var(--sbb-line);\n    border-radius: 16px;\n    background: linear-gradient(145deg, rgba(255,255,255,.052), rgba(255,255,255,.012));\n  }\n\n  .sbb-capability::after {\n    content: \"\";\n    position: absolute;\n    right: -27px;\n    bottom: -27px;\n    width: 78px;\n    height: 78px;\n    border: 1px solid rgba(70,184,215,.17);\n    border-radius: 50%;\n  }\n\n  .sbb-capability-number {\n    margin-bottom: 19px;\n    color: var(--sbb-blue);\n    font-family: \"Courier New\", monospace;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1px;\n  }\n\n  .sbb-capability h3 {\n    margin-bottom: 8px;\n    font-size: 15px;\n    line-height: 1.25;\n    text-transform: uppercase;\n  }\n\n  .sbb-capability p {\n    margin-bottom: 0;\n    color: var(--sbb-muted);\n    font-size: 13px;\n  }\n\n  .sbb-thermal-section {\n    border-top: 1px solid var(--sbb-line);\n    border-bottom: 1px solid var(--sbb-line);\n    background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.005));\n  }\n\n  .sbb-thermal-layout {\n    display: grid;\n    grid-template-columns: .8fr 1.2fr;\n    gap: 38px;\n    align-items: center;\n  }\n\n  .sbb-temp-highlight {\n    padding: 34px;\n    border: 1px solid rgba(135,174,152,.3);\n    border-radius: 18px;\n    background:\n      radial-gradient(circle at 50% 0%, rgba(135,174,152,.13), transparent 57%),\n      #0e1519;\n    text-align: center;\n  }\n\n  .sbb-temp-highlight small {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--sbb-green);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.7px;\n    text-transform: uppercase;\n  }\n\n  .sbb-temp-highlight strong {\n    display: block;\n    margin-bottom: 9px;\n    color: #dcebe2;\n    font-family: \"Courier New\", monospace;\n    font-size: clamp(38px, 6vw, 62px);\n    line-height: 1;\n  }\n\n  .sbb-temp-highlight p {\n    margin: 0;\n    color: var(--sbb-muted);\n    font-size: 12px;\n  }\n\n  .sbb-temp-chart {\n    padding: 29px;\n    border: 1px solid var(--sbb-line);\n    border-radius: 18px;\n    background: var(--sbb-panel);\n  }\n\n  .sbb-chart-title {\n    margin-bottom: 25px;\n  }\n\n  .sbb-chart-title strong {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 15px;\n    text-transform: uppercase;\n  }\n\n  .sbb-chart-title span {\n    color: var(--sbb-muted);\n    font-size: 12px;\n  }\n\n  .sbb-chart-row {\n    margin-bottom: 22px;\n  }\n\n  .sbb-chart-row:last-child {\n    margin-bottom: 0;\n  }\n\n  .sbb-chart-label {\n    display: flex;\n    justify-content: space-between;\n    gap: 16px;\n    margin-bottom: 7px;\n    font-size: 11px;\n    font-weight: 800;\n    text-transform: uppercase;\n  }\n\n  .sbb-chart-label span:last-child {\n    font-family: \"Courier New\", monospace;\n  }\n\n  .sbb-chart-track {\n    position: relative;\n    height: 17px;\n    overflow: hidden;\n    border: 1px solid rgba(255,255,255,.08);\n    border-radius: 2px;\n    background:\n      repeating-linear-gradient(\n        90deg,\n        rgba(255,255,255,.025),\n        rgba(255,255,255,.025) 9.8%,\n        rgba(255,255,255,.08) 10%\n      );\n  }\n\n  .sbb-chart-fill {\n    height: 100%;\n    border-radius: 1px;\n  }\n\n  .sbb-chart-fill.target {\n    width: 30.3%;\n    background: linear-gradient(90deg, #5f826e, var(--sbb-green));\n    box-shadow: 0 0 14px rgba(135,174,152,.35);\n  }\n\n  .sbb-chart-fill.continuous {\n    width: 59.52%;\n    background: linear-gradient(90deg, #286a80, var(--sbb-blue));\n    box-shadow: 0 0 14px rgba(70,184,215,.30);\n  }\n\n  .sbb-chart-fill.short {\n    width: 100%;\n    background: linear-gradient(90deg, #a94d30, var(--sbb-orange), #dc5548);\n    box-shadow: 0 0 14px rgba(231,141,61,.28);\n  }\n\n  .sbb-chart-note {\n    margin-top: 24px;\n    padding-top: 17px;\n    border-top: 1px solid var(--sbb-line);\n    color: #7f8c95;\n    font-size: 10px;\n    line-height: 1.6;\n  }\n\n  .sbb-application-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 17px;\n  }\n\n  .sbb-application-card {\n    padding: 28px;\n    border: 1px solid var(--sbb-line);\n    border-radius: 16px;\n    background: var(--sbb-panel);\n  }\n\n  .sbb-application-card h3 {\n    margin-bottom: 17px;\n    font-size: 15px;\n    text-transform: uppercase;\n  }\n\n  .sbb-list {\n    display: grid;\n    gap: 13px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sbb-list li {\n    position: relative;\n    padding-left: 25px;\n    color: var(--sbb-muted);\n    font-size: 13px;\n  }\n\n  .sbb-list li::before {\n    content: \"\";\n    position: absolute;\n    top: 7px;\n    left: 0;\n    width: 11px;\n    height: 6px;\n    border-bottom: 2px solid var(--sbb-blue);\n    border-left: 2px solid var(--sbb-blue);\n    transform: rotate(-45deg);\n  }\n\n  .sbb-canada {\n    position: relative;\n    overflow: hidden;\n    margin: 0 56px 58px;\n    padding: 38px;\n    border: 1px solid rgba(255,255,255,.12);\n    border-radius: 18px;\n    background:\n      linear-gradient(105deg, rgba(231,141,61,.15), transparent 45%),\n      linear-gradient(145deg, #171d22, #0e1317);\n  }\n\n  .sbb-canada::after {\n    content: \"CANADA\";\n    position: absolute;\n    right: 18px;\n    bottom: -31px;\n    color: rgba(255,255,255,.035);\n    font-size: clamp(72px, 12vw, 145px);\n    font-weight: 900;\n    line-height: 1;\n    letter-spacing: -8px;\n  }\n\n  .sbb-canada-content {\n    position: relative;\n    z-index: 2;\n    max-width: 720px;\n  }\n\n  .sbb-canada h2 {\n    margin-bottom: 12px;\n    font-size: clamp(28px, 4vw, 43px);\n    line-height: 1.05;\n    text-transform: uppercase;\n  }\n\n  .sbb-canada p {\n    margin-bottom: 0;\n    color: #b8c1c8;\n    font-size: 14px;\n  }\n\n  .sbb-products-indicator {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 13px;\n    padding: 23px;\n    border-top: 1px solid var(--sbb-line);\n    background: #070a0d;\n    color: #dce4e8;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .sbb-products-indicator::before,\n  .sbb-products-indicator::after {\n    content: \"\";\n    width: 38px;\n    height: 1px;\n    background: var(--sbb-blue);\n    box-shadow: 0 0 8px rgba(70,184,215,.55);\n  }\n\n  @media (max-width: 900px) {\n    .sbb-capability-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .sbb-thermal-layout,\n    .sbb-application-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .sbb-hero {\n      min-height: 540px;\n    }\n\n    .sbb-hero-content,\n    .sbb-section {\n      padding: 38px 22px;\n    }\n\n    .sbb-hero h1 {\n      letter-spacing: -1.8px;\n    }\n\n    .sbb-capability-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .sbb-canada {\n      margin: 0 22px 40px;\n      padding: 30px 23px;\n    }\n\n    .sbb-temp-chart {\n      padding: 23px 18px;\n    }\n\n    .sbb-chart-label {\n      font-size: 9px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"sbb-collection\"\u003e\n\n  \u003csection class=\"sbb-hero\"\u003e\n    \u003cdiv class=\"sbb-hero-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/HIGH_TEMP_RAW_MAT_SPARE_BARREL_BAG.jpg?v=1790350896\" alt=\"Canadian-made high-temperature spare barrel bags\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sbb-hero-overlay\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"sbb-grid-overlay\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"sbb-hero-content\"\u003e\n      \u003cdiv class=\"sbb-eyebrow\"\u003eProfessional thermal equipment\u003c\/div\u003e\n\n      \u003ch1\u003eSpare Barrel\u003cbr\u003e\u003cspan\u003eBags\u003c\/span\u003e\n\u003c\/h1\u003e\n\n      \u003cp\u003e\n        High-temperature containment systems developed for the temporary\n        handling, organization and transport of hot, removable weapon barrels.\n        Engineered for military, law-enforcement and professional range\n        applications.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sbb-badges\"\u003e\n        \u003cspan class=\"sbb-badge sbb-badge-canada\"\u003eMade in Canada\u003c\/span\u003e\n        \u003cspan class=\"sbb-badge\"\u003eWoven silica barriers\u003c\/span\u003e\n        \u003cspan class=\"sbb-badge\"\u003eInsulated construction\u003c\/span\u003e\n        \u003cspan class=\"sbb-badge\"\u003eProfessional use\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sbb-section\"\u003e\n    \u003cdiv class=\"sbb-section-header\"\u003e\n      \u003cdiv class=\"sbb-kicker\"\u003eThermal systems \/ Collection\u003c\/div\u003e\n\n      \u003ch2\u003eBuilt around the heat challenge\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Every bag in this collection is developed around a multilayer thermal\n        architecture. High-temperature facing materials manage direct residual\n        heat while internal insulation slows heat transfer toward surrounding\n        equipment and handling surfaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sbb-capability-grid\"\u003e\n      \u003cdiv class=\"sbb-capability\"\u003e\n        \u003cdiv class=\"sbb-capability-number\"\u003eCAP_01\u003c\/div\u003e\n        \u003ch3\u003eHot-barrel containment\u003c\/h3\u003e\n        \u003cp\u003e\n          Designed to temporarily contain removable barrels following\n          high-volume firing or intensive training.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sbb-capability\"\u003e\n        \u003cdiv class=\"sbb-capability-number\"\u003eCAP_02\u003c\/div\u003e\n        \u003ch3\u003eMultilayer insulation\u003c\/h3\u003e\n        \u003cp\u003e\n          Technical woven silica surfaces combined with a fiberglass insulating\n          core to slow thermal transfer.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sbb-capability\"\u003e\n        \u003cdiv class=\"sbb-capability-number\"\u003eCAP_03\u003c\/div\u003e\n        \u003ch3\u003eField-oriented format\u003c\/h3\u003e\n        \u003cp\u003e\n          Flexible, portable construction developed around the realities of\n          professional weapon-system handling.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sbb-capability\"\u003e\n        \u003cdiv class=\"sbb-capability-number\"\u003eCAP_04\u003c\/div\u003e\n        \u003ch3\u003eCanadian production\u003c\/h3\u003e\n        \u003cp\u003e\n          Manufactured in Canada using specialized technical materials sourced\n          through Canadian industry.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sbb-section sbb-thermal-section\"\u003e\n    \u003cdiv class=\"sbb-thermal-layout\"\u003e\n\n      \u003cdiv class=\"sbb-temp-highlight\"\u003e\n        \u003csmall\u003eTarget temporary-use zone\u003c\/small\u003e\n        \u003cstrong\u003e400–500°C\u003c\/strong\u003e\n        \u003cp\u003e\n          Approximate design range for temporary containment of an extremely\n          hot barrel.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sbb-temp-chart\"\u003e\n        \u003cdiv class=\"sbb-chart-title\"\u003e\n          \u003cstrong\u003eComparative thermal reference\u003c\/strong\u003e\n          \u003cspan\u003eTemperature scale: 0–1,650°C\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sbb-chart-row\"\u003e\n          \u003cdiv class=\"sbb-chart-label\"\u003e\n            \u003cspan\u003eTarget design zone\u003c\/span\u003e\n            \u003cspan\u003e400–500°C\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sbb-chart-track\"\u003e\n            \u003cdiv class=\"sbb-chart-fill target\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sbb-chart-row\"\u003e\n          \u003cdiv class=\"sbb-chart-label\"\u003e\n            \u003cspan\u003eSilica textile — continuous\u003c\/span\u003e\n            \u003cspan\u003e982°C\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sbb-chart-track\"\u003e\n            \u003cdiv class=\"sbb-chart-fill continuous\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sbb-chart-row\"\u003e\n          \u003cdiv class=\"sbb-chart-label\"\u003e\n            \u003cspan\u003eSilica textile — short-term exposure\u003c\/span\u003e\n            \u003cspan\u003e1,650°C\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"sbb-chart-track\"\u003e\n            \u003cdiv class=\"sbb-chart-fill short\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sbb-chart-note\"\u003e\n          Published temperature ratings apply to the raw woven silica material,\n          not automatically to the completed assembly. Final performance depends\n          on exposure duration, contact area, stitching, thermal cycling and\n          environmental conditions.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sbb-section\"\u003e\n    \u003cdiv class=\"sbb-section-header\"\u003e\n      \u003cdiv class=\"sbb-kicker\"\u003eOperational deployment\u003c\/div\u003e\n\n      \u003ch2\u003eDesigned for professional users\u003c\/h2\u003e\n\n      \u003cp\u003e\n        These products are intended for controlled professional environments\n        where weapon barrels and other high-temperature components must be\n        temporarily isolated during cooling.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sbb-application-grid\"\u003e\n      \u003cdiv class=\"sbb-application-card\"\u003e\n        \u003ch3\u003ePrimary applications\u003c\/h3\u003e\n\n        \u003cul class=\"sbb-list\"\u003e\n          \u003cli\u003eMilitary weapon-system training\u003c\/li\u003e\n          \u003cli\u003eLaw-enforcement range operations\u003c\/li\u003e\n          \u003cli\u003eMachine-gun and hot-barrel management\u003c\/li\u003e\n          \u003cli\u003eInstitutional product evaluations\u003c\/li\u003e\n          \u003cli\u003eTemporary organization during cooling\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sbb-application-card\"\u003e\n        \u003ch3\u003eCollection advantages\u003c\/h3\u003e\n\n        \u003cul class=\"sbb-list\"\u003e\n          \u003cli\u003eHigh-temperature technical textiles\u003c\/li\u003e\n          \u003cli\u003eFlexible insulated construction\u003c\/li\u003e\n          \u003cli\u003eSpecialized high-temperature stitching\u003c\/li\u003e\n          \u003cli\u003eMaterial documentation available on request\u003c\/li\u003e\n          \u003cli\u003eCanadian manufacturing and support\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"sbb-canada\"\u003e\n    \u003cdiv class=\"sbb-canada-content\"\u003e\n      \u003cdiv class=\"sbb-eyebrow\"\u003eCanadian-made equipment\u003c\/div\u003e\n\n      \u003ch2\u003eDomestic manufacturing. Technical support.\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Our spare barrel bags are manufactured in Canada for professional and\n        institutional users. Technical material documentation, application\n        discussions and product-evaluation support are available for government\n        and qualified organizational clients.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sbb-products-indicator\"\u003e\n    Explore the spare barrel bag collection\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","products":[{"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"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/collections\/SPAREBARRELBAGHIGHTEMP.jpg?v=1790351931","url":"https:\/\/fairdcanada.com\/es\/collections\/spare-barrel-bag.oembed","provider":"FairD Canada","version":"1.0","type":"link"}