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