{"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","url":"https:\/\/fairdcanada.com\/es\/products\/nanuk-930","provider":"FairD Canada","version":"1.0","type":"link"}