{"title":"Deployment Bag Large","description":"\u003cstyle\u003e\n  .deployment-collection {\n    background: #0d0d0d;\n    color: #f2f2f2;\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.6;\n  }\n\n  .deployment-hero {\n    position: relative;\n    padding: 80px 5%;\n    background:\n      linear-gradient(135deg, rgba(0,0,0,0.96), rgba(28,22,16,0.92)),\n      radial-gradient(circle at top right, rgba(180,130,70,0.22), transparent 38%);\n    overflow: hidden;\n  }\n\n  .deployment-hero::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background-image:\n      linear-gradient(45deg, rgba(255,255,255,0.025) 25%, transparent 25%),\n      linear-gradient(-45deg, rgba(255,255,255,0.025) 25%, transparent 25%);\n    background-size: 24px 24px;\n    opacity: 0.35;\n    pointer-events: none;\n  }\n\n  .deployment-hero-inner {\n    position: relative;\n    z-index: 2;\n    max-width: 1250px;\n    margin: auto;\n    display: grid;\n    grid-template-columns: 1.1fr 0.9fr;\n    gap: 44px;\n    align-items: center;\n  }\n\n  .deployment-kicker {\n    color: #c49a5a;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    font-size: 13px;\n    font-weight: 700;\n    margin-bottom: 14px;\n  }\n\n  .deployment-hero h1 {\n    font-size: clamp(38px, 6vw, 76px);\n    line-height: 0.98;\n    margin: 0 0 22px;\n    text-transform: uppercase;\n  }\n\n  .deployment-hero p {\n    font-size: 18px;\n    color: #d6d6d6;\n    max-width: 820px;\n  }\n\n  .deployment-hero img {\n    width: 100%;\n    border-radius: 20px;\n    box-shadow: 0 24px 60px rgba(0,0,0,0.5);\n  }\n\n  .deployment-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 28px;\n  }\n\n  .deployment-badge {\n    border: 1px solid rgba(196,154,90,0.55);\n    color: #f4d8a6;\n    padding: 8px 14px;\n    border-radius: 999px;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 0.7px;\n    background: rgba(0,0,0,0.25);\n  }\n\n  .deployment-section {\n    padding: 60px 5%;\n    max-width: 1300px;\n    margin: auto;\n  }\n\n  .deployment-section h2 {\n    font-size: 32px;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n    border-left: 5px solid #c49a5a;\n    padding-left: 16px;\n  }\n\n  .deployment-intro {\n    color: #d8d8d8;\n    max-width: 980px;\n    font-size: 17px;\n  }\n\n  .deployment-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 22px;\n    margin-top: 32px;\n  }\n\n  .deployment-card {\n    background: #181818;\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 18px;\n    padding: 26px;\n    box-shadow: 0 14px 38px rgba(0,0,0,0.28);\n  }\n\n  .deployment-card h3 {\n    color: #c49a5a;\n    margin-top: 0;\n    font-size: 20px;\n    text-transform: uppercase;\n  }\n\n  .deployment-card p {\n    color: #d7d7d7;\n    margin-bottom: 0;\n  }\n\n  .deployment-options {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 16px;\n    margin-top: 30px;\n  }\n\n  .deployment-option {\n    background: #141414;\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 16px;\n    padding: 20px;\n  }\n\n  .deployment-option strong {\n    display: block;\n    color: #c49a5a;\n    text-transform: uppercase;\n    font-size: 14px;\n    margin-bottom: 8px;\n  }\n\n  .deployment-option span {\n    color: #d8d8d8;\n    font-size: 15px;\n  }\n\n  .deployment-product-feature {\n    display: grid;\n    grid-template-columns: 0.95fr 1.05fr;\n    gap: 38px;\n    align-items: center;\n    background: #141414;\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 22px;\n    padding: 32px;\n    margin-top: 34px;\n  }\n\n  .deployment-product-feature img {\n    width: 100%;\n    border-radius: 18px;\n    background: #0b0b0b;\n  }\n\n  .deployment-product-feature h3 {\n    font-size: 30px;\n    text-transform: uppercase;\n    margin: 0 0 12px;\n  }\n\n  .deployment-product-feature p {\n    color: #d8d8d8;\n  }\n\n  .deployment-list {\n    color: #dedede;\n    padding-left: 20px;\n    margin-top: 22px;\n  }\n\n  .deployment-list li {\n    margin-bottom: 10px;\n  }\n\n  .deployment-cta {\n    background: linear-gradient(135deg, #2a2118, #101010);\n    border: 1px solid rgba(196,154,90,0.35);\n    border-radius: 22px;\n    padding: 36px;\n    margin-top: 36px;\n  }\n\n  .deployment-cta h3 {\n    font-size: 28px;\n    margin-top: 0;\n    text-transform: uppercase;\n  }\n\n  .deployment-cta p {\n    color: #d8d8d8;\n    max-width: 900px;\n  }\n\n  .deployment-button {\n    display: inline-block;\n    background: #c49a5a;\n    color: #101010;\n    padding: 13px 22px;\n    border-radius: 999px;\n    font-weight: 700;\n    text-decoration: none;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n    font-size: 13px;\n    margin-top: 12px;\n  }\n\n  .deployment-button:hover {\n    background: #e1b978;\n    color: #000;\n  }\n\n  .deployment-note {\n    font-size: 13px;\n    color: #aaa;\n    margin-top: 28px;\n  }\n\n  @media (max-width: 1000px) {\n    .deployment-options {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 850px) {\n    .deployment-hero-inner,\n    .deployment-grid,\n    .deployment-product-feature,\n    .deployment-options {\n      grid-template-columns: 1fr;\n    }\n\n    .deployment-hero {\n      padding: 52px 5%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"deployment-collection\"\u003e\n\n  \u003csection class=\"deployment-hero\"\u003e\n    \u003cdiv class=\"deployment-hero-inner\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"deployment-kicker\"\u003eTactical Transport \/ Operational Load Carriage\u003c\/div\u003e\n        \u003ch1\u003eDeployment Bags\u003c\/h1\u003e\n        \u003cp\u003e\n          Fair D Canada offers a complete range of deployment bags, tactical duffel bags,\n          waterproof transport bags and mission-ready equipment bags for police, tactical teams,\n          military units, SAR organizations, field technicians and government users.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Whether you need a rugged nylon deployment bag, a PVC waterproof bag, a fully sealed\n          100% waterproof transport solution, or a more breathable non-waterproof field bag,\n          we can help you source the right option for your operational requirement.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"deployment-badges\"\u003e\n          \u003cspan class=\"deployment-badge\"\u003ePolice\u003c\/span\u003e\n          \u003cspan class=\"deployment-badge\"\u003eGTI \/ Tactical Teams\u003c\/span\u003e\n          \u003cspan class=\"deployment-badge\"\u003eMilitary\u003c\/span\u003e\n          \u003cspan class=\"deployment-badge\"\u003eSAR\u003c\/span\u003e\n          \u003cspan class=\"deployment-badge\"\u003eWaterproof Options\u003c\/span\u003e\n          \u003cspan class=\"deployment-badge\"\u003ePVC \/ Nylon \/ Cordura\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/070_4_26f97979-2b8e-40a9-afc6-a745900b1a73.jpg?v=1779545794\" alt=\"Deployment tactical bag collection\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"deployment-section\"\u003e\n    \u003ch2\u003eDeployment Bags for Every Mission Profile\u003c\/h2\u003e\n    \u003cp class=\"deployment-intro\"\u003e\n      A deployment bag is more than a standard travel bag. It is a professional transport solution\n      designed to carry uniforms, protective equipment, tactical gear, range equipment, rescue tools,\n      cold weather clothing, PPE, electronics, communications equipment and field accessories.\n    \u003c\/p\u003e\n    \u003cp class=\"deployment-intro\"\u003e\n      Fair D Canada works with multiple brands and suppliers to offer different bag constructions,\n      materials, sizes and configurations. If the exact model is not listed online, contact us:\n      we can usually find the right bag based on your size, material, waterproofing and operational needs.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"deployment-grid\"\u003e\n      \u003cdiv class=\"deployment-card\"\u003e\n        \u003ch3\u003ePolice \u0026amp; Patrol\u003c\/h3\u003e\n        \u003cp\u003e\n          Duty bags, patrol equipment bags, range bags and large-capacity transport options for\n          police officers, instructors and agency equipment issue.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"deployment-card\"\u003e\n        \u003ch3\u003eGTI \/ Tactical Teams\u003c\/h3\u003e\n        \u003cp\u003e\n          Rugged deployment bags for tactical loadouts, helmets, armour, breaching equipment,\n          communications gear and team-based operational kits.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"deployment-card\"\u003e\n        \u003ch3\u003eMilitary \u0026amp; Field Use\u003c\/h3\u003e\n        \u003cp\u003e\n          Large-volume field bags for uniforms, cold weather systems, mission equipment,\n          deployment travel and unit procurement requirements.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"deployment-card\"\u003e\n        \u003ch3\u003eSAR \u0026amp; Rescue\u003c\/h3\u003e\n        \u003cp\u003e\n          Transport solutions for search and rescue teams, rope rescue, medical equipment,\n          outdoor kits, wet gear and specialized field operations.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"deployment-card\"\u003e\n        \u003ch3\u003eWaterproof Transport\u003c\/h3\u003e\n        \u003cp\u003e\n          PVC and sealed waterproof bag options for marine, winter, rescue, field and harsh-weather\n          environments where moisture protection is critical.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"deployment-card\"\u003e\n        \u003ch3\u003eCustom Sourcing\u003c\/h3\u003e\n        \u003cp\u003e\n          Need a specific size, colour, material or price point? Send us your requirement and\n          we will help identify the best available option.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"deployment-section\"\u003e\n    \u003ch2\u003eAvailable Bag Options\u003c\/h2\u003e\n    \u003cp class=\"deployment-intro\"\u003e\n      Different users need different bag constructions. Some operations require maximum abrasion\n      resistance, others need full waterproof protection, while others prioritize weight, flexibility,\n      organization or fast access. Fair D Canada can supply or source multiple configurations.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"deployment-options\"\u003e\n      \u003cdiv class=\"deployment-option\"\u003e\n        \u003cstrong\u003ePVC Waterproof Bags\u003c\/strong\u003e\n        \u003cspan\u003e\n          Heavy-duty waterproof transport bags for wet environments, rescue, marine, winter and\n          dirty equipment transport.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"deployment-option\"\u003e\n        \u003cstrong\u003eNylon Deployment Bags\u003c\/strong\u003e\n        \u003cspan\u003e\n          Lightweight and durable textile options for tactical, police, military, travel and\n          range applications.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"deployment-option\"\u003e\n        \u003cstrong\u003e100% Waterproof Options\u003c\/strong\u003e\n        \u003cspan\u003e\n          Sealed or roll-top style bags designed to protect contents against rain, snow, mud\n          and harsh field conditions.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"deployment-option\"\u003e\n        \u003cstrong\u003eNon-Waterproof Field Bags\u003c\/strong\u003e\n        \u003cspan\u003e\n          More breathable, flexible and accessible bag options for dry gear, uniforms, range\n          equipment and general deployment use.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"deployment-option\"\u003e\n        \u003cstrong\u003eCordura \/ Tactical Fabric\u003c\/strong\u003e\n        \u003cspan\u003e\n          Abrasion-resistant tactical textile bags for professional users who need durability\n          and long service life.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"deployment-option\"\u003e\n        \u003cstrong\u003eLarge Duffel Bags\u003c\/strong\u003e\n        \u003cspan\u003e\n          High-volume duffel and deployment bags for clothing systems, armour, helmets and\n          complete operational loadouts.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"deployment-option\"\u003e\n        \u003cstrong\u003eBackpack Carry Options\u003c\/strong\u003e\n        \u003cspan\u003e\n          Convertible bags with shoulder straps or backpack-style carry systems for easier\n          movement over distance.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"deployment-option\"\u003e\n        \u003cstrong\u003eAgency Procurement\u003c\/strong\u003e\n        \u003cspan\u003e\n          Volume supply, substitutions, sourcing support and quote assistance for departments,\n          agencies and government buyers.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"deployment-section\"\u003e\n    \u003ch2\u003eFeatured Example\u003c\/h2\u003e\n\n    \u003cdiv class=\"deployment-product-feature\"\u003e\n      \u003cdiv\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/DEPLOYD_BAG_COYOTE.png?v=1779545812\" alt=\"Direct Action Deployment Bag Large Coyote Brown\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"deployment-kicker\"\u003eExample of Available Product Type\u003c\/div\u003e\n        \u003ch3\u003eLarge Tactical Deployment Bag\u003c\/h3\u003e\n        \u003cp\u003e\n          This type of large tactical deployment bag is ideal for users who need a high-capacity\n          transport solution for clothing, field gear, range equipment, uniforms, PPE, accessories\n          and mission-specific loadouts.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Models may vary by brand, material, colour, capacity, waterproofing level and availability.\n          Contact Fair D Canada with your required size, application and environment, and we will help\n          identify the most appropriate option.\n        \u003c\/p\u003e\n\n        \u003ca href=\"\/collections\/deployment-bags\" class=\"deployment-button\"\u003eView Available Bags\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"deployment-section\"\u003e\n    \u003ch2\u003eCommon Applications\u003c\/h2\u003e\n\n    \u003cul class=\"deployment-list\"\u003e\n      \u003cli\u003ePolice duty bags and patrol equipment bags.\u003c\/li\u003e\n      \u003cli\u003eGTI, SWAT and tactical team deployment kits.\u003c\/li\u003e\n      \u003cli\u003eMilitary clothing, PPE and field equipment transport.\u003c\/li\u003e\n      \u003cli\u003eSAR, rescue, marine and outdoor emergency response bags.\u003c\/li\u003e\n      \u003cli\u003eRange bags for firearms instructors, agencies and training centres.\u003c\/li\u003e\n      \u003cli\u003eWaterproof bags for wet gear, winter operations and harsh environments.\u003c\/li\u003e\n      \u003cli\u003eLarge duffel bags for helmets, armour, uniforms and technical equipment.\u003c\/li\u003e\n      \u003cli\u003eGovernment, municipal, institutional and agency procurement.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"deployment-cta\"\u003e\n      \u003ch3\u003eTell Us What You Need — We Will Find It\u003c\/h3\u003e\n      \u003cp\u003e\n        Looking for a specific deployment bag, waterproof bag, police bag, military duffel,\n        SAR equipment bag or tactical transport solution? Fair D Canada can help you compare\n        options in PVC, nylon, Cordura, waterproof, non-waterproof, large-capacity and\n        mission-specific configurations.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Send us your required size, colour, material, waterproofing level, quantity and intended use.\n        We will help source the right product for your operational needs.\n      \u003c\/p\u003e\n\n      \u003ca href=\"\/pages\/contact\" class=\"deployment-button\"\u003eRequest a Quote\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"deployment-note\"\u003e\n      Product selection, specifications, materials, colours and availability may vary depending on\n      supplier inventory and procurement requirements. Contact Fair D Canada for current options,\n      substitutions, lead time and volume pricing.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"saas-bag-70-l","title":"Saas bag 70 l","description":"\u003cul\u003e\n\u003cli\u003e100% Polyester 600D\u003c\/li\u003e\n\u003cli\u003eSBS\u003cspan\u003e®\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003eZippers\u003c\/li\u003e\n\u003cli\u003eDuraflex\u003cspan\u003e®\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003ebuckles \u0026amp; accessories\u003c\/li\u003e\n\u003cli\u003e420HD Nylon webbing\u003c\/li\u003e\n\u003cli\u003eAdjustable padded shoulder straps\u003c\/li\u003e\n\u003cli\u003eHidden Document pocket\u003c\/li\u003e\n\u003cli\u003eToiletry mesh pocket\u003c\/li\u003e\n\u003cli\u003eSide cargo pockets\u003c\/li\u003e\n\u003cli\u003eWxHxD 78x25x36cm\u003c\/li\u003e\n\u003cli\u003eCapacity: 70lt\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Pentagon Tactical","offers":[{"title":"Coyote","offer_id":44215751311551,"sku":"D16004","price":109.99,"currency_code":"CAD","in_stock":true},{"title":"Black","offer_id":44215751344319,"sku":"D16005","price":109.99,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/D16004-03-864x1080.jpg?v=1760644698"},{"product_id":"liberator-roll-bag","title":"Liberator Roll Bag","description":"\u003cp\u003eThe Liberator Roll Bag is a high-capacity tactical deployment bag, built to carry an operator’s full gear loadout. With a rugged design and over 170 liters of storage space, it accommodates a plate carrier with ballistic inserts, a helmet with mounted accessories, a rifle, a tactical belt, and other mission-essential gear. A large, spacious bag on two wheels, with a capacity of 176.6 liters, designed to transport a complete set of individual operator equipment. It can fit a plate carrier with ballistic inserts, a helmet with gear, a rifle, a tactical belt, and other essential elements. Due to its rigid construction and rectangular shape, the bag can also function as an improvised storage locker when stood upright—ideal for base use. The bag protects the cargo by stiffening the walls with foam. Additionally, the bottom of the bag is reinforced with three plastic strips. For extra equipment protection during travel, each zipper can be secured with a padlock, etc. The top pocket fits a helmet with gear, protecting it from damage and isolating it from the rest of the equipment, which helps avoid soiling\/wetting clean items with a dirty or sweaty helmet. The bag has four side pockets, two of which can accommodate two Velcro inserts with zippers. There's also a flat zippered pocket in the main compartment's top flap. Inside the flap are two large zippered mesh pockets. Small items can be stored in four pockets with rubberized edging. Inside the bag is a special, dedicated pocket for a rifle (up to 16 inches barrel length), secured with a buckle. The main compartment is fully lined with soft mesh and has two dividers attached with Velcro. The entire inner insert can be detached using zippers around the bag.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eMANUFACTURER:\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eEntire M Sp. z o.o.\u003c\/p\u003e\n\u003cp\u003eal. Architektów 7\u003c\/p\u003e\n\u003cp\u003e54-115 Wrocław, Poland\u003c\/p\u003e","brand":"FairD Canada","offers":[{"title":"Default Title","offer_id":44627846561983,"sku":null,"price":1150.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/rn-image_picker_lib_temp_95bd5a44-de6d-4f4c-92c6-9aa2b54cbbea.jpg?v=1760832429"},{"product_id":"deployment-bag","title":"Deployment Bag","description":"\u003cp\u003eDeployment Bag Large is a handy bag offered by Direct Action\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eIts carrying capacity reaches up to 150 liters of equipment\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eDeployment Bag Large is made of durable Cordura 500D fabric. Featured with a wide adjustable shoulder strap, two side handles and two tape handles sewn into its entire bottom, the bag is adapted to heavy loads. It has an easy-access YKK® zipper in the middle, two flat outside compartments and two separate side pockets. Inside the main compartment two zipped mesh pockets were sewn. Deployment Bag Large has been equipped with two side panels lined with Velcro loop and two transparent tags for easy personalization.\u003c\/p\u003e\n\u003cp\u003eVelcro ID panels\u003c\/p\u003e\n\u003cp\u003eeasy access to the equipment\u003c\/p\u003e\n\u003cp\u003ecompressible\u003c\/p\u003e\n\u003cp\u003eMANUFACTURER:\u003c\/p\u003e\n\u003cp\u003eEntire M Sp. z o.o.\u003c\/p\u003e\n\u003cp\u003eal. Architektów 7\u003c\/p\u003e\n\u003cp\u003e54-115 Wrocław, Poland\u003c\/p\u003e","brand":"FairD Canada","offers":[{"title":"Adapt Green","offer_id":44627850133695,"sku":null,"price":269.0,"currency_code":"CAD","in_stock":true},{"title":"Black","offer_id":44627850166463,"sku":null,"price":269.0,"currency_code":"CAD","in_stock":true},{"title":"Coyote","offer_id":44627850199231,"sku":null,"price":269.0,"currency_code":"CAD","in_stock":true},{"title":"Ranger green","offer_id":44627850231999,"sku":null,"price":269.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/rn-image_picker_lib_temp_54f70826-ae10-4eca-ab9f-44f394887fbf.jpg?v=1760832831"},{"product_id":"deployment-bag-large","title":"Deployment Bag","description":"\u003cstyle\u003e\n  .da-product-page {\n    background: #0f0f0f;\n    color: #f2f2f2;\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.6;\n    padding: 0;\n    margin: 0;\n  }\n\n  .da-hero {\n    display: grid;\n    grid-template-columns: 1.1fr 0.9fr;\n    gap: 40px;\n    align-items: center;\n    padding: 60px 5%;\n    background:\n      linear-gradient(135deg, rgba(0,0,0,0.95), rgba(40,32,24,0.92)),\n      radial-gradient(circle at top right, rgba(165,120,70,0.18), transparent 40%);\n  }\n\n  .da-hero img {\n    width: 100%;\n    border-radius: 18px;\n    box-shadow: 0 18px 45px rgba(0,0,0,0.45);\n  }\n\n  .da-kicker {\n    color: #c49a5a;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    font-size: 13px;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .da-hero h1 {\n    font-size: clamp(34px, 5vw, 62px);\n    line-height: 1.05;\n    margin: 0 0 18px;\n    text-transform: uppercase;\n  }\n\n  .da-hero p {\n    font-size: 18px;\n    color: #d7d7d7;\n    max-width: 720px;\n  }\n\n  .da-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 24px;\n  }\n\n  .da-badge {\n    border: 1px solid rgba(196,154,90,0.55);\n    color: #f4d8a6;\n    padding: 8px 14px;\n    border-radius: 999px;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 0.7px;\n  }\n\n  .da-section {\n    padding: 55px 5%;\n    max-width: 1300px;\n    margin: auto;\n  }\n\n  .da-section h2 {\n    font-size: 32px;\n    margin-bottom: 18px;\n    text-transform: uppercase;\n    border-left: 5px solid #c49a5a;\n    padding-left: 16px;\n  }\n\n  .da-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 22px;\n    margin-top: 30px;\n  }\n\n  .da-card {\n    background: #191919;\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 16px;\n    padding: 24px;\n    box-shadow: 0 12px 35px rgba(0,0,0,0.25);\n  }\n\n  .da-card h3 {\n    color: #c49a5a;\n    margin-top: 0;\n    font-size: 20px;\n    text-transform: uppercase;\n  }\n\n  .da-card p {\n    color: #d6d6d6;\n    margin-bottom: 0;\n  }\n\n  .da-specs {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n    margin-top: 30px;\n  }\n\n  .da-spec {\n    background: #171717;\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 12px;\n    padding: 16px 18px;\n  }\n\n  .da-spec strong {\n    display: block;\n    color: #c49a5a;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 4px;\n  }\n\n  .da-spec span {\n    color: #ffffff;\n    font-size: 17px;\n  }\n\n  .da-image-band {\n    padding: 35px 5%;\n    background: #141414;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 22px;\n  }\n\n  .da-image-band img {\n    width: 100%;\n    border-radius: 16px;\n    object-fit: cover;\n    box-shadow: 0 14px 35px rgba(0,0,0,0.4);\n  }\n\n  .da-list {\n    margin-top: 22px;\n    padding-left: 20px;\n    color: #dedede;\n  }\n\n  .da-list li {\n    margin-bottom: 10px;\n  }\n\n  .da-cta {\n    margin-top: 35px;\n    padding: 28px;\n    background: linear-gradient(135deg, #2a2118, #111);\n    border: 1px solid rgba(196,154,90,0.35);\n    border-radius: 18px;\n  }\n\n  .da-cta h3 {\n    margin-top: 0;\n    font-size: 24px;\n    color: #fff;\n  }\n\n  .da-cta p {\n    color: #d8d8d8;\n  }\n\n  .da-note {\n    font-size: 13px;\n    color: #aaa;\n    margin-top: 25px;\n  }\n\n  @media (max-width: 850px) {\n    .da-hero,\n    .da-image-band,\n    .da-grid,\n    .da-specs {\n      grid-template-columns: 1fr;\n    }\n\n    .da-hero {\n      padding: 40px 5%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"da-product-page\"\u003e\n\n  \u003csection class=\"da-hero\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"da-kicker\"\u003eDirect Action Gear \/ Deployment Series\u003c\/div\u003e\n      \u003ch1\u003eDeployment Bag Large\u003c\/h1\u003e\n      \u003cp\u003e\n        The Direct Action Deployment Bag Large is a high-capacity tactical transport bag designed for\n        military, law enforcement, expedition, range, travel and field deployment use. With a large\n        150-litre capacity, durable 500D Cordura construction and multiple carry options, this bag is\n        built to move heavy mission equipment with efficiency and reliability.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"da-badges\"\u003e\n        \u003cspan class=\"da-badge\"\u003e150 L Capacity\u003c\/span\u003e\n        \u003cspan class=\"da-badge\"\u003eCordura 500D\u003c\/span\u003e\n        \u003cspan class=\"da-badge\"\u003eYKK Zipper\u003c\/span\u003e\n        \u003cspan class=\"da-badge\"\u003eCoyote Brown\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/070_4_26f97979-2b8e-40a9-afc6-a745900b1a73.jpg?v=1779545794\" alt=\"Direct Action Deployment Bag Large Coyote Brown\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"da-image-band\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/070_4_26f97979-2b8e-40a9-afc6-a745900b1a73.jpg?v=1779545794\" alt=\"Deployment Bag Large in use\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/DEPLOYD_BAG_COYOTE.png?v=1779545812\" alt=\"Deployment Bag Large Coyote product view\"\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"da-section\"\u003e\n    \u003ch2\u003eMission-Ready Load Capacity\u003c\/h2\u003e\n    \u003cp\u003e\n      Designed for large equipment loads, the Deployment Bag Large provides a practical layout for\n      organizing clothing, tactical gear, protective equipment, tools, range equipment or deployment\n      essentials. The wide central opening allows fast access to the main compartment, while external\n      and internal pockets help separate smaller items.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"da-grid\"\u003e\n      \u003cdiv class=\"da-card\"\u003e\n        \u003ch3\u003eHeavy Load Handling\u003c\/h3\u003e\n        \u003cp\u003e\n          Equipped with a wide adjustable shoulder strap, side grab handles and full-bottom tape handles\n          to support heavy carrying loads.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"da-card\"\u003e\n        \u003ch3\u003eOrganized Storage\u003c\/h3\u003e\n        \u003cp\u003e\n          Includes two flat outside compartments, two separate side pockets and internal zipped mesh\n          pockets for better equipment separation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"da-card\"\u003e\n        \u003ch3\u003eField Identification\u003c\/h3\u003e\n        \u003cp\u003e\n          Side panels with Velcro loop and transparent ID tag windows allow quick personalization and\n          unit or owner identification.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"da-section\"\u003e\n    \u003ch2\u003eKey Features\u003c\/h2\u003e\n    \u003cul class=\"da-list\"\u003e\n      \u003cli\u003eLarge 150 L capacity for deployment, travel and field equipment.\u003c\/li\u003e\n      \u003cli\u003eDurable 500D Cordura nylon construction.\u003c\/li\u003e\n      \u003cli\u003eWide central YKK zipper for fast access to the main compartment.\u003c\/li\u003e\n      \u003cli\u003eAdjustable shoulder strap for easier transport.\u003c\/li\u003e\n      \u003cli\u003eTwo side grab handles and bottom-integrated tape handles.\u003c\/li\u003e\n      \u003cli\u003eTwo flat exterior compartments.\u003c\/li\u003e\n      \u003cli\u003eTwo separate side pockets.\u003c\/li\u003e\n      \u003cli\u003eTwo internal zipped mesh pockets.\u003c\/li\u003e\n      \u003cli\u003eVelcro loop ID panels for patches or identification.\u003c\/li\u003e\n      \u003cli\u003eCompressible soft-sided design for easier storage when not fully loaded.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"da-section\"\u003e\n    \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"da-specs\"\u003e\n      \u003cdiv class=\"da-spec\"\u003e\n        \u003cstrong\u003eProduct\u003c\/strong\u003e\n        \u003cspan\u003eDeployment Bag Large\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"da-spec\"\u003e\n        \u003cstrong\u003eBrand\u003c\/strong\u003e\n        \u003cspan\u003eDirect Action\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"da-spec\"\u003e\n        \u003cstrong\u003eColour\u003c\/strong\u003e\n        \u003cspan\u003eCoyote Brown\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"da-spec\"\u003e\n        \u003cstrong\u003eRaw Material\u003c\/strong\u003e\n        \u003cspan\u003e100% Nylon \/ Cordura 500D\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"da-spec\"\u003e\n        \u003cstrong\u003eCapacity\u003c\/strong\u003e\n        \u003cspan\u003e150 L \/ 9153 cu in\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"da-spec\"\u003e\n        \u003cstrong\u003eWeight\u003c\/strong\u003e\n        \u003cspan\u003e1288 g \/ 2.84 lb\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"da-spec\"\u003e\n        \u003cstrong\u003eDimensions\u003c\/strong\u003e\n        \u003cspan\u003e45 × 34 × 85 cm\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"da-spec\"\u003e\n        \u003cstrong\u003eDimensions\u003c\/strong\u003e\n        \u003cspan\u003e17.7 × 13.4 × 33.5 in\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"da-spec\"\u003e\n        \u003cstrong\u003eCountry of Manufacture\u003c\/strong\u003e\n        \u003cspan\u003eVietnam\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"da-spec\"\u003e\n        \u003cstrong\u003eRecommended Cleaning\u003c\/strong\u003e\n        \u003cspan\u003eHand brush with mild detergent. Hang to air dry.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"da-cta\"\u003e\n      \u003ch3\u003eProfessional Equipment Transport\u003c\/h3\u003e\n      \u003cp\u003e\n        A practical deployment-size bag for users who need a large, durable and easy-access carry\n        solution for tactical gear, uniforms, field equipment, travel kits or operational loadouts.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"da-note\"\u003e\n      Product specifications are based on manufacturer-published information. Availability, colour and\n      final configuration may vary depending on stock and supplier updates.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"FairD Canada","offers":[{"title":"BLACK","offer_id":45657144852671,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":false},{"title":"COYOTE","offer_id":45657144885439,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":true},{"title":"RANGER GREEN","offer_id":45657144918207,"sku":null,"price":209.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/070_5_56043f2f-93ff-42b3-a31f-d6cea141bfeb.jpg?v=1779545936"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/collections\/070_4_015ebd2e-70d2-431f-a9a9-0f7fd941632a.jpg?v=1779546525","url":"https:\/\/fairdcanada.com\/collections\/deployment-bag-large.oembed","provider":"FairD Canada","version":"1.0","type":"link"}