{"product_id":"nanuk-962","title":"NANUK 962","description":"\u003cstyle\u003e\n  .fd-nanuk-962 {\n    --n962-black: #101213;\n    --n962-dark: #1c2022;\n    --n962-grey: #687075;\n    --n962-light: #f3f5f4;\n    --n962-white: #ffffff;\n    --n962-red: #d62831;\n    --n962-red-dark: #a71c23;\n    --n962-border: #d9dddc;\n    --n962-text: #272b2d;\n    --n962-radius: 8px;\n    max-width: 1240px;\n    margin: 0 auto;\n    color: var(--n962-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .fd-nanuk-962 *,\n  .fd-nanuk-962 *::before,\n  .fd-nanuk-962 *::after {\n    box-sizing: border-box;\n  }\n\n  .fd-nanuk-962 img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .fd-nanuk-962 h1,\n  .fd-nanuk-962 h2,\n  .fd-nanuk-962 h3,\n  .fd-nanuk-962 p {\n    margin-top: 0;\n  }\n\n  .fd-nanuk-962 h1,\n  .fd-nanuk-962 h2,\n  .fd-nanuk-962 h3 {\n    color: var(--n962-black);\n    line-height: 1.15;\n  }\n\n  .fd-nanuk-962 h1 {\n    margin-bottom: 18px;\n    font-size: clamp(38px, 6vw, 68px);\n    letter-spacing: -0.045em;\n  }\n\n  .fd-nanuk-962 h2 {\n    margin-bottom: 16px;\n    font-size: clamp(28px, 4vw, 42px);\n    letter-spacing: -0.03em;\n  }\n\n  .fd-nanuk-962 h3 {\n    margin-bottom: 9px;\n    font-size: 20px;\n  }\n\n  .fd-nanuk-962 p {\n    margin-bottom: 16px;\n  }\n\n  .fd-nanuk-962 a {\n    text-decoration: none;\n  }\n\n  .fd-nanuk-962 strong {\n    font-weight: 800;\n  }\n\n  .n962-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 58px 50px;\n    margin-bottom: 20px;\n    border-radius: var(--n962-radius);\n    background:\n      linear-gradient(\n        125deg,\n        #0e1011 0%,\n        #1c2022 68%,\n        #303537 100%\n      );\n    color: var(--n962-white);\n  }\n\n  .n962-hero::before {\n    content: \"962\";\n    position: absolute;\n    right: -15px;\n    bottom: -48px;\n    color: rgba(255, 255, 255, 0.04);\n    font-size: clamp(180px, 30vw, 380px);\n    font-weight: 900;\n    letter-spacing: -0.08em;\n    line-height: 0.8;\n  }\n\n  .n962-hero::after {\n    content: \"\";\n    position: absolute;\n    top: -155px;\n    right: 7%;\n    width: 430px;\n    height: 430px;\n    border: 70px solid rgba(214, 40, 49, 0.14);\n    border-radius: 50%;\n  }\n\n  .n962-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 930px;\n  }\n\n  .n962-eyebrow {\n    display: inline-block;\n    padding: 8px 13px;\n    margin-bottom: 20px;\n    border-radius: 4px;\n    background: var(--n962-red);\n    color: var(--n962-white);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .n962-hero h1 {\n    color: var(--n962-white);\n  }\n\n  .n962-hero-lead {\n    max-width: 880px;\n    margin-bottom: 28px !important;\n    color: #e5e8e7;\n    font-size: clamp(18px, 2.2vw, 21px);\n  }\n\n  .n962-highlight {\n    color: var(--n962-white);\n    font-weight: 800;\n  }\n\n  .n962-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n\n  .n962-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      background 0.2s ease,\n      color 0.2s ease,\n      border-color 0.2s ease,\n      transform 0.2s ease;\n  }\n\n  .n962-button:hover {\n    transform: translateY(-2px);\n  }\n\n  .n962-button-primary {\n    background: var(--n962-red);\n    color: var(--n962-white);\n  }\n\n  .n962-button-primary:hover {\n    background: var(--n962-red-dark);\n    color: var(--n962-white);\n  }\n\n  .n962-button-outline {\n    border-color: rgba(255, 255, 255, 0.5);\n    color: var(--n962-white);\n  }\n\n  .n962-button-outline:hover {\n    border-color: var(--n962-white);\n    background: var(--n962-white);\n    color: var(--n962-black);\n  }\n\n  .n962-gallery {\n    display: grid;\n    grid-template-columns: 1.2fr 0.8fr;\n    gap: 16px;\n    margin-bottom: 42px;\n  }\n\n  .n962-gallery figure {\n    overflow: hidden;\n    margin: 0;\n    border: 1px solid var(--n962-border);\n    border-radius: var(--n962-radius);\n    background: var(--n962-light);\n  }\n\n  .n962-gallery figure:first-child {\n    grid-row: span 2;\n  }\n\n  .n962-gallery img {\n    height: 100%;\n    min-height: 310px;\n    object-fit: contain;\n  }\n\n  .n962-gallery figure:first-child img {\n    min-height: 636px;\n  }\n\n  .n962-quick-specs {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    overflow: hidden;\n    margin-bottom: 48px;\n    border: 1px solid var(--n962-border);\n    border-radius: var(--n962-radius);\n  }\n\n  .n962-quick-spec {\n    min-height: 120px;\n    padding: 23px 15px;\n    border-right: 1px solid var(--n962-border);\n    background: var(--n962-white);\n    text-align: center;\n  }\n\n  .n962-quick-spec:last-child {\n    border-right: 0;\n  }\n\n  .n962-quick-spec strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--n962-black);\n    font-size: 18px;\n  }\n\n  .n962-quick-spec span {\n    color: var(--n962-grey);\n    font-size: 13px;\n  }\n\n  .n962-quick-icon {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--n962-red);\n    font-size: 23px;\n    font-weight: 900;\n  }\n\n  .n962-section {\n    margin-bottom: 50px;\n  }\n\n  .n962-heading {\n    max-width: 930px;\n    padding-bottom: 15px;\n    margin-bottom: 24px;\n    border-bottom: 4px solid var(--n962-red);\n  }\n\n  .n962-heading p {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: var(--n962-grey);\n    font-size: 17px;\n  }\n\n  .n962-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n  }\n\n  .n962-benefit {\n    min-height: 230px;\n    padding: 24px 20px;\n    border: 1px solid var(--n962-border);\n    border-top: 4px solid var(--n962-red);\n    border-radius: var(--n962-radius);\n    background: var(--n962-white);\n  }\n\n  .n962-benefit p {\n    margin-bottom: 0;\n    color: var(--n962-grey);\n    font-size: 14px;\n  }\n\n  .n962-core {\n    display: grid;\n    grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);\n    gap: 36px;\n    padding: 42px;\n    border-radius: var(--n962-radius);\n    background: var(--n962-dark);\n    color: var(--n962-white);\n  }\n\n  .n962-core h2,\n  .n962-core h3 {\n    color: var(--n962-white);\n  }\n\n  .n962-core p {\n    color: #dce0de;\n  }\n\n  .n962-core-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .n962-core-item {\n    padding: 17px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-left: 4px solid var(--n962-red);\n    border-radius: 5px;\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .n962-core-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--n962-white);\n  }\n\n  .n962-core-item span {\n    color: #d4d9d6;\n    font-size: 14px;\n  }\n\n  .n962-application-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .n962-application {\n    position: relative;\n    overflow: hidden;\n    min-height: 255px;\n    padding: 25px 22px;\n    border: 1px solid var(--n962-border);\n    border-radius: var(--n962-radius);\n    background: var(--n962-white);\n  }\n\n  .n962-application::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  .n962-application-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    margin-bottom: 17px;\n    border-radius: 50%;\n    background: var(--n962-black);\n    color: var(--n962-white);\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .n962-application h3,\n  .n962-application p {\n    position: relative;\n    z-index: 2;\n  }\n\n  .n962-application p {\n    margin-bottom: 0;\n    color: var(--n962-grey);\n    font-size: 14px;\n  }\n\n  .n962-wheels {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);\n    gap: 34px;\n    align-items: center;\n    padding: 42px;\n    border: 1px solid var(--n962-border);\n    border-radius: var(--n962-radius);\n    background: var(--n962-light);\n  }\n\n  .n962-wheels-image {\n    overflow: hidden;\n    border-radius: 7px;\n    background: var(--n962-white);\n  }\n\n  .n962-wheels-image img {\n    min-height: 360px;\n    object-fit: cover;\n  }\n\n  .n962-checks {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px 34px;\n    padding: 0 !important;\n    margin: 22px 0 0;\n    list-style: none;\n  }\n\n  .n962-checks li {\n    position: relative;\n    padding-left: 29px;\n    margin: 0;\n  }\n\n  .n962-checks li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--n962-red);\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  .n962-config-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n  }\n\n  .n962-config {\n    overflow: hidden;\n    border: 1px solid var(--n962-border);\n    border-radius: var(--n962-radius);\n    background: var(--n962-white);\n  }\n\n  .n962-config-header {\n    padding: 21px 18px;\n    background: var(--n962-black);\n    color: var(--n962-white);\n  }\n\n  .n962-config-header h3 {\n    margin-bottom: 4px;\n    color: var(--n962-white);\n  }\n\n  .n962-config-header span {\n    color: #d7dcda;\n    font-size: 13px;\n  }\n\n  .n962-config-body {\n    padding: 21px 18px;\n  }\n\n  .n962-config-body p {\n    margin-bottom: 0;\n    color: var(--n962-grey);\n    font-size: 14px;\n  }\n\n  .n962-protection-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .n962-protection-card {\n    padding: 25px;\n    border: 1px solid var(--n962-border);\n    border-radius: var(--n962-radius);\n    background: var(--n962-light);\n  }\n\n  .n962-protection-card h3 {\n    padding-bottom: 9px;\n    border-bottom: 2px solid var(--n962-red);\n  }\n\n  .n962-protection-card p {\n    margin-bottom: 0;\n    color: var(--n962-grey);\n    font-size: 14px;\n  }\n\n  .n962-air {\n    padding: 38px;\n    border: 1px solid var(--n962-border);\n    border-left: 7px solid var(--n962-red);\n    border-radius: var(--n962-radius);\n    background: #faf8f5;\n  }\n\n  .n962-air-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 30px;\n  }\n\n  .n962-air h3 {\n    font-size: 24px;\n  }\n\n  .n962-air p:last-child {\n    margin-bottom: 0;\n  }\n\n  .n962-air-notice {\n    padding: 18px;\n    margin-top: 20px;\n    border-radius: 5px;\n    background: #fff0f1;\n    color: #643237;\n    font-size: 14px;\n  }\n\n  .n962-table {\n    width: 100%;\n    border-collapse: collapse;\n    border: 1px solid var(--n962-border);\n  }\n\n  .n962-table th,\n  .n962-table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--n962-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .n962-table th {\n    width: 34%;\n    background: var(--n962-light);\n    color: var(--n962-black);\n    font-weight: 800;\n  }\n\n  .n962-table tr:last-child th,\n  .n962-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .n962-notice {\n    padding: 22px 24px;\n    margin-top: 25px;\n    border: 1px solid var(--n962-border);\n    border-left: 5px solid var(--n962-red);\n    background: var(--n962-light);\n  }\n\n  .n962-notice strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--n962-black);\n  }\n\n  .n962-notice p {\n    margin-bottom: 0;\n    color: var(--n962-grey);\n    font-size: 14px;\n  }\n\n  .n962-faird {\n    position: relative;\n    overflow: hidden;\n    padding: 46px;\n    border-radius: var(--n962-radius);\n    background:\n      linear-gradient(\n        120deg,\n        var(--n962-black) 0%,\n        #252a2c 100%\n      );\n    color: var(--n962-white);\n  }\n\n  .n962-faird::after {\n    content: \"FAIR D\";\n    position: absolute;\n    right: -15px;\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  .n962-faird-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .n962-faird h2,\n  .n962-faird h3 {\n    color: var(--n962-white);\n  }\n\n  .n962-faird \u003e p,\n  .n962-faird-content \u003e p {\n    max-width: 880px;\n    color: #dce1df;\n    font-size: 17px;\n  }\n\n  .n962-service-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin: 27px 0;\n  }\n\n  .n962-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  .n962-service strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--n962-white);\n  }\n\n  .n962-service span {\n    color: #d1d6d3;\n    font-size: 13px;\n  }\n\n  .n962-final {\n    padding: 42px;\n    border-radius: var(--n962-radius);\n    background: var(--n962-red);\n    color: var(--n962-white);\n    text-align: center;\n  }\n\n  .n962-final h2 {\n    color: var(--n962-white);\n  }\n\n  .n962-final p {\n    max-width: 850px;\n    margin: 0 auto 24px;\n    color: #fff4f4;\n    font-size: 17px;\n  }\n\n  .n962-final .n962-buttons {\n    justify-content: center;\n  }\n\n  @media (max-width: 1050px) {\n    .n962-benefits,\n    .n962-config-grid,\n    .n962-service-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .n962-quick-specs {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .n962-core,\n    .n962-wheels {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 820px) {\n    .n962-gallery {\n      grid-template-columns: 1fr;\n    }\n\n    .n962-gallery figure:first-child {\n      grid-row: auto;\n    }\n\n    .n962-gallery figure:first-child img,\n    .n962-gallery img {\n      min-height: auto;\n    }\n\n    .n962-application-grid,\n    .n962-protection-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .n962-air-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 620px) {\n    .n962-hero,\n    .n962-core,\n    .n962-wheels,\n    .n962-air,\n    .n962-faird,\n    .n962-final {\n      padding: 30px 21px;\n    }\n\n    .n962-benefits,\n    .n962-config-grid,\n    .n962-service-grid,\n    .n962-quick-specs,\n    .n962-checks {\n      grid-template-columns: 1fr;\n    }\n\n    .n962-quick-spec {\n      border-right: 0;\n      border-bottom: 1px solid var(--n962-border);\n    }\n\n    .n962-button {\n      width: 100%;\n    }\n\n    .n962-buttons {\n      display: grid;\n      grid-template-columns: 1fr;\n    }\n\n    .n962-table,\n    .n962-table tbody,\n    .n962-table tr,\n    .n962-table th,\n    .n962-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .n962-table th {\n      padding-bottom: 7px;\n      border-bottom: 0;\n    }\n\n    .n962-table td {\n      padding-top: 7px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fd-nanuk-962\"\u003e\n\n  \u003cheader class=\"n962-hero\"\u003e\n    \u003cdiv class=\"n962-hero-content\"\u003e\n      \u003cspan class=\"n962-eyebrow\"\u003e\n        Large Canadian-Made Wheeled Protective Case\n      \u003c\/span\u003e\n\n      \u003ch1\u003eNANUK 962\u003c\/h1\u003e\n\n      \u003cp class=\"n962-hero-lead\"\u003e\n        A large-capacity waterproof protective case engineered to transport\n        heavy, valuable and mission-critical equipment with less physical\n        effort. The NANUK 962 combines a\n        \u003cstrong\u003e70.6-litre protected interior\u003c\/strong\u003e, NK-7 impact-resistant\n        resin, five PowerClaw latches, heavy-duty double wheels and a two-stage\n        retractable handle.\n        \u003cspan class=\"n962-highlight\"\u003e\n          Designed and manufactured in Quebec, Canada.\n        \u003c\/span\u003e\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"n962-buttons\"\u003e\n        \u003ca class=\"n962-button n962-button-primary\" href=\"mailto:sales@fairdcanada.com?subject=NANUK%20962%20Quote%20Request\"\u003e\n          Request a Quote\n        \u003c\/a\u003e\n\n        \u003ca class=\"n962-button n962-button-outline\" href=\"mailto:gov@fairdcanada.com?subject=NANUK%20962%20Government%20Quote\"\u003e\n          Government \u0026amp; Agency Sales\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003csection class=\"n962-gallery\"\u003e\n    \u003cfigure\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0373\/6213\/9181\/files\/nanuk-962-black-angle-handles_1024x1024.jpg?v=1669325584\" alt=\"NANUK 962 large black wheeled protective case\" loading=\"lazy\"\u003e\n    \u003c\/figure\u003e\n\n    \u003cfigure\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0373\/6213\/9181\/files\/nanuk-962-black-wheels_1024x1024.jpg?v=1669325610\" alt=\"NANUK 962 heavy-duty double wheels with stainless-steel bearings\" loading=\"lazy\"\u003e\n    \u003c\/figure\u003e\n\n    \u003cfigure\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0373\/6213\/9181\/files\/nanuk-962-black-latches-stacked_1024x1024.jpg?v=1669325628\" alt=\"Stacked NANUK 962 protective cases with PowerClaw latches\" loading=\"lazy\"\u003e\n    \u003c\/figure\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n962-quick-specs\"\u003e\n    \u003cdiv class=\"n962-quick-spec\"\u003e\n      \u003cspan class=\"n962-quick-icon\"\u003e70.6 L\u003c\/span\u003e\n      \u003cstrong\u003eLarge Capacity\u003c\/strong\u003e\n      \u003cspan\u003eProfessional equipment storage\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n962-quick-spec\"\u003e\n      \u003cspan class=\"n962-quick-icon\"\u003eIP67\u003c\/span\u003e\n      \u003cstrong\u003eWater \u0026amp; Dust Protection\u003c\/strong\u003e\n      \u003cspan\u003eSealed environmental protection\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n962-quick-spec\"\u003e\n      \u003cspan class=\"n962-quick-icon\"\u003e2×2\u003c\/span\u003e\n      \u003cstrong\u003eDouble Wheelsets\u003c\/strong\u003e\n      \u003cspan\u003eFour heavy-duty wheels\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n962-quick-spec\"\u003e\n      \u003cspan class=\"n962-quick-icon\"\u003e5\u003c\/span\u003e\n      \u003cstrong\u003ePowerClaw Latches\u003c\/strong\u003e\n      \u003cspan\u003eSecure compressive closure\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n962-quick-spec\"\u003e\n      \u003cspan class=\"n962-quick-icon\"\u003eCAN\u003c\/span\u003e\n      \u003cstrong\u003eMade in Canada\u003c\/strong\u003e\n      \u003cspan\u003eManufactured in Quebec\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n962-section\"\u003e\n    \u003cdiv class=\"n962-heading\"\u003e\n      \u003ch2\u003eKey Advantages\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The NANUK 962 is designed for organizations that require more internal\n        capacity than a standard carry case while retaining the mobility and\n        protection of a professional hard-shell system.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n962-benefits\"\u003e\n      \u003carticle class=\"n962-benefit\"\u003e\n        \u003ch3\u003eLarge 70.6 L Interior\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Accommodates complete technical systems, multiple devices,\n          accessories, chargers, batteries, cables and supporting equipment in\n          one protected case.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n962-benefit\"\u003e\n        \u003ch3\u003eHeavy-Duty Mobility\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Two sets of double wheels and a retractable handle make it easier to\n          move a heavily loaded case through facilities, airports, parking\n          areas and field environments.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n962-benefit\"\u003e\n        \u003ch3\u003eTeam-Carry Capability\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Two oversized carrying handles allow two personnel to lift or\n          reposition the case when the equipment load is too heavy for\n          comfortable single-person handling.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n962-benefit\"\u003e\n        \u003ch3\u003eStackable Construction\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Deep external ribs and taller molded feet improve case-to-case\n          alignment for organized warehouse, vehicle and deployment storage.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n962-section\"\u003e\n    \u003cdiv class=\"n962-core\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eBuilt for Heavy and Mission-Critical Loads\u003c\/h2\u003e\n\n        \u003cp\u003e\n          The NANUK 962 is a practical solution when valuable equipment must\n          be transported as a complete system rather than divided between\n          several smaller cases.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its internal dimensions support larger electronic assemblies,\n          professional drone equipment, communications systems, medical\n          devices, tools, protective equipment and operational kits.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The NK-7 resin shell helps absorb shock and resist impact, while the\n          gasket seal, PowerClaw latches and automatic pressure valve protect\n          the contents during storage, transport and environmental exposure.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n962-core-list\"\u003e\n        \u003cdiv class=\"n962-core-item\"\u003e\n          \u003cstrong\u003eComplete System Storage\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Keep primary equipment, accessories, batteries and supporting\n            components together inside one organized transport case.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n962-core-item\"\u003e\n          \u003cstrong\u003eVehicle and Air Transport\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Suitable for checked transport, fleet vehicles, mobile response\n            units, trailers and professional equipment shipments.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n962-core-item\"\u003e\n          \u003cstrong\u003eProtected Institutional Storage\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Stackable construction supports organized storage in armouries,\n            warehouses, equipment rooms and technical facilities.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n962-core-item\"\u003e\n          \u003cstrong\u003eConfigurable Interior\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Choose foam, padded dividers, MOLLE organization or an open\n            interior according to the equipment and operational requirement.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n962-section\"\u003e\n    \u003cdiv class=\"n962-heading\"\u003e\n      \u003ch2\u003eProfessional Applications\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The large, wheeled format is particularly useful for equipment systems\n        that are valuable, sensitive, heavy or composed of multiple\n        accessories.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n962-application-grid\"\u003e\n      \u003carticle class=\"n962-application\"\u003e\n        \u003cdiv class=\"n962-application-number\"\u003e01\u003c\/div\u003e\n\n        \u003ch3\u003eMilitary \u0026amp; Defence\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Protected transport for communications, observation systems,\n          targeting equipment, tools, batteries, mission kits and deployable\n          technical equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n962-application\"\u003e\n        \u003cdiv class=\"n962-application-number\"\u003e02\u003c\/div\u003e\n\n        \u003ch3\u003eLaw Enforcement\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Organizes surveillance systems, tactical electronics, evidence\n          equipment, mobile command accessories and specialized response\n          systems.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n962-application\"\u003e\n        \u003cdiv class=\"n962-application-number\"\u003e03\u003c\/div\u003e\n\n        \u003ch3\u003eEMS, Fire \u0026amp; SAR\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Protects medical devices, technical-rescue equipment, communications,\n          lighting, navigation systems and complete emergency-response kits.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n962-application\"\u003e\n        \u003cdiv class=\"n962-application-number\"\u003e04\u003c\/div\u003e\n\n        \u003ch3\u003eDrones \u0026amp; UAS\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Large enough for aircraft, remote controllers, batteries, chargers,\n          payloads, antennas, propellers and field-support accessories.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n962-application\"\u003e\n        \u003cdiv class=\"n962-application-number\"\u003e05\u003c\/div\u003e\n\n        \u003ch3\u003eNVG, Optics \u0026amp; Sensors\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Custom interior configurations can organize multiple night-vision\n          devices, thermal systems, rangefinders, binoculars and associated\n          electronics.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n962-application\"\u003e\n        \u003cdiv class=\"n962-application-number\"\u003e06\u003c\/div\u003e\n\n        \u003ch3\u003eCommunications \u0026amp; Electronics\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Suitable for radios, satellite equipment, control systems, network\n          hardware, testing instruments and sensitive electronic assemblies.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n962-section\"\u003e\n    \u003cdiv class=\"n962-wheels\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eWhy Choose a Wheeled Case?\u003c\/h2\u003e\n\n        \u003cp\u003e\n          The NANUK 962 weighs approximately 9.62 kg before equipment is\n          added. Once loaded with batteries, electronics, optics, medical\n          devices or field tools, total weight can increase significantly.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Wheels reduce the need to carry the complete load by hand over long\n          distances. They are particularly valuable during airport transfers,\n          movement through large facilities, repeated vehicle loading and\n          deployment across paved or uneven surfaces.\n        \u003c\/p\u003e\n\n        \u003cul class=\"n962-checks\"\u003e\n          \u003cli\u003eTwo sets of heavy-duty double wheels\u003c\/li\u003e\n          \u003cli\u003eSealed stainless-steel wheel bearings\u003c\/li\u003e\n          \u003cli\u003eTwo-stage retractable pull handle\u003c\/li\u003e\n          \u003cli\u003eTwo adjustable handle heights\u003c\/li\u003e\n          \u003cli\u003eOne-handed handle release\u003c\/li\u003e\n          \u003cli\u003eTwo oversized team-carry handles\u003c\/li\u003e\n          \u003cli\u003eReduced manual carrying over long distances\u003c\/li\u003e\n          \u003cli\u003eImproved mobility with heavy equipment\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n962-wheels-image\"\u003e\n        \u003cimg src=\"https:\/\/nanukcases.ca\/cdn\/shop\/files\/nanuk-975-dual-wheels.jpg?v=1745947717\u0026amp;width=1600\" alt=\"NANUK heavy-duty double-wheel protective-case system\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n962-section\"\u003e\n    \u003cdiv class=\"n962-heading\"\u003e\n      \u003ch2\u003eAvailable Interior Configurations\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Configuration availability may vary. Select the interior according to\n        the equipment type, frequency of reconfiguration and required level of\n        organization.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n962-config-grid\"\u003e\n      \u003carticle class=\"n962-config\"\u003e\n        \u003cdiv class=\"n962-config-header\"\u003e\n          \u003ch3\u003eCubed Foam\u003c\/h3\u003e\n          \u003cspan\u003eUser-configurable protective foam\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n962-config-body\"\u003e\n          \u003cp\u003e\n            Pre-scored foam allows the user to create compartments around\n            equipment without requiring a professional foam-cutting system.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n962-config\"\u003e\n        \u003cdiv class=\"n962-config-header\"\u003e\n          \u003ch3\u003eEmpty with MOLLE Panel\u003c\/h3\u003e\n          \u003cspan\u003eModular equipment organization\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n962-config-body\"\u003e\n          \u003cp\u003e\n            Suitable for pouches, cables, accessories and equipment that must\n            remain visible, secured and reconfigurable.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n962-config\"\u003e\n        \u003cdiv class=\"n962-config-header\"\u003e\n          \u003ch3\u003ePadded Dividers\u003c\/h3\u003e\n          \u003cspan\u003eAdjustable compartment system\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n962-config-body\"\u003e\n          \u003cp\u003e\n            Repositionable dividers protect equipment while allowing the\n            internal layout to change between missions, projects or users.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n962-config\"\u003e\n        \u003cdiv class=\"n962-config-header\"\u003e\n          \u003ch3\u003eDividers \u0026amp; Lid Organizer\u003c\/h3\u003e\n          \u003cspan\u003eMaximum internal organization\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n962-config-body\"\u003e\n          \u003cp\u003e\n            Combines padded base organization with mesh lid storage for\n            cables, batteries, tools, documents and smaller accessories.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n962-section\"\u003e\n    \u003cdiv class=\"n962-heading\"\u003e\n      \u003ch2\u003eProtection Features\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n962-protection-grid\"\u003e\n      \u003carticle class=\"n962-protection-card\"\u003e\n        \u003ch3\u003eIP67 Waterproof \u0026amp; Dustproof\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The sealed construction protects against dust intrusion, rain and\n          temporary water immersion under the applicable IP67 test\n          conditions.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n962-protection-card\"\u003e\n        \u003ch3\u003eNK-7 Resin Shell\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Thick walls, rounded corners and impact-resistant resin help absorb\n          shock and protect sensitive contents during demanding transport.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n962-protection-card\"\u003e\n        \u003ch3\u003eFive PowerClaw Latches\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The compressive triple-action latching system holds the case tightly\n          closed and includes integrated slide locks against accidental\n          opening.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n962-protection-card\"\u003e\n        \u003ch3\u003eAutomatic Pressure Valve\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Equalizes pressure changes caused by altitude, temperature and\n          geographic location while helping prevent water from entering.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n962-protection-card\"\u003e\n        \u003ch3\u003ePadlock Compatibility\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Reinforced padlock holes allow compatible locks to be added for\n          controlled storage and professional transportation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n962-protection-card\"\u003e\n        \u003ch3\u003eLimited Lifetime Warranty\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Supported by NANUK’s limited lifetime manufacturer warranty, subject\n          to the applicable terms, conditions and exclusions.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n962-section\"\u003e\n    \u003cdiv class=\"n962-air\"\u003e\n      \u003cdiv class=\"n962-air-grid\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eAir Transportation\u003c\/h3\u003e\n\n          \u003cp\u003e\n            The NANUK 962 is not classified as an airline carry-on case. Its\n            dimensions place it in the checked-equipment category for air\n            transportation.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Optional TSA-approved locks or retrofit latches may support\n            inspection access, depending on the selected configuration and\n            airline requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ch3\u003eBefore Travelling\u003c\/h3\u003e\n\n          \u003cul class=\"n962-checks\"\u003e\n            \u003cli\u003eConfirm checked-baggage dimensions\u003c\/li\u003e\n            \u003cli\u003eConfirm total loaded weight\u003c\/li\u003e\n            \u003cli\u003eReview oversize-baggage charges\u003c\/li\u003e\n            \u003cli\u003eSecure equipment inside the case\u003c\/li\u003e\n            \u003cli\u003eUse compatible locks when required\u003c\/li\u003e\n            \u003cli\u003eApply an external identification label\u003c\/li\u003e\n            \u003cli\u003eRemove or isolate restricted batteries\u003c\/li\u003e\n            \u003cli\u003eFollow firearm and dangerous-goods regulations\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n962-air-notice\"\u003e\n        Airline size limits, weight limits and dangerous-goods procedures vary\n        by carrier, route and equipment type. Always obtain approval directly\n        from the airline before travelling with oversized, restricted,\n        battery-powered or firearm-related equipment.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n962-section\"\u003e\n    \u003cdiv class=\"n962-heading\"\u003e\n      \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003ctable class=\"n962-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct\u003c\/th\u003e\n          \u003ctd\u003eNANUK 962 Large Wheeled Protective Case\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n          \u003ctd\u003e962\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n          \u003ctd\u003eLarge waterproof wheeled protective case\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eExterior Dimensions\u003c\/th\u003e\n          \u003ctd\u003e\n            31.1 × 19.5 × 11.1 in\u003cbr\u003e\n            790 × 495 × 282 mm\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eInterior Dimensions\u003c\/th\u003e\n          \u003ctd\u003e\n            28 × 16.5 × 9.3 in\u003cbr\u003e\n            711 × 419 × 236 mm\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eInterior Volume\u003c\/th\u003e\n          \u003ctd\u003e70.6 L\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eEmpty Weight\u003c\/th\u003e\n          \u003ctd\u003e21.2 lb \/ 9.62 kg\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eLid Depth\u003c\/th\u003e\n          \u003ctd\u003e1.88 in \/ 48 mm\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBase Depth\u003c\/th\u003e\n          \u003ctd\u003e7.44 in \/ 189 mm\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n          \u003ctd\u003eLightweight impact-resistant NK-7 resin\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eEnvironmental Protection\u003c\/th\u003e\n          \u003ctd\u003eIP67 waterproof and dustproof construction\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eTemperature Range\u003c\/th\u003e\n          \u003ctd\u003e\n            -67°F to 158°F\u003cbr\u003e\n            -55°C to 70°C\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMaximum Buoyancy\u003c\/th\u003e\n          \u003ctd\u003e181.5 lb \/ 82.3 kg\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eLatches\u003c\/th\u003e\n          \u003ctd\u003eFive PowerClaw latches with integrated slide locks\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eWheels\u003c\/th\u003e\n          \u003ctd\u003e\n            Two sets of heavy-duty double wheels with sealed stainless-steel\n            bearings\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003ePull Handle\u003c\/th\u003e\n          \u003ctd\u003eTwo-stage retractable handle\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCarrying Handles\u003c\/th\u003e\n          \u003ctd\u003eTwo oversized team-carry handles\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003ePressure Equalization\u003c\/th\u003e\n          \u003ctd\u003eIntegrated automatic pressure-release valve\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003ePadlock-Hole Diameter\u003c\/th\u003e\n          \u003ctd\u003e0.34 in \/ approximately 7.62 mm\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAirline Carry-On\u003c\/th\u003e\n          \u003ctd\u003eNo\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAvailable Configurations\u003c\/th\u003e\n          \u003ctd\u003e\n            Cubed foam, empty with MOLLE panel, padded dividers, or padded\n            dividers with mesh lid organizer, subject to availability\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCountry of Manufacture\u003c\/th\u003e\n          \u003ctd\u003eMade in Quebec, Canada\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n          \u003ctd\u003eNANUK\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003cdiv class=\"n962-notice\"\u003e\n      \u003cstrong\u003eEquipment and Accessory Notice\u003c\/strong\u003e\n\n      \u003cp\u003e\n        Equipment, electronics, drones, firearms, optics, MOLLE pouches,\n        dividers, foam and lid organizers are not included unless specifically\n        identified in the selected product variant. Verify the exact case and\n        interior configuration before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n962-section\"\u003e\n    \u003cdiv class=\"n962-faird\"\u003e\n      \u003cdiv class=\"n962-faird-content\"\u003e\n        \u003cspan class=\"n962-eyebrow\"\u003e\n          Available Through Fair D Canada\n        \u003c\/span\u003e\n\n        \u003ch2\u003eCompetitive Canadian Pricing and Rapid Quotation Support\u003c\/h2\u003e\n\n        \u003cp\u003e\n          Fair D Canada supports military units, law-enforcement agencies,\n          emergency services, municipalities, professional organizations and\n          commercial customers requiring individual NANUK cases, institutional\n          quantities or equipment-specific configurations.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"n962-service-grid\"\u003e\n          \u003cdiv class=\"n962-service\"\u003e\n            \u003cstrong\u003eFast Quotations\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Rapid review of model, configuration, quantity and delivery\n              requirements.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"n962-service\"\u003e\n            \u003cstrong\u003eCompetitive Pricing\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Canadian commercial, institutional and volume pricing.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"n962-service\"\u003e\n            \u003cstrong\u003eConfiguration Support\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Assistance selecting foam, dividers, MOLLE or organizer options.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"n962-service\"\u003e\n            \u003cstrong\u003eGovernment Procurement\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Support for RFQs, tenders, purchase orders and agency programs.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n962-buttons\"\u003e\n          \u003ca class=\"n962-button n962-button-primary\" href=\"mailto:sales@fairdcanada.com?subject=NANUK%20962%20Quote%20Request\"\u003e\n            Contact Commercial Sales\n          \u003c\/a\u003e\n\n          \u003ca class=\"n962-button n962-button-outline\" href=\"mailto:gov@fairdcanada.com?subject=NANUK%20962%20Government%20Quote\"\u003e\n            Contact Government Sales\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cfooter class=\"n962-final\"\u003e\n    \u003ch2\u003eLarge-Capacity Protection Without Sacrificing Mobility\u003c\/h2\u003e\n\n    \u003cp\u003e\n      With 70.6 litres of protected capacity, heavy-duty double wheels,\n      oversized team handles, IP67 environmental protection and Canadian-made\n      NK-7 construction, the NANUK 962 is engineered for professional\n      equipment that must arrive organized, protected and ready for\n      deployment.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"n962-buttons\"\u003e\n      \u003ca class=\"n962-button\" style=\"background:#101213;color:#ffffff;\" href=\"mailto:sales@fairdcanada.com?subject=NANUK%20962%20Quote%20Request\"\u003e\n        Request Your NANUK 962 Quote\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/footer\u003e\n\n\u003c\/div\u003e","brand":"NANUK","offers":[{"title":"Cubed Foam","offer_id":45955261464767,"sku":null,"price":539.99,"currency_code":"CAD","in_stock":true},{"title":"Padded Divider","offer_id":45955261497535,"sku":null,"price":729.99,"currency_code":"CAD","in_stock":true},{"title":"Padded Divider \/ Mesh Lid Organizer","offer_id":45955261530303,"sku":null,"price":769.99,"currency_code":"CAD","in_stock":true},{"title":"Pro Photo Kit","offer_id":45955261563071,"sku":null,"price":889.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/nanuk-cases-962-black-open-cubed-foam.webp?v=1785777382","url":"https:\/\/fairdcanada.com\/products\/nanuk-962","provider":"FairD Canada","version":"1.0","type":"link"}