{"product_id":"ghost-mk-ii-backpack","title":"GHOST Mk II Backpack","description":"\u003cstyle\u003e\n  .fd-ghost-product {\n    --ghost-black: #111314;\n    --ghost-dark: #202426;\n    --ghost-grey: #697176;\n    --ghost-light: #f3f5f4;\n    --ghost-white: #ffffff;\n    --ghost-red: #d62831;\n    --ghost-border: #d8ddda;\n    --ghost-radius: 7px;\n    max-width: 1100px;\n    margin: 0 auto;\n    color: #292d2f;\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .fd-ghost-product *,\n  .fd-ghost-product *::before,\n  .fd-ghost-product *::after {\n    box-sizing: border-box;\n  }\n\n  .fd-ghost-product h2,\n  .fd-ghost-product h3,\n  .fd-ghost-product p {\n    margin-top: 0;\n  }\n\n  .fd-ghost-product h2,\n  .fd-ghost-product h3 {\n    color: var(--ghost-black);\n    line-height: 1.2;\n  }\n\n  .fd-ghost-product h2 {\n    margin-bottom: 15px;\n    font-size: clamp(27px, 4vw, 39px);\n  }\n\n  .fd-ghost-product h3 {\n    margin-bottom: 8px;\n    font-size: 20px;\n  }\n\n  .ghost-intro {\n    padding: 35px;\n    margin-bottom: 34px;\n    border-left: 6px solid var(--ghost-red);\n    border-radius: var(--ghost-radius);\n    background: var(--ghost-dark);\n    color: var(--ghost-white);\n  }\n\n  .ghost-intro h2 {\n    color: var(--ghost-white);\n  }\n\n  .ghost-intro p {\n    margin-bottom: 0;\n    color: #e1e5e3;\n    font-size: 18px;\n  }\n\n  .ghost-highlights {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin-bottom: 38px;\n  }\n\n  .ghost-highlight {\n    padding: 21px 17px;\n    border: 1px solid var(--ghost-border);\n    border-top: 4px solid var(--ghost-red);\n    border-radius: var(--ghost-radius);\n    background: var(--ghost-white);\n  }\n\n  .ghost-highlight strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--ghost-black);\n    font-size: 18px;\n  }\n\n  .ghost-highlight span {\n    color: var(--ghost-grey);\n    font-size: 14px;\n  }\n\n  .ghost-section {\n    margin-bottom: 38px;\n  }\n\n  .ghost-heading {\n    padding-bottom: 11px;\n    margin-bottom: 20px;\n    border-bottom: 3px solid var(--ghost-red);\n  }\n\n  .ghost-heading h2 {\n    margin-bottom: 0;\n  }\n\n  .ghost-strengths {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px;\n  }\n\n  .ghost-strength {\n    padding: 23px;\n    border: 1px solid var(--ghost-border);\n    border-radius: var(--ghost-radius);\n    background: var(--ghost-light);\n  }\n\n  .ghost-strength p {\n    margin-bottom: 0;\n    color: var(--ghost-grey);\n    font-size: 14px;\n  }\n\n  .ghost-dark {\n    padding: 34px;\n    border-radius: var(--ghost-radius);\n    background: var(--ghost-black);\n    color: var(--ghost-white);\n  }\n\n  .ghost-dark h2,\n  .ghost-dark h3 {\n    color: var(--ghost-white);\n  }\n\n  .ghost-dark p {\n    color: #dce1de;\n  }\n\n  .ghost-checks {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 11px 28px;\n    padding: 0 !important;\n    margin: 20px 0 0;\n    list-style: none;\n  }\n\n  .ghost-checks li {\n    position: relative;\n    padding-left: 27px;\n    margin: 0;\n  }\n\n  .ghost-checks li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--ghost-red);\n    font-weight: 900;\n  }\n\n  .ghost-uses {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n  }\n\n  .ghost-use {\n    padding: 22px 18px;\n    border: 1px solid var(--ghost-border);\n    border-radius: var(--ghost-radius);\n    background: var(--ghost-white);\n  }\n\n  .ghost-use p {\n    margin-bottom: 0;\n    color: var(--ghost-grey);\n    font-size: 14px;\n  }\n\n  .ghost-table {\n    width: 100%;\n    border-collapse: collapse;\n    border: 1px solid var(--ghost-border);\n  }\n\n  .ghost-table th,\n  .ghost-table td {\n    padding: 14px 17px;\n    border-bottom: 1px solid var(--ghost-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .ghost-table th {\n    width: 34%;\n    background: var(--ghost-light);\n    color: var(--ghost-black);\n  }\n\n  .ghost-table tr:last-child th,\n  .ghost-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ghost-notice {\n    padding: 20px;\n    margin-top: 22px;\n    border-left: 5px solid var(--ghost-red);\n    background: var(--ghost-light);\n  }\n\n  .ghost-notice strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--ghost-black);\n  }\n\n  .ghost-notice p {\n    margin-bottom: 0;\n    color: var(--ghost-grey);\n    font-size: 14px;\n  }\n\n  @media (max-width: 850px) {\n    .ghost-highlights,\n    .ghost-uses {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 600px) {\n    .ghost-intro,\n    .ghost-dark {\n      padding: 25px 19px;\n    }\n\n    .ghost-highlights,\n    .ghost-strengths,\n    .ghost-uses,\n    .ghost-checks {\n      grid-template-columns: 1fr;\n    }\n\n    .ghost-table,\n    .ghost-table tbody,\n    .ghost-table tr,\n    .ghost-table th,\n    .ghost-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .ghost-table th {\n      padding-bottom: 6px;\n      border-bottom: 0;\n    }\n\n    .ghost-table td {\n      padding-top: 6px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fd-ghost-product\"\u003e\n\n  \u003csection class=\"ghost-intro\"\u003e\n    \u003ch2\u003eDirect Action GHOST Mk II Backpack\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The GHOST Mk II is a modular 33.1-litre tactical backpack designed for\n      three-day missions, extended patrols, professional travel and advanced\n      equipment loadouts. Its three-section design combines a large main\n      compartment, a padded rear compartment and a fully detachable front\n      organizer.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ghost-highlights\"\u003e\n    \u003cdiv class=\"ghost-highlight\"\u003e\n      \u003cstrong\u003e33.1 L\u003c\/strong\u003e\n      \u003cspan\u003eTotal equipment capacity\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ghost-highlight\"\u003e\n      \u003cstrong\u003eCordura® 500D\u003c\/strong\u003e\n      \u003cspan\u003eDurable professional construction\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ghost-highlight\"\u003e\n      \u003cstrong\u003eCombat Vent System®\u003c\/strong\u003e\n      \u003cspan\u003eVentilated back panel\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ghost-highlight\"\u003e\n      \u003cstrong\u003eDetachable Organizer\u003c\/strong\u003e\n      \u003cspan\u003eIndependent mission module\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ghost-section\"\u003e\n    \u003cdiv class=\"ghost-heading\"\u003e\n      \u003ch2\u003eProduct Overview\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Designed as a modular three-day mission pack, the GHOST Mk II provides\n      enough capacity for clothing, hydration, communications, medical\n      equipment, electronics and other operational supplies without becoming\n      excessively bulky.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The backpack is divided into three main equipment areas. The primary\n      compartment includes a hydration-bladder sleeve and mesh organizer. A\n      padded rear compartment provides protected storage for a compatible\n      laptop up to approximately 15 inches or similarly sized electronic\n      equipment.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The removable front organizer can remain attached to the backpack, be\n      used as an independent mission module or create an external transport\n      area for a helmet, jacket or lightweight equipment.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ghost-section\"\u003e\n    \u003cdiv class=\"ghost-heading\"\u003e\n      \u003ch2\u003eKey Strengths\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ghost-strengths\"\u003e\n      \u003carticle class=\"ghost-strength\"\u003e\n        \u003ch3\u003eTrue Three-Day Capacity\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The 33.1-litre total volume provides space for sustainment equipment,\n          clothing, hydration and operational accessories for extended patrols\n          and short-duration deployments.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ghost-strength\"\u003e\n        \u003ch3\u003eDetachable Mission Organizer\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The front organizer can be removed and used independently for\n          medical, communications, administrative or technical equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ghost-strength\"\u003e\n        \u003ch3\u003eExternal Beavertail Storage\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The space between the organizer and the main backpack can secure a\n          helmet, rain shell, jacket or other lightweight equipment that\n          requires rapid access.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ghost-strength\"\u003e\n        \u003ch3\u003eProtected Electronics Compartment\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The padded rear compartment provides dedicated storage for a\n          compatible laptop, radio system, tablet or sensitive electronic\n          equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ghost-strength\"\u003e\n        \u003ch3\u003eCombat Vent System®\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Contoured foam channels and breathable mesh improve airflow between\n          the pack and the wearer’s back during prolonged use.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ghost-strength\"\u003e\n        \u003ch3\u003eLaser-Cut MOLLE\/PALS\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Front and side attachment panels allow compatible medical, utility,\n          communications and mission-specific pouches to be added.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ghost-strength\"\u003e\n        \u003ch3\u003eIndependent Waist Belt\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The detachable MOLLE\/PALS waist belt can be used with the backpack or\n          independently with the included low-profile Y-harness.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ghost-strength\"\u003e\n        \u003ch3\u003eProfessional Load Control\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Padded shoulder straps, compression straps, quick-release buckles and\n          structural reinforcement stabilize the load during movement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ghost-section\"\u003e\n    \u003cdiv class=\"ghost-dark\"\u003e\n      \u003ch2\u003eEquipment Organization\u003c\/h2\u003e\n\n      \u003cul class=\"ghost-checks\"\u003e\n        \u003cli\u003eLarge 27.5-litre main compartment\u003c\/li\u003e\n        \u003cli\u003eInternal hydration-bladder sleeve\u003c\/li\u003e\n        \u003cli\u003eInternal mesh organizer pocket\u003c\/li\u003e\n        \u003cli\u003ePadded rear laptop compartment\u003c\/li\u003e\n        \u003cli\u003eFully detachable front organizer\u003c\/li\u003e\n        \u003cli\u003eVelour-lined top accessory pocket\u003c\/li\u003e\n        \u003cli\u003eFlat front quick-access pocket\u003c\/li\u003e\n        \u003cli\u003eTwo elastic side bottle pockets\u003c\/li\u003e\n        \u003cli\u003eLaser-cut front MOLLE\/PALS panel\u003c\/li\u003e\n        \u003cli\u003eLaser-cut side MOLLE\/PALS panels\u003c\/li\u003e\n        \u003cli\u003eExternal helmet or jacket carriage\u003c\/li\u003e\n        \u003cli\u003eLoop identification panel\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ghost-section\"\u003e\n    \u003cdiv class=\"ghost-heading\"\u003e\n      \u003ch2\u003eCarrying System\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      The GHOST Mk II uses wide foam-padded shoulder straps with quick-release\n      buckles for rapid removal. Side and bottom compression straps help\n      stabilize the equipment and reduce unnecessary load movement.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The Combat Vent System® back panel uses contoured foam channels to\n      maintain structural support while creating space for air circulation.\n      The removable MOLLE\/PALS waist belt transfers part of the load away from\n      the shoulders and can also operate as a separate equipment belt.\n    \u003c\/p\u003e\n\n    \u003cul class=\"ghost-checks\"\u003e\n      \u003cli\u003eWide foam-padded shoulder straps\u003c\/li\u003e\n      \u003cli\u003eQuick-release shoulder buckles\u003c\/li\u003e\n      \u003cli\u003eVentilated Combat Vent System®\u003c\/li\u003e\n      \u003cli\u003eInternal structural reinforcement\u003c\/li\u003e\n      \u003cli\u003eSide compression straps\u003c\/li\u003e\n      \u003cli\u003eBottom equipment-retention straps\u003c\/li\u003e\n      \u003cli\u003eDetachable MOLLE\/PALS waist belt\u003c\/li\u003e\n      \u003cli\u003eLow-profile Y-harness included\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ghost-section\"\u003e\n    \u003cdiv class=\"ghost-heading\"\u003e\n      \u003ch2\u003eRecommended Applications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ghost-uses\"\u003e\n      \u003carticle class=\"ghost-use\"\u003e\n        \u003ch3\u003eMilitary Operations\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Suitable for three-day missions, field training, patrols and\n          short-duration deployments.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ghost-use\"\u003e\n        \u003ch3\u003eLaw Enforcement\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Organizes tactical equipment, protective clothing, medical supplies\n          and specialized team accessories.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ghost-use\"\u003e\n        \u003ch3\u003eCommunications\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Carries radios, batteries, antennas, cables, headsets and supporting\n          technical equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ghost-use\"\u003e\n        \u003ch3\u003eMedical Equipment\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The detachable organizer can be configured as a separate medical or\n          emergency-response module.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ghost-use\"\u003e\n        \u003ch3\u003eProfessional Travel\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Separate compartments organize clothing, electronics and work\n          equipment during mobile assignments.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ghost-use\"\u003e\n        \u003ch3\u003eOutdoor Operations\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Appropriate for hunting, expedition work, remote field assignments\n          and demanding outdoor use.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ghost-section\"\u003e\n    \u003cdiv class=\"ghost-heading\"\u003e\n      \u003ch2\u003eKey Features\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"ghost-checks\"\u003e\n      \u003cli\u003eModular three-day tactical backpack\u003c\/li\u003e\n      \u003cli\u003e33.1-litre total capacity\u003c\/li\u003e\n      \u003cli\u003e27.5-litre main compartment\u003c\/li\u003e\n      \u003cli\u003eCordura® 500D laminate construction\u003c\/li\u003e\n      \u003cli\u003eLaser-cut MOLLE\/PALS front and side panels\u003c\/li\u003e\n      \u003cli\u003eFully detachable organizer pocket\u003c\/li\u003e\n      \u003cli\u003eStandalone organizer capability\u003c\/li\u003e\n      \u003cli\u003eExternal beavertail-style transport area\u003c\/li\u003e\n      \u003cli\u003eHydration-system compatible\u003c\/li\u003e\n      \u003cli\u003ePadded laptop compartment\u003c\/li\u003e\n      \u003cli\u003eFits compatible laptops up to approximately 15 inches\u003c\/li\u003e\n      \u003cli\u003eTwo elastic side pockets for one-litre bottles\u003c\/li\u003e\n      \u003cli\u003eVelour-lined eyewear and electronics pocket\u003c\/li\u003e\n      \u003cli\u003eFlat front quick-access pocket\u003c\/li\u003e\n      \u003cli\u003eCombat Vent System® back panel\u003c\/li\u003e\n      \u003cli\u003eWide padded shoulder straps\u003c\/li\u003e\n      \u003cli\u003eQuick-release shoulder buckles\u003c\/li\u003e\n      \u003cli\u003eDetachable MOLLE\/PALS waist belt\u003c\/li\u003e\n      \u003cli\u003eLow-profile Y-harness included\u003c\/li\u003e\n      \u003cli\u003eSide and bottom compression straps\u003c\/li\u003e\n      \u003cli\u003eLoop panel for identification patches\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ghost-section\"\u003e\n    \u003cdiv class=\"ghost-heading\"\u003e\n      \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003ctable class=\"ghost-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct\u003c\/th\u003e\n          \u003ctd\u003eDirect Action GHOST Mk II Backpack\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eSKU\u003c\/th\u003e\n          \u003ctd\u003eBP-GHST-CD5\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eTotal Capacity\u003c\/th\u003e\n          \u003ctd\u003e33.1 L\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMain Compartment Capacity\u003c\/th\u003e\n          \u003ctd\u003e27.5 L\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n          \u003ctd\u003e\n            52 × 30 × 18 cm\u003cbr\u003e\n            20.5 × 11.9 × 7.1 in\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n          \u003ctd\u003e2,229 g \/ approximately 4.91 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\"\u003eMain Material Composition\u003c\/th\u003e\n          \u003ctd\u003e100% nylon\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eLining\u003c\/th\u003e\n          \u003ctd\u003e100% polyester\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMaterial Weight\u003c\/th\u003e\n          \u003ctd\u003eApproximately 225 g\/m²\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eHydration Compatibility\u003c\/th\u003e\n          \u003ctd\u003eYes\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eLaptop Compatibility\u003c\/th\u003e\n          \u003ctd\u003eCompatible laptop up to approximately 15 inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eExternal Modularity\u003c\/th\u003e\n          \u003ctd\u003eLaser-cut MOLLE\/PALS panels on the front and sides\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBack Panel\u003c\/th\u003e\n          \u003ctd\u003eCombat Vent System®\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eWaist Belt\u003c\/th\u003e\n          \u003ctd\u003e\n            Detachable MOLLE\/PALS waist belt with low-profile Y-harness\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eEU Design Registration\u003c\/th\u003e\n          \u003ctd\u003e002428615-0001\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003cdiv class=\"ghost-notice\"\u003e\n      \u003cstrong\u003eEquipment and Variant Notice\u003c\/strong\u003e\n\n      \u003cp\u003e\n        Hydration bladders, laptops, radios, helmets, pouches, medical\n        equipment and other accessories are not included unless specifically\n        stated. Product colour, camouflage pattern and minor construction\n        details may vary according to the selected variant and production\n        generation.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"DIRECT ACTION GEAR","offers":[{"title":"MULTICAM","offer_id":45963496718527,"sku":null,"price":294.0,"currency_code":"CAD","in_stock":true},{"title":"COYOTE BROWN","offer_id":45963496751295,"sku":null,"price":294.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/ghostbackpackcanadamulticam.jpg?v=1785941398","url":"https:\/\/fairdcanada.com\/products\/ghost-mk-ii-backpack","provider":"FairD Canada","version":"1.0","type":"link"}