{"product_id":"direct-action-mortar-backpack-60-mm","title":"Direct Action Mortar Backpack – 60 mm","description":"\u003cstyle\u003e\n  .fd-mortar-pack {\n    --mb-black: #0f1112;\n    --mb-dark: #1b1f21;\n    --mb-grey: #687075;\n    --mb-light: #f3f5f4;\n    --mb-white: #ffffff;\n    --mb-red: #d62831;\n    --mb-red-dark: #a71c23;\n    --mb-olive: #59604d;\n    --mb-border: #d9dddc;\n    --mb-text: #272b2d;\n    --mb-radius: 8px;\n    max-width: 1220px;\n    margin: 0 auto;\n    color: var(--mb-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .fd-mortar-pack *,\n  .fd-mortar-pack *::before,\n  .fd-mortar-pack *::after {\n    box-sizing: border-box;\n  }\n\n  .fd-mortar-pack h1,\n  .fd-mortar-pack h2,\n  .fd-mortar-pack h3,\n  .fd-mortar-pack p {\n    margin-top: 0;\n  }\n\n  .fd-mortar-pack h1,\n  .fd-mortar-pack h2,\n  .fd-mortar-pack h3 {\n    color: var(--mb-black);\n    line-height: 1.15;\n  }\n\n  .fd-mortar-pack h1 {\n    margin-bottom: 18px;\n    font-size: clamp(38px, 6vw, 68px);\n    letter-spacing: -0.045em;\n  }\n\n  .fd-mortar-pack h2 {\n    margin-bottom: 16px;\n    font-size: clamp(28px, 4vw, 42px);\n    letter-spacing: -0.03em;\n  }\n\n  .fd-mortar-pack h3 {\n    margin-bottom: 9px;\n    font-size: 20px;\n  }\n\n  .fd-mortar-pack p {\n    margin-bottom: 16px;\n  }\n\n  .fd-mortar-pack a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  .fd-mortar-pack strong {\n    font-weight: 800;\n  }\n\n  \/* HERO *\/\n\n  .mb-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 60px 52px;\n    margin-bottom: 18px;\n    border-radius: var(--mb-radius);\n    background:\n      linear-gradient(\n        125deg,\n        #0d0f10 0%,\n        #1a1e20 67%,\n        #303638 100%\n      );\n    color: var(--mb-white);\n  }\n\n  .mb-hero::before {\n    content: \"60 MM\";\n    position: absolute;\n    right: -25px;\n    bottom: -45px;\n    color: rgba(255, 255, 255, 0.04);\n    font-size: clamp(120px, 22vw, 280px);\n    font-weight: 900;\n    letter-spacing: -0.08em;\n    line-height: 0.8;\n    pointer-events: none;\n  }\n\n  .mb-hero::after {\n    content: \"\";\n    position: absolute;\n    top: -175px;\n    right: 4%;\n    width: 480px;\n    height: 480px;\n    border: 76px solid rgba(214, 40, 49, 0.14);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .mb-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 930px;\n  }\n\n  .mb-eyebrow {\n    display: inline-block;\n    padding: 8px 13px;\n    margin-bottom: 20px;\n    border-radius: 4px;\n    background: var(--mb-red);\n    color: var(--mb-white);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .mb-hero h1 {\n    color: var(--mb-white);\n  }\n\n  .mb-hero-lead {\n    max-width: 890px;\n    margin-bottom: 28px !important;\n    color: #e5e8e7;\n    font-size: clamp(18px, 2.2vw, 21px);\n  }\n\n  .mb-hero-lead strong {\n    color: var(--mb-white);\n  }\n\n  .mb-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n\n  .mb-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 13px 21px;\n    border: 2px solid transparent;\n    border-radius: 5px;\n    font-size: 14px;\n    font-weight: 800;\n    transition:\n      transform 0.2s ease,\n      background 0.2s ease,\n      color 0.2s ease,\n      border-color 0.2s ease;\n  }\n\n  .mb-button:hover {\n    transform: translateY(-2px);\n  }\n\n  .mb-button-primary {\n    background: var(--mb-red);\n    color: var(--mb-white);\n  }\n\n  .mb-button-primary:hover {\n    background: var(--mb-red-dark);\n    color: var(--mb-white);\n  }\n\n  .mb-button-outline {\n    border-color: rgba(255, 255, 255, 0.5);\n    color: var(--mb-white);\n  }\n\n  .mb-button-outline:hover {\n    border-color: var(--mb-white);\n    background: var(--mb-white);\n    color: var(--mb-black);\n  }\n\n  .mb-button-dark {\n    background: var(--mb-black);\n    color: var(--mb-white);\n  }\n\n  \/* QUICK SPECIFICATIONS *\/\n\n  .mb-quick {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    overflow: hidden;\n    margin-bottom: 50px;\n    border: 1px solid var(--mb-border);\n    border-radius: var(--mb-radius);\n  }\n\n  .mb-quick-item {\n    min-height: 120px;\n    padding: 23px 14px;\n    border-right: 1px solid var(--mb-border);\n    background: var(--mb-white);\n    text-align: center;\n  }\n\n  .mb-quick-item:last-child {\n    border-right: 0;\n  }\n\n  .mb-quick-value {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--mb-red);\n    font-size: 22px;\n    font-weight: 900;\n  }\n\n  .mb-quick-item strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--mb-black);\n  }\n\n  .mb-quick-item span:last-child {\n    color: var(--mb-grey);\n    font-size: 13px;\n  }\n\n  \/* GENERAL *\/\n\n  .mb-section {\n    margin-bottom: 52px;\n  }\n\n  .mb-heading {\n    max-width: 950px;\n    padding-bottom: 15px;\n    margin-bottom: 25px;\n    border-bottom: 4px solid var(--mb-red);\n  }\n\n  .mb-heading p {\n    max-width: 830px;\n    margin-bottom: 0;\n    color: var(--mb-grey);\n    font-size: 17px;\n  }\n\n  \/* BENEFITS *\/\n\n  .mb-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n  }\n\n  .mb-benefit {\n    min-height: 235px;\n    padding: 24px 20px;\n    border: 1px solid var(--mb-border);\n    border-top: 4px solid var(--mb-red);\n    border-radius: var(--mb-radius);\n    background: var(--mb-white);\n  }\n\n  .mb-benefit p {\n    margin-bottom: 0;\n    color: var(--mb-grey);\n    font-size: 14px;\n  }\n\n  \/* DARK OPERATIONAL SECTION *\/\n\n  .mb-operational {\n    display: grid;\n    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);\n    gap: 38px;\n    padding: 44px;\n    border-radius: var(--mb-radius);\n    background: var(--mb-dark);\n    color: var(--mb-white);\n  }\n\n  .mb-operational h2,\n  .mb-operational h3 {\n    color: var(--mb-white);\n  }\n\n  .mb-operational p {\n    color: #dce1de;\n  }\n\n  .mb-operational-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .mb-operational-item {\n    padding: 17px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-left: 4px solid var(--mb-red);\n    border-radius: 5px;\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .mb-operational-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--mb-white);\n  }\n\n  .mb-operational-item span {\n    color: #d3d8d5;\n    font-size: 14px;\n  }\n\n  \/* ACCESS *\/\n\n  .mb-access {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);\n    gap: 34px;\n    align-items: center;\n    padding: 40px;\n    border: 1px solid var(--mb-border);\n    border-radius: var(--mb-radius);\n    background: var(--mb-light);\n  }\n\n  .mb-access-panel {\n    display: grid;\n    gap: 12px;\n  }\n\n  .mb-access-item {\n    padding: 18px;\n    border: 1px solid var(--mb-border);\n    border-radius: 6px;\n    background: var(--mb-white);\n  }\n\n  .mb-access-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--mb-black);\n  }\n\n  .mb-access-item span {\n    color: var(--mb-grey);\n    font-size: 14px;\n  }\n\n  \/* RETENTION SYSTEM *\/\n\n  .mb-retention-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .mb-retention-card {\n    position: relative;\n    overflow: hidden;\n    min-height: 245px;\n    padding: 24px 21px;\n    border: 1px solid var(--mb-border);\n    border-radius: var(--mb-radius);\n    background: var(--mb-white);\n  }\n\n  .mb-retention-card::after {\n    content: \"\";\n    position: absolute;\n    right: -38px;\n    bottom: -38px;\n    width: 120px;\n    height: 120px;\n    border: 22px solid rgba(214, 40, 49, 0.06);\n    border-radius: 50%;\n  }\n\n  .mb-retention-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    margin-bottom: 16px;\n    border-radius: 50%;\n    background: var(--mb-black);\n    color: var(--mb-white);\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .mb-retention-card h3,\n  .mb-retention-card p {\n    position: relative;\n    z-index: 2;\n  }\n\n  .mb-retention-card p {\n    margin-bottom: 0;\n    color: var(--mb-grey);\n    font-size: 14px;\n  }\n\n  \/* EXTERNAL MODULARITY *\/\n\n  .mb-modularity {\n    padding: 42px;\n    border-radius: var(--mb-radius);\n    background: var(--mb-black);\n    color: var(--mb-white);\n  }\n\n  .mb-modularity h2,\n  .mb-modularity h3 {\n    color: var(--mb-white);\n  }\n\n  .mb-modularity \u003e p {\n    max-width: 900px;\n    color: #dce1df;\n  }\n\n  .mb-modularity-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin-top: 25px;\n  }\n\n  .mb-modularity-card {\n    padding: 21px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: 5px;\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .mb-modularity-card strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--mb-white);\n  }\n\n  .mb-modularity-card span {\n    color: #d1d6d3;\n    font-size: 13px;\n  }\n\n  \/* CARRY SYSTEM *\/\n\n  .mb-carry-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n  }\n\n  .mb-carry {\n    padding: 31px;\n    border: 1px solid var(--mb-border);\n    border-radius: var(--mb-radius);\n    background: var(--mb-light);\n  }\n\n  .mb-carry h3 {\n    padding-bottom: 10px;\n    border-bottom: 3px solid var(--mb-red);\n    font-size: 25px;\n  }\n\n  .mb-checks {\n    display: grid;\n    gap: 10px;\n    padding: 0 !important;\n    margin: 20px 0 0;\n    list-style: none;\n  }\n\n  .mb-checks-two {\n    grid-template-columns: 1fr 1fr;\n    gap: 11px 32px;\n  }\n\n  .mb-checks li {\n    position: relative;\n    padding-left: 29px;\n    margin: 0;\n  }\n\n  .mb-checks li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--mb-red);\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  \/* PROFESSIONAL USE *\/\n\n  .mb-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .mb-use {\n    min-height: 230px;\n    padding: 24px 21px;\n    border: 1px solid var(--mb-border);\n    border-radius: var(--mb-radius);\n    background: var(--mb-white);\n  }\n\n  .mb-use-label {\n    display: inline-block;\n    padding: 5px 9px;\n    margin-bottom: 15px;\n    border-radius: 3px;\n    background: var(--mb-black);\n    color: var(--mb-white);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 0.06em;\n  }\n\n  .mb-use p {\n    margin-bottom: 0;\n    color: var(--mb-grey);\n    font-size: 14px;\n  }\n\n  \/* TABLE *\/\n\n  .mb-table {\n    width: 100%;\n    border-collapse: collapse;\n    border: 1px solid var(--mb-border);\n  }\n\n  .mb-table th,\n  .mb-table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mb-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mb-table th {\n    width: 34%;\n    background: var(--mb-light);\n    color: var(--mb-black);\n    font-weight: 800;\n  }\n\n  .mb-table tr:last-child th,\n  .mb-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  \/* INCLUDED *\/\n\n  .mb-included {\n    display: grid;\n    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);\n    gap: 34px;\n    padding: 38px;\n    border: 1px solid var(--mb-border);\n    border-left: 6px solid var(--mb-red);\n    border-radius: var(--mb-radius);\n    background: #faf8f5;\n  }\n\n  .mb-included-box {\n    padding: 24px;\n    border: 1px solid var(--mb-border);\n    border-radius: 6px;\n    background: var(--mb-white);\n  }\n\n  .mb-included-box strong {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--mb-black);\n    font-size: 20px;\n  }\n\n  .mb-included-box span {\n    display: block;\n    color: var(--mb-grey);\n    font-size: 14px;\n  }\n\n  \/* NOTICE *\/\n\n  .mb-notice {\n    padding: 24px;\n    border: 1px solid #d8c6c8;\n    border-left: 6px solid var(--mb-red);\n    border-radius: 5px;\n    background: #fff5f5;\n  }\n\n  .mb-notice strong {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--mb-red-dark);\n    font-size: 18px;\n  }\n\n  .mb-notice p {\n    margin-bottom: 0;\n    color: #665154;\n    font-size: 14px;\n  }\n\n  \/* FAIR D *\/\n\n  .mb-faird {\n    position: relative;\n    overflow: hidden;\n    padding: 47px;\n    border-radius: var(--mb-radius);\n    background:\n      linear-gradient(\n        120deg,\n        var(--mb-black) 0%,\n        #252a2c 100%\n      );\n    color: var(--mb-white);\n  }\n\n  .mb-faird::after {\n    content: \"FAIR D\";\n    position: absolute;\n    right: -18px;\n    bottom: -22px;\n    color: rgba(255, 255, 255, 0.04);\n    font-size: clamp(100px, 18vw, 210px);\n    font-weight: 900;\n    letter-spacing: -0.08em;\n    line-height: 0.8;\n  }\n\n  .mb-faird-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .mb-faird h2,\n  .mb-faird h3 {\n    color: var(--mb-white);\n  }\n\n  .mb-faird-intro {\n    max-width: 890px;\n    color: #dce1df;\n    font-size: 17px;\n  }\n\n  .mb-service-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin: 27px 0;\n  }\n\n  .mb-service {\n    padding: 20px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: 5px;\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .mb-service strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--mb-white);\n  }\n\n  .mb-service span {\n    color: #d1d6d3;\n    font-size: 13px;\n  }\n\n  \/* FINAL *\/\n\n  .mb-final {\n    padding: 43px;\n    border-radius: var(--mb-radius);\n    background: var(--mb-olive);\n    color: var(--mb-white);\n    text-align: center;\n  }\n\n  .mb-final h2 {\n    color: var(--mb-white);\n  }\n\n  .mb-final p {\n    max-width: 850px;\n    margin: 0 auto 24px;\n    color: #f1f4ef;\n    font-size: 17px;\n  }\n\n  .mb-final .mb-buttons {\n    justify-content: center;\n  }\n\n  \/* RESPONSIVE *\/\n\n  @media (max-width: 1060px) {\n    .mb-benefits,\n    .mb-modularity-grid,\n    .mb-service-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .mb-quick {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .mb-operational,\n    .mb-access,\n    .mb-included {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 820px) {\n    .mb-retention-grid,\n    .mb-use-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .mb-carry-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 620px) {\n    .mb-hero,\n    .mb-operational,\n    .mb-access,\n    .mb-modularity,\n    .mb-included,\n    .mb-faird,\n    .mb-final {\n      padding: 30px 21px;\n    }\n\n    .mb-benefits,\n    .mb-quick,\n    .mb-retention-grid,\n    .mb-use-grid,\n    .mb-modularity-grid,\n    .mb-service-grid,\n    .mb-checks-two {\n      grid-template-columns: 1fr;\n    }\n\n    .mb-quick-item {\n      border-right: 0;\n      border-bottom: 1px solid var(--mb-border);\n    }\n\n    .mb-button {\n      width: 100%;\n    }\n\n    .mb-buttons {\n      display: grid;\n      grid-template-columns: 1fr;\n    }\n\n    .mb-table,\n    .mb-table tbody,\n    .mb-table tr,\n    .mb-table th,\n    .mb-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .mb-table th {\n      padding-bottom: 7px;\n      border-bottom: 0;\n    }\n\n    .mb-table td {\n      padding-top: 7px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fd-mortar-pack\"\u003e\n\n  \u003cheader class=\"mb-hero\"\u003e\n    \u003cdiv class=\"mb-hero-content\"\u003e\n      \u003cspan class=\"mb-eyebrow\"\u003e\n        Specialized Military Load-Carriage System\n      \u003c\/span\u003e\n\n      \u003ch1\u003eDirect Action Mortar Backpack\u003c\/h1\u003e\n\n      \u003cp class=\"mb-hero-lead\"\u003e\n        A purpose-built military backpack designed to carry and organize\n        \u003cstrong\u003eup to ten compatible 60 mm mortar rounds\u003c\/strong\u003e. Its\n        reinforced Cordura® 500D construction, full-opening main compartment,\n        internal MOLLE\/PALS retention system and load-supporting harness provide\n        a dedicated transportation platform for authorized military users.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mb-buttons\"\u003e\n        \u003ca class=\"mb-button mb-button-primary\" href=\"\/es\/pages\/sb-request-quote\"\u003e\n          Request a Government Quote\n        \u003c\/a\u003e\n\n        \u003ca class=\"mb-button mb-button-outline\" href=\"mailto:gov@fairdcanada.com?subject=Direct%20Action%20Mortar%20Backpack%20Quote\"\u003e\n          Military Sales\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003csection class=\"mb-quick\"\u003e\n    \u003cdiv class=\"mb-quick-item\"\u003e\n      \u003cspan class=\"mb-quick-value\"\u003e10\u003c\/span\u003e\n      \u003cstrong\u003eRound Capacity\u003c\/strong\u003e\n      \u003cspan\u003eUp to ten compatible rounds\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mb-quick-item\"\u003e\n      \u003cspan class=\"mb-quick-value\"\u003e60 MM\u003c\/span\u003e\n      \u003cstrong\u003eDedicated Platform\u003c\/strong\u003e\n      \u003cspan\u003ePurpose-built mortar load carriage\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mb-quick-item\"\u003e\n      \u003cspan class=\"mb-quick-value\"\u003e2095 G\u003c\/span\u003e\n      \u003cstrong\u003eBackpack Weight\u003c\/strong\u003e\n      \u003cspan\u003eApproximately 2.095 kg\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mb-quick-item\"\u003e\n      \u003cspan class=\"mb-quick-value\"\u003e45 × 32 × 16\u003c\/span\u003e\n      \u003cstrong\u003eDimensions\u003c\/strong\u003e\n      \u003cspan\u003eMeasurements in centimetres\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mb-quick-item\"\u003e\n      \u003cspan class=\"mb-quick-value\"\u003e500D\u003c\/span\u003e\n      \u003cstrong\u003eCordura® Construction\u003c\/strong\u003e\n      \u003cspan\u003eAbrasion-resistant nylon fabric\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mb-section\"\u003e\n    \u003cdiv class=\"mb-heading\"\u003e\n      \u003ch2\u003eMission-Specific Load Carriage\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The Mortar Backpack is not a conventional assault pack. Its structure,\n        access system and internal retention layout are specifically designed\n        around the controlled transportation of compatible 60 mm mortar\n        ammunition.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mb-benefits\"\u003e\n      \u003carticle class=\"mb-benefit\"\u003e\n        \u003ch3\u003eDedicated Round Organization\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The backpack includes twenty tape holders that can be positioned\n          inside the MOLLE\/PALS-lined compartment to retain and organize the\n          carried load.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mb-benefit\"\u003e\n        \u003ch3\u003eFull-Opening Access\u003c\/h3\u003e\n\n        \u003cp\u003e\n          A long main zipper allows the backpack to open flat, providing clear\n          access to the complete internal load without unpacking multiple\n          layers.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mb-benefit\"\u003e\n        \u003ch3\u003eReinforced Structure\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The stiffened construction helps the backpack maintain its shape,\n          even when empty, simplifying packing, organization and equipment\n          management.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mb-benefit\"\u003e\n        \u003ch3\u003eHeavy-Load Support\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Wide padded shoulder straps, an adjustable sternum strap and an\n          adjustable hip belt help distribute demanding operational loads.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mb-section\"\u003e\n    \u003cdiv class=\"mb-operational\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eDesigned Around the Mortar Team\u003c\/h2\u003e\n\n        \u003cp\u003e\n          Carrying specialized ammunition requires more than basic storage.\n          Individual rounds must remain organized, retained and accessible\n          while the pack withstands repeated field movement and demanding\n          handling.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The Direct Action Mortar Backpack combines a rigidized body with a\n          modular internal retention system. The inside of both the back panel\n          and main flap is lined with MOLLE\/PALS-compatible webbing, allowing\n          the included holders to be arranged around the operational load.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Three external compression straps reinforce the structure and help\n          stabilize the contents. A protective collar positioned at the bottom\n          of the main opening shields the zipper area from mechanical damage\n          and direct contact with the ground.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mb-operational-list\"\u003e\n        \u003cdiv class=\"mb-operational-item\"\u003e\n          \u003cstrong\u003eUp to Ten 60 mm Rounds\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Dedicated capacity for compatible ammunition when configured with\n            the supplied retention holders.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mb-operational-item\"\u003e\n          \u003cstrong\u003eTwenty Included Holders\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Modular tape holders support controlled positioning and retention\n            inside the backpack.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mb-operational-item\"\u003e\n          \u003cstrong\u003eStiffened Pack Body\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Maintains its general form to simplify loading and management of\n            the internal layout.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mb-operational-item\"\u003e\n          \u003cstrong\u003eCompression Reinforcement\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Three external straps with 20 mm buckles stabilize and reinforce\n            the packed system.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mb-section\"\u003e\n    \u003cdiv class=\"mb-access\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eFull-Opening Main Compartment\u003c\/h2\u003e\n\n        \u003cp\u003e\n          The extended zipper allows the main compartment to open completely\n          and lie flat. This layout provides direct visual and physical access\n          to the entire internal retention system.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          A sewn-in protective collar at the lower end of the opening helps\n          shield the zipper from dirt, abrasion and mechanical damage during\n          field use.\n        \u003c\/p\u003e\n\n        \u003cul class=\"mb-checks mb-checks-two\"\u003e\n          \u003cli\u003eLong main-compartment zipper\u003c\/li\u003e\n          \u003cli\u003eBackpack opens flat\u003c\/li\u003e\n          \u003cli\u003eComplete internal load visibility\u003c\/li\u003e\n          \u003cli\u003eRapid equipment accountability\u003c\/li\u003e\n          \u003cli\u003eProtected lower zipper area\u003c\/li\u003e\n          \u003cli\u003eImproved packing access\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mb-access-panel\"\u003e\n        \u003cdiv class=\"mb-access-item\"\u003e\n          \u003cstrong\u003eClear Internal Overview\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Operators can inspect the complete layout without removing\n            unrelated items from the backpack.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mb-access-item\"\u003e\n          \u003cstrong\u003eSimplified Loading\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            The flat-opening design provides a stable surface for positioning\n            and securing the operational load.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mb-access-item\"\u003e\n          \u003cstrong\u003eField-Oriented Protection\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            The lower collar helps protect a vulnerable zipper area when the\n            opened backpack is placed on the ground.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mb-section\"\u003e\n    \u003cdiv class=\"mb-heading\"\u003e\n      \u003ch2\u003eInternal Retention and Organization\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The modular interior allows the supplied holders to be positioned\n        according to compatible ammunition geometry and the organization\n        requirements established by the user’s unit.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mb-retention-grid\"\u003e\n      \u003carticle class=\"mb-retention-card\"\u003e\n        \u003cdiv class=\"mb-retention-number\"\u003e01\u003c\/div\u003e\n\n        \u003ch3\u003eMOLLE\/PALS-Lined Back Panel\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The internal back surface is covered with webbing that supports\n          modular attachment and positioning of the supplied holders.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mb-retention-card\"\u003e\n        \u003cdiv class=\"mb-retention-number\"\u003e02\u003c\/div\u003e\n\n        \u003ch3\u003eMOLLE\/PALS-Lined Flap\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The inside of the opening flap provides additional attachment space\n          for balancing and organizing the complete load.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mb-retention-card\"\u003e\n        \u003cdiv class=\"mb-retention-number\"\u003e03\u003c\/div\u003e\n\n        \u003ch3\u003eTwenty Tape Holders Included\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The supplied retention components allow compatible rounds to be\n          secured individually within the modular interior.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mb-retention-card\"\u003e\n        \u003cdiv class=\"mb-retention-number\"\u003e04\u003c\/div\u003e\n\n        \u003ch3\u003eVisible Equipment Layout\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Assigned retention positions make it easier to identify missing or\n          improperly secured components during inspections.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mb-retention-card\"\u003e\n        \u003cdiv class=\"mb-retention-number\"\u003e05\u003c\/div\u003e\n\n        \u003ch3\u003eLoad Management\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Individual retention reduces uncontrolled internal movement while\n          supporting a more consistent load arrangement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mb-retention-card\"\u003e\n        \u003cdiv class=\"mb-retention-number\"\u003e06\u003c\/div\u003e\n\n        \u003ch3\u003eUnit-Specific Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The modular layout can be configured according to authorized\n          ammunition, issued equipment and applicable unit procedures.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mb-section\"\u003e\n    \u003cdiv class=\"mb-modularity\"\u003e\n      \u003ch2\u003eExternal MOLLE\/PALS Expansion\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The backpack provides multiple external attachment surfaces for\n        supporting equipment. Added items must be positioned so they do not\n        interfere with access, load balance or the wearer’s movement.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mb-modularity-grid\"\u003e\n        \u003cdiv class=\"mb-modularity-card\"\u003e\n          \u003cstrong\u003eFront Flap Panel\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Laser-cut laminated MOLLE\/PALS panel measuring seven cells across\n            by nine rows.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mb-modularity-card\"\u003e\n          \u003cstrong\u003eSide Attachment Areas\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            MOLLE\/PALS-compatible surfaces allow selected supporting equipment\n            to be added to the sides.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mb-modularity-card\"\u003e\n          \u003cstrong\u003eBottom Attachment Area\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Additional modular attachment space is positioned beneath the main\n            body of the backpack.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mb-modularity-card\"\u003e\n          \u003cstrong\u003eIdentification Panel\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            A 5 × 9 cm soft hook-and-loop panel supports unit, team or\n            equipment-identification patches.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mb-section\"\u003e\n    \u003cdiv class=\"mb-heading\"\u003e\n      \u003ch2\u003eHeavy-Load Carrying System\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The harness combines padded shoulder support with adjustable torso and\n        waist stabilization for controlled movement with demanding loads.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mb-carry-grid\"\u003e\n      \u003carticle class=\"mb-carry\"\u003e\n        \u003ch3\u003eBackpack Carry\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Wide, padded shoulder straps help distribute pressure across the\n          wearer’s shoulders. Each strap incorporates a quick-release system\n          using 25 mm buckles.\n        \u003c\/p\u003e\n\n        \u003cul class=\"mb-checks\"\u003e\n          \u003cli\u003eWide padded shoulder straps\u003c\/li\u003e\n          \u003cli\u003e25 mm quick-release buckles\u003c\/li\u003e\n          \u003cli\u003eAdjustable sternum strap\u003c\/li\u003e\n          \u003cli\u003eAdjustable hip belt\u003c\/li\u003e\n          \u003cli\u003eDesigned for demanding loads\u003c\/li\u003e\n          \u003cli\u003eSupports controlled load distribution\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mb-carry\"\u003e\n        \u003ch3\u003eManual Transport\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Reinforced transport handles are positioned at the top and sides of\n          the backpack for loading, unloading, repositioning and controlled\n          short-distance handling.\n        \u003c\/p\u003e\n\n        \u003cul class=\"mb-checks\"\u003e\n          \u003cli\u003eTop transport handle\u003c\/li\u003e\n          \u003cli\u003eSide transport handles\u003c\/li\u003e\n          \u003cli\u003eMultiple lifting positions\u003c\/li\u003e\n          \u003cli\u003eUseful during vehicle loading\u003c\/li\u003e\n          \u003cli\u003eSupports team handling\u003c\/li\u003e\n          \u003cli\u003eImproves equipment repositioning\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mb-section\"\u003e\n    \u003cdiv class=\"mb-heading\"\u003e\n      \u003ch2\u003eProfessional Applications\u003c\/h2\u003e\n\n      \u003cp\u003e\n        This specialized backpack is intended for authorized professional use\n        within established military logistics, training and operational\n        procedures.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mb-use-grid\"\u003e\n      \u003carticle class=\"mb-use\"\u003e\n        \u003cspan class=\"mb-use-label\"\u003eMORTAR TEAM\u003c\/span\u003e\n\n        \u003ch3\u003eOperational Ammunition Carriage\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Dedicated transportation and organization for compatible 60 mm\n          mortar rounds carried by trained and authorized personnel.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mb-use\"\u003e\n        \u003cspan class=\"mb-use-label\"\u003eUNIT TRAINING\u003c\/span\u003e\n\n        \u003ch3\u003eTraining and Qualification\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Supports standardized load placement and equipment accountability\n          during authorized military training and qualification activities.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mb-use\"\u003e\n        \u003cspan class=\"mb-use-label\"\u003eDEPLOYMENT\u003c\/span\u003e\n\n        \u003ch3\u003eVehicle-to-Field Movement\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Multiple transport handles and a complete backpack harness support\n          movement between vehicles, staging areas and field positions.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mb-use\"\u003e\n        \u003cspan class=\"mb-use-label\"\u003eLOGISTICS\u003c\/span\u003e\n\n        \u003ch3\u003eControlled Load Organization\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Internal retention positions help maintain a consistent and\n          inspectable arrangement for issued equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mb-use\"\u003e\n        \u003cspan class=\"mb-use-label\"\u003eINSTITUTIONAL\u003c\/span\u003e\n\n        \u003ch3\u003eStandardized Unit Programs\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Suitable for military procurement programs requiring repeatable\n          configurations across teams, units or training locations.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mb-use\"\u003e\n        \u003cspan class=\"mb-use-label\"\u003eMODULAR\u003c\/span\u003e\n\n        \u003ch3\u003eSupporting Equipment Integration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          External MOLLE\/PALS attachment areas allow selected mission support\n          equipment to be added according to unit requirements.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mb-section\"\u003e\n    \u003cdiv class=\"mb-heading\"\u003e\n      \u003ch2\u003eKey Features\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"mb-checks mb-checks-two\"\u003e\n      \u003cli\u003eSpecialized 60 mm mortar ammunition backpack\u003c\/li\u003e\n      \u003cli\u003eDesigned to carry up to ten compatible rounds\u003c\/li\u003e\n      \u003cli\u003eTwenty modular tape holders included\u003c\/li\u003e\n      \u003cli\u003eAbrasion-resistant Cordura® 500D construction\u003c\/li\u003e\n      \u003cli\u003e100% nylon main fabric\u003c\/li\u003e\n      \u003cli\u003e260 g\/m² main-material weight\u003c\/li\u003e\n      \u003cli\u003eLong full-opening main zipper\u003c\/li\u003e\n      \u003cli\u003eBackpack opens completely flat\u003c\/li\u003e\n      \u003cli\u003eProtective lower zipper collar\u003c\/li\u003e\n      \u003cli\u003eStiffened self-supporting construction\u003c\/li\u003e\n      \u003cli\u003eThree external compression straps\u003c\/li\u003e\n      \u003cli\u003e20 mm compression-strap buckles\u003c\/li\u003e\n      \u003cli\u003eInternal MOLLE\/PALS-compatible back panel\u003c\/li\u003e\n      \u003cli\u003eInternal MOLLE\/PALS-compatible flap\u003c\/li\u003e\n      \u003cli\u003eLaser-cut laminated front MOLLE\/PALS panel\u003c\/li\u003e\n      \u003cli\u003eSeven-cell by nine-row front panel\u003c\/li\u003e\n      \u003cli\u003eSide MOLLE\/PALS attachment areas\u003c\/li\u003e\n      \u003cli\u003eBottom MOLLE\/PALS attachment area\u003c\/li\u003e\n      \u003cli\u003e5 × 9 cm hook-and-loop identification panel\u003c\/li\u003e\n      \u003cli\u003eWide padded shoulder straps\u003c\/li\u003e\n      \u003cli\u003eShoulder-strap quick-release system\u003c\/li\u003e\n      \u003cli\u003e25 mm shoulder-strap buckles\u003c\/li\u003e\n      \u003cli\u003eAdjustable sternum strap\u003c\/li\u003e\n      \u003cli\u003eAdjustable hip belt\u003c\/li\u003e\n      \u003cli\u003eTop and side transport handles\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mb-section\"\u003e\n    \u003cdiv class=\"mb-heading\"\u003e\n      \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003ctable class=\"mb-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct\u003c\/th\u003e\n          \u003ctd\u003eDirect Action Mortar Backpack\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n          \u003ctd\u003eDirect Action\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eSKU\u003c\/th\u003e\n          \u003ctd\u003eBP-MRBK-CD5\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n          \u003ctd\u003eSpecialized military ammunition-carrying backpack\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eIntended Compatibility\u003c\/th\u003e\n          \u003ctd\u003eCompatible 60 mm mortar rounds\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMaximum Stated Capacity\u003c\/th\u003e\n          \u003ctd\u003eUp to 10 compatible rounds\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n          \u003ctd\u003e\n            45 × 32 × 16 cm\u003cbr\u003e\n            17.7 × 12.6 × 6.3 in\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBackpack Weight\u003c\/th\u003e\n          \u003ctd\u003e2095 g \/ approximately 4.62 lb\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMain Material\u003c\/th\u003e\n          \u003ctd\u003eCordura® 500D\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMaterial Composition\u003c\/th\u003e\n          \u003ctd\u003e100% nylon\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMain-Material Weight\u003c\/th\u003e\n          \u003ctd\u003e260 g\/m²\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMain Compartment\u003c\/th\u003e\n          \u003ctd\u003eLong-zipper clamshell opening that allows the pack to lie flat\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eInternal Modularity\u003c\/th\u003e\n          \u003ctd\u003e\n            MOLLE\/PALS-compatible webbing on the internal back panel and flap\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eIncluded Retention Components\u003c\/th\u003e\n          \u003ctd\u003e20 tape holders\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eExternal Front Panel\u003c\/th\u003e\n          \u003ctd\u003e\n            Laser-cut laminated MOLLE\/PALS panel, seven cells by nine rows\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAdditional Attachment Areas\u003c\/th\u003e\n          \u003ctd\u003eMOLLE\/PALS-compatible panels on the sides and bottom\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eIdentification Area\u003c\/th\u003e\n          \u003ctd\u003e5 × 9 cm soft hook-and-loop panel\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCompression System\u003c\/th\u003e\n          \u003ctd\u003eThree external straps with 20 mm buckles\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eShoulder Straps\u003c\/th\u003e\n          \u003ctd\u003e\n            Wide padded straps with quick-release system and 25 mm buckles\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eLoad Stabilization\u003c\/th\u003e\n          \u003ctd\u003eAdjustable sternum strap and adjustable hip belt\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eTransport Handles\u003c\/th\u003e\n          \u003ctd\u003eTop and side carrying handles\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAdditional Features\u003c\/th\u003e\n          \u003ctd\u003eMOLLE\/PALS system and comfort padding\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eColour Availability\u003c\/th\u003e\n          \u003ctd\u003eVaries according to the selected product variant\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mb-section\"\u003e\n    \u003cdiv class=\"mb-included\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eWhat Is Included?\u003c\/h2\u003e\n\n        \u003cp\u003e\n          The backpack is supplied with the internal retention components\n          specified by Direct Action. Ammunition, pouches, identification\n          patches and externally mounted equipment are not included.\n        \u003c\/p\u003e\n\n        \u003cul class=\"mb-checks\"\u003e\n          \u003cli\u003eOne Direct Action Mortar Backpack\u003c\/li\u003e\n          \u003cli\u003eTwenty internal tape holders\u003c\/li\u003e\n          \u003cli\u003eIntegrated shoulder harness\u003c\/li\u003e\n          \u003cli\u003eIntegrated sternum strap\u003c\/li\u003e\n          \u003cli\u003eIntegrated hip belt\u003c\/li\u003e\n          \u003cli\u003eIntegrated compression straps\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003caside class=\"mb-included-box\"\u003e\n        \u003cstrong\u003eEquipment Not Included\u003c\/strong\u003e\n\n        \u003cspan\u003eMortar rounds or ammunition\u003c\/span\u003e\n        \u003cspan\u003eExternal MOLLE\/PALS pouches\u003c\/span\u003e\n        \u003cspan\u003eIdentification patches\u003c\/span\u003e\n        \u003cspan\u003eAdditional mission equipment\u003c\/span\u003e\n        \u003cspan\u003eProtective or storage containers\u003c\/span\u003e\n      \u003c\/aside\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mb-section\"\u003e\n    \u003cdiv class=\"mb-notice\"\u003e\n      \u003cstrong\u003eRestricted Professional-Use Product\u003c\/strong\u003e\n\n      \u003cp\u003e\n        This backpack is intended for authorized military organizations and\n        trained professional personnel. Ammunition is not included. Load\n        configuration, ammunition compatibility, inspection, transportation,\n        storage and field use must comply with applicable Canadian laws,\n        military regulations, technical publications and established unit\n        procedures. This textile backpack is not represented as providing\n        ballistic, blast or fire protection.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mb-section\"\u003e\n    \u003cdiv class=\"mb-faird\"\u003e\n      \u003cdiv class=\"mb-faird-content\"\u003e\n        \u003cspan class=\"mb-eyebrow\"\u003e\n          Available Through Fair D Canada\n        \u003c\/span\u003e\n\n        \u003ch2\u003eMilitary Procurement and Rapid Quotation Support\u003c\/h2\u003e\n\n        \u003cp class=\"mb-faird-intro\"\u003e\n          Fair D Canada supports Canadian Armed Forces units, government\n          organizations and authorized institutional customers requiring\n          specialized Direct Action load-carriage systems, individual\n          quantities or unit-level procurement programs.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"mb-service-grid\"\u003e\n          \u003cdiv class=\"mb-service\"\u003e\n            \u003cstrong\u003eRapid Quotations\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Fast review of colour, quantity, delivery and procurement\n              requirements.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"mb-service\"\u003e\n            \u003cstrong\u003eGovernment Procurement\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Support for RFQs, tenders, purchase orders and institutional\n              programs.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"mb-service\"\u003e\n            \u003cstrong\u003eVolume Requirements\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Multi-unit requirements for bases, schools, teams and deployment\n              programs.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"mb-service\"\u003e\n            \u003cstrong\u003eCanada-Wide Support\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Professional distribution and sales support throughout Canada.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mb-buttons\"\u003e\n          \u003ca class=\"mb-button mb-button-primary\" href=\"\/es\/pages\/sb-request-quote\"\u003e\n            Submit a Quote Request\n          \u003c\/a\u003e\n\n          \u003ca class=\"mb-button mb-button-outline\" href=\"mailto:gov@fairdcanada.com?subject=Direct%20Action%20Mortar%20Backpack%20Quote\"\u003e\n            Contact Government Sales\n          \u003c\/a\u003e\n\n          \u003ca class=\"mb-button mb-button-outline\" href=\"\/es\/search?q=Direct%20Action\u0026amp;type=product\"\u003e\n            Shop Direct Action\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cfooter class=\"mb-final\"\u003e\n    \u003ch2\u003ePurpose-Built Load Carriage for the 60 mm Mortar Team\u003c\/h2\u003e\n\n    \u003cp\u003e\n      With capacity for up to ten compatible rounds, a full-opening modular\n      interior, twenty included retention holders and a reinforced Cordura®\n      500D structure, the Direct Action Mortar Backpack provides a dedicated\n      ammunition-transport platform for authorized military users.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"mb-buttons\"\u003e\n      \u003ca class=\"mb-button mb-button-dark\" href=\"\/es\/pages\/sb-request-quote\"\u003e\n        Request a Military Quote\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/footer\u003e\n\n\u003c\/div\u003e","brand":"DIRECT ACTION GEAR","offers":[{"title":"MULTICAM","offer_id":45962854990015,"sku":null,"price":760.0,"currency_code":"CAD","in_stock":true},{"title":"RANGER GREEN","offer_id":45962855022783,"sku":null,"price":760.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/imagehandler_6.png?v=1785934784","url":"https:\/\/fairdcanada.com\/es\/products\/direct-action-mortar-backpack-60-mm","provider":"FairD Canada","version":"1.0","type":"link"}