{"title":"Professional Protector Cases","description":"\u003cstyle\u003e\n  .fd-protector-cases {\n    --pc-black: #101213;\n    --pc-dark: #1c2022;\n    --pc-grey: #687075;\n    --pc-light: #f3f5f4;\n    --pc-white: #ffffff;\n    --pc-red: #d62831;\n    --pc-red-dark: #a71c23;\n    --pc-border: #d9dddc;\n    --pc-text: #272b2d;\n    --pc-radius: 8px;\n    max-width: 1240px;\n    margin: 0 auto;\n    color: var(--pc-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .fd-protector-cases *,\n  .fd-protector-cases *::before,\n  .fd-protector-cases *::after {\n    box-sizing: border-box;\n  }\n\n  .fd-protector-cases img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .fd-protector-cases h1,\n  .fd-protector-cases h2,\n  .fd-protector-cases h3,\n  .fd-protector-cases p {\n    margin-top: 0;\n  }\n\n  .fd-protector-cases h1,\n  .fd-protector-cases h2,\n  .fd-protector-cases h3 {\n    color: var(--pc-black);\n    line-height: 1.15;\n  }\n\n  .fd-protector-cases h1 {\n    margin-bottom: 18px;\n    font-size: clamp(38px, 6vw, 70px);\n    letter-spacing: -0.045em;\n  }\n\n  .fd-protector-cases h2 {\n    margin-bottom: 15px;\n    font-size: clamp(28px, 4vw, 42px);\n    letter-spacing: -0.03em;\n  }\n\n  .fd-protector-cases h3 {\n    margin-bottom: 9px;\n    font-size: 20px;\n  }\n\n  .fd-protector-cases p {\n    margin-bottom: 16px;\n  }\n\n  .fd-protector-cases a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  .fd-protector-cases strong {\n    font-weight: 800;\n  }\n\n  .pc-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 60px 52px;\n    margin-bottom: 18px;\n    border-radius: var(--pc-radius);\n    background:\n      linear-gradient(\n        125deg,\n        #0e1011 0%,\n        #1b1f21 67%,\n        #303638 100%\n      );\n    color: var(--pc-white);\n  }\n\n  .pc-hero::before {\n    content: \"PROTECT\";\n    position: absolute;\n    right: -25px;\n    bottom: -35px;\n    color: rgba(255, 255, 255, 0.035);\n    font-size: clamp(100px, 19vw, 230px);\n    font-weight: 900;\n    letter-spacing: -0.08em;\n    line-height: 0.8;\n    pointer-events: none;\n  }\n\n  .pc-hero::after {\n    content: \"\";\n    position: absolute;\n    top: -170px;\n    right: 4%;\n    width: 470px;\n    height: 470px;\n    border: 75px solid rgba(214, 40, 49, 0.14);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .pc-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 930px;\n  }\n\n  .pc-eyebrow {\n    display: inline-block;\n    padding: 8px 13px;\n    margin-bottom: 20px;\n    border-radius: 4px;\n    background: var(--pc-red);\n    color: var(--pc-white);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .pc-hero h1 {\n    color: var(--pc-white);\n  }\n\n  .pc-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  .pc-hero-lead strong {\n    color: var(--pc-white);\n  }\n\n  .pc-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n\n  .pc-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  .pc-button:hover {\n    transform: translateY(-2px);\n  }\n\n  .pc-button-primary {\n    background: var(--pc-red);\n    color: var(--pc-white);\n  }\n\n  .pc-button-primary:hover {\n    background: var(--pc-red-dark);\n    color: var(--pc-white);\n  }\n\n  .pc-button-outline {\n    border-color: rgba(255, 255, 255, 0.5);\n    color: var(--pc-white);\n  }\n\n  .pc-button-outline:hover {\n    border-color: var(--pc-white);\n    background: var(--pc-white);\n    color: var(--pc-black);\n  }\n\n  .pc-button-dark {\n    background: var(--pc-black);\n    color: var(--pc-white);\n  }\n\n  .pc-button-dark:hover {\n    background: #292e30;\n    color: var(--pc-white);\n  }\n\n  .pc-trust {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    overflow: hidden;\n    margin-bottom: 50px;\n    border: 1px solid var(--pc-border);\n    border-radius: var(--pc-radius);\n  }\n\n  .pc-trust-item {\n    min-height: 112px;\n    padding: 22px 15px;\n    border-right: 1px solid var(--pc-border);\n    background: var(--pc-white);\n    text-align: center;\n  }\n\n  .pc-trust-item:last-child {\n    border-right: 0;\n  }\n\n  .pc-trust-value {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--pc-red);\n    font-size: 22px;\n    font-weight: 900;\n  }\n\n  .pc-trust-item strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--pc-black);\n  }\n\n  .pc-trust-item span:last-child {\n    color: var(--pc-grey);\n    font-size: 13px;\n  }\n\n  .pc-section {\n    margin-bottom: 52px;\n  }\n\n  .pc-heading {\n    max-width: 930px;\n    padding-bottom: 15px;\n    margin-bottom: 25px;\n    border-bottom: 4px solid var(--pc-red);\n  }\n\n  .pc-heading p {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: var(--pc-grey);\n    font-size: 17px;\n  }\n\n  .pc-product-grid {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 15px;\n  }\n\n  .pc-product {\n    display: flex;\n    flex-direction: column;\n    overflow: hidden;\n    min-width: 0;\n    border: 1px solid var(--pc-border);\n    border-radius: var(--pc-radius);\n    background: var(--pc-white);\n    transition:\n      transform 0.2s ease,\n      box-shadow 0.2s ease,\n      border-color 0.2s ease;\n  }\n\n  .pc-product:hover {\n    transform: translateY(-4px);\n    border-color: #bfc5c2;\n    box-shadow: 0 12px 30px rgba(16, 18, 19, 0.1);\n  }\n\n  .pc-product-image {\n    position: relative;\n    overflow: hidden;\n    aspect-ratio: 1 \/ 0.82;\n    padding: 15px;\n    background: var(--pc-light);\n  }\n\n  .pc-product-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: contain;\n    transition: transform 0.25s ease;\n  }\n\n  .pc-product:hover .pc-product-image img {\n    transform: scale(1.035);\n  }\n\n  .pc-product-badge {\n    position: absolute;\n    top: 11px;\n    left: 11px;\n    z-index: 2;\n    padding: 6px 9px;\n    border-radius: 3px;\n    background: var(--pc-red);\n    color: var(--pc-white);\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: 0.07em;\n    text-transform: uppercase;\n  }\n\n  .pc-product-body {\n    display: flex;\n    flex: 1;\n    flex-direction: column;\n    padding: 20px 17px 18px;\n  }\n\n  .pc-product-body h3 {\n    margin-bottom: 7px;\n    font-size: 24px;\n  }\n\n  .pc-product-subtitle {\n    margin-bottom: 14px !important;\n    color: var(--pc-grey);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .pc-product-description {\n    color: var(--pc-grey);\n    font-size: 14px;\n  }\n\n  .pc-product-specs {\n    display: grid;\n    gap: 7px;\n    margin: 4px 0 18px;\n  }\n\n  .pc-product-spec {\n    padding-bottom: 7px;\n    border-bottom: 1px solid var(--pc-border);\n    font-size: 12px;\n  }\n\n  .pc-product-spec strong {\n    display: block;\n    color: var(--pc-black);\n    font-size: 12px;\n  }\n\n  .pc-product-link {\n    display: block;\n    padding: 11px 12px;\n    margin-top: auto;\n    border-radius: 4px;\n    background: var(--pc-black);\n    color: var(--pc-white);\n    font-size: 13px;\n    font-weight: 800;\n    text-align: center;\n    transition: background 0.2s ease;\n  }\n\n  .pc-product:hover .pc-product-link {\n    background: var(--pc-red);\n  }\n\n  .pc-accessory {\n    display: grid;\n    grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.8fr);\n    gap: 34px;\n    align-items: center;\n    padding: 36px;\n    margin-top: 18px;\n    border: 1px solid var(--pc-border);\n    border-left: 6px solid var(--pc-red);\n    border-radius: var(--pc-radius);\n    background: var(--pc-light);\n  }\n\n  .pc-accessory h3 {\n    font-size: 26px;\n  }\n\n  .pc-accessory p:last-child {\n    margin-bottom: 0;\n  }\n\n  .pc-accessory-actions {\n    display: grid;\n    gap: 10px;\n  }\n\n  .pc-accessory-link {\n    display: block;\n    padding: 13px 16px;\n    border-radius: 5px;\n    background: var(--pc-black);\n    color: var(--pc-white);\n    font-size: 14px;\n    font-weight: 800;\n    text-align: center;\n  }\n\n  .pc-accessory-link:hover {\n    background: var(--pc-red);\n  }\n\n  .pc-mission-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .pc-mission {\n    position: relative;\n    overflow: hidden;\n    min-height: 260px;\n    padding: 25px 22px;\n    border: 1px solid var(--pc-border);\n    border-radius: var(--pc-radius);\n    background: var(--pc-white);\n  }\n\n  .pc-mission::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  .pc-mission-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(--pc-black);\n    color: var(--pc-white);\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .pc-mission h3,\n  .pc-mission p,\n  .pc-mission a {\n    position: relative;\n    z-index: 2;\n  }\n\n  .pc-mission p {\n    color: var(--pc-grey);\n    font-size: 14px;\n  }\n\n  .pc-mission a {\n    display: inline-block;\n    color: var(--pc-red-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .pc-mission a:hover {\n    text-decoration: underline;\n  }\n\n  .pc-comparison-wrap {\n    overflow-x: auto;\n    border-radius: var(--pc-radius);\n  }\n\n  .pc-comparison {\n    width: 100%;\n    min-width: 1060px;\n    border-collapse: collapse;\n    border: 1px solid var(--pc-border);\n  }\n\n  .pc-comparison th,\n  .pc-comparison td {\n    padding: 14px 15px;\n    border-right: 1px solid var(--pc-border);\n    border-bottom: 1px solid var(--pc-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .pc-comparison th {\n    background: var(--pc-black);\n    color: var(--pc-white);\n    font-size: 13px;\n  }\n\n  .pc-comparison tbody tr:nth-child(even) {\n    background: var(--pc-light);\n  }\n\n  .pc-comparison td {\n    font-size: 13px;\n  }\n\n  .pc-comparison td:first-child {\n    color: var(--pc-black);\n    font-weight: 900;\n  }\n\n  .pc-table-link {\n    color: var(--pc-red-dark);\n    font-weight: 800;\n  }\n\n  .pc-table-link:hover {\n    text-decoration: underline;\n  }\n\n  .pc-choice-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n  }\n\n  .pc-choice {\n    padding: 31px;\n    border: 1px solid var(--pc-border);\n    border-radius: var(--pc-radius);\n    background: var(--pc-light);\n  }\n\n  .pc-choice h3 {\n    padding-bottom: 10px;\n    border-bottom: 3px solid var(--pc-red);\n    font-size: 26px;\n  }\n\n  .pc-checks {\n    display: grid;\n    gap: 10px;\n    padding: 0 !important;\n    margin: 20px 0 0;\n    list-style: none;\n  }\n\n  .pc-checks li {\n    position: relative;\n    padding-left: 29px;\n    margin: 0;\n  }\n\n  .pc-checks li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--pc-red);\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  .pc-protection {\n    display: grid;\n    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);\n    gap: 36px;\n    padding: 43px;\n    border-radius: var(--pc-radius);\n    background: var(--pc-dark);\n    color: var(--pc-white);\n  }\n\n  .pc-protection h2,\n  .pc-protection h3 {\n    color: var(--pc-white);\n  }\n\n  .pc-protection p {\n    color: #dce0de;\n  }\n\n  .pc-protection-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .pc-protection-item {\n    padding: 17px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-left: 4px solid var(--pc-red);\n    border-radius: 5px;\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .pc-protection-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--pc-white);\n  }\n\n  .pc-protection-item span {\n    color: #d4d9d6;\n    font-size: 14px;\n  }\n\n  .pc-air {\n    padding: 38px;\n    border: 1px solid var(--pc-border);\n    border-left: 7px solid var(--pc-red);\n    border-radius: var(--pc-radius);\n    background: #faf8f5;\n  }\n\n  .pc-air-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 30px;\n  }\n\n  .pc-air h3 {\n    font-size: 24px;\n  }\n\n  .pc-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  .pc-long-case {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);\n    gap: 34px;\n    align-items: center;\n    padding: 40px;\n    border-radius: var(--pc-radius);\n    background: var(--pc-black);\n    color: var(--pc-white);\n  }\n\n  .pc-long-case h2,\n  .pc-long-case h3 {\n    color: var(--pc-white);\n  }\n\n  .pc-long-case p {\n    color: #dce1df;\n  }\n\n  .pc-long-case-actions {\n    display: grid;\n    gap: 11px;\n  }\n\n  .pc-long-link {\n    display: block;\n    padding: 14px 16px;\n    border: 2px solid rgba(255, 255, 255, 0.35);\n    border-radius: 5px;\n    color: var(--pc-white);\n    font-size: 14px;\n    font-weight: 800;\n    text-align: center;\n  }\n\n  .pc-long-link:first-child {\n    border-color: var(--pc-red);\n    background: var(--pc-red);\n  }\n\n  .pc-long-link:hover {\n    border-color: var(--pc-white);\n    background: var(--pc-white);\n    color: var(--pc-black);\n  }\n\n  .pc-quote {\n    position: relative;\n    overflow: hidden;\n    padding: 48px;\n    border-radius: var(--pc-radius);\n    background:\n      linear-gradient(\n        120deg,\n        var(--pc-black) 0%,\n        #252a2c 100%\n      );\n    color: var(--pc-white);\n  }\n\n  .pc-quote::after {\n    content: \"FAIR D\";\n    position: absolute;\n    right: -18px;\n    bottom: -22px;\n    color: rgba(255, 255, 255, 0.04);\n    font-size: clamp(100px, 18vw, 210px);\n    font-weight: 900;\n    letter-spacing: -0.08em;\n    line-height: 0.8;\n  }\n\n  .pc-quote-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .pc-quote h2,\n  .pc-quote h3 {\n    color: var(--pc-white);\n  }\n\n  .pc-quote-intro {\n    max-width: 880px;\n    color: #dce1df;\n    font-size: 17px;\n  }\n\n  .pc-service-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin: 27px 0;\n  }\n\n  .pc-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  .pc-service strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--pc-white);\n  }\n\n  .pc-service span {\n    color: #d1d6d3;\n    font-size: 13px;\n  }\n\n  .pc-final {\n    padding: 43px;\n    border-radius: var(--pc-radius);\n    background: var(--pc-red);\n    color: var(--pc-white);\n    text-align: center;\n  }\n\n  .pc-final h2 {\n    color: var(--pc-white);\n  }\n\n  .pc-final p {\n    max-width: 860px;\n    margin: 0 auto 24px;\n    color: #fff4f4;\n    font-size: 17px;\n  }\n\n  .pc-final .pc-buttons {\n    justify-content: center;\n  }\n\n  @media (max-width: 1120px) {\n    .pc-product-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .pc-trust,\n    .pc-service-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .pc-protection,\n    .pc-accessory,\n    .pc-long-case {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 820px) {\n    .pc-product-grid,\n    .pc-mission-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .pc-choice-grid,\n    .pc-air-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .pc-service-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 620px) {\n    .pc-hero,\n    .pc-protection,\n    .pc-accessory,\n    .pc-air,\n    .pc-long-case,\n    .pc-quote,\n    .pc-final {\n      padding: 30px 21px;\n    }\n\n    .pc-product-grid,\n    .pc-mission-grid,\n    .pc-trust,\n    .pc-service-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .pc-trust-item {\n      border-right: 0;\n      border-bottom: 1px solid var(--pc-border);\n    }\n\n    .pc-button {\n      width: 100%;\n    }\n\n    .pc-buttons {\n      display: grid;\n      grid-template-columns: 1fr;\n    }\n\n    .pc-product-image {\n      aspect-ratio: 1 \/ 0.72;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"fd-protector-cases\"\u003e\n\u003cheader class=\"pc-hero\"\u003e\n\u003cdiv class=\"pc-hero-content\"\u003e\n\u003cspan class=\"pc-eyebrow\"\u003e Professional Protector Cases \u003c\/span\u003e\n\u003ch1\u003eProtective Cases for Mission-Critical Equipment\u003c\/h1\u003e\n\u003cp class=\"pc-hero-lead\"\u003eWaterproof, dustproof and impact-resistant transport solutions for military units, law enforcement, EMS, fire, search and rescue, drones, firearms, NVG systems, optics, communications and sensitive electronics. Our featured NANUK cases are \u003cstrong\u003edesigned and manufactured in Canada\u003c\/strong\u003e and are available with professional interior configurations for storage, transportation and rapid deployment.\u003c\/p\u003e\n\u003cdiv class=\"pc-buttons\"\u003e\n\u003ca class=\"pc-button pc-button-primary\" href=\"#featured-cases\"\u003e Compare Featured Cases \u003c\/a\u003e \u003ca class=\"pc-button pc-button-outline\" href=\"\/pages\/sb-request-quote\"\u003e Request a Fast Quote \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\u003csection class=\"pc-trust\"\u003e\n\u003cdiv class=\"pc-trust-item\"\u003e\n\u003cspan class=\"pc-trust-value\"\u003eCAN\u003c\/span\u003e \u003cstrong\u003eMade in Canada\u003c\/strong\u003e \u003cspan\u003eCanadian design and manufacturing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-trust-item\"\u003e\n\u003cspan class=\"pc-trust-value\"\u003eNK-7\u003c\/span\u003e \u003cstrong\u003eImpact-Resistant Resin\u003c\/strong\u003e \u003cspan\u003eLightweight protective construction\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-trust-item\"\u003e\n\u003cspan class=\"pc-trust-value\"\u003eIP\u003c\/span\u003e \u003cstrong\u003eEnvironmental Protection\u003c\/strong\u003e \u003cspan\u003eModel-specific water and dust ratings\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-trust-item\"\u003e\n\u003cspan class=\"pc-trust-value\"\u003eAIR\u003c\/span\u003e \u003cstrong\u003eTravel-Ready Options\u003c\/strong\u003e \u003cspan\u003eCarry-on and checked-case formats\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-trust-item\"\u003e\n\u003cspan class=\"pc-trust-value\"\u003eFAST\u003c\/span\u003e \u003cstrong\u003eProfessional Quotations\u003c\/strong\u003e \u003cspan\u003eCommercial and government support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pc-section\" id=\"featured-cases\"\u003e\n\u003cdiv class=\"pc-heading\"\u003e\n\u003ch2\u003eShop Featured NANUK Protective Cases\u003c\/h2\u003e\n\u003cp\u003eCompare our current models by capacity, mobility and intended application. Select a case to view its complete product page, available configurations and current pricing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-product-grid\"\u003e\n\u003carticle class=\"pc-product\" id=\"nanuk-910\"\u003e\u003ca class=\"pc-product-image\" href=\"\/products\/nanuk-910\"\u003e \u003cspan class=\"pc-product-badge\"\u003eCompact\u003c\/span\u003e \u003cimg src=\"https:\/\/nanukcases.ca\/cdn\/shop\/products\/Nanuk-910-Black-Cubed-Foam_0b6b4ba0-51c4-42bd-8fb9-cffcee4da015.jpg?v=1752603893\u0026amp;width=1200\" alt=\"NANUK 910 compact Canadian-made protective case\" loading=\"lazy\" decoding=\"async\"\u003e \u003c\/a\u003e\n\u003cdiv class=\"pc-product-body\"\u003e\n\u003ca href=\"\/products\/nanuk-910\"\u003e\n\u003ch3\u003eNANUK 910\u003c\/h3\u003e\n\u003c\/a\u003e\n\u003cp class=\"pc-product-subtitle\"\u003eCompact hand-carried case\u003c\/p\u003e\n\u003cp class=\"pc-product-description\"\u003eA slim portable case for handguns, compact NVG systems, optics, tablets, electronics, cameras and small professional kits.\u003c\/p\u003e\n\u003cdiv class=\"pc-product-specs\"\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eInterior\u003c\/strong\u003e 336 × 234 × 104 mm\u003c\/div\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eCapacity\u003c\/strong\u003e 8.2 L\u003c\/div\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eEmpty Weight\u003c\/strong\u003e 1.4 kg\u003c\/div\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eMobility\u003c\/strong\u003e Hand carry · No wheels\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"pc-product-link\" href=\"\/products\/nanuk-910\"\u003e View NANUK 910 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"pc-product\" id=\"nanuk-925\"\u003e\u003ca class=\"pc-product-image\" href=\"\/products\/nanuk-925\"\u003e \u003cspan class=\"pc-product-badge\"\u003eVersatile\u003c\/span\u003e \u003cimg src=\"https:\/\/nanukcases.ca\/cdn\/shop\/products\/nanuk-925-new-mold-open-foam-black_c4cb6e91-6f16-4a57-b74e-327bd8486893.jpg?v=1762896573\u0026amp;width=1200\" alt=\"NANUK 925 protective case with configurable foam\" loading=\"lazy\" decoding=\"async\"\u003e \u003c\/a\u003e\n\u003cdiv class=\"pc-product-body\"\u003e\n\u003ca href=\"\/products\/nanuk-925\"\u003e\n\u003ch3\u003eNANUK 925\u003c\/h3\u003e\n\u003c\/a\u003e\n\u003cp class=\"pc-product-subtitle\"\u003eMedium equipment case\u003c\/p\u003e\n\u003cp class=\"pc-product-description\"\u003eAn excellent general-purpose size for drones, radios, medical devices, optics, handgun kits and professional electronics.\u003c\/p\u003e\n\u003cdiv class=\"pc-product-specs\"\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eInterior\u003c\/strong\u003e 432 × 300 × 163 mm\u003c\/div\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eCapacity\u003c\/strong\u003e 21 L\u003c\/div\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eEmpty Weight\u003c\/strong\u003e 2.8 kg\u003c\/div\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eMobility\u003c\/strong\u003e Hand carry · No wheels\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"pc-product-link\" href=\"\/products\/nanuk-925\"\u003e View NANUK 925 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"pc-product\" id=\"nanuk-930\"\u003e\u003ca class=\"pc-product-image\" href=\"\/products\/nanuk-930\"\u003e \u003cspan class=\"pc-product-badge\"\u003eDeep Interior\u003c\/span\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0373\/6213\/9181\/files\/nanuk-930-new-mold-front-black_1024x1024.jpg?v=1611767006\" alt=\"NANUK 930 medium-to-large protective case\" loading=\"lazy\" decoding=\"async\"\u003e \u003c\/a\u003e\n\u003cdiv class=\"pc-product-body\"\u003e\n\u003ca href=\"\/products\/nanuk-930\"\u003e\n\u003ch3\u003eNANUK 930\u003c\/h3\u003e\n\u003c\/a\u003e\n\u003cp class=\"pc-product-subtitle\"\u003eLarge hand-carried case\u003c\/p\u003e\n\u003cp class=\"pc-product-description\"\u003eMore depth and capacity for larger drones, communication systems, medical equipment, sensors, tools and handgun loadouts.\u003c\/p\u003e\n\u003cdiv class=\"pc-product-specs\"\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eInterior\u003c\/strong\u003e 457 × 330 × 175 mm\u003c\/div\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eCapacity\u003c\/strong\u003e 26.5 L\u003c\/div\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eEmpty Weight\u003c\/strong\u003e 3.2 kg\u003c\/div\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eMobility\u003c\/strong\u003e Hand carry · No wheels\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"pc-product-link\" href=\"\/products\/nanuk-930\"\u003e View NANUK 930 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"pc-product\" id=\"nanuk-935\"\u003e\u003ca class=\"pc-product-image\" href=\"\/products\/nanuk-935\"\u003e \u003cspan class=\"pc-product-badge\"\u003eCarry-On Wheels\u003c\/span\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0531\/2027\/0517\/files\/nanuk-cases-935-black-front_6ea4a89f-f486-4e04-ba44-d2e2382a4f0e_1024x1024.jpg?v=1721328457\" alt=\"NANUK 935 wheeled carry-on protective case\" loading=\"lazy\" decoding=\"async\"\u003e \u003c\/a\u003e\n\u003cdiv class=\"pc-product-body\"\u003e\n\u003ca href=\"\/products\/nanuk-935\"\u003e\n\u003ch3\u003eNANUK 935\u003c\/h3\u003e\n\u003c\/a\u003e\n\u003cp class=\"pc-product-subtitle\"\u003eWheeled carry-on case\u003c\/p\u003e\n\u003cp class=\"pc-product-description\"\u003eDesigned for frequent travel with drones, cameras, NVG, optics, medical systems, communications and technical equipment.\u003c\/p\u003e\n\u003cdiv class=\"pc-product-specs\"\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eInterior\u003c\/strong\u003e 521 × 287 × 191 mm\u003c\/div\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eCapacity\u003c\/strong\u003e 28.5 L\u003c\/div\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eEmpty Weight\u003c\/strong\u003e 5.2 kg\u003c\/div\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eMobility\u003c\/strong\u003e Wheels · Retractable handle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"pc-product-link\" href=\"\/products\/nanuk-935\"\u003e View NANUK 935 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"pc-product\" id=\"nanuk-962\"\u003e\u003ca class=\"pc-product-image\" href=\"\/products\/nanuk-962\"\u003e \u003cspan class=\"pc-product-badge\"\u003eLarge Wheeled\u003c\/span\u003e \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 wheeled protective case\" loading=\"lazy\" decoding=\"async\"\u003e \u003c\/a\u003e\n\u003cdiv class=\"pc-product-body\"\u003e\n\u003ca href=\"\/products\/nanuk-962\"\u003e\n\u003ch3\u003eNANUK 962\u003c\/h3\u003e\n\u003c\/a\u003e\n\u003cp class=\"pc-product-subtitle\"\u003eLarge-capacity wheeled case\u003c\/p\u003e\n\u003cp class=\"pc-product-description\"\u003eFor complete drone systems, communications, medical devices, sensors, technical equipment and heavy professional kits.\u003c\/p\u003e\n\u003cdiv class=\"pc-product-specs\"\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eInterior\u003c\/strong\u003e 711 × 419 × 236 mm\u003c\/div\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eCapacity\u003c\/strong\u003e 70.6 L\u003c\/div\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eEmpty Weight\u003c\/strong\u003e 9.62 kg\u003c\/div\u003e\n\u003cdiv class=\"pc-product-spec\"\u003e\n\u003cstrong\u003eMobility\u003c\/strong\u003e Four wheels · Team handles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"pc-product-link\" href=\"\/products\/nanuk-962\"\u003e View NANUK 962 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-accessory\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eNANUK 935 Organizers and Interior Accessories\u003c\/h3\u003e\n\u003cp\u003eImprove equipment accountability by combining the NANUK 935 with a lid organizer, padded dividers, cubed foam or MOLLE organization. The main equipment remains protected in the base while batteries, cables, adapters, documents, tools and replacement components remain visible and accessible in the lid.\u003c\/p\u003e\n\u003cp\u003eOrganizer availability depends on the selected configuration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-accessory-actions\"\u003e\n\u003ca class=\"pc-accessory-link\" href=\"\/search?q=NANUK%20935%20organizer\u0026amp;type=product\"\u003e Shop NANUK 935 Organizers \u003c\/a\u003e \u003ca class=\"pc-accessory-link\" href=\"\/products\/nanuk-935\"\u003e View the NANUK 935 \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pc-section\"\u003e\n\u003cdiv class=\"pc-heading\"\u003e\n\u003ch2\u003eChoose a Case by Mission\u003c\/h2\u003e\n\u003cp\u003eThe best case depends on the equipment dimensions, total loaded weight, transportation method and how frequently the internal layout must change.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-mission-grid\"\u003e\n\u003carticle class=\"pc-mission\"\u003e\n\u003cdiv class=\"pc-mission-number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eDrones and UAS\u003c\/h3\u003e\n\u003cp\u003eProtect aircraft, controllers, batteries, chargers, payloads, antennas and replacement components. Compact platforms may fit the 925 or 930, while the 935 and 962 support larger or more complete systems.\u003c\/p\u003e\n\u003ca href=\"#nanuk-925\"\u003e Compare drone-compatible cases \u003c\/a\u003e\u003c\/article\u003e\n\u003carticle class=\"pc-mission\"\u003e\n\u003cdiv class=\"pc-mission-number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eHandguns and Range Equipment\u003c\/h3\u003e\n\u003cp\u003eThe 910, 925 and 930 can be configured for compatible handguns, magazines, optics, hearing protection, maintenance supplies and range accessories.\u003c\/p\u003e\n\u003ca href=\"#nanuk-910\"\u003e View compact cases \u003c\/a\u003e\u003c\/article\u003e\n\u003carticle class=\"pc-mission\"\u003e\n\u003cdiv class=\"pc-mission-number\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eNVG, Thermal and Optics\u003c\/h3\u003e\n\u003cp\u003eCustom foam can protect night-vision goggles, monoculars, thermal viewers, binoculars, rangefinders, sights and associated mounts or batteries.\u003c\/p\u003e\n\u003ca href=\"#nanuk-925\"\u003e Compare optic and NVG cases \u003c\/a\u003e\u003c\/article\u003e\n\u003carticle class=\"pc-mission\"\u003e\n\u003cdiv class=\"pc-mission-number\"\u003e04\u003c\/div\u003e\n\u003ch3\u003eEMS, Fire and SAR\u003c\/h3\u003e\n\u003cp\u003eHigh-visibility case colours and configurable interiors support medical devices, diagnostic tools, lighting, navigation, communications and technical-rescue equipment.\u003c\/p\u003e\n\u003ca href=\"#nanuk-930\"\u003e Compare response cases \u003c\/a\u003e\u003c\/article\u003e\n\u003carticle class=\"pc-mission\"\u003e\n\u003cdiv class=\"pc-mission-number\"\u003e05\u003c\/div\u003e\n\u003ch3\u003eMilitary and Law Enforcement\u003c\/h3\u003e\n\u003cp\u003eOrganize radios, surveillance systems, sensors, evidence equipment, targeting accessories, electronics, tools and complete operational kits.\u003c\/p\u003e\n\u003ca href=\"\/pages\/sb-request-quote\"\u003e Request an institutional quote \u003c\/a\u003e\u003c\/article\u003e\n\u003carticle class=\"pc-mission\"\u003e\n\u003cdiv class=\"pc-mission-number\"\u003e06\u003c\/div\u003e\n\u003ch3\u003eAir Transportation\u003c\/h3\u003e\n\u003cp\u003eThe 910, 925, 930 and 935 are identified by NANUK as carry-on compatible. The larger 962 is intended for checked or professional equipment transportation.\u003c\/p\u003e\n\u003ca href=\"#air-transport\"\u003e Review air-travel guidance \u003c\/a\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pc-section\"\u003e\n\u003cdiv class=\"pc-heading\"\u003e\n\u003ch2\u003eFeatured Model Comparison\u003c\/h2\u003e\n\u003cp\u003eInterior measurements should be compared with the complete equipment layout, including foam clearance, cables, batteries, accessories and required separation between components.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-comparison-wrap\"\u003e\n\u003ctable class=\"pc-comparison\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eInterior Dimensions\u003c\/th\u003e\n\u003cth\u003eVolume\u003c\/th\u003e\n\u003cth\u003eEmpty Weight\u003c\/th\u003e\n\u003cth\u003eWheels\u003c\/th\u003e\n\u003cth\u003eCarry-On\u003c\/th\u003e\n\u003cth\u003eRecommended For\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca class=\"pc-table-link\" href=\"\/products\/nanuk-910\"\u003e NANUK 910 \u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e336 × 234 × 104 mm\u003c\/td\u003e\n\u003ctd\u003e8.2 L\u003c\/td\u003e\n\u003ctd\u003e1.4 kg\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003eYes*\u003c\/td\u003e\n\u003ctd\u003eHandguns, NVG, optics, tablets, compact electronics and cameras\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca class=\"pc-table-link\" href=\"\/products\/nanuk-925\"\u003e NANUK 925 \u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e432 × 300 × 163 mm\u003c\/td\u003e\n\u003ctd\u003e21 L\u003c\/td\u003e\n\u003ctd\u003e2.8 kg\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003eYes*\u003c\/td\u003e\n\u003ctd\u003eDrones, medical equipment, radios, sensors and handgun kits\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca class=\"pc-table-link\" href=\"\/products\/nanuk-930\"\u003e NANUK 930 \u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e457 × 330 × 175 mm\u003c\/td\u003e\n\u003ctd\u003e26.5 L\u003c\/td\u003e\n\u003ctd\u003e3.2 kg\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003eYes*\u003c\/td\u003e\n\u003ctd\u003eLarger drones, communications, medical systems and electronics\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca class=\"pc-table-link\" href=\"\/products\/nanuk-935\"\u003e NANUK 935 \u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e521 × 287 × 191 mm\u003c\/td\u003e\n\u003ctd\u003e28.5 L\u003c\/td\u003e\n\u003ctd\u003e5.2 kg\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003ctd\u003eYes*\u003c\/td\u003e\n\u003ctd\u003eFrequent travel, drones, cameras, NVG and complete mobile kits\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ca class=\"pc-table-link\" href=\"\/products\/nanuk-962\"\u003e NANUK 962 \u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e711 × 419 × 236 mm\u003c\/td\u003e\n\u003ctd\u003e70.6 L\u003c\/td\u003e\n\u003ctd\u003e9.62 kg\u003c\/td\u003e\n\u003ctd\u003eFour wheels\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003eLarge drone systems, heavy technical equipment and team kits\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pc-section\"\u003e\n\u003cdiv class=\"pc-heading\"\u003e\n\u003ch2\u003eWheels or No Wheels?\u003c\/h2\u003e\n\u003cp\u003eWheels improve mobility, but they also add weight, dimensions and mechanical components. The best choice depends on the expected loaded weight and transportation environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-choice-grid\"\u003e\n\u003carticle class=\"pc-choice\"\u003e\n\u003ch3\u003eChoose a Hand-Carried Case\u003c\/h3\u003e\n\u003cp\u003eModels such as the NANUK 910, 925 and 930 are appropriate when the case must be lifted frequently, stored inside lockers or vehicles, or carried over terrain where wheels offer limited benefit.\u003c\/p\u003e\n\u003cul class=\"pc-checks\"\u003e\n\u003cli\u003eLower empty weight\u003c\/li\u003e\n\u003cli\u003eSmaller external profile\u003c\/li\u003e\n\u003cli\u003eEasier to lift into vehicles and storage systems\u003c\/li\u003e\n\u003cli\u003eFewer moving components\u003c\/li\u003e\n\u003cli\u003eBetter for short-distance transport\u003c\/li\u003e\n\u003cli\u003ePractical for lighter equipment loads\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e\n\u003carticle class=\"pc-choice\"\u003e\n\u003ch3\u003eChoose a Wheeled Case\u003c\/h3\u003e\n\u003cp\u003eThe NANUK 935 and 962 reduce manual carrying when equipment includes heavy batteries, optics, medical devices, electronics, tools or multiple accessories.\u003c\/p\u003e\n\u003cul class=\"pc-checks\"\u003e\n\u003cli\u003eReduced carrying over long distances\u003c\/li\u003e\n\u003cli\u003eBetter airport and facility mobility\u003c\/li\u003e\n\u003cli\u003eUseful for repeated vehicle loading\u003c\/li\u003e\n\u003cli\u003eMore practical with heavy equipment\u003c\/li\u003e\n\u003cli\u003eRetractable pull-handle systems\u003c\/li\u003e\n\u003cli\u003e935 for carry-on travel; 962 for large loads\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pc-section\"\u003e\n\u003cdiv class=\"pc-protection\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eMaterials and Protection Systems\u003c\/h2\u003e\n\u003cp\u003eNANUK protective cases use a rigid NK-7 resin shell designed to absorb impact while maintaining a practical balance between strength and weight.\u003c\/p\u003e\n\u003cp\u003eProtection is completed by secure PowerClaw latches, environmental sealing, reinforced padlock points and automatic pressure-equalization valves. The exact certifications and ingress ratings depend on the selected model.\u003c\/p\u003e\n\u003cp\u003eInternal foam or padded organization is equally important. The case protects against external hazards, while the interior prevents equipment from moving or striking other components.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-protection-list\"\u003e\n\u003cdiv class=\"pc-protection-item\"\u003e\n\u003cstrong\u003eNK-7 Resin\u003c\/strong\u003e \u003cspan\u003e Lightweight, impact-resistant polymer with reinforced walls, rounded corners and shock-absorbing construction. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-protection-item\"\u003e\n\u003cstrong\u003ePowerClaw Latches\u003c\/strong\u003e \u003cspan\u003e Compressive triple-action latches with integrated slide locks help prevent accidental opening. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-protection-item\"\u003e\n\u003cstrong\u003ePressure Equalization\u003c\/strong\u003e \u003cspan\u003e Automatic valves help manage pressure changes caused by altitude, temperature and geographic location. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-protection-item\"\u003e\n\u003cstrong\u003eInterior Protection\u003c\/strong\u003e \u003cspan\u003e Cubed foam, custom foam, padded dividers, organizers and MOLLE panels support equipment-specific layouts. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-protection-item\"\u003e\n\u003cstrong\u003eCanadian Manufacturing\u003c\/strong\u003e \u003cspan\u003e NANUK hard protective cases are designed and manufactured in Quebec, Canada. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pc-section\" id=\"air-transport\"\u003e\n\u003cdiv class=\"pc-heading\"\u003e\n\u003ch2\u003eProtective Cases for Air Transportation\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-air\"\u003e\n\u003cdiv class=\"pc-air-grid\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eCarry-On Cases\u003c\/h3\u003e\n\u003cp\u003eNANUK identifies the 910, 925, 930 and 935 as airline carry-on compatible. The 935 provides the added advantage of wheels and a retractable handle for regular travel.\u003c\/p\u003e\n\u003cp\u003eKeeping sensitive equipment in the cabin may reduce exposure to baggage conveyors, uncontrolled impacts and separation from the operator.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eChecked and Oversized Cases\u003c\/h3\u003e\n\u003cp\u003eThe NANUK 962 is not a carry-on case. Its large format is intended for checked transportation, freight, vehicle deployment and professional equipment movement.\u003c\/p\u003e\n\u003cul class=\"pc-checks\"\u003e\n\u003cli\u003eConfirm airline size limits\u003c\/li\u003e\n\u003cli\u003eConfirm the total loaded weight\u003c\/li\u003e\n\u003cli\u003eReview oversize-baggage fees\u003c\/li\u003e\n\u003cli\u003eSecure the internal equipment\u003c\/li\u003e\n\u003cli\u003eUse compatible locks where required\u003c\/li\u003e\n\u003cli\u003eFollow lithium-battery regulations\u003c\/li\u003e\n\u003cli\u003eFollow firearm-transport procedures\u003c\/li\u003e\n\u003cli\u003eApply external identification\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-air-notice\"\u003e* Carry-on acceptance is determined by the airline, aircraft, route, fare class and total loaded weight. Always confirm the carrier’s current requirements before travelling. Firearms, ammunition, lithium batteries and dangerous goods are subject to additional regulations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pc-section\"\u003e\n\u003cdiv class=\"pc-long-case\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eLong-Gun and Rifle Cases\u003c\/h2\u003e\n\u003cp\u003eThe five featured models above are general-purpose compact, medium and large equipment cases. A rifle or long-gun system normally requires a dedicated long-format case selected according to the complete firearm length, optic height, magazines, suppressor or muzzle-device configuration and required foam clearance.\u003c\/p\u003e\n\u003cp\u003eFair D Canada can assist with long-case selection, custom foam, institutional quantities and transportation requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-long-case-actions\"\u003e\n\u003ca class=\"pc-long-link\" href=\"\/pages\/sb-request-quote\"\u003e Request a Long-Case Quote \u003c\/a\u003e \u003ca class=\"pc-long-link\" href=\"\/search?q=NANUK%20long%20case\u0026amp;type=product\"\u003e Search Long Protective Cases \u003c\/a\u003e \u003ca class=\"pc-long-link\" href=\"mailto:gov@fairdcanada.com?subject=Long%20Gun%20Protective%20Case%20Quote\"\u003e Contact Government Sales \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"pc-section\"\u003e\n\u003cdiv class=\"pc-quote\"\u003e\n\u003cdiv class=\"pc-quote-content\"\u003e\n\u003cspan class=\"pc-eyebrow\"\u003e Fair D Canada Professional Case Solutions \u003c\/span\u003e\n\u003ch2\u003eCompetitive Pricing and Rapid Quotation Support\u003c\/h2\u003e\n\u003cp class=\"pc-quote-intro\"\u003eFair D Canada supports military units, law-enforcement agencies, emergency services, municipalities, contractors and commercial customers requiring individual protective cases, volume orders or complete equipment-specific configurations.\u003c\/p\u003e\n\u003cdiv class=\"pc-service-grid\"\u003e\n\u003cdiv class=\"pc-service\"\u003e\n\u003cstrong\u003eFast Quotations\u003c\/strong\u003e \u003cspan\u003e Rapid review of equipment size, model, quantity and delivery requirements. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-service\"\u003e\n\u003cstrong\u003eCompetitive Canadian Pricing\u003c\/strong\u003e \u003cspan\u003e Commercial, institutional and volume pricing according to the project. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-service\"\u003e\n\u003cstrong\u003eCase Selection\u003c\/strong\u003e \u003cspan\u003e Assistance comparing internal dimensions, capacity, weight and mobility. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-service\"\u003e\n\u003cstrong\u003eInterior Configuration\u003c\/strong\u003e \u003cspan\u003e Support for foam, padded dividers, organizers and MOLLE systems. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-service\"\u003e\n\u003cstrong\u003eGovernment Procurement\u003c\/strong\u003e \u003cspan\u003e Support for RFQs, tenders, purchase orders and agency programs. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-service\"\u003e\n\u003cstrong\u003eVolume Programs\u003c\/strong\u003e \u003cspan\u003e Multi-unit requirements for departments, teams, fleets and multiple locations. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-service\"\u003e\n\u003cstrong\u003eCanada-Wide Support\u003c\/strong\u003e \u003cspan\u003e Professional distribution and customer support across Canada. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-service\"\u003e\n\u003cstrong\u003eBilingual Service\u003c\/strong\u003e \u003cspan\u003e Professional assistance available in English and French. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pc-buttons\"\u003e\n\u003ca class=\"pc-button pc-button-primary\" href=\"\/pages\/sb-request-quote\"\u003e Submit a Quote Request \u003c\/a\u003e \u003ca class=\"pc-button pc-button-outline\" href=\"mailto:gov@fairdcanada.com?subject=Professional%20Protective%20Case%20Quote\"\u003e Government, Military and LE \u003c\/a\u003e \u003ca class=\"pc-button pc-button-outline\" href=\"mailto:sales@fairdcanada.com?subject=Protective%20Case%20Inquiry\"\u003e Commercial Sales \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cfooter class=\"pc-final\"\u003e\n\u003ch2\u003eProtect, Organize and Mobilize Your Equipment\u003c\/h2\u003e\n\u003cp\u003eFrom compact NVG and handgun cases to wheeled drone, medical and communications systems, Fair D Canada provides Canadian-made NANUK protective cases with professional product selection, competitive pricing and rapid quotation support.\u003c\/p\u003e\n\u003cdiv class=\"pc-buttons\"\u003e\n\u003ca class=\"pc-button pc-button-dark\" href=\"#featured-cases\"\u003e Compare NANUK Cases \u003c\/a\u003e \u003ca class=\"pc-button pc-button-outline\" href=\"\/pages\/sb-request-quote\"\u003e Request a Quote \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","products":[{"product_id":"hard-pistol-cases-with-pre-cut-pu-foam-5-pistol","title":"Hard Pistol Cases with Pre-cut PU Foam 5 pistol","description":"\u003cp\u003eIP67 Waterproof \u0026amp; Dustproof:** *Fair D Canada*'s hard pistol cases feature a robust IP67 waterproof rating, ensuring they remain sealed even when submerged in water up to 1 m. They protect your firearms from harsh weather conditions, including rain, dust, and shocks, ensuring they remain in perfect condition during transport.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e**TSA Approved:** This portable pistol case by *Fair D Canada* has undergone rigorous testing and is TSA approved, allowing you to carry it on airplanes, trains, and other public transportation. It includes a pressure release valve, two padlock holes, and unidirectional hinge pins, enabling you to add padlocks for enhanced security.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e**Versatile XPE Module:** To ensure a precise fit for handguns of various sizes, we have integrated height- and length-adjustable XPE modules. This feature ensures that even the smallest handguns fit snugly, just like full-sized ones. It is perfect for storing most handgun models and accessories such as goggles, holsters, gloves, and ammunition, offering an ideal storage and travel solution.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e**Multiple Security:** Made from sturdy PP material, this *Fair D Canada* case provides excellent protection against accidental drops and impacts during transportation. It features multiple layers of sponge protection inside, including egg-shaped foam on the lid, XPE foam inserts for handgun positioning, and additional protective foam at the bottom, ensuring a secure fit and preventing damage or scratches from loose fittings while allowing easy access.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e**Compact \u0026amp; Portable:** The external dimensions of this *Fair D Canada* case are 18.7 x 16.3 x 8.8 inches, with internal dimensions of 17.5 x 13.6 x 7.5 inches. Its compact design saves space while ensuring your firearms are protected and easily accessible.\u003c\/p\u003e","brand":"FairD Canada","offers":[{"title":"Default Title","offer_id":44143216165055,"sku":null,"price":159.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/background-editor_output_24b257a5-2966-4861-8ac7-11300f57165e.png?v=1742415554"},{"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"},{"product_id":"nanuk-935","title":"NANUK 935","description":"\u003cstyle\u003e\n  .fd-nanuk-935 {\n    --n935-black: #101213;\n    --n935-dark: #1d2123;\n    --n935-grey: #687075;\n    --n935-light: #f3f5f4;\n    --n935-white: #ffffff;\n    --n935-red: #d62831;\n    --n935-red-dark: #a71c23;\n    --n935-border: #d9dddc;\n    --n935-text: #272b2d;\n    --n935-radius: 8px;\n    max-width: 1240px;\n    margin: 0 auto;\n    color: var(--n935-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .fd-nanuk-935 *,\n  .fd-nanuk-935 *::before,\n  .fd-nanuk-935 *::after {\n    box-sizing: border-box;\n  }\n\n  .fd-nanuk-935 img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .fd-nanuk-935 h1,\n  .fd-nanuk-935 h2,\n  .fd-nanuk-935 h3,\n  .fd-nanuk-935 p {\n    margin-top: 0;\n  }\n\n  .fd-nanuk-935 h1,\n  .fd-nanuk-935 h2,\n  .fd-nanuk-935 h3 {\n    color: var(--n935-black);\n    line-height: 1.15;\n  }\n\n  .fd-nanuk-935 h1 {\n    margin-bottom: 18px;\n    font-size: clamp(38px, 6vw, 68px);\n    letter-spacing: -0.045em;\n  }\n\n  .fd-nanuk-935 h2 {\n    margin-bottom: 16px;\n    font-size: clamp(28px, 4vw, 42px);\n    letter-spacing: -0.03em;\n  }\n\n  .fd-nanuk-935 h3 {\n    margin-bottom: 9px;\n    font-size: 20px;\n  }\n\n  .fd-nanuk-935 p {\n    margin-bottom: 16px;\n  }\n\n  .fd-nanuk-935 a {\n    text-decoration: none;\n  }\n\n  .fd-nanuk-935 strong {\n    font-weight: 800;\n  }\n\n  .n935-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 58px 50px;\n    margin-bottom: 20px;\n    border-radius: var(--n935-radius);\n    background:\n      linear-gradient(\n        125deg,\n        #0e1011 0%,\n        #1c2022 68%,\n        #303537 100%\n      );\n    color: var(--n935-white);\n  }\n\n  .n935-hero::before {\n    content: \"935\";\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    pointer-events: none;\n  }\n\n  .n935-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    pointer-events: none;\n  }\n\n  .n935-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 930px;\n  }\n\n  .n935-eyebrow {\n    display: inline-block;\n    padding: 8px 13px;\n    margin-bottom: 20px;\n    border-radius: 4px;\n    background: var(--n935-red);\n    color: var(--n935-white);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .n935-hero h1 {\n    color: var(--n935-white);\n  }\n\n  .n935-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  .n935-highlight {\n    color: var(--n935-white);\n    font-weight: 800;\n  }\n\n  .n935-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n\n  .n935-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  .n935-button:hover {\n    transform: translateY(-2px);\n  }\n\n  .n935-button-primary {\n    background: var(--n935-red);\n    color: var(--n935-white);\n  }\n\n  .n935-button-primary:hover {\n    background: var(--n935-red-dark);\n    color: var(--n935-white);\n  }\n\n  .n935-button-outline {\n    border-color: rgba(255, 255, 255, 0.5);\n    color: var(--n935-white);\n  }\n\n  .n935-button-outline:hover {\n    border-color: var(--n935-white);\n    background: var(--n935-white);\n    color: var(--n935-black);\n  }\n\n  .n935-gallery {\n    display: grid;\n    grid-template-columns: 1.15fr 0.85fr;\n    gap: 16px;\n    margin-bottom: 42px;\n  }\n\n  .n935-gallery figure {\n    overflow: hidden;\n    margin: 0;\n    border: 1px solid var(--n935-border);\n    border-radius: var(--n935-radius);\n    background: var(--n935-light);\n  }\n\n  .n935-gallery figure:first-child {\n    grid-row: span 2;\n  }\n\n  .n935-gallery img {\n    height: 100%;\n    min-height: 310px;\n    object-fit: contain;\n  }\n\n  .n935-gallery figure:first-child img {\n    min-height: 636px;\n  }\n\n  .n935-quick-specs {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    overflow: hidden;\n    margin-bottom: 48px;\n    border: 1px solid var(--n935-border);\n    border-radius: var(--n935-radius);\n  }\n\n  .n935-quick-spec {\n    min-height: 120px;\n    padding: 23px 15px;\n    border-right: 1px solid var(--n935-border);\n    background: var(--n935-white);\n    text-align: center;\n  }\n\n  .n935-quick-spec:last-child {\n    border-right: 0;\n  }\n\n  .n935-quick-spec strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--n935-black);\n    font-size: 18px;\n  }\n\n  .n935-quick-spec span {\n    color: var(--n935-grey);\n    font-size: 13px;\n  }\n\n  .n935-quick-icon {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--n935-red);\n    font-size: 23px;\n    font-weight: 900;\n  }\n\n  .n935-section {\n    margin-bottom: 50px;\n  }\n\n  .n935-heading {\n    max-width: 930px;\n    padding-bottom: 15px;\n    margin-bottom: 24px;\n    border-bottom: 4px solid var(--n935-red);\n  }\n\n  .n935-heading p {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: var(--n935-grey);\n    font-size: 17px;\n  }\n\n  .n935-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n  }\n\n  .n935-benefit {\n    min-height: 230px;\n    padding: 24px 20px;\n    border: 1px solid var(--n935-border);\n    border-top: 4px solid var(--n935-red);\n    border-radius: var(--n935-radius);\n    background: var(--n935-white);\n  }\n\n  .n935-benefit p {\n    margin-bottom: 0;\n    color: var(--n935-grey);\n    font-size: 14px;\n  }\n\n  .n935-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(--n935-radius);\n    background: var(--n935-dark);\n    color: var(--n935-white);\n  }\n\n  .n935-core h2,\n  .n935-core h3 {\n    color: var(--n935-white);\n  }\n\n  .n935-core p {\n    color: #dce0de;\n  }\n\n  .n935-core-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .n935-core-item {\n    padding: 17px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-left: 4px solid var(--n935-red);\n    border-radius: 5px;\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .n935-core-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--n935-white);\n  }\n\n  .n935-core-item span {\n    color: #d4d9d6;\n    font-size: 14px;\n  }\n\n  .n935-application-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .n935-application {\n    position: relative;\n    overflow: hidden;\n    min-height: 255px;\n    padding: 25px 22px;\n    border: 1px solid var(--n935-border);\n    border-radius: var(--n935-radius);\n    background: var(--n935-white);\n  }\n\n  .n935-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  .n935-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(--n935-black);\n    color: var(--n935-white);\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .n935-application h3,\n  .n935-application p {\n    position: relative;\n    z-index: 2;\n  }\n\n  .n935-application p {\n    margin-bottom: 0;\n    color: var(--n935-grey);\n    font-size: 14px;\n  }\n\n  .n935-carryon {\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(--n935-border);\n    border-radius: var(--n935-radius);\n    background: var(--n935-light);\n  }\n\n  .n935-carryon-image {\n    overflow: hidden;\n    border-radius: 7px;\n    background: var(--n935-white);\n  }\n\n  .n935-carryon-image img {\n    min-height: 390px;\n    object-fit: contain;\n  }\n\n  .n935-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  .n935-checks li {\n    position: relative;\n    padding-left: 29px;\n    margin: 0;\n  }\n\n  .n935-checks li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--n935-red);\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  .n935-organizer {\n    padding: 42px;\n    border: 1px solid var(--n935-border);\n    border-radius: var(--n935-radius);\n    background: var(--n935-white);\n  }\n\n  .n935-organizer-intro {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);\n    gap: 34px;\n    align-items: start;\n  }\n\n  .n935-organizer-box {\n    padding: 24px;\n    border-left: 5px solid var(--n935-red);\n    border-radius: 5px;\n    background: var(--n935-light);\n  }\n\n  .n935-organizer-box strong {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--n935-black);\n    font-size: 19px;\n  }\n\n  .n935-organizer-box p {\n    margin-bottom: 0;\n    color: var(--n935-grey);\n    font-size: 14px;\n  }\n\n  .n935-config-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n    margin-top: 28px;\n  }\n\n  .n935-config {\n    overflow: hidden;\n    border: 1px solid var(--n935-border);\n    border-radius: var(--n935-radius);\n    background: var(--n935-white);\n  }\n\n  .n935-config-header {\n    padding: 21px 18px;\n    background: var(--n935-black);\n    color: var(--n935-white);\n  }\n\n  .n935-config-header h3 {\n    margin-bottom: 4px;\n    color: var(--n935-white);\n  }\n\n  .n935-config-header span {\n    color: #d7dcda;\n    font-size: 13px;\n  }\n\n  .n935-config-body {\n    padding: 21px 18px;\n  }\n\n  .n935-config-body p {\n    margin-bottom: 0;\n    color: var(--n935-grey);\n    font-size: 14px;\n  }\n\n  .n935-protection-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .n935-protection-card {\n    padding: 25px;\n    border: 1px solid var(--n935-border);\n    border-radius: var(--n935-radius);\n    background: var(--n935-light);\n  }\n\n  .n935-protection-card h3 {\n    padding-bottom: 9px;\n    border-bottom: 2px solid var(--n935-red);\n  }\n\n  .n935-protection-card p {\n    margin-bottom: 0;\n    color: var(--n935-grey);\n    font-size: 14px;\n  }\n\n  .n935-air {\n    padding: 38px;\n    border: 1px solid var(--n935-border);\n    border-left: 7px solid var(--n935-red);\n    border-radius: var(--n935-radius);\n    background: #faf8f5;\n  }\n\n  .n935-air-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 30px;\n  }\n\n  .n935-air h3 {\n    font-size: 24px;\n  }\n\n  .n935-air p:last-child {\n    margin-bottom: 0;\n  }\n\n  .n935-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  .n935-table {\n    width: 100%;\n    border-collapse: collapse;\n    border: 1px solid var(--n935-border);\n  }\n\n  .n935-table th,\n  .n935-table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--n935-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .n935-table th {\n    width: 34%;\n    background: var(--n935-light);\n    color: var(--n935-black);\n    font-weight: 800;\n  }\n\n  .n935-table tr:last-child th,\n  .n935-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .n935-notice {\n    padding: 22px 24px;\n    margin-top: 25px;\n    border: 1px solid var(--n935-border);\n    border-left: 5px solid var(--n935-red);\n    background: var(--n935-light);\n  }\n\n  .n935-notice strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--n935-black);\n  }\n\n  .n935-notice p {\n    margin-bottom: 0;\n    color: var(--n935-grey);\n    font-size: 14px;\n  }\n\n  .n935-faird {\n    position: relative;\n    overflow: hidden;\n    padding: 46px;\n    border-radius: var(--n935-radius);\n    background:\n      linear-gradient(\n        120deg,\n        var(--n935-black) 0%,\n        #252a2c 100%\n      );\n    color: var(--n935-white);\n  }\n\n  .n935-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  .n935-faird-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .n935-faird h2,\n  .n935-faird h3 {\n    color: var(--n935-white);\n  }\n\n  .n935-faird-content \u003e p {\n    max-width: 880px;\n    color: #dce1df;\n    font-size: 17px;\n  }\n\n  .n935-service-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin: 27px 0;\n  }\n\n  .n935-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  .n935-service strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--n935-white);\n  }\n\n  .n935-service span {\n    color: #d1d6d3;\n    font-size: 13px;\n  }\n\n  .n935-final {\n    padding: 42px;\n    border-radius: var(--n935-radius);\n    background: var(--n935-red);\n    color: var(--n935-white);\n    text-align: center;\n  }\n\n  .n935-final h2 {\n    color: var(--n935-white);\n  }\n\n  .n935-final p {\n    max-width: 850px;\n    margin: 0 auto 24px;\n    color: #fff4f4;\n    font-size: 17px;\n  }\n\n  .n935-final .n935-buttons {\n    justify-content: center;\n  }\n\n  @media (max-width: 1050px) {\n    .n935-benefits,\n    .n935-config-grid,\n    .n935-service-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .n935-quick-specs {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .n935-core,\n    .n935-carryon,\n    .n935-organizer-intro {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 820px) {\n    .n935-gallery {\n      grid-template-columns: 1fr;\n    }\n\n    .n935-gallery figure:first-child {\n      grid-row: auto;\n    }\n\n    .n935-gallery figure:first-child img,\n    .n935-gallery img {\n      min-height: auto;\n    }\n\n    .n935-application-grid,\n    .n935-protection-grid,\n    .n935-air-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 620px) {\n    .n935-hero,\n    .n935-core,\n    .n935-carryon,\n    .n935-organizer,\n    .n935-air,\n    .n935-faird,\n    .n935-final {\n      padding: 30px 21px;\n    }\n\n    .n935-benefits,\n    .n935-config-grid,\n    .n935-service-grid,\n    .n935-quick-specs,\n    .n935-checks {\n      grid-template-columns: 1fr;\n    }\n\n    .n935-quick-spec {\n      border-right: 0;\n      border-bottom: 1px solid var(--n935-border);\n    }\n\n    .n935-button {\n      width: 100%;\n    }\n\n    .n935-buttons {\n      display: grid;\n      grid-template-columns: 1fr;\n    }\n\n    .n935-table,\n    .n935-table tbody,\n    .n935-table tr,\n    .n935-table th,\n    .n935-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .n935-table th {\n      padding-bottom: 7px;\n      border-bottom: 0;\n    }\n\n    .n935-table td {\n      padding-top: 7px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fd-nanuk-935\"\u003e\n\n  \u003cheader class=\"n935-hero\"\u003e\n    \u003cdiv class=\"n935-hero-content\"\u003e\n      \u003cspan class=\"n935-eyebrow\"\u003e\n        Canadian-Made Carry-On Wheeled Protective Case\n      \u003c\/span\u003e\n\n      \u003ch1\u003eNANUK 935\u003c\/h1\u003e\n\n      \u003cp class=\"n935-hero-lead\"\u003e\n        A professional waterproof carry-on case that combines\n        \u003cstrong\u003e28.5 litres of protected storage\u003c\/strong\u003e with polyurethane\n        wheels, a two-position retractable handle and a lightweight\n        impact-resistant NK-7 resin shell. The NANUK 935 is ideal for drones,\n        cameras, NVG systems, optics, medical equipment, communications and\n        sensitive electronics that must remain protected and accessible while\n        travelling.\n        \u003cspan class=\"n935-highlight\"\u003e\n          Designed and manufactured in Quebec, Canada.\n        \u003c\/span\u003e\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"n935-buttons\"\u003e\n        \u003ca class=\"n935-button n935-button-primary\" href=\"mailto:sales@fairdcanada.com?subject=NANUK%20935%20Quote%20Request\"\u003e\n          Request a Quote\n        \u003c\/a\u003e\n\n        \u003ca class=\"n935-button n935-button-outline\" href=\"mailto:gov@fairdcanada.com?subject=NANUK%20935%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=\"n935-gallery\"\u003e\n    \u003cfigure\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0531\/2027\/0517\/files\/nanuk-cases-935-black-front_6ea4a89f-f486-4e04-ba44-d2e2382a4f0e_1024x1024.jpg?v=1721328457\" alt=\"NANUK 935 black Canadian-made wheeled protective case\" loading=\"lazy\"\u003e\n    \u003c\/figure\u003e\n\n    \u003cfigure\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0531\/2027\/0517\/files\/nanuk-cases-935-black-back_7473aa62-bc34-423c-a013-d0653b519872_1024x1024.jpg?v=1721329282\" alt=\"NANUK 935 with retractable two-position pull handle\" loading=\"lazy\"\u003e\n    \u003c\/figure\u003e\n\n    \u003cfigure\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0531\/2027\/0517\/files\/nanuk-cases-935-black-close_43cc626f-94fc-4b08-872a-d6f765c55e3c_1024x1024.jpg?v=1721328519\" alt=\"NANUK 935 closed protective case with PowerClaw latches\" loading=\"lazy\"\u003e\n    \u003c\/figure\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n935-quick-specs\"\u003e\n    \u003cdiv class=\"n935-quick-spec\"\u003e\n      \u003cspan class=\"n935-quick-icon\"\u003e28.5 L\u003c\/span\u003e\n      \u003cstrong\u003eProtected Capacity\u003c\/strong\u003e\n      \u003cspan\u003eProfessional carry-on storage\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n935-quick-spec\"\u003e\n      \u003cspan class=\"n935-quick-icon\"\u003eIPX7\u003c\/span\u003e\n      \u003cstrong\u003eWaterproof\u003c\/strong\u003e\n      \u003cspan\u003eTemporary immersion protection\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n935-quick-spec\"\u003e\n      \u003cspan class=\"n935-quick-icon\"\u003eIP6X\u003c\/span\u003e\n      \u003cstrong\u003eDustproof\u003c\/strong\u003e\n      \u003cspan\u003eProtection against fine dust\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n935-quick-spec\"\u003e\n      \u003cspan class=\"n935-quick-icon\"\u003eAIR\u003c\/span\u003e\n      \u003cstrong\u003eCarry-On Format\u003c\/strong\u003e\n      \u003cspan\u003eAccepted by many airlines\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n935-quick-spec\"\u003e\n      \u003cspan class=\"n935-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=\"n935-section\"\u003e\n    \u003cdiv class=\"n935-heading\"\u003e\n      \u003ch2\u003eWhy Choose the NANUK 935?\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The NANUK 935 provides the mobility of wheeled luggage with the\n        environmental and impact protection required for professional\n        equipment.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n935-benefits\"\u003e\n      \u003carticle class=\"n935-benefit\"\u003e\n        \u003ch3\u003eCarry-On Dimensions\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Its 22 × 14 × 9-inch exterior format is designed to meet the carry-on\n          limits used by many airlines, helping professionals keep sensitive\n          equipment close during air travel.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n935-benefit\"\u003e\n        \u003ch3\u003eWheeled Mobility\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Smooth polyurethane wheels and a retractable pull handle reduce the\n          effort required to move optics, batteries, electronics and other\n          heavy equipment through airports and facilities.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n935-benefit\"\u003e\n        \u003ch3\u003eConfigurable Interior\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Available interior systems include cubed foam, padded dividers,\n          custom foam, MOLLE organization and lid-organizer configurations.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n935-benefit\"\u003e\n        \u003ch3\u003eProfessional Protection\u003c\/h3\u003e\n\n        \u003cp\u003e\n          NK-7 resin, PowerClaw latches, a sealing gasket and a pressure valve\n          protect equipment against impact, water, dust and transport\n          conditions.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n935-section\"\u003e\n    \u003cdiv class=\"n935-core\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eA Mobile Protective Platform for Sensitive Equipment\u003c\/h2\u003e\n\n        \u003cp\u003e\n          The NANUK 935 is sized between a compact hand-carried case and a\n          large checked-equipment case. This makes it particularly effective\n          for complete but portable equipment systems that must remain under\n          the user’s control.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The 28.5-litre interior can accommodate a main device together with\n          batteries, cables, chargers, optics, controllers and supporting\n          accessories.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Two soft-grip carrying handles provide conventional hand carry, while\n          the retractable handle and wheels allow the case to be rolled when\n          the equipment load becomes heavy.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n935-core-list\"\u003e\n        \u003cdiv class=\"n935-core-item\"\u003e\n          \u003cstrong\u003ePortable Complete-System Storage\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Keep the primary equipment and supporting accessories together in\n            one organized deployment case.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n935-core-item\"\u003e\n          \u003cstrong\u003eProtected Air Travel\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Carry-on proportions help reduce the need to place sensitive\n            equipment inside conventional checked baggage.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n935-core-item\"\u003e\n          \u003cstrong\u003eFlexible Interior Organization\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Foam, padded dividers, MOLLE panels and organizers support fixed or\n            frequently changing equipment layouts.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n935-core-item\"\u003e\n          \u003cstrong\u003eCustom Panel Integration\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            An integrated bezel system supports custom panels without drilling\n            through the case shell and compromising the seal.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n935-section\"\u003e\n    \u003cdiv class=\"n935-heading\"\u003e\n      \u003ch2\u003eProfessional Applications\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The NANUK 935 is especially suitable for compact professional systems\n        that combine high value, sensitive components and frequent travel.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n935-application-grid\"\u003e\n      \u003carticle class=\"n935-application\"\u003e\n        \u003cdiv class=\"n935-application-number\"\u003e01\u003c\/div\u003e\n\n        \u003ch3\u003eDrones \u0026amp; UAS\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Protect compact drones, controllers, batteries, chargers,\n          propellers, antennas and mission-specific payload accessories.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n935-application\"\u003e\n        \u003cdiv class=\"n935-application-number\"\u003e02\u003c\/div\u003e\n\n        \u003ch3\u003eNVG, Thermal \u0026amp; Optics\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Custom foam or padded dividers can organize night-vision goggles,\n          thermal devices, binoculars, rangefinders and supporting accessories.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n935-application\"\u003e\n        \u003cdiv class=\"n935-application-number\"\u003e03\u003c\/div\u003e\n\n        \u003ch3\u003eMilitary Communications\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Suitable for radios, headsets, batteries, antennas, cables,\n          programming equipment and portable communications systems.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n935-application\"\u003e\n        \u003cdiv class=\"n935-application-number\"\u003e04\u003c\/div\u003e\n\n        \u003ch3\u003eLaw Enforcement\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Organizes surveillance equipment, cameras, sensors, evidence tools,\n          tactical electronics and specialized response equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n935-application\"\u003e\n        \u003cdiv class=\"n935-application-number\"\u003e05\u003c\/div\u003e\n\n        \u003ch3\u003eEMS, Fire \u0026amp; SAR\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Protect medical devices, diagnostic tools, communications, lighting,\n          navigation equipment and technical-rescue electronics.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n935-application\"\u003e\n        \u003cdiv class=\"n935-application-number\"\u003e06\u003c\/div\u003e\n\n        \u003ch3\u003eCamera \u0026amp; Documentation\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Carries cameras, lenses, video equipment, audio systems, lighting\n          accessories and documentation tools.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n935-section\"\u003e\n    \u003cdiv class=\"n935-carryon\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eCarry-On Protection with Wheeled Mobility\u003c\/h2\u003e\n\n        \u003cp\u003e\n          The NANUK 935 measures 22 × 14 × 9 inches externally, matching a\n          commonly used airline carry-on format. This is a major advantage for\n          professional users travelling with equipment that should not be\n          exposed to conventional baggage handling.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its two-position retractable handle extends with a one-handed release,\n          while the polyurethane wheels provide smooth movement through\n          airports, offices, hospitals, bases and technical facilities.\n        \u003c\/p\u003e\n\n        \u003cul class=\"n935-checks\"\u003e\n          \u003cli\u003e22 × 14 × 9-inch exterior format\u003c\/li\u003e\n          \u003cli\u003eApproved as carry-on by many airlines\u003c\/li\u003e\n          \u003cli\u003eTwo-position retractable pull handle\u003c\/li\u003e\n          \u003cli\u003eOne-handed handle release\u003c\/li\u003e\n          \u003cli\u003eSmooth polyurethane wheels\u003c\/li\u003e\n          \u003cli\u003eTwo retracting soft-grip carry handles\u003c\/li\u003e\n          \u003cli\u003eStainless-steel handle hardware\u003c\/li\u003e\n          \u003cli\u003eAutomatic pressure-equalization valve\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n935-carryon-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0531\/2027\/0517\/files\/nanuk-cases-935-black-2stage-handle_1024x1024.jpg?v=1721328543\" alt=\"NANUK 935 two-position retractable carry-on handle\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n935-section\"\u003e\n    \u003cdiv class=\"n935-organizer\"\u003e\n      \u003cdiv class=\"n935-organizer-intro\"\u003e\n        \u003cdiv\u003e\n          \u003ch2\u003eWhy Add a NANUK 935 Organizer?\u003c\/h2\u003e\n\n          \u003cp\u003e\n            The base of the case should protect the largest and heaviest\n            equipment. The lid organizer uses the otherwise unused space above\n            the equipment for smaller accessories that must remain visible and\n            immediately accessible.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            This separation prevents cables, batteries and tools from moving\n            loosely around expensive optics, electronics or drone components.\n            It also makes equipment inventory faster because smaller items can\n            be identified without removing the main device.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003caside class=\"n935-organizer-box\"\u003e\n          \u003cstrong\u003eRecommended for Complete Equipment Kits\u003c\/strong\u003e\n\n          \u003cp\u003e\n            The organizer is particularly useful for batteries, charging\n            cables, adapters, documents, memory cards, small tools,\n            communication accessories and replacement components.\n          \u003c\/p\u003e\n        \u003c\/aside\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n935-config-grid\"\u003e\n        \u003carticle class=\"n935-config\"\u003e\n          \u003cdiv class=\"n935-config-header\"\u003e\n            \u003ch3\u003eCubed Foam\u003c\/h3\u003e\n            \u003cspan\u003eUser-configurable protective layout\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"n935-config-body\"\u003e\n            \u003cp\u003e\n              Pre-scored foam allows the user to remove sections and create a\n              basic equipment-specific layout without professional cutting.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"n935-config\"\u003e\n          \u003cdiv class=\"n935-config-header\"\u003e\n            \u003ch3\u003ePadded Dividers\u003c\/h3\u003e\n            \u003cspan\u003eReconfigurable compartments\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"n935-config-body\"\u003e\n            \u003cp\u003e\n              Ideal when equipment changes between assignments or when several\n              devices must be separated inside one case.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"n935-config\"\u003e\n          \u003cdiv class=\"n935-config-header\"\u003e\n            \u003ch3\u003eLid Organizer\u003c\/h3\u003e\n            \u003cspan\u003eAccessory storage above the equipment\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"n935-config-body\"\u003e\n            \u003cp\u003e\n              Mesh and zippered compartments organize cables, batteries,\n              adapters, documents and small supporting accessories.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"n935-config\"\u003e\n          \u003cdiv class=\"n935-config-header\"\u003e\n            \u003ch3\u003eMOLLE Panel\u003c\/h3\u003e\n            \u003cspan\u003eModular pouch-based organization\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"n935-config-body\"\u003e\n            \u003cp\u003e\n              Supports compatible MOLLE pouches and retention systems for\n              medical, tactical, communications and technical equipment.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n\n      \u003cul class=\"n935-checks\"\u003e\n        \u003cli\u003eSeparates small accessories from main equipment\u003c\/li\u003e\n        \u003cli\u003eUses otherwise unused lid space\u003c\/li\u003e\n        \u003cli\u003eImproves equipment inventory and accountability\u003c\/li\u003e\n        \u003cli\u003eReduces loose movement during transportation\u003c\/li\u003e\n        \u003cli\u003eProvides rapid access to frequently used accessories\u003c\/li\u003e\n        \u003cli\u003eSupports complete drone and communications kits\u003c\/li\u003e\n        \u003cli\u003eSuitable for medical and technical equipment\u003c\/li\u003e\n        \u003cli\u003eCan be combined with foam or padded dividers\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n935-section\"\u003e\n    \u003cdiv class=\"n935-heading\"\u003e\n      \u003ch2\u003eProtection Features\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n935-protection-grid\"\u003e\n      \u003carticle class=\"n935-protection-card\"\u003e\n        \u003ch3\u003eIPX7 Waterproof Protection\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The sealed case is tested for temporary immersion in water up to one\n          metre deep for 30 minutes under the applicable test conditions.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n935-protection-card\"\u003e\n        \u003ch3\u003eIP6X Dust Protection\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Dustproof construction helps prevent fine particles from entering\n          and contaminating sensitive optics, electronics and equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n935-protection-card\"\u003e\n        \u003ch3\u003eNK-7 Resin Shell\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Lightweight, impact-resistant resin helps absorb shock and protect\n          the contents during professional transport and field deployment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n935-protection-card\"\u003e\n        \u003ch3\u003ePowerClaw Latches\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The compressive latching system keeps the case tightly closed and\n          incorporates slide locks to reduce accidental opening.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n935-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 preserve the watertight seal.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n935-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, exclusions and conditions.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n935-section\"\u003e\n    \u003cdiv class=\"n935-air\"\u003e\n      \u003cdiv class=\"n935-air-grid\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eAirline Transportation\u003c\/h3\u003e\n\n          \u003cp\u003e\n            NANUK identifies the 935 as an airline carry-on case. Its exterior\n            dimensions match the limits commonly used by many carriers.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Keeping sensitive equipment in the cabin can reduce exposure to\n            conveyor systems, uncontrolled impacts, extreme baggage\n            temperatures and equipment separation.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ch3\u003eBefore Travelling\u003c\/h3\u003e\n\n          \u003cul class=\"n935-checks\"\u003e\n            \u003cli\u003eConfirm the airline’s current carry-on limit\u003c\/li\u003e\n            \u003cli\u003eConfirm the total loaded weight\u003c\/li\u003e\n            \u003cli\u003eCheck aircraft-specific restrictions\u003c\/li\u003e\n            \u003cli\u003eSecure all equipment inside the case\u003c\/li\u003e\n            \u003cli\u003eFollow lithium-battery transportation rules\u003c\/li\u003e\n            \u003cli\u003eUse compatible TSA locks where appropriate\u003c\/li\u003e\n            \u003cli\u003eApply external identification information\u003c\/li\u003e\n            \u003cli\u003eFollow all firearm and dangerous-goods regulations\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n935-air-notice\"\u003e\n        Airline policies vary by carrier, fare class, route and aircraft.\n        Carry-on acceptance is never guaranteed solely by case dimensions.\n        Always confirm the current requirements directly with the airline\n        before departure.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n935-section\"\u003e\n    \u003cdiv class=\"n935-heading\"\u003e\n      \u003ch2\u003eKey Features\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"n935-checks\"\u003e\n      \u003cli\u003eProfessional wheeled protective carry-on case\u003c\/li\u003e\n      \u003cli\u003e28.5-litre internal capacity\u003c\/li\u003e\n      \u003cli\u003eLightweight impact-resistant NK-7 resin\u003c\/li\u003e\n      \u003cli\u003eIPX7 waterproof protection\u003c\/li\u003e\n      \u003cli\u003eIP6X dustproof protection\u003c\/li\u003e\n      \u003cli\u003ePowerClaw compressive latching system\u003c\/li\u003e\n      \u003cli\u003eIntegrated latch slide locks\u003c\/li\u003e\n      \u003cli\u003eAutomatic pressure-equalization valve\u003c\/li\u003e\n      \u003cli\u003eTwo-position retractable pull handle\u003c\/li\u003e\n      \u003cli\u003eOne-handed handle-release mechanism\u003c\/li\u003e\n      \u003cli\u003eSmooth polyurethane wheels\u003c\/li\u003e\n      \u003cli\u003eTwo retracting soft-grip carrying handles\u003c\/li\u003e\n      \u003cli\u003eStainless-steel carrying-handle hardware\u003c\/li\u003e\n      \u003cli\u003eIntegrated panel-mounting bezel\u003c\/li\u003e\n      \u003cli\u003eReinforced padlock holes\u003c\/li\u003e\n      \u003cli\u003eCubed-foam configurations available\u003c\/li\u003e\n      \u003cli\u003ePadded-divider configurations available\u003c\/li\u003e\n      \u003cli\u003eLid organizer available\u003c\/li\u003e\n      \u003cli\u003eMOLLE organization available\u003c\/li\u003e\n      \u003cli\u003eEco-friendly recycled-resin version available\u003c\/li\u003e\n      \u003cli\u003eMultiple professional case colours available\u003c\/li\u003e\n      \u003cli\u003eMade in Quebec, Canada\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n935-section\"\u003e\n    \u003cdiv class=\"n935-heading\"\u003e\n      \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003ctable class=\"n935-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct\u003c\/th\u003e\n          \u003ctd\u003eNANUK 935 Wheeled Protective Carry-On Case\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n          \u003ctd\u003e935\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n          \u003ctd\u003eWaterproof wheeled carry-on 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            22 × 14 × 9 in\u003cbr\u003e\n            559 × 356 × 229 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            20.5 × 11.3 × 7.5 in\u003cbr\u003e\n            521 × 287 × 191 mm\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eInterior Volume\u003c\/th\u003e\n          \u003ctd\u003e28.5 L\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eEmpty Weight\u003c\/th\u003e\n          \u003ctd\u003e11.6 lb \/ 5.2 kg\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eLid Depth\u003c\/th\u003e\n          \u003ctd\u003e2.1 in \/ 53 mm\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBase Depth\u003c\/th\u003e\n          \u003ctd\u003e5.4 in \/ 137 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\"\u003eWater Protection\u003c\/th\u003e\n          \u003ctd\u003eIPX7 waterproof rating\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eDust Protection\u003c\/th\u003e\n          \u003ctd\u003eIP6X dustproof rating\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\u003e58 lb \/ 26.4 kg\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eLatches\u003c\/th\u003e\n          \u003ctd\u003ePowerClaw 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\u003eSmooth polyurethane wheels\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003ePull Handle\u003c\/th\u003e\n          \u003ctd\u003eTwo-position retractable handle with one-handed release\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCarrying Handles\u003c\/th\u003e\n          \u003ctd\u003eTwo retracting soft-grip 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.3 in \/ 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\u003eYes; confirm with the airline before travel\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAvailable Configurations\u003c\/th\u003e\n          \u003ctd\u003e\n            Empty, cubed foam, custom foam, padded dividers, lid organizer,\n            MOLLE organization and selected equipment-specific kits\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eSelected Certifications and Testing\u003c\/th\u003e\n          \u003ctd\u003e\n            IPX7, IP6X, ATA Specification 300 Category 1 Impact,\n            ASTM D4169 DC-18 vibration, rainfall and drop testing, and\n            MIL-STD-810F immersion\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=\"n935-notice\"\u003e\n      \u003cstrong\u003eEquipment and Configuration Notice\u003c\/strong\u003e\n\n      \u003cp\u003e\n        Drones, cameras, optics, NVG systems, electronics, firearms, batteries,\n        MOLLE pouches, dividers, foam and lid organizers are not included\n        unless specifically identified in the selected product variant. Verify\n        the exact case colour and interior configuration before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n935-section\"\u003e\n    \u003cdiv class=\"n935-faird\"\u003e\n      \u003cdiv class=\"n935-faird-content\"\u003e\n        \u003cspan class=\"n935-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 935 cases,\n          institutional quantities or complete equipment-specific\n          configurations.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"n935-service-grid\"\u003e\n          \u003cdiv class=\"n935-service\"\u003e\n            \u003cstrong\u003eFast Quotations\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Rapid review of model, colour, interior configuration and\n              required quantity.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"n935-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=\"n935-service\"\u003e\n            \u003cstrong\u003eOrganizer Support\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Assistance selecting foam, padded dividers, lid organizers and\n              MOLLE accessories.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"n935-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=\"n935-buttons\"\u003e\n          \u003ca class=\"n935-button n935-button-primary\" href=\"mailto:sales@fairdcanada.com?subject=NANUK%20935%20Quote%20Request\"\u003e\n            Contact Commercial Sales\n          \u003c\/a\u003e\n\n          \u003ca class=\"n935-button n935-button-outline\" href=\"mailto:gov@fairdcanada.com?subject=NANUK%20935%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=\"n935-final\"\u003e\n    \u003ch2\u003eCarry-On Mobility with Professional Hard-Case Protection\u003c\/h2\u003e\n\n    \u003cp\u003e\n      With 28.5 litres of protected capacity, polyurethane wheels, a\n      two-position handle, configurable internal organization and Canadian-made\n      NK-7 construction, the NANUK 935 is built for valuable equipment that\n      must remain protected, organized and close at hand.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"n935-buttons\"\u003e\n      \u003ca class=\"n935-button\" style=\"background:#101213;color:#ffffff;\" href=\"mailto:sales@fairdcanada.com?subject=NANUK%20935%20Quote%20Request\"\u003e\n        Request Your NANUK 935 Quote\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/footer\u003e\n\n\u003c\/div\u003e","brand":"NANUK","offers":[{"title":"BLACK \/ EMPTY","offer_id":45955395092671,"sku":null,"price":319.0,"currency_code":"CAD","in_stock":true},{"title":"BLACK \/ CUBED FOAM","offer_id":45955395125439,"sku":null,"price":374.0,"currency_code":"CAD","in_stock":true},{"title":"BLACK \/ PRO PHOTO KIT","offer_id":45955395158207,"sku":null,"price":594.0,"currency_code":"CAD","in_stock":true},{"title":"BLACK \/ TRAIL 30","offer_id":45955395190975,"sku":null,"price":375.0,"currency_code":"CAD","in_stock":true},{"title":"ORANGE \/ EMPTY","offer_id":45955395223743,"sku":null,"price":319.0,"currency_code":"CAD","in_stock":true},{"title":"ORANGE \/ CUBED FOAM","offer_id":45955395256511,"sku":null,"price":374.0,"currency_code":"CAD","in_stock":true},{"title":"ORANGE \/ PRO PHOTO KIT","offer_id":45955395289279,"sku":null,"price":594.0,"currency_code":"CAD","in_stock":true},{"title":"ORANGE \/ TRAIL 30","offer_id":45955395322047,"sku":null,"price":375.0,"currency_code":"CAD","in_stock":true},{"title":"TAN \/ EMPTY","offer_id":45955395354815,"sku":null,"price":319.0,"currency_code":"CAD","in_stock":true},{"title":"TAN \/ CUBED FOAM","offer_id":45955395387583,"sku":null,"price":374.0,"currency_code":"CAD","in_stock":true},{"title":"TAN \/ PRO PHOTO KIT","offer_id":45955395420351,"sku":null,"price":594.0,"currency_code":"CAD","in_stock":true},{"title":"TAN \/ TRAIL 30","offer_id":45955395453119,"sku":null,"price":375.0,"currency_code":"CAD","in_stock":true},{"title":"OLIVE GREEN \/ EMPTY","offer_id":45955395485887,"sku":null,"price":319.0,"currency_code":"CAD","in_stock":true},{"title":"OLIVE GREEN \/ CUBED FOAM","offer_id":45955395518655,"sku":null,"price":374.0,"currency_code":"CAD","in_stock":true},{"title":"OLIVE GREEN \/ PRO PHOTO KIT","offer_id":45955395551423,"sku":null,"price":594.0,"currency_code":"CAD","in_stock":true},{"title":"YELLOW \/ EMPTY","offer_id":45955395584191,"sku":null,"price":319.0,"currency_code":"CAD","in_stock":true},{"title":"YELLOW \/ CUBED FOAM","offer_id":45955395616959,"sku":null,"price":374.0,"currency_code":"CAD","in_stock":true},{"title":"YELLOW \/ PRO PHOTO KIT","offer_id":45955395649727,"sku":null,"price":594.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/Nanuk-935-Black-Open.webp?v=1785778955"},{"product_id":"nanuk-930","title":"NANUK 930","description":"\u003cstyle\u003e\n  .fd-nanuk-930 {\n    --n930-black: #101213;\n    --n930-dark: #1d2123;\n    --n930-grey: #687075;\n    --n930-light: #f3f5f4;\n    --n930-white: #ffffff;\n    --n930-red: #d62831;\n    --n930-red-dark: #a71c23;\n    --n930-border: #d9dddc;\n    --n930-text: #272b2d;\n    --n930-radius: 8px;\n    max-width: 1240px;\n    margin: 0 auto;\n    color: var(--n930-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .fd-nanuk-930 *,\n  .fd-nanuk-930 *::before,\n  .fd-nanuk-930 *::after {\n    box-sizing: border-box;\n  }\n\n  .fd-nanuk-930 img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .fd-nanuk-930 h1,\n  .fd-nanuk-930 h2,\n  .fd-nanuk-930 h3,\n  .fd-nanuk-930 p {\n    margin-top: 0;\n  }\n\n  .fd-nanuk-930 h1,\n  .fd-nanuk-930 h2,\n  .fd-nanuk-930 h3 {\n    color: var(--n930-black);\n    line-height: 1.15;\n  }\n\n  .fd-nanuk-930 h1 {\n    margin-bottom: 18px;\n    font-size: clamp(38px, 6vw, 68px);\n    letter-spacing: -0.045em;\n  }\n\n  .fd-nanuk-930 h2 {\n    margin-bottom: 16px;\n    font-size: clamp(28px, 4vw, 42px);\n    letter-spacing: -0.03em;\n  }\n\n  .fd-nanuk-930 h3 {\n    margin-bottom: 9px;\n    font-size: 20px;\n  }\n\n  .fd-nanuk-930 p {\n    margin-bottom: 16px;\n  }\n\n  .fd-nanuk-930 a {\n    text-decoration: none;\n  }\n\n  .fd-nanuk-930 strong {\n    font-weight: 800;\n  }\n\n  .n930-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 58px 50px;\n    margin-bottom: 20px;\n    border-radius: var(--n930-radius);\n    background:\n      linear-gradient(\n        125deg,\n        #0e1011 0%,\n        #1c2022 68%,\n        #303537 100%\n      );\n    color: var(--n930-white);\n  }\n\n  .n930-hero::before {\n    content: \"930\";\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    pointer-events: none;\n  }\n\n  .n930-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    pointer-events: none;\n  }\n\n  .n930-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 930px;\n  }\n\n  .n930-eyebrow {\n    display: inline-block;\n    padding: 8px 13px;\n    margin-bottom: 20px;\n    border-radius: 4px;\n    background: var(--n930-red);\n    color: var(--n930-white);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .n930-hero h1 {\n    color: var(--n930-white);\n  }\n\n  .n930-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  .n930-highlight {\n    color: var(--n930-white);\n    font-weight: 800;\n  }\n\n  .n930-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n\n  .n930-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  .n930-button:hover {\n    transform: translateY(-2px);\n  }\n\n  .n930-button-primary {\n    background: var(--n930-red);\n    color: var(--n930-white);\n  }\n\n  .n930-button-primary:hover {\n    background: var(--n930-red-dark);\n    color: var(--n930-white);\n  }\n\n  .n930-button-outline {\n    border-color: rgba(255, 255, 255, 0.5);\n    color: var(--n930-white);\n  }\n\n  .n930-button-outline:hover {\n    border-color: var(--n930-white);\n    background: var(--n930-white);\n    color: var(--n930-black);\n  }\n\n  .n930-gallery {\n    display: grid;\n    grid-template-columns: 1.15fr 0.85fr;\n    gap: 16px;\n    margin-bottom: 42px;\n  }\n\n  .n930-gallery figure {\n    overflow: hidden;\n    margin: 0;\n    border: 1px solid var(--n930-border);\n    border-radius: var(--n930-radius);\n    background: var(--n930-light);\n  }\n\n  .n930-gallery figure:first-child {\n    grid-row: span 2;\n  }\n\n  .n930-gallery img {\n    height: 100%;\n    min-height: 310px;\n    object-fit: contain;\n  }\n\n  .n930-gallery figure:first-child img {\n    min-height: 636px;\n  }\n\n  .n930-quick-specs {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    overflow: hidden;\n    margin-bottom: 48px;\n    border: 1px solid var(--n930-border);\n    border-radius: var(--n930-radius);\n  }\n\n  .n930-quick-spec {\n    min-height: 120px;\n    padding: 23px 15px;\n    border-right: 1px solid var(--n930-border);\n    background: var(--n930-white);\n    text-align: center;\n  }\n\n  .n930-quick-spec:last-child {\n    border-right: 0;\n  }\n\n  .n930-quick-spec strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--n930-black);\n    font-size: 18px;\n  }\n\n  .n930-quick-spec span {\n    color: var(--n930-grey);\n    font-size: 13px;\n  }\n\n  .n930-quick-icon {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--n930-red);\n    font-size: 23px;\n    font-weight: 900;\n  }\n\n  .n930-section {\n    margin-bottom: 50px;\n  }\n\n  .n930-heading {\n    max-width: 930px;\n    padding-bottom: 15px;\n    margin-bottom: 24px;\n    border-bottom: 4px solid var(--n930-red);\n  }\n\n  .n930-heading p {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: var(--n930-grey);\n    font-size: 17px;\n  }\n\n  .n930-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n  }\n\n  .n930-benefit {\n    min-height: 225px;\n    padding: 24px 20px;\n    border: 1px solid var(--n930-border);\n    border-top: 4px solid var(--n930-red);\n    border-radius: var(--n930-radius);\n    background: var(--n930-white);\n  }\n\n  .n930-benefit p {\n    margin-bottom: 0;\n    color: var(--n930-grey);\n    font-size: 14px;\n  }\n\n  .n930-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(--n930-radius);\n    background: var(--n930-dark);\n    color: var(--n930-white);\n  }\n\n  .n930-core h2,\n  .n930-core h3 {\n    color: var(--n930-white);\n  }\n\n  .n930-core p {\n    color: #dce0de;\n  }\n\n  .n930-core-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .n930-core-item {\n    padding: 17px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-left: 4px solid var(--n930-red);\n    border-radius: 5px;\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .n930-core-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--n930-white);\n  }\n\n  .n930-core-item span {\n    color: #d4d9d6;\n    font-size: 14px;\n  }\n\n  .n930-application-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .n930-application {\n    position: relative;\n    overflow: hidden;\n    min-height: 255px;\n    padding: 25px 22px;\n    border: 1px solid var(--n930-border);\n    border-radius: var(--n930-radius);\n    background: var(--n930-white);\n  }\n\n  .n930-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  .n930-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(--n930-black);\n    color: var(--n930-white);\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .n930-application h3,\n  .n930-application p {\n    position: relative;\n    z-index: 2;\n  }\n\n  .n930-application p {\n    margin-bottom: 0;\n    color: var(--n930-grey);\n    font-size: 14px;\n  }\n\n  .n930-carry {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);\n    gap: 34px;\n    align-items: center;\n    padding: 42px;\n    border: 1px solid var(--n930-border);\n    border-radius: var(--n930-radius);\n    background: var(--n930-light);\n  }\n\n  .n930-carry-image {\n    overflow: hidden;\n    border-radius: 7px;\n    background: var(--n930-white);\n  }\n\n  .n930-carry-image img {\n    min-height: 390px;\n    object-fit: cover;\n  }\n\n  .n930-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  .n930-checks li {\n    position: relative;\n    padding-left: 29px;\n    margin: 0;\n  }\n\n  .n930-checks li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--n930-red);\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  .n930-config-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n  }\n\n  .n930-config {\n    overflow: hidden;\n    border: 1px solid var(--n930-border);\n    border-radius: var(--n930-radius);\n    background: var(--n930-white);\n  }\n\n  .n930-config-header {\n    padding: 21px 18px;\n    background: var(--n930-black);\n    color: var(--n930-white);\n  }\n\n  .n930-config-header h3 {\n    margin-bottom: 4px;\n    color: var(--n930-white);\n  }\n\n  .n930-config-header span {\n    color: #d7dcda;\n    font-size: 13px;\n  }\n\n  .n930-config-body {\n    padding: 21px 18px;\n  }\n\n  .n930-config-body p {\n    margin-bottom: 0;\n    color: var(--n930-grey);\n    font-size: 14px;\n  }\n\n  .n930-protection-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .n930-protection-card {\n    padding: 25px;\n    border: 1px solid var(--n930-border);\n    border-radius: var(--n930-radius);\n    background: var(--n930-light);\n  }\n\n  .n930-protection-card h3 {\n    padding-bottom: 9px;\n    border-bottom: 2px solid var(--n930-red);\n  }\n\n  .n930-protection-card p {\n    margin-bottom: 0;\n    color: var(--n930-grey);\n    font-size: 14px;\n  }\n\n  .n930-colours {\n    display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    gap: 12px;\n  }\n\n  .n930-colour {\n    overflow: hidden;\n    border: 1px solid var(--n930-border);\n    border-radius: 6px;\n    background: var(--n930-white);\n    text-align: center;\n  }\n\n  .n930-swatch {\n    height: 55px;\n  }\n\n  .n930-colour-name {\n    padding: 13px 8px;\n    color: var(--n930-black);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .n930-black { background: #151616; }\n  .n930-orange { background: #e56725; }\n  .n930-yellow { background: #e2bd20; }\n  .n930-silver { background: #b6b8b8; }\n  .n930-olive { background: #5c604a; }\n  .n930-graphite { background: #555a5b; }\n\n  .n930-air {\n    padding: 38px;\n    border: 1px solid var(--n930-border);\n    border-left: 7px solid var(--n930-red);\n    border-radius: var(--n930-radius);\n    background: #faf8f5;\n  }\n\n  .n930-air-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 30px;\n  }\n\n  .n930-air h3 {\n    font-size: 24px;\n  }\n\n  .n930-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  .n930-table {\n    width: 100%;\n    border-collapse: collapse;\n    border: 1px solid var(--n930-border);\n  }\n\n  .n930-table th,\n  .n930-table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--n930-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .n930-table th {\n    width: 34%;\n    background: var(--n930-light);\n    color: var(--n930-black);\n    font-weight: 800;\n  }\n\n  .n930-table tr:last-child th,\n  .n930-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .n930-notice {\n    padding: 22px 24px;\n    margin-top: 25px;\n    border: 1px solid var(--n930-border);\n    border-left: 5px solid var(--n930-red);\n    background: var(--n930-light);\n  }\n\n  .n930-notice strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--n930-black);\n  }\n\n  .n930-notice p {\n    margin-bottom: 0;\n    color: var(--n930-grey);\n    font-size: 14px;\n  }\n\n  .n930-faird {\n    position: relative;\n    overflow: hidden;\n    padding: 46px;\n    border-radius: var(--n930-radius);\n    background:\n      linear-gradient(\n        120deg,\n        var(--n930-black) 0%,\n        #252a2c 100%\n      );\n    color: var(--n930-white);\n  }\n\n  .n930-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  .n930-faird-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .n930-faird h2,\n  .n930-faird h3 {\n    color: var(--n930-white);\n  }\n\n  .n930-faird-content \u003e p {\n    max-width: 880px;\n    color: #dce1df;\n    font-size: 17px;\n  }\n\n  .n930-service-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin: 27px 0;\n  }\n\n  .n930-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  .n930-service strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--n930-white);\n  }\n\n  .n930-service span {\n    color: #d1d6d3;\n    font-size: 13px;\n  }\n\n  .n930-final {\n    padding: 42px;\n    border-radius: var(--n930-radius);\n    background: var(--n930-red);\n    color: var(--n930-white);\n    text-align: center;\n  }\n\n  .n930-final h2 {\n    color: var(--n930-white);\n  }\n\n  .n930-final p {\n    max-width: 850px;\n    margin: 0 auto 24px;\n    color: #fff4f4;\n    font-size: 17px;\n  }\n\n  .n930-final .n930-buttons {\n    justify-content: center;\n  }\n\n  @media (max-width: 1050px) {\n    .n930-benefits,\n    .n930-config-grid,\n    .n930-service-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .n930-quick-specs {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .n930-core,\n    .n930-carry {\n      grid-template-columns: 1fr;\n    }\n\n    .n930-colours {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 820px) {\n    .n930-gallery {\n      grid-template-columns: 1fr;\n    }\n\n    .n930-gallery figure:first-child {\n      grid-row: auto;\n    }\n\n    .n930-gallery figure:first-child img,\n    .n930-gallery img {\n      min-height: auto;\n    }\n\n    .n930-application-grid,\n    .n930-protection-grid,\n    .n930-air-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 620px) {\n    .n930-hero,\n    .n930-core,\n    .n930-carry,\n    .n930-air,\n    .n930-faird,\n    .n930-final {\n      padding: 30px 21px;\n    }\n\n    .n930-benefits,\n    .n930-config-grid,\n    .n930-service-grid,\n    .n930-quick-specs,\n    .n930-checks,\n    .n930-colours {\n      grid-template-columns: 1fr;\n    }\n\n    .n930-quick-spec {\n      border-right: 0;\n      border-bottom: 1px solid var(--n930-border);\n    }\n\n    .n930-button {\n      width: 100%;\n    }\n\n    .n930-buttons {\n      display: grid;\n      grid-template-columns: 1fr;\n    }\n\n    .n930-table,\n    .n930-table tbody,\n    .n930-table tr,\n    .n930-table th,\n    .n930-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .n930-table th {\n      padding-bottom: 7px;\n      border-bottom: 0;\n    }\n\n    .n930-table td {\n      padding-top: 7px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fd-nanuk-930\"\u003e\n\n  \u003cheader class=\"n930-hero\"\u003e\n    \u003cdiv class=\"n930-hero-content\"\u003e\n      \u003cspan class=\"n930-eyebrow\"\u003e\n        Canadian-Made Medium Protective Case\n      \u003c\/span\u003e\n\n      \u003ch1\u003eNANUK 930\u003c\/h1\u003e\n\n      \u003cp class=\"n930-hero-lead\"\u003e\n        A spacious yet portable waterproof protective case designed for\n        sensitive professional equipment that must remain protected without\n        the additional size and weight of a wheeled case. The NANUK 930\n        provides \u003cstrong\u003e26.5 litres of protected capacity\u003c\/strong\u003e for drones,\n        medical equipment, communications, NVG systems, cameras, electronics,\n        tools and handgun equipment.\n        \u003cspan class=\"n930-highlight\"\u003e\n          Designed and manufactured in Canada.\n        \u003c\/span\u003e\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"n930-buttons\"\u003e\n        \u003ca class=\"n930-button n930-button-primary\" href=\"mailto:sales@fairdcanada.com?subject=NANUK%20930%20Quote%20Request\"\u003e\n          Request a Quote\n        \u003c\/a\u003e\n\n        \u003ca class=\"n930-button n930-button-outline\" href=\"mailto:gov@fairdcanada.com?subject=NANUK%20930%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=\"n930-gallery\"\u003e\n    \u003cfigure\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0373\/6213\/9181\/files\/nanuk-930-new-mold-front-black_1024x1024.jpg?v=1611767006\" alt=\"NANUK 930 black waterproof 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-930-new-mold-angle-black_1024x1024.jpg?v=1611767202\" alt=\"NANUK 930 protective case with PowerClaw latches and soft-grip handle\" 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-930-new-mold-top-empty-black_1024x1024.jpg?v=1611767246\" alt=\"NANUK 930 open empty protective case interior\" loading=\"lazy\"\u003e\n    \u003c\/figure\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930-quick-specs\"\u003e\n    \u003cdiv class=\"n930-quick-spec\"\u003e\n      \u003cspan class=\"n930-quick-icon\"\u003e26.5 L\u003c\/span\u003e\n      \u003cstrong\u003eInterior Capacity\u003c\/strong\u003e\n      \u003cspan\u003ePortable professional storage\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n930-quick-spec\"\u003e\n      \u003cspan class=\"n930-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=\"n930-quick-spec\"\u003e\n      \u003cspan class=\"n930-quick-icon\"\u003e3.2 kg\u003c\/span\u003e\n      \u003cstrong\u003eManageable Weight\u003c\/strong\u003e\n      \u003cspan\u003eLighter than a wheeled case\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n930-quick-spec\"\u003e\n      \u003cspan class=\"n930-quick-icon\"\u003eAIR\u003c\/span\u003e\n      \u003cstrong\u003eCarry-On Compatible\u003c\/strong\u003e\n      \u003cspan\u003eConfirm with the airline\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n930-quick-spec\"\u003e\n      \u003cspan class=\"n930-quick-icon\"\u003eCAN\u003c\/span\u003e\n      \u003cstrong\u003eMade in Canada\u003c\/strong\u003e\n      \u003cspan\u003eCanadian manufacturing\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930-section\"\u003e\n    \u003cdiv class=\"n930-heading\"\u003e\n      \u003ch2\u003eWhy Choose the NANUK 930?\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The NANUK 930 offers more internal space than a compact equipment case\n        while remaining practical for hand carry, vehicle transport and\n        airline travel.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n930-benefits\"\u003e\n      \u003carticle class=\"n930-benefit\"\u003e\n        \u003ch3\u003eLarge Hand-Carried Format\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The 26.5-litre interior provides substantial capacity without the\n          additional hardware, bulk and empty weight of a wheeled case.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930-benefit\"\u003e\n        \u003ch3\u003eDeep Equipment Storage\u003c\/h3\u003e\n\n        \u003cp\u003e\n          A 175 mm internal depth accommodates thicker electronic devices,\n          optics, drone systems, tools and layered accessories.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930-benefit\"\u003e\n        \u003ch3\u003eConfigurable Protection\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Available with cubed foam, custom foam, padded dividers or an empty\n          interior for customer-installed equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930-benefit\"\u003e\n        \u003ch3\u003eCustom Panel Ready\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The integrated bezel system supports the installation of custom\n          control or instrument panels without drilling through the case shell.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930-section\"\u003e\n    \u003cdiv class=\"n930-core\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003ePortable Protection for Complete Equipment Systems\u003c\/h2\u003e\n\n        \u003cp\u003e\n          The NANUK 930 is designed for professional equipment that is too\n          large for a compact case but does not require the wheels and\n          retractable handle of the NANUK 935.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its rectangular interior provides space for a primary device,\n          batteries, chargers, optics, cables, controllers and supporting\n          accessories. The ergonomic soft-grip handle supports direct hand\n          carry, while stainless-steel hardware increases long-term\n          durability.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The NK-7 resin shell, PowerClaw latches, sealing gasket and automatic\n          pressure-release valve help protect equipment during storage,\n          shipping, vehicle movement and field deployment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n930-core-list\"\u003e\n        \u003cdiv class=\"n930-core-item\"\u003e\n          \u003cstrong\u003eMore Capacity Without Wheels\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Provides a large protected interior while keeping the case simpler,\n            lighter and easier to lift into vehicles or storage systems.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n930-core-item\"\u003e\n          \u003cstrong\u003eEquipment-Specific Organization\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Configure the case around fixed devices or use padded dividers when\n            the equipment inventory changes regularly.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n930-core-item\"\u003e\n          \u003cstrong\u003eProfessional Transportation\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Suitable for service vehicles, aircraft cabins, equipment rooms,\n            mobile teams and professional shipping applications.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n930-core-item\"\u003e\n          \u003cstrong\u003eIntegrated Panel Bezel\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Supports mobile communications, control, testing or instrument\n            panels while helping preserve the watertight shell.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930-section\"\u003e\n    \u003cdiv class=\"n930-heading\"\u003e\n      \u003ch2\u003eProfessional Applications\u003c\/h2\u003e\n\n      \u003cp\u003e\n        NANUK identifies the 930 for applications ranging from drones and\n        medical equipment to communications, cameras, electronics and handgun\n        storage.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n930-application-grid\"\u003e\n      \u003carticle class=\"n930-application\"\u003e\n        \u003cdiv class=\"n930-application-number\"\u003e01\u003c\/div\u003e\n\n        \u003ch3\u003eDrones \u0026amp; UAS\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Protect a compact aircraft, remote controller, batteries, charger,\n          propellers, antennas and supporting field accessories.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930-application\"\u003e\n        \u003cdiv class=\"n930-application-number\"\u003e02\u003c\/div\u003e\n\n        \u003ch3\u003eNVG, Thermal \u0026amp; Optics\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Custom foam can organize night-vision goggles, thermal imagers,\n          binoculars, laser rangefinders and related mounting equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930-application\"\u003e\n        \u003cdiv class=\"n930-application-number\"\u003e03\u003c\/div\u003e\n\n        \u003ch3\u003eMilitary Communications\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Suitable for team radios, satellite phones, headsets, antennas,\n          batteries, chargers and programming accessories.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930-application\"\u003e\n        \u003cdiv class=\"n930-application-number\"\u003e04\u003c\/div\u003e\n\n        \u003ch3\u003eMedical \u0026amp; EMS Equipment\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Protect diagnostic devices, compact medical systems, instruments,\n          medication-management equipment and supporting supplies.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930-application\"\u003e\n        \u003cdiv class=\"n930-application-number\"\u003e05\u003c\/div\u003e\n\n        \u003ch3\u003eLaw Enforcement\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Organize surveillance equipment, evidence-processing tools,\n          electronics, cameras, sensors and specialized response equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930-application\"\u003e\n        \u003cdiv class=\"n930-application-number\"\u003e06\u003c\/div\u003e\n\n        \u003ch3\u003eHandguns \u0026amp; Range Equipment\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Can accommodate compatible handguns, optics, magazines, hearing\n          protection, cleaning equipment and range accessories when properly\n          configured.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930-section\"\u003e\n    \u003cdiv class=\"n930-carry\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eWhy No Wheels?\u003c\/h2\u003e\n\n        \u003cp\u003e\n          Wheels are valuable when the case is large, frequently moved over\n          long distances or routinely loaded with heavy equipment. However,\n          they also add weight, external dimensions and mechanical components.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The NANUK 930 weighs approximately 3.2 kg empty, making direct hand\n          carry practical for many professional loadouts. Its integrated handle\n          also makes it easier to lift into vehicles, aircraft compartments,\n          shelves and equipment lockers.\n        \u003c\/p\u003e\n\n        \u003cul class=\"n930-checks\"\u003e\n          \u003cli\u003eLower empty weight than a wheeled case\u003c\/li\u003e\n          \u003cli\u003eFewer external mechanical components\u003c\/li\u003e\n          \u003cli\u003eMore compact storage profile\u003c\/li\u003e\n          \u003cli\u003eEasy to lift into vehicles and lockers\u003c\/li\u003e\n          \u003cli\u003eSoft-grip ergonomic carrying handle\u003c\/li\u003e\n          \u003cli\u003eIntegrated handle stay\u003c\/li\u003e\n          \u003cli\u003eStainless-steel handle hardware\u003c\/li\u003e\n          \u003cli\u003eOptional shoulder-strap compatibility\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n930-carry-image\"\u003e\n        \u003cimg src=\"https:\/\/nanukcases.ca\/cdn\/shop\/files\/Nanuk_930_-_Lifestyle.jpg?v=1752606234\u0026amp;width=2000\" alt=\"NANUK 930 hand-carried protective case in an outdoor environment\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930-section\"\u003e\n    \u003cdiv class=\"n930-heading\"\u003e\n      \u003ch2\u003eAvailable Interior Configurations\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Select the interior according to whether the equipment is permanently\n        assigned to the case or changes between users, missions and\n        deployments.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n930-config-grid\"\u003e\n      \u003carticle class=\"n930-config\"\u003e\n        \u003cdiv class=\"n930-config-header\"\u003e\n          \u003ch3\u003eEmpty Case\u003c\/h3\u003e\n          \u003cspan\u003eOpen professional interior\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n930-config-body\"\u003e\n          \u003cp\u003e\n            Suitable for customer-installed electronics, mounting systems,\n            containers, panels or equipment already protected by separate\n            packaging.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930-config\"\u003e\n        \u003cdiv class=\"n930-config-header\"\u003e\n          \u003ch3\u003eCubed Foam\u003c\/h3\u003e\n          \u003cspan\u003eUser-configurable foam system\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n930-config-body\"\u003e\n          \u003cp\u003e\n            Pre-scored foam allows users to create a basic equipment layout by\n            removing foam sections around the protected items.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930-config\"\u003e\n        \u003cdiv class=\"n930-config-header\"\u003e\n          \u003ch3\u003eCustom-Cut Foam\u003c\/h3\u003e\n          \u003cspan\u003ePrecision equipment protection\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n930-config-body\"\u003e\n          \u003cp\u003e\n            Ideal for fixed institutional kits requiring precise positioning,\n            repeatable inventory and protection around individual components.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930-config\"\u003e\n        \u003cdiv class=\"n930-config-header\"\u003e\n          \u003ch3\u003ePadded Dividers\u003c\/h3\u003e\n          \u003cspan\u003eReconfigurable organization\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n930-config-body\"\u003e\n          \u003cp\u003e\n            Adjustable dividers create protected compartments that can be\n            modified as the equipment loadout changes.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930-section\"\u003e\n    \u003cdiv class=\"n930-heading\"\u003e\n      \u003ch2\u003eProtection Features\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n930-protection-grid\"\u003e\n      \u003carticle class=\"n930-protection-card\"\u003e\n        \u003ch3\u003eIP67 Waterproof \u0026amp; Dustproof\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The sealed construction protects the contents against dust, rain and\n          temporary immersion under the applicable IP67 test conditions.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930-protection-card\"\u003e\n        \u003ch3\u003eNK-7 Resin Shell\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Impact-resistant resin, thick walls and rounded corners help absorb\n          shock while maintaining a manageable empty weight.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930-protection-card\"\u003e\n        \u003ch3\u003ePowerClaw Latches\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Patented triple-action latches use compressive force to clamp the\n          case closed, with slide locks helping prevent accidental opening.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930-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 entry.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930-protection-card\"\u003e\n        \u003ch3\u003eReinforced Padlock Points\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Metal-reinforced padlock holes allow compatible locks to be added\n          for controlled storage and professional transportation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930-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 conditions, terms and exclusions.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930-section\"\u003e\n    \u003cdiv class=\"n930-heading\"\u003e\n      \u003ch2\u003eAvailable Colours\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n930-colours\"\u003e\n      \u003cdiv class=\"n930-colour\"\u003e\n        \u003cdiv class=\"n930-swatch n930-black\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"n930-colour-name\"\u003eBlack\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n930-colour\"\u003e\n        \u003cdiv class=\"n930-swatch n930-orange\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"n930-colour-name\"\u003eOrange\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n930-colour\"\u003e\n        \u003cdiv class=\"n930-swatch n930-yellow\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"n930-colour-name\"\u003eYellow\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n930-colour\"\u003e\n        \u003cdiv class=\"n930-swatch n930-silver\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"n930-colour-name\"\u003eSilver\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n930-colour\"\u003e\n        \u003cdiv class=\"n930-swatch n930-olive\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"n930-colour-name\"\u003eOlive\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n930-colour\"\u003e\n        \u003cdiv class=\"n930-swatch n930-graphite\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"n930-colour-name\"\u003eGraphite\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930-section\"\u003e\n    \u003cdiv class=\"n930-air\"\u003e\n      \u003cdiv class=\"n930-air-grid\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eAirline Transportation\u003c\/h3\u003e\n\n          \u003cp\u003e\n            NANUK identifies the 930 as an airline carry-on-compatible case.\n            Its relatively low empty weight also leaves more of the airline\n            weight allowance available for the protected equipment.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            The automatic pressure valve helps manage atmospheric-pressure\n            changes encountered during air transportation.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ch3\u003eBefore Travelling\u003c\/h3\u003e\n\n          \u003cul class=\"n930-checks\"\u003e\n            \u003cli\u003eConfirm the airline’s current size limits\u003c\/li\u003e\n            \u003cli\u003eConfirm total loaded weight\u003c\/li\u003e\n            \u003cli\u003eSecure all equipment inside the case\u003c\/li\u003e\n            \u003cli\u003eFollow lithium-battery transportation rules\u003c\/li\u003e\n            \u003cli\u003eUse compatible locks where appropriate\u003c\/li\u003e\n            \u003cli\u003eApply external identification information\u003c\/li\u003e\n            \u003cli\u003eReview firearm-transport requirements\u003c\/li\u003e\n            \u003cli\u003eConfirm restricted-equipment procedures\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n930-air-notice\"\u003e\n        Carry-on acceptance depends on the carrier, aircraft, route and fare\n        class. Always confirm current size, weight, battery, firearm and\n        dangerous-goods requirements directly with the airline before travel.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930-section\"\u003e\n    \u003cdiv class=\"n930-heading\"\u003e\n      \u003ch2\u003eKey Features\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"n930-checks\"\u003e\n      \u003cli\u003eMedium-to-large hand-carried protective case\u003c\/li\u003e\n      \u003cli\u003e26.5-litre protected interior capacity\u003c\/li\u003e\n      \u003cli\u003eLightweight impact-resistant NK-7 resin\u003c\/li\u003e\n      \u003cli\u003eIP67 waterproof and dustproof construction\u003c\/li\u003e\n      \u003cli\u003ePowerClaw compressive latching system\u003c\/li\u003e\n      \u003cli\u003eIntegrated latch slide locks\u003c\/li\u003e\n      \u003cli\u003eAutomatic pressure-release valve\u003c\/li\u003e\n      \u003cli\u003eSoft-grip ergonomic carrying handle\u003c\/li\u003e\n      \u003cli\u003eIntegrated handle-stay system\u003c\/li\u003e\n      \u003cli\u003eStainless-steel handle hardware\u003c\/li\u003e\n      \u003cli\u003eReinforced metal padlock points\u003c\/li\u003e\n      \u003cli\u003eIntegrated custom-panel bezel\u003c\/li\u003e\n      \u003cli\u003eCubed-foam configuration available\u003c\/li\u003e\n      \u003cli\u003eCustom-cut foam available\u003c\/li\u003e\n      \u003cli\u003ePadded-divider configuration available\u003c\/li\u003e\n      \u003cli\u003eEmpty-case configuration available\u003c\/li\u003e\n      \u003cli\u003eSuitable for drones and electronics\u003c\/li\u003e\n      \u003cli\u003eSuitable for medical and communications equipment\u003c\/li\u003e\n      \u003cli\u003eSuitable for NVG, optics and thermal devices\u003c\/li\u003e\n      \u003cli\u003eSuitable for compatible handgun systems\u003c\/li\u003e\n      \u003cli\u003eAirline carry-on compatible according to NANUK\u003c\/li\u003e\n      \u003cli\u003eLimited lifetime manufacturer warranty\u003c\/li\u003e\n      \u003cli\u003eMade in Canada\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930-section\"\u003e\n    \u003cdiv class=\"n930-heading\"\u003e\n      \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003ctable class=\"n930-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct\u003c\/th\u003e\n          \u003ctd\u003eNANUK 930 Protective Case\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n          \u003ctd\u003e930\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n          \u003ctd\u003eWaterproof hand-carried protective equipment 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            19.8 × 16 × 7.6 in\u003cbr\u003e\n            503 × 406 × 201 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            18 × 13 × 6.9 in\u003cbr\u003e\n            457 × 330 × 175 mm\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eInterior Volume\u003c\/th\u003e\n          \u003ctd\u003e26.5 L\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eEmpty Weight\u003c\/th\u003e\n          \u003ctd\u003e7.1 lb \/ 3.2 kg\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eLid Depth\u003c\/th\u003e\n          \u003ctd\u003e2.1 in \/ 53 mm\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBase Depth\u003c\/th\u003e\n          \u003ctd\u003e4.8 in \/ 121 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\u003e65 lb \/ 29.5 kg\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eClosure\u003c\/th\u003e\n          \u003ctd\u003ePowerClaw latches with integrated slide locks\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCarrying System\u003c\/th\u003e\n          \u003ctd\u003eSoft-grip ergonomic handle with integrated handle stay\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.3 in \/ 7.62 mm\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003ePanel Installation\u003c\/th\u003e\n          \u003ctd\u003e\n            Integrated bezel system for compatible custom panels\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAirline Carry-On\u003c\/th\u003e\n          \u003ctd\u003eYes; confirm directly with the airline before travel\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAvailable Configurations\u003c\/th\u003e\n          \u003ctd\u003e\n            Empty, cubed foam, custom-cut foam and padded dividers\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAvailable Colours\u003c\/th\u003e\n          \u003ctd\u003eBlack, Orange, Yellow, Silver, Olive and Graphite\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 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=\"n930-notice\"\u003e\n      \u003cstrong\u003eEquipment and Configuration Notice\u003c\/strong\u003e\n\n      \u003cp\u003e\n        Drones, firearms, magazines, optics, NVG systems, electronics, medical\n        equipment, radios, foam and padded dividers are not included unless\n        specifically identified in the selected product variant. Verify the\n        colour and interior configuration before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930-section\"\u003e\n    \u003cdiv class=\"n930-faird\"\u003e\n      \u003cdiv class=\"n930-faird-content\"\u003e\n        \u003cspan class=\"n930-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 930 cases,\n          institutional quantities or custom equipment-protection solutions.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"n930-service-grid\"\u003e\n          \u003cdiv class=\"n930-service\"\u003e\n            \u003cstrong\u003eFast Quotations\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Rapid review of model, colour, configuration, quantity and\n              delivery requirements.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"n930-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=\"n930-service\"\u003e\n            \u003cstrong\u003eConfiguration Support\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Assistance selecting empty, foam, divider or custom-panel\n              configurations.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"n930-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=\"n930-buttons\"\u003e\n          \u003ca class=\"n930-button n930-button-primary\" href=\"mailto:sales@fairdcanada.com?subject=NANUK%20930%20Quote%20Request\"\u003e\n            Contact Commercial Sales\n          \u003c\/a\u003e\n\n          \u003ca class=\"n930-button n930-button-outline\" href=\"mailto:gov@fairdcanada.com?subject=NANUK%20930%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=\"n930-final\"\u003e\n    \u003ch2\u003eSubstantial Capacity Without the Weight of a Wheeled Case\u003c\/h2\u003e\n\n    \u003cp\u003e\n      With 26.5 litres of protected capacity, a deep configurable interior,\n      IP67 environmental protection and Canadian-made NK-7 construction, the\n      NANUK 930 is an effective transport platform for sensitive professional\n      equipment that must remain portable, organized and ready for deployment.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"n930-buttons\"\u003e\n      \u003ca class=\"n930-button\" style=\"background:#101213;color:#ffffff;\" href=\"mailto:sales@fairdcanada.com?subject=NANUK%20930%20Quote%20Request\"\u003e\n        Request Your NANUK 930 Quote\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/footer\u003e\n\n\u003c\/div\u003e","brand":"NANUK","offers":[{"title":"EMPTY","offer_id":45955446145215,"sku":null,"price":244.0,"currency_code":"CAD","in_stock":true},{"title":"CUBED FOAM","offer_id":45955446177983,"sku":null,"price":289.0,"currency_code":"CAD","in_stock":true},{"title":"PRO PHOTO","offer_id":45955446210751,"sku":null,"price":519.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/nanuk-930-new-mold-open-empty-black.webp?v=1785780067"},{"product_id":"nanuk-925","title":"NANUK 925","description":"\u003cstyle\u003e\n  .fd-n910 {\n    --black: #101213;\n    --dark: #1d2123;\n    --red: #d62831;\n    --red-dark: #a71c23;\n    --white: #ffffff;\n    --light: #f3f5f4;\n    --border: #d9dddc;\n    --text: #272b2d;\n    --muted: #687075;\n    --radius: 8px;\n    max-width: 1240px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .fd-n910 *,\n  .fd-n910 *::before,\n  .fd-n910 *::after {\n    box-sizing: border-box;\n  }\n\n  .fd-n910 img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .fd-n910 h1,\n  .fd-n910 h2,\n  .fd-n910 h3,\n  .fd-n910 p {\n    margin-top: 0;\n  }\n\n  .fd-n910 h1,\n  .fd-n910 h2,\n  .fd-n910 h3 {\n    color: var(--black);\n    line-height: 1.15;\n  }\n\n  .fd-n910 h1 {\n    margin-bottom: 18px;\n    font-size: clamp(40px, 7vw, 70px);\n    letter-spacing: -0.045em;\n  }\n\n  .fd-n910 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(28px, 4vw, 42px);\n    letter-spacing: -0.03em;\n  }\n\n  .fd-n910 h3 {\n    margin-bottom: 8px;\n    font-size: 20px;\n  }\n\n  .fd-n910 p {\n    margin-bottom: 16px;\n  }\n\n  .fd-n910 a {\n    text-decoration: none;\n  }\n\n  .n910-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 58px 50px;\n    margin-bottom: 18px;\n    border-radius: var(--radius);\n    background: linear-gradient(125deg, #0e1011 0%, #1c2022 68%, #303537 100%);\n    color: var(--white);\n  }\n\n  .n910-hero::before {\n    content: \"910\";\n    position: absolute;\n    right: -20px;\n    bottom: -50px;\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  .n910-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  .n910-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 920px;\n  }\n\n  .n910-label {\n    display: inline-block;\n    padding: 8px 13px;\n    margin-bottom: 20px;\n    border-radius: 4px;\n    background: var(--red);\n    color: var(--white);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .n910-hero h1 {\n    color: var(--white);\n  }\n\n  .n910-lead {\n    max-width: 870px;\n    margin-bottom: 28px !important;\n    color: #e5e8e7;\n    font-size: clamp(18px, 2.2vw, 21px);\n  }\n\n  .n910-lead strong {\n    color: var(--white);\n  }\n\n  .n910-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n\n  .n910-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: 0.2s ease;\n  }\n\n  .n910-button:hover {\n    transform: translateY(-2px);\n  }\n\n  .n910-button-primary {\n    background: var(--red);\n    color: var(--white);\n  }\n\n  .n910-button-primary:hover {\n    background: var(--red-dark);\n    color: var(--white);\n  }\n\n  .n910-button-outline {\n    border-color: rgba(255, 255, 255, 0.5);\n    color: var(--white);\n  }\n\n  .n910-button-outline:hover {\n    border-color: var(--white);\n    background: var(--white);\n    color: var(--black);\n  }\n\n  .n910-gallery {\n    display: grid;\n    grid-template-columns: 1.15fr 0.85fr;\n    gap: 16px;\n    margin-bottom: 42px;\n  }\n\n  .n910-gallery figure {\n    overflow: hidden;\n    margin: 0;\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    background: var(--light);\n  }\n\n  .n910-gallery figure:first-child {\n    grid-row: span 2;\n  }\n\n  .n910-gallery img {\n    height: 100%;\n    min-height: 300px;\n    object-fit: cover;\n  }\n\n  .n910-gallery figure:first-child img {\n    min-height: 616px;\n    object-fit: contain;\n  }\n\n  .n910-quick {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    overflow: hidden;\n    margin-bottom: 48px;\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n  }\n\n  .n910-quick-item {\n    min-height: 116px;\n    padding: 22px 14px;\n    border-right: 1px solid var(--border);\n    background: var(--white);\n    text-align: center;\n  }\n\n  .n910-quick-item:last-child {\n    border-right: 0;\n  }\n\n  .n910-quick-value {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--red);\n    font-size: 22px;\n    font-weight: 900;\n  }\n\n  .n910-quick-item strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--black);\n  }\n\n  .n910-quick-item span:last-child {\n    color: var(--muted);\n    font-size: 13px;\n  }\n\n  .n910-section {\n    margin-bottom: 50px;\n  }\n\n  .n910-heading {\n    max-width: 930px;\n    padding-bottom: 15px;\n    margin-bottom: 24px;\n    border-bottom: 4px solid var(--red);\n  }\n\n  .n910-heading p {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 17px;\n  }\n\n  .n910-grid-4,\n  .n910-grid-3 {\n    display: grid;\n    gap: 15px;\n  }\n\n  .n910-grid-4 {\n    grid-template-columns: repeat(4, 1fr);\n  }\n\n  .n910-grid-3 {\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .n910-card {\n    padding: 24px 20px;\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    background: var(--white);\n  }\n\n  .n910-card-accent {\n    border-top: 4px solid var(--red);\n  }\n\n  .n910-card p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  .n910-dark {\n    display: grid;\n    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);\n    gap: 36px;\n    padding: 42px;\n    border-radius: var(--radius);\n    background: var(--dark);\n    color: var(--white);\n  }\n\n  .n910-dark h2,\n  .n910-dark h3 {\n    color: var(--white);\n  }\n\n  .n910-dark p {\n    color: #dce0de;\n  }\n\n  .n910-dark-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .n910-dark-item {\n    padding: 17px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-left: 4px solid var(--red);\n    border-radius: 5px;\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .n910-dark-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--white);\n  }\n\n  .n910-dark-item span {\n    color: #d4d9d6;\n    font-size: 14px;\n  }\n\n  .n910-application {\n    position: relative;\n    overflow: hidden;\n    min-height: 245px;\n  }\n\n  .n910-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  .n910-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    margin-bottom: 16px;\n    border-radius: 50%;\n    background: var(--black);\n    color: var(--white);\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .n910-application h3,\n  .n910-application p {\n    position: relative;\n    z-index: 2;\n  }\n\n  .n910-feature-box {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);\n    gap: 34px;\n    align-items: center;\n    padding: 42px;\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    background: var(--light);\n  }\n\n  .n910-feature-image {\n    overflow: hidden;\n    border-radius: 7px;\n    background: var(--white);\n  }\n\n  .n910-feature-image img {\n    min-height: 390px;\n    object-fit: cover;\n  }\n\n  .n910-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  .n910-checks li {\n    position: relative;\n    padding-left: 29px;\n    margin: 0;\n  }\n\n  .n910-checks li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--red);\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  .n910-config {\n    overflow: hidden;\n    padding: 0;\n  }\n\n  .n910-config h3 {\n    padding: 20px 18px;\n    margin-bottom: 0;\n    background: var(--black);\n    color: var(--white);\n  }\n\n  .n910-config div {\n    padding: 21px 18px;\n  }\n\n  .n910-config p {\n    margin-bottom: 0;\n  }\n\n  .n910-colours {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 12px;\n  }\n\n  .n910-colour {\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    background: var(--white);\n    text-align: center;\n  }\n\n  .n910-swatch {\n    height: 50px;\n  }\n\n  .n910-colour-name {\n    padding: 12px 7px;\n    color: var(--black);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .n910-black { background: #151616; }\n  .n910-tan { background: #a79170; }\n  .n910-lime { background: #8ebc38; }\n  .n910-orange { background: #e56725; }\n  .n910-yellow { background: #e2bd20; }\n  .n910-silver { background: #b6b8b8; }\n  .n910-olive { background: #5c604a; }\n  .n910-graphite { background: #555a5b; }\n  .n910-blue { background: #315f87; }\n  .n910-red { background: #b7242c; }\n\n  .n910-table {\n    width: 100%;\n    border-collapse: collapse;\n    border: 1px solid var(--border);\n  }\n\n  .n910-table th,\n  .n910-table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .n910-table th {\n    width: 34%;\n    background: var(--light);\n    color: var(--black);\n    font-weight: 800;\n  }\n\n  .n910-table tr:last-child th,\n  .n910-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .n910-notice {\n    padding: 22px 24px;\n    margin-top: 24px;\n    border: 1px solid var(--border);\n    border-left: 5px solid var(--red);\n    background: var(--light);\n  }\n\n  .n910-notice strong {\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .n910-notice p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  .n910-faird {\n    position: relative;\n    overflow: hidden;\n    padding: 46px;\n    border-radius: var(--radius);\n    background: linear-gradient(120deg, var(--black) 0%, #252a2c 100%);\n    color: var(--white);\n  }\n\n  .n910-faird::after {\n    content: \"FAIR D\";\n    position: absolute;\n    right: -15px;\n    bottom: -20px;\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  .n910-faird-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .n910-faird h2,\n  .n910-faird h3 {\n    color: var(--white);\n  }\n\n  .n910-faird-content \u003e p {\n    max-width: 880px;\n    color: #dce1df;\n    font-size: 17px;\n  }\n\n  .n910-service-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin: 27px 0;\n  }\n\n  .n910-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  .n910-service strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--white);\n  }\n\n  .n910-service span {\n    color: #d1d6d3;\n    font-size: 13px;\n  }\n\n  .n910-final {\n    padding: 42px;\n    border-radius: var(--radius);\n    background: var(--red);\n    color: var(--white);\n    text-align: center;\n  }\n\n  .n910-final h2 {\n    color: var(--white);\n  }\n\n  .n910-final p {\n    max-width: 830px;\n    margin: 0 auto 24px;\n    color: #fff4f4;\n    font-size: 17px;\n  }\n\n  .n910-final .n910-buttons {\n    justify-content: center;\n  }\n\n  @media (max-width: 1050px) {\n    .n910-grid-4,\n    .n910-service-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .n910-quick {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .n910-dark,\n    .n910-feature-box {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 820px) {\n    .n910-gallery,\n    .n910-grid-3 {\n      grid-template-columns: 1fr;\n    }\n\n    .n910-gallery figure:first-child {\n      grid-row: auto;\n    }\n\n    .n910-gallery figure:first-child img,\n    .n910-gallery img {\n      min-height: auto;\n    }\n\n    .n910-colours {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 620px) {\n    .n910-hero,\n    .n910-dark,\n    .n910-feature-box,\n    .n910-faird,\n    .n910-final {\n      padding: 30px 21px;\n    }\n\n    .n910-grid-4,\n    .n910-service-grid,\n    .n910-quick,\n    .n910-checks {\n      grid-template-columns: 1fr;\n    }\n\n    .n910-quick-item {\n      border-right: 0;\n      border-bottom: 1px solid var(--border);\n    }\n\n    .n910-button {\n      width: 100%;\n    }\n\n    .n910-buttons {\n      display: grid;\n      grid-template-columns: 1fr;\n    }\n\n    .n910-table,\n    .n910-table tbody,\n    .n910-table tr,\n    .n910-table th,\n    .n910-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .n910-table th {\n      padding-bottom: 7px;\n      border-bottom: 0;\n    }\n\n    .n910-table td {\n      padding-top: 7px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fd-n910\"\u003e\n\n  \u003cheader class=\"n910-hero\"\u003e\n    \u003cdiv class=\"n910-hero-content\"\u003e\n      \u003cspan class=\"n910-label\"\u003e\n        Compact Canadian-Made Protective Case\n      \u003c\/span\u003e\n\n      \u003ch1\u003eNANUK 910\u003c\/h1\u003e\n\n      \u003cp class=\"n910-lead\"\u003e\n        A rugged, slim-profile waterproof hard case designed to protect\n        compact professional equipment during storage, vehicle transport,\n        airline travel and field deployment. With\n        \u003cstrong\u003e8.2 litres of protected capacity\u003c\/strong\u003e, the NANUK 910 is\n        ideal for handguns, small drones, tablets, cameras, electronics,\n        compact NVG or optic systems, test instruments and specialized kits.\n        \u003cstrong\u003eDesigned and manufactured in Canada.\u003c\/strong\u003e\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"n910-buttons\"\u003e\n        \u003ca class=\"n910-button n910-button-primary\" href=\"mailto:sales@fairdcanada.com?subject=NANUK%20910%20Quote%20Request\"\u003e\n          Request a Quote\n        \u003c\/a\u003e\n\n        \u003ca class=\"n910-button n910-button-outline\" href=\"mailto:gov@fairdcanada.com?subject=NANUK%20910%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=\"n910-gallery\"\u003e\n    \u003cfigure\u003e\n      \u003cimg src=\"https:\/\/nanukcases.ca\/cdn\/shop\/products\/Nanuk-910-Black-Cubed-Foam_0b6b4ba0-51c4-42bd-8fb9-cffcee4da015.jpg?v=1752603893\u0026amp;width=1200\" alt=\"NANUK 910 black waterproof protective case with cubed foam\" loading=\"lazy\"\u003e\n    \u003c\/figure\u003e\n\n    \u003cfigure\u003e\n      \u003cimg src=\"https:\/\/nanukcases.ca\/cdn\/shop\/files\/20240802-DSC_5019_3.jpg?v=1760130809\u0026amp;width=2000\" alt=\"NANUK 910 Canadian-made protective case carried in the field\" loading=\"lazy\"\u003e\n    \u003c\/figure\u003e\n\n    \u003cfigure\u003e\n      \u003cimg src=\"https:\/\/nanukcases.ca\/cdn\/shop\/files\/nanuk-910-kayak-camera.jpg?v=1745947070\u0026amp;width=1600\" alt=\"NANUK 910 protecting a professional camera near the water\" loading=\"lazy\"\u003e\n    \u003c\/figure\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n910-quick\"\u003e\n    \u003cdiv class=\"n910-quick-item\"\u003e\n      \u003cspan class=\"n910-quick-value\"\u003e8.2 L\u003c\/span\u003e\n      \u003cstrong\u003eCompact Capacity\u003c\/strong\u003e\n      \u003cspan\u003eProfessional equipment storage\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n910-quick-item\"\u003e\n      \u003cspan class=\"n910-quick-value\"\u003eIP67\u003c\/span\u003e\n      \u003cstrong\u003eWaterproof \u0026amp; Dustproof\u003c\/strong\u003e\n      \u003cspan\u003eEnvironmental protection\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n910-quick-item\"\u003e\n      \u003cspan class=\"n910-quick-value\"\u003e1.4 kg\u003c\/span\u003e\n      \u003cstrong\u003eLightweight\u003c\/strong\u003e\n      \u003cspan\u003eEasy direct hand carry\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n910-quick-item\"\u003e\n      \u003cspan class=\"n910-quick-value\"\u003eAIR\u003c\/span\u003e\n      \u003cstrong\u003eCarry-On Compatible\u003c\/strong\u003e\n      \u003cspan\u003eConfirm with the airline\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n910-quick-item\"\u003e\n      \u003cspan class=\"n910-quick-value\"\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=\"n910-section\"\u003e\n    \u003cdiv class=\"n910-heading\"\u003e\n      \u003ch2\u003eWhy Choose the NANUK 910?\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The NANUK 910 delivers professional hard-case protection in a\n        relatively thin, portable format that fits easily inside vehicles,\n        aircraft compartments, equipment lockers and field kits.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n910-grid-4\"\u003e\n      \u003carticle class=\"n910-card n910-card-accent\"\u003e\n        \u003ch3\u003eSlim Professional Format\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The 104 mm internal depth is suited to flatter equipment such as\n          tablets, compact cameras, pistols, electronic devices and technical\n          instruments.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n910-card n910-card-accent\"\u003e\n        \u003ch3\u003eImpact-Resistant NK-7 Resin\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The rigid shell uses rounded corners, reinforced walls and\n          shock-absorbing resin to help protect valuable contents from impact.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n910-card n910-card-accent\"\u003e\n        \u003ch3\u003eSecure PowerClaw Latches\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Triple-action latches use compressive force to keep the case tightly\n          closed, with slide locks helping prevent accidental opening.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n910-card n910-card-accent\"\u003e\n        \u003ch3\u003eConfigurable Interior\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Available empty, with cubed foam or with equipment-specific custom\n          foam according to the required level of organization.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n910-section\"\u003e\n    \u003cdiv class=\"n910-dark\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eCompact Protection for High-Value Equipment\u003c\/h2\u003e\n\n        \u003cp\u003e\n          The NANUK 910 is designed for professional equipment that must remain\n          accessible, organized and protected without requiring a large or\n          wheeled transport case.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its 336 × 234 mm interior footprint can accommodate a primary device\n          together with batteries, magazines, cables, adapters, documentation\n          or other supporting components.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The integrated bezel system also permits compatible custom panels to\n          be installed without drilling directly through the exterior shell,\n          helping preserve the watertight construction.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n910-dark-list\"\u003e\n        \u003cdiv class=\"n910-dark-item\"\u003e\n          \u003cstrong\u003ePortable Deployment Kit\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Keep a compact primary device and its operational accessories\n            together inside one protected case.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n910-dark-item\"\u003e\n          \u003cstrong\u003eVehicle and Air Transport\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Compact exterior dimensions make the case practical for service\n            vehicles, aircraft cabins and mobile professional teams.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n910-dark-item\"\u003e\n          \u003cstrong\u003eEquipment Accountability\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Foam layouts help create a visible position for every component,\n            supporting inventory checks and rapid deployment.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n910-dark-item\"\u003e\n          \u003cstrong\u003ePanel Integration\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Suitable for compatible electronic, control, testing or instrument\n            panels requiring a protected portable enclosure.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n910-section\"\u003e\n    \u003cdiv class=\"n910-heading\"\u003e\n      \u003ch2\u003eProfessional Applications\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Equipment compatibility depends on the dimensions of the device and\n        the selected foam or interior configuration.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n910-grid-3\"\u003e\n      \u003carticle class=\"n910-card n910-application\"\u003e\n        \u003cdiv class=\"n910-number\"\u003e01\u003c\/div\u003e\n\n        \u003ch3\u003eHandguns \u0026amp; Range Equipment\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Protect a compatible handgun, magazines, compact optic, maintenance\n          equipment and selected range accessories in a secured foam layout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n910-card n910-application\"\u003e\n        \u003cdiv class=\"n910-number\"\u003e02\u003c\/div\u003e\n\n        \u003ch3\u003eSmall Drones \u0026amp; Controllers\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Suitable for compact drones, handheld controllers, batteries,\n          charging accessories and replacement propellers.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n910-card n910-application\"\u003e\n        \u003cdiv class=\"n910-number\"\u003e03\u003c\/div\u003e\n\n        \u003ch3\u003eNVG, Thermal \u0026amp; Optics\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Custom foam can protect compatible compact night-vision devices,\n          monoculars, thermal viewers, sights and rangefinders.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n910-card n910-application\"\u003e\n        \u003cdiv class=\"n910-number\"\u003e04\u003c\/div\u003e\n\n        \u003ch3\u003eTablets \u0026amp; Electronics\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Protect tablets, small laptops, data equipment, controllers,\n          diagnostic devices and sensitive electronic accessories.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n910-card n910-application\"\u003e\n        \u003cdiv class=\"n910-number\"\u003e05\u003c\/div\u003e\n\n        \u003ch3\u003eCameras \u0026amp; Documentation\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Provides waterproof protection for compact cameras, lenses,\n          microphones, memory cards and field-documentation equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n910-card n910-application\"\u003e\n        \u003cdiv class=\"n910-number\"\u003e06\u003c\/div\u003e\n\n        \u003ch3\u003eMedical \u0026amp; Sample Kits\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Organizes compact diagnostic devices, field samples, instruments,\n          medications and controlled professional supplies.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n910-section\"\u003e\n    \u003cdiv class=\"n910-feature-box\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003ePortable by Design\u003c\/h2\u003e\n\n        \u003cp\u003e\n          At approximately 1.4 kg empty, the NANUK 910 provides a useful amount\n          of protected space without creating an unnecessarily heavy transport\n          system.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The soft-grip ergonomic handle is mounted with stainless-steel\n          hardware. An integrated handle stay keeps the handle folded close to\n          the case when it is not in use.\n        \u003c\/p\u003e\n\n        \u003cul class=\"n910-checks\"\u003e\n          \u003cli\u003eSoft-grip ergonomic carrying handle\u003c\/li\u003e\n          \u003cli\u003eStainless-steel handle hardware\u003c\/li\u003e\n          \u003cli\u003eIntegrated handle-stay system\u003c\/li\u003e\n          \u003cli\u003eCompact 363 × 282 mm footprint\u003c\/li\u003e\n          \u003cli\u003eOnly 120 mm high externally\u003c\/li\u003e\n          \u003cli\u003eSuitable for direct hand carry\u003c\/li\u003e\n          \u003cli\u003eFits many professional storage lockers\u003c\/li\u003e\n          \u003cli\u003eAirline carry-on compatible according to NANUK\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n910-feature-image\"\u003e\n        \u003cimg src=\"https:\/\/nanukcases.ca\/cdn\/shop\/files\/nanuk-910-in-dirt.jpg?v=1745947069\u0026amp;width=1600\" alt=\"NANUK 910 impact-resistant professional equipment case\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n910-section\"\u003e\n    \u003cdiv class=\"n910-heading\"\u003e\n      \u003ch2\u003eAvailable Interior Configurations\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n910-grid-3\"\u003e\n      \u003carticle class=\"n910-card n910-config\"\u003e\n        \u003ch3\u003eEmpty Case\u003c\/h3\u003e\n\n        \u003cdiv\u003e\n          \u003cp\u003e\n            Open interior for customer-installed equipment, protective\n            packaging, instrument panels or an existing equipment container.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n910-card n910-config\"\u003e\n        \u003ch3\u003eCubed Foam\u003c\/h3\u003e\n\n        \u003cdiv\u003e\n          \u003cp\u003e\n            Pre-scored removable foam allows users to create a basic custom\n            layout without professional foam-cutting machinery.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n910-card n910-config\"\u003e\n        \u003ch3\u003eCustom-Cut Foam\u003c\/h3\u003e\n\n        \u003cdiv\u003e\n          \u003cp\u003e\n            Precision-cut foam is ideal for fixed institutional kits,\n            controlled inventories and repeatable equipment positioning.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n910-section\"\u003e\n    \u003cdiv class=\"n910-heading\"\u003e\n      \u003ch2\u003eProtection Features\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n910-grid-3\"\u003e\n      \u003carticle class=\"n910-card\"\u003e\n        \u003ch3\u003eIP67 Waterproof \u0026amp; Dustproof\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Sealed construction protects against dust, rain and temporary\n          immersion under the applicable IP67 conditions.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n910-card\"\u003e\n        \u003ch3\u003eAutomatic Pressure Valve\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Equalizes pressure changes caused by altitude, temperature and\n          location while helping prevent water from entering the case.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n910-card\"\u003e\n        \u003ch3\u003eReinforced Padlock Points\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compatible padlocks can be added for controlled storage and\n          professional transportation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n910-card\"\u003e\n        \u003ch3\u003ePowerClaw Latching\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Nylon latches and stainless-steel hardware secure the lid with a\n          strong compressive closure.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n910-card\"\u003e\n        \u003ch3\u003eWide Temperature Range\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Designed for service between approximately -55°C and 70°C according\n          to the manufacturer’s specifications.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n910-card\"\u003e\n        \u003ch3\u003eLimited Lifetime Warranty\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Supported by NANUK’s limited lifetime warranty, subject to its terms,\n          exclusions and conditions.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n910-section\"\u003e\n    \u003cdiv class=\"n910-heading\"\u003e\n      \u003ch2\u003eAvailable Colours\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n910-colours\"\u003e\n      \u003cdiv class=\"n910-colour\"\u003e\n        \u003cdiv class=\"n910-swatch n910-black\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"n910-colour-name\"\u003eBlack\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n910-colour\"\u003e\n        \u003cdiv class=\"n910-swatch n910-tan\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"n910-colour-name\"\u003eTan\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n910-colour\"\u003e\n        \u003cdiv class=\"n910-swatch n910-lime\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"n910-colour-name\"\u003eLime\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n910-colour\"\u003e\n        \u003cdiv class=\"n910-swatch n910-orange\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"n910-colour-name\"\u003eOrange\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n910-colour\"\u003e\n        \u003cdiv class=\"n910-swatch n910-yellow\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"n910-colour-name\"\u003eYellow\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n910-colour\"\u003e\n        \u003cdiv class=\"n910-swatch n910-silver\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"n910-colour-name\"\u003eSilver\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n910-colour\"\u003e\n        \u003cdiv class=\"n910-swatch n910-olive\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"n910-colour-name\"\u003eOlive\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n910-colour\"\u003e\n        \u003cdiv class=\"n910-swatch n910-graphite\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"n910-colour-name\"\u003eGraphite\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n910-colour\"\u003e\n        \u003cdiv class=\"n910-swatch n910-blue\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"n910-colour-name\"\u003eBlue\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n910-colour\"\u003e\n        \u003cdiv class=\"n910-swatch n910-red\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"n910-colour-name\"\u003eRed\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n910-section\"\u003e\n    \u003cdiv class=\"n910-heading\"\u003e\n      \u003ch2\u003eKey Features\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"n910-checks\"\u003e\n      \u003cli\u003eCompact professional waterproof hard case\u003c\/li\u003e\n      \u003cli\u003e8.2-litre protected interior capacity\u003c\/li\u003e\n      \u003cli\u003eLightweight NK-7 impact-resistant resin\u003c\/li\u003e\n      \u003cli\u003eIP67 waterproof and dustproof construction\u003c\/li\u003e\n      \u003cli\u003ePowerClaw triple-action latching system\u003c\/li\u003e\n      \u003cli\u003eIntegrated latch slide locks\u003c\/li\u003e\n      \u003cli\u003eAutomatic pressure-release valve\u003c\/li\u003e\n      \u003cli\u003eSoft-grip ergonomic carrying handle\u003c\/li\u003e\n      \u003cli\u003eIntegrated handle-stay system\u003c\/li\u003e\n      \u003cli\u003eStainless-steel handle hardware\u003c\/li\u003e\n      \u003cli\u003eReinforced padlock points\u003c\/li\u003e\n      \u003cli\u003eIntegrated custom-panel bezel\u003c\/li\u003e\n      \u003cli\u003eAvailable empty or with cubed foam\u003c\/li\u003e\n      \u003cli\u003eCustom-cut foam configurations available\u003c\/li\u003e\n      \u003cli\u003eSuitable for compact drones and electronics\u003c\/li\u003e\n      \u003cli\u003eSuitable for tablets and small laptops\u003c\/li\u003e\n      \u003cli\u003eSuitable for compatible handgun systems\u003c\/li\u003e\n      \u003cli\u003eSuitable for cameras and diagnostic devices\u003c\/li\u003e\n      \u003cli\u003eSuitable for compact NVG and optic systems\u003c\/li\u003e\n      \u003cli\u003eAirline carry-on compatible according to NANUK\u003c\/li\u003e\n      \u003cli\u003eLimited lifetime manufacturer warranty\u003c\/li\u003e\n      \u003cli\u003eMade in Quebec, Canada\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n910-section\"\u003e\n    \u003cdiv class=\"n910-heading\"\u003e\n      \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003ctable class=\"n910-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct\u003c\/th\u003e\n          \u003ctd\u003eNANUK 910 Protective Hard Case\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n          \u003ctd\u003e910\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eExterior Dimensions\u003c\/th\u003e\n          \u003ctd\u003e\n            14.3 × 11.1 × 4.7 in\u003cbr\u003e\n            363 × 282 × 120 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            13.2 × 9.2 × 4.1 in\u003cbr\u003e\n            336 × 234 × 104 mm\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eInterior Volume\u003c\/th\u003e\n          \u003ctd\u003e8.2 L\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eEmpty Weight\u003c\/th\u003e\n          \u003ctd\u003e3 lb \/ 1.4 kg\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eLid Depth\u003c\/th\u003e\n          \u003ctd\u003e1.3 in \/ 33 mm\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBase Depth\u003c\/th\u003e\n          \u003ctd\u003e2.8 in \/ 71 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-67°F to 158°F \/ -55°C to 70°C\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMaximum Buoyancy\u003c\/th\u003e\n          \u003ctd\u003e17 lb \/ 7.7 kg\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eClosure\u003c\/th\u003e\n          \u003ctd\u003ePowerClaw latches with integrated slide locks\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCarrying Handle\u003c\/th\u003e\n          \u003ctd\u003eSoft-grip ergonomic handle with integrated handle stay\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.3 in \/ 7.62 mm\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003ePanel Installation\u003c\/th\u003e\n          \u003ctd\u003eIntegrated bezel for compatible custom panels\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAirline Carry-On\u003c\/th\u003e\n          \u003ctd\u003eYes; confirm directly with the airline\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eInterior Options\u003c\/th\u003e\n          \u003ctd\u003eEmpty, cubed foam and custom-cut foam\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAvailable Colours\u003c\/th\u003e\n          \u003ctd\u003e\n            Black, Tan, Lime, Orange, Yellow, Silver, Olive, Graphite, Blue and\n            Red\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=\"n910-notice\"\u003e\n      \u003cstrong\u003eEquipment and Configuration Notice\u003c\/strong\u003e\n\n      \u003cp\u003e\n        Firearms, magazines, drones, cameras, tablets, optics, electronics,\n        tools and foam accessories are not included unless specifically stated\n        in the selected product variant. Verify the internal dimensions,\n        colour and configuration before ordering. Firearm and air\n        transportation must comply with applicable laws and carrier policies.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n910-section\"\u003e\n    \u003cdiv class=\"n910-faird\"\u003e\n      \u003cdiv class=\"n910-faird-content\"\u003e\n        \u003cspan class=\"n910-label\"\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 clients requiring individual NANUK 910 cases,\n          institutional quantities or equipment-specific foam solutions.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"n910-service-grid\"\u003e\n          \u003cdiv class=\"n910-service\"\u003e\n            \u003cstrong\u003eFast Quotations\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Rapid review of colour, foam configuration, quantity and\n              delivery requirements.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"n910-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=\"n910-service\"\u003e\n            \u003cstrong\u003eConfiguration Support\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Assistance selecting empty, cubed-foam or custom-foam options.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"n910-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=\"n910-buttons\"\u003e\n          \u003ca class=\"n910-button n910-button-primary\" href=\"mailto:sales@fairdcanada.com?subject=NANUK%20910%20Quote%20Request\"\u003e\n            Contact Commercial Sales\n          \u003c\/a\u003e\n\n          \u003ca class=\"n910-button n910-button-outline\" href=\"mailto:gov@fairdcanada.com?subject=NANUK%20910%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=\"n910-final\"\u003e\n    \u003ch2\u003eCompact Protection for Equipment That Cannot Be Replaced Easily\u003c\/h2\u003e\n\n    \u003cp\u003e\n      With an 8.2-litre interior, slim portable profile, IP67 environmental\n      protection and Canadian-made NK-7 construction, the NANUK 910 is a\n      versatile hard case for compact professional equipment, handguns,\n      electronics, drones, optics and field kits.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"n910-buttons\"\u003e\n      \u003ca class=\"n910-button\" style=\"background:#101213;color:#ffffff;\" href=\"mailto:sales@fairdcanada.com?subject=NANUK%20910%20Quote%20Request\"\u003e\n        Request Your NANUK 910 Quote\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/footer\u003e\n\n\u003c\/div\u003e","brand":"NANUK","offers":[{"title":"EMPTY","offer_id":45955615850687,"sku":null,"price":229.0,"currency_code":"CAD","in_stock":true},{"title":"CUBED FOAM","offer_id":45955615883455,"sku":null,"price":264.0,"currency_code":"CAD","in_stock":true},{"title":"PHOTO KIT","offer_id":45955615916223,"sku":null,"price":439.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/nanuk-930-new-mold-open-empty-black_19ac36da-ffa3-49a6-93ac-826357299253.webp?v=1785781184"},{"product_id":"nanuk-925-padded-divider","title":"NANUK 935 Padded Divider","description":"\u003cstyle\u003e\n  .fd-n930-divider {\n    --n930d-black: #101213;\n    --n930d-dark: #1d2123;\n    --n930d-grey: #687075;\n    --n930d-light: #f3f5f4;\n    --n930d-white: #ffffff;\n    --n930d-red: #d62831;\n    --n930d-red-dark: #a71c23;\n    --n930d-border: #d9dddc;\n    --n930d-text: #272b2d;\n    --n930d-radius: 8px;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--n930d-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .fd-n930-divider *,\n  .fd-n930-divider *::before,\n  .fd-n930-divider *::after {\n    box-sizing: border-box;\n  }\n\n  .fd-n930-divider img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .fd-n930-divider h1,\n  .fd-n930-divider h2,\n  .fd-n930-divider h3,\n  .fd-n930-divider p {\n    margin-top: 0;\n  }\n\n  .fd-n930-divider h1,\n  .fd-n930-divider h2,\n  .fd-n930-divider h3 {\n    color: var(--n930d-black);\n    line-height: 1.15;\n  }\n\n  .fd-n930-divider h1 {\n    margin-bottom: 17px;\n    font-size: clamp(36px, 6vw, 64px);\n    letter-spacing: -0.045em;\n  }\n\n  .fd-n930-divider h2 {\n    margin-bottom: 15px;\n    font-size: clamp(27px, 4vw, 41px);\n    letter-spacing: -0.03em;\n  }\n\n  .fd-n930-divider h3 {\n    margin-bottom: 9px;\n    font-size: 20px;\n  }\n\n  .fd-n930-divider p {\n    margin-bottom: 16px;\n  }\n\n  .fd-n930-divider a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  .n930d-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 54px 47px;\n    margin-bottom: 20px;\n    border-radius: var(--n930d-radius);\n    background:\n      linear-gradient(\n        125deg,\n        #0e1011 0%,\n        #1c2022 68%,\n        #303537 100%\n      );\n    color: var(--n930d-white);\n  }\n\n  .n930d-hero::before {\n    content: \"930\";\n    position: absolute;\n    right: -18px;\n    bottom: -48px;\n    color: rgba(255, 255, 255, 0.04);\n    font-size: clamp(175px, 29vw, 355px);\n    font-weight: 900;\n    letter-spacing: -0.08em;\n    line-height: 0.8;\n  }\n\n  .n930d-hero::after {\n    content: \"\";\n    position: absolute;\n    top: -150px;\n    right: 7%;\n    width: 410px;\n    height: 410px;\n    border: 68px solid rgba(214, 40, 49, 0.14);\n    border-radius: 50%;\n  }\n\n  .n930d-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 900px;\n  }\n\n  .n930d-label {\n    display: inline-block;\n    padding: 8px 13px;\n    margin-bottom: 19px;\n    border-radius: 4px;\n    background: var(--n930d-red);\n    color: var(--n930d-white);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .n930d-hero h1 {\n    color: var(--n930d-white);\n  }\n\n  .n930d-hero p {\n    max-width: 860px;\n    margin-bottom: 0;\n    color: #e5e9e7;\n    font-size: clamp(17px, 2.1vw, 20px);\n  }\n\n  .n930d-hero strong {\n    color: var(--n930d-white);\n  }\n\n  .n930d-image {\n    padding: 25px;\n    margin-bottom: 42px;\n    border: 1px solid var(--n930d-border);\n    border-radius: var(--n930d-radius);\n    background: var(--n930d-light);\n  }\n\n  .n930d-image img {\n    max-width: 940px;\n    max-height: 720px;\n    margin: 0 auto;\n    object-fit: contain;\n  }\n\n  .n930d-quick {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    overflow: hidden;\n    margin-bottom: 46px;\n    border: 1px solid var(--n930d-border);\n    border-radius: var(--n930d-radius);\n  }\n\n  .n930d-quick-item {\n    min-height: 115px;\n    padding: 22px 15px;\n    border-right: 1px solid var(--n930d-border);\n    background: var(--n930d-white);\n    text-align: center;\n  }\n\n  .n930d-quick-item:last-child {\n    border-right: 0;\n  }\n\n  .n930d-quick-value {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--n930d-red);\n    font-size: 21px;\n    font-weight: 900;\n  }\n\n  .n930d-quick-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--n930d-black);\n  }\n\n  .n930d-quick-item span:last-child {\n    color: var(--n930d-grey);\n    font-size: 13px;\n  }\n\n  .n930d-section {\n    margin-bottom: 47px;\n  }\n\n  .n930d-heading {\n    padding-bottom: 14px;\n    margin-bottom: 23px;\n    border-bottom: 4px solid var(--n930d-red);\n  }\n\n  .n930d-heading p {\n    max-width: 830px;\n    margin-bottom: 0;\n    color: var(--n930d-grey);\n    font-size: 17px;\n  }\n\n  .n930d-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n  }\n\n  .n930d-benefit {\n    min-height: 220px;\n    padding: 23px 19px;\n    border: 1px solid var(--n930d-border);\n    border-top: 4px solid var(--n930d-red);\n    border-radius: 6px;\n    background: var(--n930d-white);\n  }\n\n  .n930d-benefit p {\n    margin-bottom: 0;\n    color: var(--n930d-grey);\n    font-size: 14px;\n  }\n\n  .n930d-dark {\n    display: grid;\n    grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.9fr);\n    gap: 35px;\n    padding: 40px;\n    border-radius: var(--n930d-radius);\n    background: var(--n930d-dark);\n    color: var(--n930d-white);\n  }\n\n  .n930d-dark h2,\n  .n930d-dark h3 {\n    color: var(--n930d-white);\n  }\n\n  .n930d-dark p {\n    color: #dce1de;\n  }\n\n  .n930d-dark-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .n930d-dark-item {\n    padding: 17px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-left: 4px solid var(--n930d-red);\n    border-radius: 5px;\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .n930d-dark-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--n930d-white);\n  }\n\n  .n930d-dark-item span {\n    color: #d3d8d5;\n    font-size: 14px;\n  }\n\n  .n930d-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .n930d-use {\n    position: relative;\n    overflow: hidden;\n    min-height: 245px;\n    padding: 24px 21px;\n    border: 1px solid var(--n930d-border);\n    border-radius: 6px;\n    background: var(--n930d-white);\n  }\n\n  .n930d-use::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  .n930d-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 41px;\n    height: 41px;\n    margin-bottom: 16px;\n    border-radius: 50%;\n    background: var(--n930d-black);\n    color: var(--n930d-white);\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .n930d-use h3,\n  .n930d-use p {\n    position: relative;\n    z-index: 2;\n  }\n\n  .n930d-use p {\n    margin-bottom: 0;\n    color: var(--n930d-grey);\n    font-size: 14px;\n  }\n\n  .n930d-comparison {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n  }\n\n  .n930d-comparison-card {\n    padding: 29px;\n    border: 1px solid var(--n930d-border);\n    border-radius: var(--n930d-radius);\n    background: var(--n930d-light);\n  }\n\n  .n930d-comparison-card h3 {\n    padding-bottom: 10px;\n    border-bottom: 3px solid var(--n930d-red);\n    font-size: 25px;\n  }\n\n  .n930d-checks {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px 34px;\n    padding: 0 !important;\n    margin: 21px 0 0;\n    list-style: none;\n  }\n\n  .n930d-checks li {\n    position: relative;\n    padding-left: 29px;\n    margin: 0;\n  }\n\n  .n930d-checks li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--n930d-red);\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  .n930d-installation {\n    padding: 36px;\n    border: 1px solid var(--n930d-border);\n    border-left: 6px solid var(--n930d-red);\n    border-radius: var(--n930d-radius);\n    background: #faf8f5;\n  }\n\n  .n930d-steps {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n    margin-top: 24px;\n  }\n\n  .n930d-step {\n    padding: 21px;\n    border: 1px solid var(--n930d-border);\n    border-radius: 6px;\n    background: var(--n930d-white);\n  }\n\n  .n930d-step-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 40px;\n    height: 40px;\n    margin-bottom: 14px;\n    border-radius: 50%;\n    background: var(--n930d-black);\n    color: var(--n930d-white);\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .n930d-step p {\n    margin-bottom: 0;\n    color: var(--n930d-grey);\n    font-size: 14px;\n  }\n\n  .n930d-compatibility {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(290px, 0.85fr);\n    gap: 32px;\n    align-items: center;\n    padding: 38px;\n    border-radius: var(--n930d-radius);\n    background: var(--n930d-black);\n    color: var(--n930d-white);\n  }\n\n  .n930d-compatibility h2,\n  .n930d-compatibility h3 {\n    color: var(--n930d-white);\n  }\n\n  .n930d-compatibility p {\n    color: #dce1df;\n  }\n\n  .n930d-case-box {\n    padding: 25px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: 6px;\n    background: rgba(255, 255, 255, 0.05);\n  }\n\n  .n930d-case-box strong {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--n930d-white);\n    font-size: 20px;\n  }\n\n  .n930d-case-box span {\n    display: block;\n    margin-bottom: 4px;\n    color: #d5dad7;\n    font-size: 14px;\n  }\n\n  .n930d-case-link {\n    display: inline-block;\n    padding: 11px 15px;\n    margin-top: 17px;\n    border-radius: 4px;\n    background: var(--n930d-red);\n    color: var(--n930d-white);\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .n930d-case-link:hover {\n    background: var(--n930d-red-dark);\n  }\n\n  .n930d-table {\n    width: 100%;\n    border-collapse: collapse;\n    border: 1px solid var(--n930d-border);\n  }\n\n  .n930d-table th,\n  .n930d-table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--n930d-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .n930d-table th {\n    width: 34%;\n    background: var(--n930d-light);\n    color: var(--n930d-black);\n    font-weight: 800;\n  }\n\n  .n930d-table tr:last-child th,\n  .n930d-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .n930d-notice {\n    padding: 22px 24px;\n    margin-top: 24px;\n    border: 1px solid var(--n930d-border);\n    border-left: 5px solid var(--n930d-red);\n    background: var(--n930d-light);\n  }\n\n  .n930d-notice strong {\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .n930d-notice p {\n    margin-bottom: 0;\n    color: var(--n930d-grey);\n    font-size: 14px;\n  }\n\n  .n930d-faird {\n    position: relative;\n    overflow: hidden;\n    padding: 43px;\n    border-radius: var(--n930d-radius);\n    background:\n      linear-gradient(\n        120deg,\n        var(--n930d-black) 0%,\n        #252a2c 100%\n      );\n    color: var(--n930d-white);\n  }\n\n  .n930d-faird::after {\n    content: \"FAIR D\";\n    position: absolute;\n    right: -15px;\n    bottom: -20px;\n    color: rgba(255, 255, 255, 0.04);\n    font-size: clamp(95px, 17vw, 190px);\n    font-weight: 900;\n    letter-spacing: -0.08em;\n    line-height: 0.8;\n  }\n\n  .n930d-faird-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .n930d-faird h2,\n  .n930d-faird h3 {\n    color: var(--n930d-white);\n  }\n\n  .n930d-faird p {\n    max-width: 860px;\n    color: #dce1df;\n  }\n\n  .n930d-service-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin: 26px 0;\n  }\n\n  .n930d-service {\n    padding: 19px;\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  .n930d-service strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--n930d-white);\n  }\n\n  .n930d-service span {\n    color: #d1d6d3;\n    font-size: 13px;\n  }\n\n  .n930d-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n\n  .n930d-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 47px;\n    padding: 12px 20px;\n    border: 2px solid transparent;\n    border-radius: 5px;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .n930d-button-primary {\n    background: var(--n930d-red);\n    color: var(--n930d-white);\n  }\n\n  .n930d-button-outline {\n    border-color: rgba(255, 255, 255, 0.48);\n    color: var(--n930d-white);\n  }\n\n  .n930d-button-outline:hover {\n    border-color: var(--n930d-white);\n    background: var(--n930d-white);\n    color: var(--n930d-black);\n  }\n\n  .n930d-final {\n    padding: 39px;\n    border-radius: var(--n930d-radius);\n    background: var(--n930d-red);\n    color: var(--n930d-white);\n    text-align: center;\n  }\n\n  .n930d-final h2 {\n    color: var(--n930d-white);\n  }\n\n  .n930d-final p {\n    max-width: 830px;\n    margin: 0 auto;\n    color: #fff4f4;\n    font-size: 17px;\n  }\n\n  @media (max-width: 980px) {\n    .n930d-benefits,\n    .n930d-steps,\n    .n930d-service-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .n930d-dark,\n    .n930d-compatibility {\n      grid-template-columns: 1fr;\n    }\n\n    .n930d-use-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 680px) {\n    .n930d-hero,\n    .n930d-dark,\n    .n930d-installation,\n    .n930d-compatibility,\n    .n930d-faird,\n    .n930d-final {\n      padding: 28px 20px;\n    }\n\n    .n930d-benefits,\n    .n930d-quick,\n    .n930d-use-grid,\n    .n930d-comparison,\n    .n930d-steps,\n    .n930d-service-grid,\n    .n930d-checks {\n      grid-template-columns: 1fr;\n    }\n\n    .n930d-quick-item {\n      border-right: 0;\n      border-bottom: 1px solid var(--n930d-border);\n    }\n\n    .n930d-buttons {\n      display: grid;\n      grid-template-columns: 1fr;\n    }\n\n    .n930d-button {\n      width: 100%;\n    }\n\n    .n930d-image {\n      padding: 10px;\n    }\n\n    .n930d-table,\n    .n930d-table tbody,\n    .n930d-table tr,\n    .n930d-table th,\n    .n930d-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .n930d-table th {\n      padding-bottom: 7px;\n      border-bottom: 0;\n    }\n\n    .n930d-table td {\n      padding-top: 7px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fd-n930-divider\"\u003e\n\n  \u003cheader class=\"n930d-hero\"\u003e\n    \u003cdiv class=\"n930d-hero-content\"\u003e\n      \u003cspan class=\"n930d-label\"\u003e\n        Reconfigurable Protective Organization\n      \u003c\/span\u003e\n\n      \u003ch1\u003eNANUK 930 Padded Divider Set\u003c\/h1\u003e\n\n      \u003cp\u003e\n        A model-specific padded organization system designed to transform the\n        NANUK 930 into a flexible professional equipment case.\n        \u003cstrong\u003eRepositionable hook-and-loop dividers\u003c\/strong\u003e create protected\n        compartments for communications, drones, optics, NVG systems,\n        surveillance equipment, medical devices, cameras, tools and sensitive\n        electronics.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003csection class=\"n930d-image\"\u003e\n    \u003cimg src=\"https:\/\/nanukcases.ca\/cdn\/shop\/products\/nanuk-padded-dividers-nanuk-accessories-nanuk-930-padded-dividers-nanuk-cases-19.jpg?v=1773933882\u0026amp;width=1500\" alt=\"NANUK 930 padded divider set with repositionable compartments\" loading=\"lazy\" decoding=\"async\"\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930d-quick\"\u003e\n    \u003cdiv class=\"n930d-quick-item\"\u003e\n      \u003cspan class=\"n930d-quick-value\"\u003e930\u003c\/span\u003e\n      \u003cstrong\u003eModel-Specific Fit\u003c\/strong\u003e\n      \u003cspan\u003eDesigned for the NANUK 930\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n930d-quick-item\"\u003e\n      \u003cspan class=\"n930d-quick-value\"\u003eHOOK \u0026amp; LOOP\u003c\/span\u003e\n      \u003cstrong\u003eReconfigurable\u003c\/strong\u003e\n      \u003cspan\u003eAdjustable compartment layout\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n930d-quick-item\"\u003e\n      \u003cspan class=\"n930d-quick-value\"\u003ePADDED\u003c\/span\u003e\n      \u003cstrong\u003eEquipment Separation\u003c\/strong\u003e\n      \u003cspan\u003eProtects adjacent components\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n930d-quick-item\"\u003e\n      \u003cspan class=\"n930d-quick-value\"\u003e26.5 L\u003c\/span\u003e\n      \u003cstrong\u003eCompatible Case Capacity\u003c\/strong\u003e\n      \u003cspan\u003eNANUK 930 interior volume\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930d-section\"\u003e\n    \u003cdiv class=\"n930d-heading\"\u003e\n      \u003ch2\u003eWhy Choose Padded Dividers?\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Padded dividers are suited to professional teams whose equipment\n        changes between assignments, operators, training events or deployment\n        requirements.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n930d-benefits\"\u003e\n      \u003carticle class=\"n930d-benefit\"\u003e\n        \u003ch3\u003eAdjustable Compartments\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Reposition the divider walls to accommodate equipment of different\n          dimensions without permanently modifying the interior.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930d-benefit\"\u003e\n        \u003ch3\u003eProtected Separation\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Helps prevent optics, batteries, tools, electronics and other\n          components from striking or rubbing against each other.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930d-benefit\"\u003e\n        \u003ch3\u003eEfficient Use of Space\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Divider walls provide organization without the unused cutaway areas\n          commonly associated with equipment-specific foam.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930d-benefit\"\u003e\n        \u003ch3\u003eReusable Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The layout can be changed when the case is reassigned to another\n          device, team, mission or equipment program.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930d-section\"\u003e\n    \u003cdiv class=\"n930d-dark\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eDesigned for Changing Operational Loadouts\u003c\/h2\u003e\n\n        \u003cp\u003e\n          Fixed foam provides excellent protection when the same equipment is\n          permanently assigned to the case. It becomes less practical when the\n          loadout changes regularly.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The NANUK 930 Padded Divider Set allows military units, police\n          services, technical teams and emergency personnel to reorganize the\n          same case for different equipment systems.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The padded partitions create separate spaces for the main device,\n          batteries, cables, controllers, tools and supporting accessories\n          while maintaining a clear and accessible layout.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"n930d-dark-list\"\u003e\n        \u003cdiv class=\"n930d-dark-item\"\u003e\n          \u003cstrong\u003eMission Configurable\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Adapt the interior around changing operational equipment and\n            accessories.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n930d-dark-item\"\u003e\n          \u003cstrong\u003eEquipment Accountability\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Organized compartments make missing components easier to identify\n            during pre-deployment and return inspections.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n930d-dark-item\"\u003e\n          \u003cstrong\u003eRapid Access\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Equipment remains visible and accessible without removing multiple\n            foam layers.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"n930d-dark-item\"\u003e\n          \u003cstrong\u003eMulti-User Programs\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Useful when one case is shared between operators, teams,\n            departments or training groups.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930d-section\"\u003e\n    \u003cdiv class=\"n930d-heading\"\u003e\n      \u003ch2\u003eProfessional Applications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n930d-use-grid\"\u003e\n      \u003carticle class=\"n930d-use\"\u003e\n        \u003cdiv class=\"n930d-number\"\u003e01\u003c\/div\u003e\n\n        \u003ch3\u003eMilitary Communications\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Organize radios, headsets, batteries, chargers, antennas,\n          programming equipment and supporting cables.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930d-use\"\u003e\n        \u003cdiv class=\"n930d-number\"\u003e02\u003c\/div\u003e\n\n        \u003ch3\u003ePolice Surveillance Equipment\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Separate cameras, sensors, recorders, batteries, cables and\n          specialized investigative electronics.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930d-use\"\u003e\n        \u003cdiv class=\"n930d-number\"\u003e03\u003c\/div\u003e\n\n        \u003ch3\u003eDrones and UAS\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Create protected compartments for aircraft, controllers, batteries,\n          chargers, propellers and mission accessories.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930d-use\"\u003e\n        \u003cdiv class=\"n930d-number\"\u003e04\u003c\/div\u003e\n\n        \u003ch3\u003eNVG, Thermal and Optics\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Organize night-vision devices, thermal viewers, binoculars,\n          rangefinders, mounts and power accessories.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930d-use\"\u003e\n        \u003cdiv class=\"n930d-number\"\u003e05\u003c\/div\u003e\n\n        \u003ch3\u003eMedical and Emergency Equipment\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Configure separate areas for medical devices, diagnostic\n          instruments, supplies and communications equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930d-use\"\u003e\n        \u003cdiv class=\"n930d-number\"\u003e06\u003c\/div\u003e\n\n        \u003ch3\u003eTechnical Equipment\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Protect test instruments, controllers, sensors, adapters, tools,\n          cables and replacement components.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930d-section\"\u003e\n    \u003cdiv class=\"n930d-heading\"\u003e\n      \u003ch2\u003ePadded Dividers or Custom Foam?\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"n930d-comparison\"\u003e\n      \u003carticle class=\"n930d-comparison-card\"\u003e\n        \u003ch3\u003eChoose Padded Dividers\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Recommended when equipment changes frequently or when several\n          operational configurations must share one NANUK 930.\n        \u003c\/p\u003e\n\n        \u003cul class=\"n930d-checks\"\u003e\n          \u003cli\u003eRepositionable compartments\u003c\/li\u003e\n          \u003cli\u003eSuitable for changing equipment\u003c\/li\u003e\n          \u003cli\u003eReusable configuration\u003c\/li\u003e\n          \u003cli\u003eEfficient internal capacity\u003c\/li\u003e\n          \u003cli\u003eAccessible equipment layout\u003c\/li\u003e\n          \u003cli\u003eUseful for multi-user programs\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"n930d-comparison-card\"\u003e\n        \u003ch3\u003eChoose Custom Foam\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Recommended when the equipment is permanently assigned and requires\n          precise positioning with clearly defined inventory locations.\n        \u003c\/p\u003e\n\n        \u003cul class=\"n930d-checks\"\u003e\n          \u003cli\u003ePrecision equipment fit\u003c\/li\u003e\n          \u003cli\u003eMaximum component positioning\u003c\/li\u003e\n          \u003cli\u003eFast visual inventory checks\u003c\/li\u003e\n          \u003cli\u003eStandardized institutional layout\u003c\/li\u003e\n          \u003cli\u003eLess flexible after cutting\u003c\/li\u003e\n          \u003cli\u003eBest for fixed equipment systems\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930d-section\"\u003e\n    \u003cdiv class=\"n930d-installation\"\u003e\n      \u003ch2\u003eSimple Reconfigurable Installation\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Position the padded partitions around the equipment and secure them\n        with the integrated hook-and-loop attachment surfaces. Confirm the\n        complete layout before transportation.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"n930d-steps\"\u003e\n        \u003carticle class=\"n930d-step\"\u003e\n          \u003cdiv class=\"n930d-step-number\"\u003e1\u003c\/div\u003e\n\n          \u003ch3\u003ePosition Main Equipment\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Place the largest and heaviest equipment inside the case before\n            installing the smaller divider sections.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"n930d-step\"\u003e\n          \u003cdiv class=\"n930d-step-number\"\u003e2\u003c\/div\u003e\n\n          \u003ch3\u003eCreate Compartments\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Position the padded walls to separate the primary equipment,\n            accessories, batteries and tools.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"n930d-step\"\u003e\n          \u003cdiv class=\"n930d-step-number\"\u003e3\u003c\/div\u003e\n\n          \u003ch3\u003eSecure the Dividers\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Press the hook-and-loop attachment surfaces firmly into place and\n            verify that each section is retained.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"n930d-step\"\u003e\n          \u003cdiv class=\"n930d-step-number\"\u003e4\u003c\/div\u003e\n\n          \u003ch3\u003eTest the Layout\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Confirm that equipment cannot move excessively, contact adjacent\n            components or place pressure on the closed lid.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930d-section\"\u003e\n    \u003cdiv class=\"n930d-compatibility\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eDesigned Specifically for the NANUK 930\u003c\/h2\u003e\n\n        \u003cp\u003e\n          This divider set is shaped for the NANUK 930 protective case. It is\n          not a universal accessory and should not be assumed to fit another\n          NANUK model.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The NANUK 930 provides a deep 26.5-litre interior suitable for\n          communications equipment, drones, medical devices, optics, cameras,\n          tools and professional electronics.\n        \u003c\/p\u003e\n\n        \u003ca class=\"n930d-case-link\" href=\"\/products\/nanuk-930\"\u003e\n          View the NANUK 930 Case\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003caside class=\"n930d-case-box\"\u003e\n        \u003cstrong\u003eNANUK 930 Compatibility\u003c\/strong\u003e\n\n        \u003cspan\u003eInterior: 457 × 330 × 175 mm\u003c\/span\u003e\n        \u003cspan\u003eInterior: 18 × 13 × 6.9 in\u003c\/span\u003e\n        \u003cspan\u003eCapacity: 26.5 L\u003c\/span\u003e\n        \u003cspan\u003eProtective case sold separately\u003c\/span\u003e\n      \u003c\/aside\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930d-section\"\u003e\n    \u003cdiv class=\"n930d-heading\"\u003e\n      \u003ch2\u003eKey Features\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"n930d-checks\"\u003e\n      \u003cli\u003eOriginal NANUK padded-divider accessory\u003c\/li\u003e\n      \u003cli\u003eDesigned specifically for the NANUK 930\u003c\/li\u003e\n      \u003cli\u003eCompartmentalized equipment organization\u003c\/li\u003e\n      \u003cli\u003eRepositionable hook-and-loop fasteners\u003c\/li\u003e\n      \u003cli\u003eAdjustable compartment dimensions\u003c\/li\u003e\n      \u003cli\u003eProtective padded divider walls\u003c\/li\u003e\n      \u003cli\u003eHelps separate sensitive components\u003c\/li\u003e\n      \u003cli\u003eHelps reduce equipment movement\u003c\/li\u003e\n      \u003cli\u003eSuitable for changing operational loadouts\u003c\/li\u003e\n      \u003cli\u003eReusable and reconfigurable layout\u003c\/li\u003e\n      \u003cli\u003eAlternative to permanently cut foam\u003c\/li\u003e\n      \u003cli\u003eSuitable for military communications\u003c\/li\u003e\n      \u003cli\u003eSuitable for police surveillance equipment\u003c\/li\u003e\n      \u003cli\u003eSuitable for drones and controllers\u003c\/li\u003e\n      \u003cli\u003eSuitable for NVG, thermal and optics\u003c\/li\u003e\n      \u003cli\u003eSuitable for medical and technical equipment\u003c\/li\u003e\n      \u003cli\u003eCompatible with professional field equipment\u003c\/li\u003e\n      \u003cli\u003eNANUK 930 protective case sold separately\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930d-section\"\u003e\n    \u003cdiv class=\"n930d-heading\"\u003e\n      \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003ctable class=\"n930d-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct\u003c\/th\u003e\n          \u003ctd\u003eNANUK 930 Padded Divider Set\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n          \u003ctd\u003eNANUK\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n          \u003ctd\u003eReconfigurable padded case-divider system\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCompatibility\u003c\/th\u003e\n          \u003ctd\u003eNANUK 930 protective case\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eManufacturer Reference\u003c\/th\u003e\n          \u003ctd\u003e930-DIVI \/ model-specific NANUK 930 divider system\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAdjustment System\u003c\/th\u003e\n          \u003ctd\u003eRepositionable hook-and-loop fasteners\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003ePrimary Function\u003c\/th\u003e\n          \u003ctd\u003e\n            Compartmentalized organization, separation and protection of\n            equipment\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eRecommended Applications\u003c\/th\u003e\n          \u003ctd\u003e\n            Communications, surveillance, drones, NVG systems, optics,\n            medical devices, cameras, tools and professional electronics\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCompatible Case Interior\u003c\/th\u003e\n          \u003ctd\u003e457 × 330 × 175 mm \/ 18 × 13 × 6.9 in\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCompatible Case Volume\u003c\/th\u003e\n          \u003ctd\u003e26.5 L\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eIncluded\u003c\/th\u003e\n          \u003ctd\u003eOne padded divider system for the NANUK 930\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProtective Case Included\u003c\/th\u003e\n          \u003ctd\u003eNo\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAccessory Warranty\u003c\/th\u003e\n          \u003ctd\u003e\n            One-year limited manufacturer warranty, subject to NANUK terms\n            and exclusions\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003cdiv class=\"n930d-notice\"\u003e\n      \u003cstrong\u003eCompatibility and Protection Notice\u003c\/strong\u003e\n\n      \u003cp\u003e\n        The NANUK 930 protective case, equipment and other accessories are not\n        included unless specifically identified in the selected product\n        configuration. Adjust the divider layout so equipment cannot move\n        excessively, contact adjacent components or place pressure on the\n        case lid. Padded dividers provide flexible organization but do not\n        deliver the exact fit of equipment-specific custom foam.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"n930d-section\"\u003e\n    \u003cdiv class=\"n930d-faird\"\u003e\n      \u003cdiv class=\"n930d-faird-content\"\u003e\n        \u003cspan class=\"n930d-label\"\u003e\n          Available Through Fair D Canada\n        \u003c\/span\u003e\n\n        \u003ch2\u003eProfessional NANUK Configuration Support\u003c\/h2\u003e\n\n        \u003cp\u003e\n          Fair D Canada supports military units, police services, emergency\n          organizations and commercial customers requiring NANUK cases,\n          dividers, organizers or equipment-specific protective\n          configurations.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"n930d-service-grid\"\u003e\n          \u003cdiv class=\"n930d-service\"\u003e\n            \u003cstrong\u003eRapid Quotations\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Fast review of accessory, quantity and delivery requirements.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"n930d-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=\"n930d-service\"\u003e\n            \u003cstrong\u003eConfiguration Support\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Assistance comparing padded dividers, cubed foam and custom\n              foam.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"n930d-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=\"n930d-buttons\"\u003e\n          \u003ca class=\"n930d-button n930d-button-primary\" href=\"\/pages\/sb-request-quote\"\u003e\n            Request a Quote\n          \u003c\/a\u003e\n\n          \u003ca class=\"n930d-button n930d-button-outline\" href=\"\/products\/nanuk-930\"\u003e\n            View NANUK 930\n          \u003c\/a\u003e\n\n          \u003ca class=\"n930d-button n930d-button-outline\" href=\"mailto:gov@fairdcanada.com?subject=NANUK%20930%20Padded%20Divider%20Quote\"\u003e\n            Military and Police 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=\"n930d-final\"\u003e\n    \u003ch2\u003eOne NANUK 930. Multiple Operational Configurations.\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The NANUK 930 Padded Divider Set creates a reusable,\n      compartmentalized interior for professional equipment that changes\n      between missions, departments, operators and deployments.\n    \u003c\/p\u003e\n  \u003c\/footer\u003e\n\n\u003c\/div\u003e","brand":"NANUK","offers":[{"title":"Default Title","offer_id":45955943923903,"sku":null,"price":164.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/nanuk-padded-dividers-nanuk-accessories-nanuk-930-padded-dividers-nanuk-cases-19.webp?v=1785786454"},{"product_id":"nanuk-935-lid-organizer","title":"NANUK 935 Lid Organizer","description":"\u003cstyle\u003e\n  .fd-n935-organizer {\n    --org-black: #101213;\n    --org-dark: #1c2022;\n    --org-grey: #687075;\n    --org-light: #f3f5f4;\n    --org-white: #ffffff;\n    --org-red: #d62831;\n    --org-red-dark: #a71c23;\n    --org-border: #d9dddc;\n    --org-text: #272b2d;\n    --org-radius: 8px;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--org-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .fd-n935-organizer *,\n  .fd-n935-organizer *::before,\n  .fd-n935-organizer *::after {\n    box-sizing: border-box;\n  }\n\n  .fd-n935-organizer img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .fd-n935-organizer h1,\n  .fd-n935-organizer h2,\n  .fd-n935-organizer h3,\n  .fd-n935-organizer p {\n    margin-top: 0;\n  }\n\n  .fd-n935-organizer h1,\n  .fd-n935-organizer h2,\n  .fd-n935-organizer h3 {\n    color: var(--org-black);\n    line-height: 1.15;\n  }\n\n  .fd-n935-organizer h1 {\n    margin-bottom: 18px;\n    font-size: clamp(38px, 6vw, 66px);\n    letter-spacing: -0.045em;\n  }\n\n  .fd-n935-organizer h2 {\n    margin-bottom: 15px;\n    font-size: clamp(28px, 4vw, 41px);\n    letter-spacing: -0.03em;\n  }\n\n  .fd-n935-organizer h3 {\n    margin-bottom: 9px;\n    font-size: 20px;\n  }\n\n  .fd-n935-organizer p {\n    margin-bottom: 16px;\n  }\n\n  .fd-n935-organizer a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  .fd-n935-organizer strong {\n    font-weight: 800;\n  }\n\n  .org-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 55px 48px;\n    margin-bottom: 20px;\n    border-radius: var(--org-radius);\n    background:\n      linear-gradient(\n        125deg,\n        #0e1011 0%,\n        #1c2022 68%,\n        #303537 100%\n      );\n    color: var(--org-white);\n  }\n\n  .org-hero::before {\n    content: \"935\";\n    position: absolute;\n    right: -18px;\n    bottom: -48px;\n    color: rgba(255, 255, 255, 0.04);\n    font-size: clamp(180px, 29vw, 355px);\n    font-weight: 900;\n    letter-spacing: -0.08em;\n    line-height: 0.8;\n    pointer-events: none;\n  }\n\n  .org-hero::after {\n    content: \"\";\n    position: absolute;\n    top: -150px;\n    right: 7%;\n    width: 410px;\n    height: 410px;\n    border: 68px solid rgba(214, 40, 49, 0.14);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .org-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 900px;\n  }\n\n  .org-label {\n    display: inline-block;\n    padding: 8px 13px;\n    margin-bottom: 19px;\n    border-radius: 4px;\n    background: var(--org-red);\n    color: var(--org-white);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .org-hero h1 {\n    color: var(--org-white);\n  }\n\n  .org-hero p {\n    max-width: 860px;\n    margin-bottom: 0;\n    color: #e5e9e7;\n    font-size: clamp(17px, 2.1vw, 20px);\n  }\n\n  .org-hero strong {\n    color: var(--org-white);\n  }\n\n  .org-gallery {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin-bottom: 42px;\n  }\n\n  .org-gallery figure {\n    overflow: hidden;\n    margin: 0;\n    padding: 20px;\n    border: 1px solid var(--org-border);\n    border-radius: var(--org-radius);\n    background: var(--org-light);\n  }\n\n  .org-gallery img {\n    height: 100%;\n    min-height: 430px;\n    object-fit: contain;\n  }\n\n  .org-quick {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    overflow: hidden;\n    margin-bottom: 47px;\n    border: 1px solid var(--org-border);\n    border-radius: var(--org-radius);\n  }\n\n  .org-quick-item {\n    min-height: 115px;\n    padding: 22px 15px;\n    border-right: 1px solid var(--org-border);\n    background: var(--org-white);\n    text-align: center;\n  }\n\n  .org-quick-item:last-child {\n    border-right: 0;\n  }\n\n  .org-quick-value {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--org-red);\n    font-size: 21px;\n    font-weight: 900;\n  }\n\n  .org-quick-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--org-black);\n  }\n\n  .org-quick-item span:last-child {\n    color: var(--org-grey);\n    font-size: 13px;\n  }\n\n  .org-section {\n    margin-bottom: 48px;\n  }\n\n  .org-heading {\n    max-width: 920px;\n    padding-bottom: 14px;\n    margin-bottom: 23px;\n    border-bottom: 4px solid var(--org-red);\n  }\n\n  .org-heading p {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: var(--org-grey);\n    font-size: 17px;\n  }\n\n  .org-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n  }\n\n  .org-benefit {\n    min-height: 220px;\n    padding: 23px 19px;\n    border: 1px solid var(--org-border);\n    border-top: 4px solid var(--org-red);\n    border-radius: 6px;\n    background: var(--org-white);\n  }\n\n  .org-benefit p {\n    margin-bottom: 0;\n    color: var(--org-grey);\n    font-size: 14px;\n  }\n\n  .org-dark {\n    display: grid;\n    grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.9fr);\n    gap: 35px;\n    padding: 41px;\n    border-radius: var(--org-radius);\n    background: var(--org-dark);\n    color: var(--org-white);\n  }\n\n  .org-dark h2,\n  .org-dark h3 {\n    color: var(--org-white);\n  }\n\n  .org-dark p {\n    color: #dce1de;\n  }\n\n  .org-dark-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .org-dark-item {\n    padding: 17px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-left: 4px solid var(--org-red);\n    border-radius: 5px;\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .org-dark-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--org-white);\n  }\n\n  .org-dark-item span {\n    color: #d3d8d5;\n    font-size: 14px;\n  }\n\n  .org-pocket-layout {\n    display: grid;\n    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);\n    gap: 34px;\n    align-items: center;\n    padding: 38px;\n    border: 1px solid var(--org-border);\n    border-radius: var(--org-radius);\n    background: var(--org-light);\n  }\n\n  .org-pocket-image {\n    overflow: hidden;\n    padding: 15px;\n    border-radius: 6px;\n    background: var(--org-white);\n  }\n\n  .org-pocket-image img {\n    min-height: 390px;\n    object-fit: contain;\n  }\n\n  .org-checks {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px 34px;\n    padding: 0 !important;\n    margin: 21px 0 0;\n    list-style: none;\n  }\n\n  .org-checks li {\n    position: relative;\n    padding-left: 29px;\n    margin: 0;\n  }\n\n  .org-checks li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--org-red);\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  .org-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .org-use {\n    position: relative;\n    overflow: hidden;\n    min-height: 245px;\n    padding: 24px 21px;\n    border: 1px solid var(--org-border);\n    border-radius: 6px;\n    background: var(--org-white);\n  }\n\n  .org-use::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  .org-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 41px;\n    height: 41px;\n    margin-bottom: 16px;\n    border-radius: 50%;\n    background: var(--org-black);\n    color: var(--org-white);\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .org-use h3,\n  .org-use p {\n    position: relative;\n    z-index: 2;\n  }\n\n  .org-use p {\n    margin-bottom: 0;\n    color: var(--org-grey);\n    font-size: 14px;\n  }\n\n  .org-comparison {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n  }\n\n  .org-comparison-card {\n    padding: 29px;\n    border: 1px solid var(--org-border);\n    border-radius: var(--org-radius);\n    background: var(--org-light);\n  }\n\n  .org-comparison-card h3 {\n    padding-bottom: 10px;\n    border-bottom: 3px solid var(--org-red);\n    font-size: 25px;\n  }\n\n  .org-installation {\n    padding: 36px;\n    border: 1px solid var(--org-border);\n    border-left: 6px solid var(--org-red);\n    border-radius: var(--org-radius);\n    background: #faf8f5;\n  }\n\n  .org-steps {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n    margin-top: 24px;\n  }\n\n  .org-step {\n    padding: 21px;\n    border: 1px solid var(--org-border);\n    border-radius: 6px;\n    background: var(--org-white);\n  }\n\n  .org-step-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 40px;\n    height: 40px;\n    margin-bottom: 14px;\n    border-radius: 50%;\n    background: var(--org-black);\n    color: var(--org-white);\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .org-step p {\n    margin-bottom: 0;\n    color: var(--org-grey);\n    font-size: 14px;\n  }\n\n  .org-compatibility {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(290px, 0.85fr);\n    gap: 32px;\n    align-items: center;\n    padding: 39px;\n    border-radius: var(--org-radius);\n    background: var(--org-black);\n    color: var(--org-white);\n  }\n\n  .org-compatibility h2,\n  .org-compatibility h3 {\n    color: var(--org-white);\n  }\n\n  .org-compatibility p {\n    color: #dce1df;\n  }\n\n  .org-case-box {\n    padding: 25px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: 6px;\n    background: rgba(255, 255, 255, 0.05);\n  }\n\n  .org-case-box strong {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--org-white);\n    font-size: 20px;\n  }\n\n  .org-case-box span {\n    display: block;\n    margin-bottom: 4px;\n    color: #d5dad7;\n    font-size: 14px;\n  }\n\n  .org-case-link {\n    display: inline-block;\n    padding: 11px 15px;\n    margin-top: 17px;\n    border-radius: 4px;\n    background: var(--org-red);\n    color: var(--org-white);\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .org-case-link:hover {\n    background: var(--org-red-dark);\n  }\n\n  .org-table {\n    width: 100%;\n    border-collapse: collapse;\n    border: 1px solid var(--org-border);\n  }\n\n  .org-table th,\n  .org-table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--org-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .org-table th {\n    width: 34%;\n    background: var(--org-light);\n    color: var(--org-black);\n    font-weight: 800;\n  }\n\n  .org-table tr:last-child th,\n  .org-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .org-notice {\n    padding: 22px 24px;\n    margin-top: 24px;\n    border: 1px solid var(--org-border);\n    border-left: 5px solid var(--org-red);\n    background: var(--org-light);\n  }\n\n  .org-notice strong {\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .org-notice p {\n    margin-bottom: 0;\n    color: var(--org-grey);\n    font-size: 14px;\n  }\n\n  .org-faird {\n    position: relative;\n    overflow: hidden;\n    padding: 43px;\n    border-radius: var(--org-radius);\n    background:\n      linear-gradient(\n        120deg,\n        var(--org-black) 0%,\n        #252a2c 100%\n      );\n    color: var(--org-white);\n  }\n\n  .org-faird::after {\n    content: \"FAIR D\";\n    position: absolute;\n    right: -15px;\n    bottom: -20px;\n    color: rgba(255, 255, 255, 0.04);\n    font-size: clamp(95px, 17vw, 190px);\n    font-weight: 900;\n    letter-spacing: -0.08em;\n    line-height: 0.8;\n  }\n\n  .org-faird-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .org-faird h2,\n  .org-faird h3 {\n    color: var(--org-white);\n  }\n\n  .org-faird p {\n    max-width: 860px;\n    color: #dce1df;\n  }\n\n  .org-service-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin: 26px 0;\n  }\n\n  .org-service {\n    padding: 19px;\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  .org-service strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--org-white);\n  }\n\n  .org-service span {\n    color: #d1d6d3;\n    font-size: 13px;\n  }\n\n  .org-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n\n  .org-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 47px;\n    padding: 12px 20px;\n    border: 2px solid transparent;\n    border-radius: 5px;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .org-button-primary {\n    background: var(--org-red);\n    color: var(--org-white);\n  }\n\n  .org-button-primary:hover {\n    background: var(--org-red-dark);\n  }\n\n  .org-button-outline {\n    border-color: rgba(255, 255, 255, 0.48);\n    color: var(--org-white);\n  }\n\n  .org-button-outline:hover {\n    border-color: var(--org-white);\n    background: var(--org-white);\n    color: var(--org-black);\n  }\n\n  .org-final {\n    padding: 39px;\n    border-radius: var(--org-radius);\n    background: var(--org-red);\n    color: var(--org-white);\n    text-align: center;\n  }\n\n  .org-final h2 {\n    color: var(--org-white);\n  }\n\n  .org-final p {\n    max-width: 830px;\n    margin: 0 auto;\n    color: #fff4f4;\n    font-size: 17px;\n  }\n\n  @media (max-width: 980px) {\n    .org-benefits,\n    .org-steps,\n    .org-service-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .org-dark,\n    .org-pocket-layout,\n    .org-compatibility {\n      grid-template-columns: 1fr;\n    }\n\n    .org-use-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 700px) {\n    .org-gallery,\n    .org-comparison {\n      grid-template-columns: 1fr;\n    }\n\n    .org-gallery img {\n      min-height: auto;\n    }\n  }\n\n  @media (max-width: 620px) {\n    .org-hero,\n    .org-dark,\n    .org-pocket-layout,\n    .org-installation,\n    .org-compatibility,\n    .org-faird,\n    .org-final {\n      padding: 28px 20px;\n    }\n\n    .org-benefits,\n    .org-quick,\n    .org-use-grid,\n    .org-steps,\n    .org-service-grid,\n    .org-checks {\n      grid-template-columns: 1fr;\n    }\n\n    .org-quick-item {\n      border-right: 0;\n      border-bottom: 1px solid var(--org-border);\n    }\n\n    .org-buttons {\n      display: grid;\n      grid-template-columns: 1fr;\n    }\n\n    .org-button {\n      width: 100%;\n    }\n\n    .org-table,\n    .org-table tbody,\n    .org-table tr,\n    .org-table th,\n    .org-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .org-table th {\n      padding-bottom: 7px;\n      border-bottom: 0;\n    }\n\n    .org-table td {\n      padding-top: 7px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fd-n935-organizer\"\u003e\n\n  \u003cheader class=\"org-hero\"\u003e\n    \u003cdiv class=\"org-hero-content\"\u003e\n      \u003cspan class=\"org-label\"\u003e\n        Model-Specific Lid Organization\n      \u003c\/span\u003e\n\n      \u003ch1\u003eNANUK 935 Lid Organizer\u003c\/h1\u003e\n\n      \u003cp\u003e\n        A molded organization system designed specifically for the NANUK 935\n        protective case. Transparent zippered compartments keep power cords,\n        batteries, adapters, documentation, tools and mission accessories\n        \u003cstrong\u003eorganized, secured and clearly visible\u003c\/strong\u003e while leaving\n        the main case compartment available for larger equipment.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003csection class=\"org-gallery\"\u003e\n    \u003cfigure\u003e\n      \u003cimg src=\"https:\/\/nanukcases.ca\/cdn\/shop\/products\/nanuk-935-lid-organizer-lid-organizer-nanuk_1800x1800_b8a67916-d0ce-4086-8f6f-c45f4114995c.jpg?v=1745945055\u0026amp;width=1500\" alt=\"NANUK 935 protective case fitted with a lid organizer\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/figure\u003e\n\n    \u003cfigure\u003e\n      \u003cimg src=\"https:\/\/nanukcases.ca\/cdn\/shop\/products\/nanuk-935-lid-organizer-black.jpg?v=1760130810\u0026amp;width=2048\" alt=\"NANUK 935 Lid Organizer with transparent zippered compartments\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/figure\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"org-quick\"\u003e\n    \u003cdiv class=\"org-quick-item\"\u003e\n      \u003cspan class=\"org-quick-value\"\u003e935\u003c\/span\u003e\n      \u003cstrong\u003eModel-Specific Fit\u003c\/strong\u003e\n      \u003cspan\u003eDesigned for the NANUK 935\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"org-quick-item\"\u003e\n      \u003cspan class=\"org-quick-value\"\u003e3\u003c\/span\u003e\n      \u003cstrong\u003eZippered Compartments\u003c\/strong\u003e\n      \u003cspan\u003eTransparent accessory storage\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"org-quick-item\"\u003e\n      \u003cspan class=\"org-quick-value\"\u003eVISIBLE\u003c\/span\u003e\n      \u003cstrong\u003eRapid Identification\u003c\/strong\u003e\n      \u003cspan\u003eSee contents without opening each pocket\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"org-quick-item\"\u003e\n      \u003cspan class=\"org-quick-value\"\u003eHARDWARE\u003c\/span\u003e\n      \u003cstrong\u003eInstallation Kit\u003c\/strong\u003e\n      \u003cspan\u003eMounting screws included\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"org-section\"\u003e\n    \u003cdiv class=\"org-heading\"\u003e\n      \u003ch2\u003eWhy Add a Lid Organizer?\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Large equipment belongs in the protected base of the case. Smaller\n        accessories can be secured inside the lid where they remain visible\n        and immediately accessible.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"org-benefits\"\u003e\n      \u003carticle class=\"org-benefit\"\u003e\n        \u003ch3\u003eUses Available Lid Space\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Moves cables, batteries and smaller accessories away from the main\n          equipment stored in the base of the NANUK 935.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"org-benefit\"\u003e\n        \u003ch3\u003eTransparent Compartments\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Clear pocket panels make it easier to locate equipment without\n          opening or searching through every compartment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"org-benefit\"\u003e\n        \u003ch3\u003eZippered Retention\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Zipper closures help prevent small components from becoming loose\n          inside the case during transportation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"org-benefit\"\u003e\n        \u003ch3\u003eModel-Specific Installation\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The molded organizer is shaped specifically for the lid of the\n          NANUK 935 and includes the required mounting screws.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"org-section\"\u003e\n    \u003cdiv class=\"org-dark\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eSeparate Mission Accessories from Primary Equipment\u003c\/h2\u003e\n\n        \u003cp\u003e\n          Drones, radios, optics, medical devices and surveillance equipment\n          are often transported with numerous small accessories. Loose\n          batteries, tools and cables can move around the case and contact the\n          primary equipment.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The NANUK 935 Lid Organizer provides assigned storage areas for\n          smaller components while the base of the case remains available for\n          the main device, padded dividers or protective foam.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This separation supports faster equipment checks, cleaner packing\n          and more consistent loadouts across operators, vehicles and\n          departments.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"org-dark-list\"\u003e\n        \u003cdiv class=\"org-dark-item\"\u003e\n          \u003cstrong\u003eEquipment Accountability\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Transparent compartments make missing accessories easier to\n            identify during pre-deployment and return inspections.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"org-dark-item\"\u003e\n          \u003cstrong\u003eAccessory Separation\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Keeps cables, batteries, adapters and tools away from sensitive\n            optics, electronics and drone components.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"org-dark-item\"\u003e\n          \u003cstrong\u003eRapid Access\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Frequently used equipment remains visible when the case is opened.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"org-dark-item\"\u003e\n          \u003cstrong\u003eStandardized Loadouts\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Supports repeatable organization across institutional and\n            multi-user equipment programs.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"org-section\"\u003e\n    \u003cdiv class=\"org-pocket-layout\"\u003e\n      \u003cdiv class=\"org-pocket-image\"\u003e\n        \u003cimg src=\"https:\/\/nanukcases.ca\/cdn\/shop\/products\/nanuk-935-lid-organizer-black.jpg?v=1760130810\u0026amp;width=2048\" alt=\"Transparent anti-tear compartments on the NANUK 935 Lid Organizer\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003ch2\u003eOrganized and In View\u003c\/h2\u003e\n\n        \u003cp\u003e\n          The organizer incorporates three transparent zippered compartments\n          of different sizes. This allows larger accessories and smaller\n          components to be separated while remaining visible.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          A rear sleeve area provides additional storage for flat items such\n          as documentation, checklists, manuals or selected electronic\n          devices, subject to their dimensions.\n        \u003c\/p\u003e\n\n        \u003cul class=\"org-checks\"\u003e\n          \u003cli\u003eThree transparent zippered compartments\u003c\/li\u003e\n          \u003cli\u003eDifferent pocket sizes\u003c\/li\u003e\n          \u003cli\u003eAnti-tear compartment construction\u003c\/li\u003e\n          \u003cli\u003eLarge rear storage sleeve\u003c\/li\u003e\n          \u003cli\u003eVisible accessory inventory\u003c\/li\u003e\n          \u003cli\u003eModel-specific molded backing\u003c\/li\u003e\n          \u003cli\u003eMounting screws included\u003c\/li\u003e\n          \u003cli\u003eBlack professional finish\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"org-section\"\u003e\n    \u003cdiv class=\"org-heading\"\u003e\n      \u003ch2\u003eProfessional Applications\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The organizer is suited to small accessories that must remain\n        separated, visible and accessible inside a complete NANUK 935\n        equipment system.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"org-use-grid\"\u003e\n      \u003carticle class=\"org-use\"\u003e\n        \u003cdiv class=\"org-number\"\u003e01\u003c\/div\u003e\n\n        \u003ch3\u003eMilitary Communications\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Organize radio cables, programming leads, adapters, spare batteries,\n          headset components and technical documentation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"org-use\"\u003e\n        \u003cdiv class=\"org-number\"\u003e02\u003c\/div\u003e\n\n        \u003ch3\u003ePolice and Surveillance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Store memory cards, recording accessories, cables, batteries,\n          evidence labels and small investigative tools.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"org-use\"\u003e\n        \u003cdiv class=\"org-number\"\u003e03\u003c\/div\u003e\n\n        \u003ch3\u003eDrones and UAS\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Separate replacement propellers, memory cards, filters, cables,\n          adapters, tools and smaller charging accessories.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"org-use\"\u003e\n        \u003cdiv class=\"org-number\"\u003e04\u003c\/div\u003e\n\n        \u003ch3\u003eNVG, Thermal and Optics\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Organize batteries, lens cloths, adapters, mounts, retention cords\n          and smaller optic accessories.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"org-use\"\u003e\n        \u003cdiv class=\"org-number\"\u003e05\u003c\/div\u003e\n\n        \u003ch3\u003eMedical and Emergency Response\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Keep smaller supplies, cables, sensors, documentation and diagnostic\n          accessories visible and separated.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"org-use\"\u003e\n        \u003cdiv class=\"org-number\"\u003e06\u003c\/div\u003e\n\n        \u003ch3\u003eTechnical and Camera Equipment\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Organize cables, batteries, memory cards, filters, adapters,\n          microphones, tools and replacement components.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"org-section\"\u003e\n    \u003cdiv class=\"org-heading\"\u003e\n      \u003ch2\u003eLid Organizer or Padded Dividers?\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"org-comparison\"\u003e\n      \u003carticle class=\"org-comparison-card\"\u003e\n        \u003ch3\u003eLid Organizer\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The lid organizer is intended for smaller accessories that should\n          remain visible, secured and immediately accessible.\n        \u003c\/p\u003e\n\n        \u003cul class=\"org-checks\"\u003e\n          \u003cli\u003eUses the inside of the case lid\u003c\/li\u003e\n          \u003cli\u003eTransparent zippered compartments\u003c\/li\u003e\n          \u003cli\u003eBest for cables and small accessories\u003c\/li\u003e\n          \u003cli\u003eSupports rapid visual inventory\u003c\/li\u003e\n          \u003cli\u003eSeparates accessories from main equipment\u003c\/li\u003e\n          \u003cli\u003eCan be used with base dividers or foam\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"org-comparison-card\"\u003e\n        \u003ch3\u003ePadded Dividers\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Padded dividers organize the main base compartment and are better\n          suited to larger devices and frequently changing equipment layouts.\n        \u003c\/p\u003e\n\n        \u003cul class=\"org-checks\"\u003e\n          \u003cli\u003eCreates larger base compartments\u003c\/li\u003e\n          \u003cli\u003eRepositionable equipment layout\u003c\/li\u003e\n          \u003cli\u003eBest for cameras, drones and electronics\u003c\/li\u003e\n          \u003cli\u003eSeparates primary equipment\u003c\/li\u003e\n          \u003cli\u003eUses the full base depth\u003c\/li\u003e\n          \u003cli\u003eComplements the lid organizer\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"org-section\"\u003e\n    \u003cdiv class=\"org-installation\"\u003e\n      \u003ch2\u003eModel-Specific Installation\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The organizer includes mounting screws for installation inside the\n        NANUK 935 lid. Confirm the organizer position and alignment before\n        tightening the hardware.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"org-steps\"\u003e\n        \u003carticle class=\"org-step\"\u003e\n          \u003cdiv class=\"org-step-number\"\u003e1\u003c\/div\u003e\n\n          \u003ch3\u003eEmpty the Case\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Remove equipment and place the NANUK 935 on a stable working\n            surface with the lid fully open.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"org-step\"\u003e\n          \u003cdiv class=\"org-step-number\"\u003e2\u003c\/div\u003e\n\n          \u003ch3\u003ePosition the Organizer\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Align the molded organizer with the corresponding mounting\n            locations inside the case lid.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"org-step\"\u003e\n          \u003cdiv class=\"org-step-number\"\u003e3\u003c\/div\u003e\n\n          \u003ch3\u003eInstall the Hardware\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Insert the supplied mounting screws and tighten them evenly\n            according to the manufacturer’s instructions.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"org-step\"\u003e\n          \u003cdiv class=\"org-step-number\"\u003e4\u003c\/div\u003e\n\n          \u003ch3\u003eTest Lid Clearance\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Load the organizer gradually and verify that the case closes\n            without pressure on the primary equipment.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"org-section\"\u003e\n    \u003cdiv class=\"org-compatibility\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eDesigned Specifically for the NANUK 935\u003c\/h2\u003e\n\n        \u003cp\u003e\n          This molded organizer is a model-specific accessory for the NANUK\n          935. It should not be assumed to fit other NANUK cases.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The NANUK 935 is a 28.5-litre wheeled protective case commonly used\n          for drones, cameras, communications, optics, medical devices and\n          complete mobile equipment systems.\n        \u003c\/p\u003e\n\n        \u003ca class=\"org-case-link\" href=\"\/products\/nanuk-935\"\u003e\n          View the NANUK 935 Case\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003caside class=\"org-case-box\"\u003e\n        \u003cstrong\u003eNANUK 935 Compatibility\u003c\/strong\u003e\n\n        \u003cspan\u003eCompatible model: NANUK 935\u003c\/span\u003e\n        \u003cspan\u003eCase interior: 521 × 287 × 191 mm\u003c\/span\u003e\n        \u003cspan\u003eCase capacity: 28.5 L\u003c\/span\u003e\n        \u003cspan\u003eProtective case sold separately\u003c\/span\u003e\n      \u003c\/aside\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"org-section\"\u003e\n    \u003cdiv class=\"org-heading\"\u003e\n      \u003ch2\u003eKey Features\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"org-checks\"\u003e\n      \u003cli\u003eOriginal NANUK lid-organizer accessory\u003c\/li\u003e\n      \u003cli\u003eDesigned specifically for the NANUK 935\u003c\/li\u003e\n      \u003cli\u003eModel-specific molded organizer panel\u003c\/li\u003e\n      \u003cli\u003eThree transparent zippered compartments\u003c\/li\u003e\n      \u003cli\u003eCompartments of different sizes\u003c\/li\u003e\n      \u003cli\u003eAnti-tear pocket construction\u003c\/li\u003e\n      \u003cli\u003eLarge rear storage sleeve\u003c\/li\u003e\n      \u003cli\u003eKeeps accessories organized and visible\u003c\/li\u003e\n      \u003cli\u003eHelps prevent loose components inside the case\u003c\/li\u003e\n      \u003cli\u003eSeparates small accessories from primary equipment\u003c\/li\u003e\n      \u003cli\u003eSuitable for cables and power accessories\u003c\/li\u003e\n      \u003cli\u003eSuitable for batteries and adapters\u003c\/li\u003e\n      \u003cli\u003eSuitable for tools and replacement components\u003c\/li\u003e\n      \u003cli\u003eSuitable for documentation and checklists\u003c\/li\u003e\n      \u003cli\u003eSuitable for drones and communications\u003c\/li\u003e\n      \u003cli\u003eSuitable for NVG and optic accessories\u003c\/li\u003e\n      \u003cli\u003eSuitable for police and military equipment kits\u003c\/li\u003e\n      \u003cli\u003eCompatible with foam or padded-divider configurations\u003c\/li\u003e\n      \u003cli\u003eMounting screws included\u003c\/li\u003e\n      \u003cli\u003eNANUK 935 protective case sold separately\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"org-section\"\u003e\n    \u003cdiv class=\"org-heading\"\u003e\n      \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003ctable class=\"org-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct\u003c\/th\u003e\n          \u003ctd\u003eNANUK 935 Lid Organizer\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n          \u003ctd\u003eNANUK\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eManufacturer Reference\u003c\/th\u003e\n          \u003ctd\u003e50-93501-K\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n          \u003ctd\u003eMolded protective-case lid organizer\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCompatibility\u003c\/th\u003e\n          \u003ctd\u003eNANUK 935 protective case\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMain Storage\u003c\/th\u003e\n          \u003ctd\u003e\n            Three transparent anti-tear zippered compartments in different\n            sizes\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAdditional Storage\u003c\/th\u003e\n          \u003ctd\u003eRear sleeve for flat accessories and documentation\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003ePrimary Function\u003c\/th\u003e\n          \u003ctd\u003e\n            Organization, visibility and retention of smaller accessories\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eInstallation\u003c\/th\u003e\n          \u003ctd\u003eModel-specific installation inside the NANUK 935 lid\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eInstallation Hardware\u003c\/th\u003e\n          \u003ctd\u003eMounting screws included\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eColour\u003c\/th\u003e\n          \u003ctd\u003eBlack\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eRecommended Applications\u003c\/th\u003e\n          \u003ctd\u003e\n            Drones, communications, cameras, NVG, optics, medical equipment,\n            surveillance systems and professional technical kits\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProtective Case Included\u003c\/th\u003e\n          \u003ctd\u003eNo\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003cdiv class=\"org-notice\"\u003e\n      \u003cstrong\u003eCompatibility and Loading Notice\u003c\/strong\u003e\n\n      \u003cp\u003e\n        The NANUK 935 protective case, equipment, foam and padded dividers are\n        not included unless specifically identified in the selected product\n        configuration. Avoid overloading the organizer. Verify that the lid\n        closes normally and that stored accessories do not place pressure on\n        the primary equipment.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"org-section\"\u003e\n    \u003cdiv class=\"org-faird\"\u003e\n      \u003cdiv class=\"org-faird-content\"\u003e\n        \u003cspan class=\"org-label\"\u003e\n          Available Through Fair D Canada\n        \u003c\/span\u003e\n\n        \u003ch2\u003eProfessional NANUK Case and Accessory Support\u003c\/h2\u003e\n\n        \u003cp\u003e\n          Fair D Canada supports military units, police services, emergency\n          organizations and commercial customers requiring NANUK cases, lid\n          organizers, padded dividers, foam or complete equipment-specific\n          configurations.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"org-service-grid\"\u003e\n          \u003cdiv class=\"org-service\"\u003e\n            \u003cstrong\u003eRapid Quotations\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Fast review of accessory, quantity and delivery requirements.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"org-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=\"org-service\"\u003e\n            \u003cstrong\u003eConfiguration Support\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Assistance combining organizers, dividers and protective foam.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"org-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=\"org-buttons\"\u003e\n          \u003ca class=\"org-button org-button-primary\" href=\"\/pages\/sb-request-quote\"\u003e\n            Request a Quote\n          \u003c\/a\u003e\n\n          \u003ca class=\"org-button org-button-outline\" href=\"\/products\/nanuk-935\"\u003e\n            View NANUK 935\n          \u003c\/a\u003e\n\n          \u003ca class=\"org-button org-button-outline\" href=\"mailto:gov@fairdcanada.com?subject=NANUK%20935%20Lid%20Organizer%20Quote\"\u003e\n            Military and Police 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=\"org-final\"\u003e\n    \u003ch2\u003eKeep Every Mission Accessory Visible and Within Reach\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The NANUK 935 Lid Organizer transforms unused lid space into secure,\n      visible storage for cables, batteries, tools, documents and supporting\n      equipment.\n    \u003c\/p\u003e\n  \u003c\/footer\u003e\n\n\u003c\/div\u003e","brand":"NANUK","offers":[{"title":"Default Title","offer_id":45955961258175,"sku":null,"price":179.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/nanuk-935-lid-organizer-black.webp?v=1785787126"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/collections\/military-nanuk-hero-desktop.webp?v=1785784175","url":"https:\/\/fairdcanada.com\/collections\/professional-protector-cases.oembed","provider":"FairD Canada","version":"1.0","type":"link"}