{"product_id":"pocketlight-200","title":"Pocketlight 200","description":"\u003cstyle\u003e\n  .fd-pocketlight-200 {\n    --pl-black: #101213;\n    --pl-dark: #1c2022;\n    --pl-grey: #687075;\n    --pl-light: #f3f5f4;\n    --pl-white: #ffffff;\n    --pl-red: #d62831;\n    --pl-red-dark: #a71c23;\n    --pl-yellow: #d7aa26;\n    --pl-border: #d9dddc;\n    --pl-text: #272b2d;\n    --pl-radius: 8px;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--pl-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .fd-pocketlight-200 *,\n  .fd-pocketlight-200 *::before,\n  .fd-pocketlight-200 *::after {\n    box-sizing: border-box;\n  }\n\n  .fd-pocketlight-200 h1,\n  .fd-pocketlight-200 h2,\n  .fd-pocketlight-200 h3,\n  .fd-pocketlight-200 p {\n    margin-top: 0;\n  }\n\n  .fd-pocketlight-200 h1,\n  .fd-pocketlight-200 h2,\n  .fd-pocketlight-200 h3 {\n    color: var(--pl-black);\n    line-height: 1.15;\n  }\n\n  .fd-pocketlight-200 h1 {\n    margin-bottom: 18px;\n    font-size: clamp(38px, 6vw, 68px);\n    letter-spacing: -0.045em;\n  }\n\n  .fd-pocketlight-200 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(28px, 4vw, 41px);\n    letter-spacing: -0.03em;\n  }\n\n  .fd-pocketlight-200 h3 {\n    margin-bottom: 9px;\n    font-size: 20px;\n  }\n\n  .fd-pocketlight-200 p {\n    margin-bottom: 16px;\n  }\n\n  .fd-pocketlight-200 a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  .fd-pocketlight-200 strong {\n    font-weight: 800;\n  }\n\n  .pl-section {\n    margin-bottom: 49px;\n  }\n\n  .pl-heading {\n    max-width: 930px;\n    padding-bottom: 14px;\n    margin-bottom: 23px;\n    border-bottom: 4px solid var(--pl-red);\n  }\n\n  .pl-heading p {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: var(--pl-grey);\n    font-size: 17px;\n  }\n\n  \/* HERO *\/\n\n  .pl-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 59px 50px;\n    margin-bottom: 19px;\n    border-radius: var(--pl-radius);\n    background:\n      linear-gradient(\n        125deg,\n        #0e1011 0%,\n        #1c2022 68%,\n        #303638 100%\n      );\n    color: var(--pl-white);\n  }\n\n  .pl-hero::before {\n    content: \"200 LM\";\n    position: absolute;\n    right: -23px;\n    bottom: -44px;\n    color: rgba(255, 255, 255, 0.04);\n    font-size: clamp(120px, 23vw, 280px);\n    font-weight: 900;\n    letter-spacing: -0.08em;\n    line-height: 0.8;\n    pointer-events: none;\n  }\n\n  .pl-hero::after {\n    content: \"\";\n    position: absolute;\n    top: -165px;\n    right: 4%;\n    width: 460px;\n    height: 460px;\n    border: 72px solid rgba(214, 40, 49, 0.14);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .pl-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 920px;\n  }\n\n  .pl-eyebrow {\n    display: inline-block;\n    padding: 8px 13px;\n    margin-bottom: 20px;\n    border-radius: 4px;\n    background: var(--pl-red);\n    color: var(--pl-white);\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .pl-hero h1 {\n    color: var(--pl-white);\n  }\n\n  .pl-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  .pl-hero-lead strong {\n    color: var(--pl-white);\n  }\n\n  .pl-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n\n  .pl-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: 900;\n    transition:\n      transform 0.2s ease,\n      background 0.2s ease,\n      color 0.2s ease,\n      border-color 0.2s ease;\n  }\n\n  .pl-button:hover {\n    transform: translateY(-2px);\n  }\n\n  .pl-button-primary {\n    background: var(--pl-red);\n    color: var(--pl-white);\n  }\n\n  .pl-button-primary:hover {\n    background: var(--pl-red-dark);\n    color: var(--pl-white);\n  }\n\n  .pl-button-outline {\n    border-color: rgba(255, 255, 255, 0.5);\n    color: var(--pl-white);\n  }\n\n  .pl-button-outline:hover {\n    border-color: var(--pl-white);\n    background: var(--pl-white);\n    color: var(--pl-black);\n  }\n\n  .pl-button-dark {\n    background: var(--pl-black);\n    color: var(--pl-white);\n  }\n\n  \/* QUICK SPECS *\/\n\n  .pl-quick {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    overflow: hidden;\n    margin-bottom: 48px;\n    border: 1px solid var(--pl-border);\n    border-radius: var(--pl-radius);\n  }\n\n  .pl-quick-item {\n    min-height: 120px;\n    padding: 22px 14px;\n    border-right: 1px solid var(--pl-border);\n    background: var(--pl-white);\n    text-align: center;\n  }\n\n  .pl-quick-item:last-child {\n    border-right: 0;\n  }\n\n  .pl-quick-value {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--pl-red);\n    font-size: 21px;\n    font-weight: 900;\n  }\n\n  .pl-quick-item strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--pl-black);\n  }\n\n  .pl-quick-item span:last-child {\n    color: var(--pl-grey);\n    font-size: 13px;\n  }\n\n  \/* BENEFITS *\/\n\n  .pl-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n  }\n\n  .pl-benefit {\n    min-height: 225px;\n    padding: 24px 20px;\n    border: 1px solid var(--pl-border);\n    border-top: 4px solid var(--pl-red);\n    border-radius: var(--pl-radius);\n    background: var(--pl-white);\n  }\n\n  .pl-benefit p {\n    margin-bottom: 0;\n    color: var(--pl-grey);\n    font-size: 14px;\n  }\n\n  \/* DARK OVERVIEW *\/\n\n  .pl-overview {\n    display: grid;\n    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);\n    gap: 36px;\n    padding: 41px;\n    border-radius: var(--pl-radius);\n    background: var(--pl-dark);\n    color: var(--pl-white);\n  }\n\n  .pl-overview h2,\n  .pl-overview h3 {\n    color: var(--pl-white);\n  }\n\n  .pl-overview p {\n    color: #dce1de;\n  }\n\n  .pl-overview-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .pl-overview-item {\n    padding: 17px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-left: 4px solid var(--pl-red);\n    border-radius: 5px;\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .pl-overview-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--pl-white);\n  }\n\n  .pl-overview-item span {\n    color: #d3d8d5;\n    font-size: 14px;\n  }\n\n  \/* LIGHT MODES *\/\n\n  .pl-mode-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n  }\n\n  .pl-mode {\n    position: relative;\n    overflow: hidden;\n    padding: 32px;\n    border: 1px solid var(--pl-border);\n    border-radius: var(--pl-radius);\n    background: var(--pl-light);\n  }\n\n  .pl-mode::after {\n    content: \"\";\n    position: absolute;\n    right: -45px;\n    bottom: -45px;\n    width: 145px;\n    height: 145px;\n    border: 25px solid rgba(214, 40, 49, 0.055);\n    border-radius: 50%;\n  }\n\n  .pl-mode h3,\n  .pl-mode p,\n  .pl-mode ul {\n    position: relative;\n    z-index: 2;\n  }\n\n  .pl-mode h3 {\n    padding-bottom: 10px;\n    border-bottom: 3px solid var(--pl-red);\n    font-size: 27px;\n  }\n\n  .pl-mode p {\n    color: var(--pl-grey);\n  }\n\n  .pl-mode-value {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--pl-red);\n    font-size: 31px;\n    font-weight: 900;\n  }\n\n  \/* DESIGN *\/\n\n  .pl-design {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);\n    gap: 34px;\n    padding: 39px;\n    border: 1px solid var(--pl-border);\n    border-radius: var(--pl-radius);\n    background: var(--pl-light);\n  }\n\n  .pl-design-panel {\n    display: grid;\n    gap: 12px;\n  }\n\n  .pl-design-item {\n    padding: 18px;\n    border: 1px solid var(--pl-border);\n    border-radius: 6px;\n    background: var(--pl-white);\n  }\n\n  .pl-design-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--pl-black);\n  }\n\n  .pl-design-item span {\n    color: var(--pl-grey);\n    font-size: 14px;\n  }\n\n  \/* CHECKS *\/\n\n  .pl-checks {\n    display: grid;\n    gap: 10px;\n    padding: 0 !important;\n    margin: 20px 0 0;\n    list-style: none;\n  }\n\n  .pl-checks-two {\n    grid-template-columns: 1fr 1fr;\n    gap: 11px 31px;\n  }\n\n  .pl-checks li {\n    position: relative;\n    padding-left: 29px;\n    margin: 0;\n  }\n\n  .pl-checks li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--pl-red);\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  \/* APPLICATIONS *\/\n\n  .pl-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .pl-use {\n    min-height: 225px;\n    padding: 23px 20px;\n    border: 1px solid var(--pl-border);\n    border-radius: var(--pl-radius);\n    background: var(--pl-white);\n  }\n\n  .pl-use-label {\n    display: inline-block;\n    padding: 5px 9px;\n    margin-bottom: 14px;\n    border-radius: 3px;\n    background: var(--pl-black);\n    color: var(--pl-white);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 0.06em;\n  }\n\n  .pl-use p {\n    margin-bottom: 0;\n    color: var(--pl-grey);\n    font-size: 14px;\n  }\n\n  \/* POWER *\/\n\n  .pl-power {\n    padding: 41px;\n    border-radius: var(--pl-radius);\n    background: var(--pl-black);\n    color: var(--pl-white);\n  }\n\n  .pl-power h2,\n  .pl-power h3 {\n    color: var(--pl-white);\n  }\n\n  .pl-power \u003e p {\n    max-width: 900px;\n    color: #dce1df;\n  }\n\n  .pl-power-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin-top: 24px;\n  }\n\n  .pl-power-card {\n    padding: 21px;\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  .pl-power-card strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--pl-white);\n  }\n\n  .pl-power-card span {\n    color: #d1d6d3;\n    font-size: 13px;\n  }\n\n  \/* TABLE *\/\n\n  .pl-table {\n    width: 100%;\n    border-collapse: collapse;\n    border: 1px solid var(--pl-border);\n  }\n\n  .pl-table th,\n  .pl-table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--pl-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .pl-table th {\n    width: 34%;\n    background: var(--pl-light);\n    color: var(--pl-black);\n    font-weight: 800;\n  }\n\n  .pl-table tr:last-child th,\n  .pl-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  \/* NOTICE *\/\n\n  .pl-notice {\n    padding: 23px;\n    border: 1px solid var(--pl-border);\n    border-left: 6px solid var(--pl-red);\n    border-radius: 5px;\n    background: #fff5f5;\n  }\n\n  .pl-notice strong {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--pl-red-dark);\n    font-size: 18px;\n  }\n\n  .pl-notice p {\n    margin-bottom: 0;\n    color: #665154;\n    font-size: 14px;\n  }\n\n  \/* FAIR D *\/\n\n  .pl-faird {\n    position: relative;\n    overflow: hidden;\n    padding: 45px;\n    border-radius: var(--pl-radius);\n    background:\n      linear-gradient(\n        120deg,\n        var(--pl-black) 0%,\n        #252a2c 100%\n      );\n    color: var(--pl-white);\n  }\n\n  .pl-faird::after {\n    content: \"FAIR D\";\n    position: absolute;\n    right: -17px;\n    bottom: -22px;\n    color: rgba(255, 255, 255, 0.04);\n    font-size: clamp(100px, 18vw, 205px);\n    font-weight: 900;\n    letter-spacing: -0.08em;\n    line-height: 0.8;\n  }\n\n  .pl-faird-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .pl-faird h2,\n  .pl-faird h3 {\n    color: var(--pl-white);\n  }\n\n  .pl-faird p {\n    max-width: 880px;\n    color: #dce1df;\n  }\n\n  .pl-service-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin: 26px 0;\n  }\n\n  .pl-service {\n    padding: 19px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: 5px;\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .pl-service strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--pl-white);\n  }\n\n  .pl-service span {\n    color: #d1d6d3;\n    font-size: 13px;\n  }\n\n  \/* FINAL *\/\n\n  .pl-final {\n    padding: 40px;\n    border-radius: var(--pl-radius);\n    background: var(--pl-red);\n    color: var(--pl-white);\n    text-align: center;\n  }\n\n  .pl-final h2 {\n    color: var(--pl-white);\n  }\n\n  .pl-final p {\n    max-width: 830px;\n    margin: 0 auto;\n    color: #fff4f4;\n    font-size: 17px;\n  }\n\n  @media (max-width: 1040px) {\n    .pl-benefits,\n    .pl-power-grid,\n    .pl-service-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .pl-quick {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .pl-overview,\n    .pl-design {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 800px) {\n    .pl-use-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .pl-mode-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 620px) {\n    .pl-hero,\n    .pl-overview,\n    .pl-design,\n    .pl-power,\n    .pl-faird,\n    .pl-final {\n      padding: 28px 20px;\n    }\n\n    .pl-benefits,\n    .pl-quick,\n    .pl-use-grid,\n    .pl-power-grid,\n    .pl-service-grid,\n    .pl-checks-two {\n      grid-template-columns: 1fr;\n    }\n\n    .pl-quick-item {\n      border-right: 0;\n      border-bottom: 1px solid var(--pl-border);\n    }\n\n    .pl-buttons {\n      display: grid;\n      grid-template-columns: 1fr;\n    }\n\n    .pl-button {\n      width: 100%;\n    }\n\n    .pl-table,\n    .pl-table tbody,\n    .pl-table tr,\n    .pl-table th,\n    .pl-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .pl-table th {\n      padding-bottom: 7px;\n      border-bottom: 0;\n    }\n\n    .pl-table td {\n      padding-top: 7px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fd-pocketlight-200\"\u003e\n\n  \u003cheader class=\"pl-hero\"\u003e\n    \u003cdiv class=\"pl-hero-content\"\u003e\n      \u003cspan class=\"pl-eyebrow\"\u003e\n        Compact Professional AA Flashlight\n      \u003c\/span\u003e\n\n      \u003ch1\u003eSILVA Pocketlight 200\u003c\/h1\u003e\n\n      \u003cp class=\"pl-hero-lead\"\u003e\n        A compact and dependable\n        \u003cstrong\u003e200-lumen aluminium flashlight\u003c\/strong\u003e designed for everyday\n        carry, professional inspections, public-safety equipment, outdoor\n        activities and emergency kits. The Pocketlight 200 offers two\n        brightness levels, a rear tail switch, an IP65-rated body and the\n        convenience of one widely available AA battery.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"pl-buttons\"\u003e\n        \u003ca class=\"pl-button pl-button-primary\" href=\"\/es\/pages\/sb-request-quote\"\u003e\n          Request a Professional Quote\n        \u003c\/a\u003e\n\n        \u003ca class=\"pl-button pl-button-outline\" href=\"\/es\/search?q=SILVA\u0026amp;type=product\"\u003e\n          Shop SILVA Products\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003csection class=\"pl-quick\"\u003e\n    \u003cdiv class=\"pl-quick-item\"\u003e\n      \u003cspan class=\"pl-quick-value\"\u003e200 LM\u003c\/span\u003e\n      \u003cstrong\u003eMaximum Output\u003c\/strong\u003e\n      \u003cspan\u003eBright compact illumination\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-quick-item\"\u003e\n      \u003cspan class=\"pl-quick-value\"\u003e65 M\u003c\/span\u003e\n      \u003cstrong\u003eMaximum Distance\u003c\/strong\u003e\n      \u003cspan\u003eApproximately 213 feet\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-quick-item\"\u003e\n      \u003cspan class=\"pl-quick-value\"\u003eIP65\u003c\/span\u003e\n      \u003cstrong\u003eProtected Design\u003c\/strong\u003e\n      \u003cspan\u003eDust-tight and water-resistant\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-quick-item\"\u003e\n      \u003cspan class=\"pl-quick-value\"\u003e1 × AA\u003c\/span\u003e\n      \u003cstrong\u003eSimple Power Source\u003c\/strong\u003e\n      \u003cspan\u003eBattery sold separately\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-quick-item\"\u003e\n      \u003cspan class=\"pl-quick-value\"\u003e66 G\u003c\/span\u003e\n      \u003cstrong\u003eLightweight\u003c\/strong\u003e\n      \u003cspan\u003eWeight including battery\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pl-section\"\u003e\n    \u003cdiv class=\"pl-heading\"\u003e\n      \u003ch2\u003eKey Product Strengths\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The Pocketlight 200 provides useful professional illumination without\n        requiring a proprietary battery, charging cable or large carrying\n        system.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-benefits\"\u003e\n      \u003carticle class=\"pl-benefit\"\u003e\n        \u003ch3\u003eCompact 200-Lumen Output\u003c\/h3\u003e\n\n        \u003cp\u003e\n          High mode provides enough illumination for inspections, outdoor\n          movement, equipment checks and emergency use at distances up to\n          65 metres.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"pl-benefit\"\u003e\n        \u003ch3\u003eTwo Practical Light Levels\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Select 200 lumens for maximum visibility or 70 lumens when longer\n          battery life and reduced brightness are preferred.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"pl-benefit\"\u003e\n        \u003ch3\u003eCommon AA Battery\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The light operates on one replaceable AA battery, simplifying field\n          replacement and stored emergency-kit management.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"pl-benefit\"\u003e\n        \u003ch3\u003eRugged Aluminium Body\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Aluminium construction and a textured knurled surface provide a\n          durable housing and secure grip during professional or outdoor use.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pl-section\"\u003e\n    \u003cdiv class=\"pl-overview\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eA Reliable Light That Is Easy to Carry\u003c\/h2\u003e\n\n        \u003cp\u003e\n          The SILVA Pocketlight 200 is intended to remain close at hand rather\n          than stored with large specialized lighting equipment.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its 43-gram body weighs approximately 66 grams with an AA battery\n          installed. This makes it suitable for jacket pockets, backpacks,\n          vehicle kits, tool bags, emergency bags and compatible flashlight\n          holsters.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          A rear-mounted tail switch allows the light to be activated without\n          repositioning the grip. When the battery is low, the flashlight\n          provides three short warning flashes when switched on.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pl-overview-list\"\u003e\n        \u003cdiv class=\"pl-overview-item\"\u003e\n          \u003cstrong\u003eEveryday Carry\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Compact enough for routine carry in a pocket, pack, equipment bag\n            or professional tool kit.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pl-overview-item\"\u003e\n          \u003cstrong\u003eEmergency Readiness\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            AA compatibility makes replacement batteries easy to standardize\n            across vehicles, facilities and emergency kits.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pl-overview-item\"\u003e\n          \u003cstrong\u003eSimple Controls\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            The rear tail switch provides immediate access to the two\n            brightness settings.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pl-overview-item\"\u003e\n          \u003cstrong\u003eSecure Handling\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            A knurled aluminium body and included wrist strap improve retention\n            in wet, cold or active conditions.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pl-section\"\u003e\n    \u003cdiv class=\"pl-heading\"\u003e\n      \u003ch2\u003eTwo Brightness Modes\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Select the light output according to the required distance, operating\n        time and working environment.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-mode-grid\"\u003e\n      \u003carticle class=\"pl-mode\"\u003e\n        \u003cspan class=\"pl-mode-value\"\u003e200 LUMENS\u003c\/span\u003e\n\n        \u003ch3\u003eMaximum Mode\u003c\/h3\u003e\n\n        \u003cp\u003e\n          High mode is designed for outdoor movement, inspections, searching\n          equipment compartments and illuminating larger working areas.\n        \u003c\/p\u003e\n\n        \u003cul class=\"pl-checks\"\u003e\n          \u003cli\u003e200-lumen output\u003c\/li\u003e\n          \u003cli\u003eApproximately 2-hour burn time\u003c\/li\u003e\n          \u003cli\u003e65 m \/ 213 ft maximum light distance\u003c\/li\u003e\n          \u003cli\u003eBest for maximum visibility\u003c\/li\u003e\n          \u003cli\u003eUseful for outdoor and emergency work\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"pl-mode\"\u003e\n        \u003cspan class=\"pl-mode-value\"\u003e70 LUMENS\u003c\/span\u003e\n\n        \u003ch3\u003eMinimum Mode\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Low mode extends operating time and provides useful illumination for\n          close-range tasks, equipment organization and routine indoor work.\n        \u003c\/p\u003e\n\n        \u003cul class=\"pl-checks\"\u003e\n          \u003cli\u003e70-lumen output\u003c\/li\u003e\n          \u003cli\u003eApproximately 5-hour burn time\u003c\/li\u003e\n          \u003cli\u003e45 m \/ 148 ft maximum light distance\u003c\/li\u003e\n          \u003cli\u003eReduced glare for close-range work\u003c\/li\u003e\n          \u003cli\u003eLonger battery operating time\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pl-section\"\u003e\n    \u003cdiv class=\"pl-design\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eCompact, Dust-Tight and Water-Resistant\u003c\/h2\u003e\n\n        \u003cp\u003e\n          The Pocketlight 200 meets the IP65 standard and is designed to resist\n          dust and normal outdoor water exposure.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The aluminium housing provides a more rigid exterior than a basic\n          plastic flashlight. Its knurled surface improves grip when wearing\n          gloves or working in wet conditions.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The included wrist strap provides an additional retention point when\n          the flashlight is being used around water, machinery, vehicles or\n          uneven terrain.\n        \u003c\/p\u003e\n\n        \u003cul class=\"pl-checks pl-checks-two\"\u003e\n          \u003cli\u003eIP65-rated construction\u003c\/li\u003e\n          \u003cli\u003eDust-tight housing\u003c\/li\u003e\n          \u003cli\u003eWater-resistant design\u003c\/li\u003e\n          \u003cli\u003eAluminium exterior\u003c\/li\u003e\n          \u003cli\u003eKnurled grip surface\u003c\/li\u003e\n          \u003cli\u003eIncluded wrist strap\u003c\/li\u003e\n          \u003cli\u003eRear tail switch\u003c\/li\u003e\n          \u003cli\u003eCompatible SILVA holster available\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pl-design-panel\"\u003e\n        \u003cdiv class=\"pl-design-item\"\u003e\n          \u003cstrong\u003eTextured Grip\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Knurled aluminium provides more positive handling than a smooth\n            cylindrical body.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pl-design-item\"\u003e\n          \u003cstrong\u003eTail-Switch Operation\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            The switch is positioned at the rear of the flashlight for\n            straightforward one-handed activation.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pl-design-item\"\u003e\n          \u003cstrong\u003eLow-Battery Warning\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Three short flashes at power-on indicate that the installed battery\n            is approaching replacement.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pl-section\"\u003e\n    \u003cdiv class=\"pl-heading\"\u003e\n      \u003ch2\u003eProfessional and Outdoor Applications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-use-grid\"\u003e\n      \u003carticle class=\"pl-use\"\u003e\n        \u003cspan class=\"pl-use-label\"\u003ePUBLIC SAFETY\u003c\/span\u003e\n\n        \u003ch3\u003ePolice, Fire and Emergency Kits\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compact supplementary lighting for vehicle compartments, equipment\n          bags, administrative tasks and emergency preparedness.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"pl-use\"\u003e\n        \u003cspan class=\"pl-use-label\"\u003eINSPECTION\u003c\/span\u003e\n\n        \u003ch3\u003eMaintenance and Technical Work\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Useful for inspecting machinery, electrical panels, storage areas,\n          vehicle interiors and restricted spaces.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"pl-use\"\u003e\n        \u003cspan class=\"pl-use-label\"\u003eOUTDOOR\u003c\/span\u003e\n\n        \u003ch3\u003eCamping and Hiking\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Provides compact backup lighting for camp organization, trail use,\n          repairs and emergency navigation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"pl-use\"\u003e\n        \u003cspan class=\"pl-use-label\"\u003eHUNTING\u003c\/span\u003e\n\n        \u003ch3\u003eEquipment and Camp Tasks\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Suitable for locating equipment, checking packs, organizing camp and\n          moving around vehicles or shelters.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"pl-use\"\u003e\n        \u003cspan class=\"pl-use-label\"\u003eFISHING\u003c\/span\u003e\n\n        \u003ch3\u003eBoat and Shoreline Equipment\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Water-resistant construction and wrist retention support use around\n          fishing equipment, docks and shoreline camps.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"pl-use\"\u003e\n        \u003cspan class=\"pl-use-label\"\u003eEMERGENCY\u003c\/span\u003e\n\n        \u003ch3\u003eHome, Vehicle and Travel Kits\u003c\/h3\u003e\n\n        \u003cp\u003e\n          One-AA operation makes the flashlight easy to maintain in emergency\n          supplies and travel equipment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pl-section\"\u003e\n    \u003cdiv class=\"pl-power\"\u003e\n      \u003ch2\u003eSimple AA-Powered Reliability\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The Pocketlight 200 operates on a single replaceable AA battery. No\n        charging cable, proprietary battery or charging station is required.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"pl-power-grid\"\u003e\n        \u003cdiv class=\"pl-power-card\"\u003e\n          \u003cstrong\u003eWidely Available Battery\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            AA batteries are commonly stocked in vehicles, offices, stores and\n            emergency inventories.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pl-power-card\"\u003e\n          \u003cstrong\u003eRapid Replacement\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Replace the battery in the field instead of waiting for an\n            integrated battery to recharge.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pl-power-card\"\u003e\n          \u003cstrong\u003eLow-Battery Alert\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Three flashes at startup warn the user before the battery is fully\n            depleted.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pl-power-card\"\u003e\n          \u003cstrong\u003eFleet Standardization\u003c\/strong\u003e\n\n          \u003cspan\u003e\n            One-AA operation simplifies battery management for teams,\n            facilities and professional vehicle kits.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pl-section\"\u003e\n    \u003cdiv class=\"pl-heading\"\u003e\n      \u003ch2\u003eKey Features\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"pl-checks pl-checks-two\"\u003e\n      \u003cli\u003eCompact aluminium LED flashlight\u003c\/li\u003e\n      \u003cli\u003eMaximum output of 200 lumens\u003c\/li\u003e\n      \u003cli\u003eTwo brightness settings\u003c\/li\u003e\n      \u003cli\u003e200-lumen maximum mode\u003c\/li\u003e\n      \u003cli\u003e70-lumen minimum mode\u003c\/li\u003e\n      \u003cli\u003eUp to 65 m maximum light distance\u003c\/li\u003e\n      \u003cli\u003eUp to 45 m distance in minimum mode\u003c\/li\u003e\n      \u003cli\u003eApproximately 2-hour maximum-mode burn time\u003c\/li\u003e\n      \u003cli\u003eApproximately 5-hour minimum-mode burn time\u003c\/li\u003e\n      \u003cli\u003eEasy-access rear tail switch\u003c\/li\u003e\n      \u003cli\u003eLow-battery warning at startup\u003c\/li\u003e\n      \u003cli\u003eThree short warning flashes\u003c\/li\u003e\n      \u003cli\u003ePowered by one AA battery\u003c\/li\u003e\n      \u003cli\u003eBattery not included\u003c\/li\u003e\n      \u003cli\u003eIP65-rated construction\u003c\/li\u003e\n      \u003cli\u003eDust-tight design\u003c\/li\u003e\n      \u003cli\u003eWater-resistant design\u003c\/li\u003e\n      \u003cli\u003eKnurled grip surface\u003c\/li\u003e\n      \u003cli\u003eWrist strap included\u003c\/li\u003e\n      \u003cli\u003eCompatible with SILVA Flashlight Holster\u003c\/li\u003e\n      \u003cli\u003eHolster sold separately\u003c\/li\u003e\n      \u003cli\u003e43 g without battery\u003c\/li\u003e\n      \u003cli\u003e66 g with battery\u003c\/li\u003e\n      \u003cli\u003eTwo-year manufacturer warranty\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pl-section\"\u003e\n    \u003cdiv class=\"pl-heading\"\u003e\n      \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003ctable class=\"pl-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct\u003c\/th\u003e\n          \u003ctd\u003eSILVA Pocketlight 200\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n          \u003ctd\u003eSILVA\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eSKU\u003c\/th\u003e\n          \u003ctd\u003eSI-38534 \/ 38534\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n          \u003ctd\u003eCompact handheld LED flashlight\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eLED Type\u003c\/th\u003e\n          \u003ctd\u003eOne semi-high-power LED\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eLight Modes\u003c\/th\u003e\n          \u003ctd\u003eMaximum and minimum\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMaximum Mode\u003c\/th\u003e\n          \u003ctd\u003e\n            200 lumens\u003cbr\u003e\n            Approximately 2-hour burn time\u003cbr\u003e\n            65 m \/ 213 ft light distance\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMinimum Mode\u003c\/th\u003e\n          \u003ctd\u003e\n            70 lumens\u003cbr\u003e\n            Approximately 5-hour burn time\u003cbr\u003e\n            45 m \/ 148 ft light distance\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBattery\u003c\/th\u003e\n          \u003ctd\u003eOne AA battery\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBattery Included\u003c\/th\u003e\n          \u003ctd\u003eNo\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBattery Warning\u003c\/th\u003e\n          \u003ctd\u003eThree short flashes at power-on\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eSwitch\u003c\/th\u003e\n          \u003ctd\u003eRear tail switch\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n          \u003ctd\u003eAluminium\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eGrip\u003c\/th\u003e\n          \u003ctd\u003eKnurled textured surface\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eIngress Protection\u003c\/th\u003e\n          \u003ctd\u003eIP65 dust-tight and water-resistant construction\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eWeight Without Battery\u003c\/th\u003e\n          \u003ctd\u003e43 g \/ approximately 1.5 oz\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eWeight With Battery\u003c\/th\u003e\n          \u003ctd\u003e66 g \/ approximately 2.3 oz\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eIncluded Accessory\u003c\/th\u003e\n          \u003ctd\u003eWrist strap\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eOptional Accessory\u003c\/th\u003e\n          \u003ctd\u003eSILVA Flashlight Holster, sold separately\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCountry of Origin\u003c\/th\u003e\n          \u003ctd\u003eChina\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eWarranty\u003c\/th\u003e\n          \u003ctd\u003eTwo-year manufacturer warranty\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pl-section\"\u003e\n    \u003cdiv class=\"pl-notice\"\u003e\n      \u003cstrong\u003eBattery and Environmental Notice\u003c\/strong\u003e\n\n      \u003cp\u003e\n        The AA battery is not included. Actual burn time and light output may\n        vary according to battery chemistry, battery condition, temperature\n        and operating conditions. IP65 indicates a dust-tight and\n        water-resistant design but does not mean that the flashlight is\n        intended for prolonged immersion.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pl-section\"\u003e\n    \u003cdiv class=\"pl-faird\"\u003e\n      \u003cdiv class=\"pl-faird-content\"\u003e\n        \u003cspan class=\"pl-eyebrow\"\u003e\n          Available Through Fair D Canada\n        \u003c\/span\u003e\n\n        \u003ch2\u003eProfessional, Institutional and Volume Purchasing\u003c\/h2\u003e\n\n        \u003cp\u003e\n          Fair D Canada supports public-safety organizations, municipalities,\n          outdoor professionals, facilities and commercial customers requiring\n          individual Pocketlight 200 flashlights, vehicle-kit quantities or\n          department-wide lighting programs.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"pl-service-grid\"\u003e\n          \u003cdiv class=\"pl-service\"\u003e\n            \u003cstrong\u003eRapid Quotations\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Fast review of quantity, delivery and institutional requirements.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pl-service\"\u003e\n            \u003cstrong\u003eVolume Pricing\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Commercial, municipal, professional and department quantities.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pl-service\"\u003e\n            \u003cstrong\u003eVehicle-Kit Programs\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Compact flashlights for fleet, response and emergency vehicles.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pl-service\"\u003e\n            \u003cstrong\u003eGovernment Procurement\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Support for RFQs, purchase orders and agency requirements.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pl-service\"\u003e\n            \u003cstrong\u003eSILVA Product Support\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Access to compatible lighting, compasses and outdoor equipment.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pl-service\"\u003e\n            \u003cstrong\u003eAccessory Selection\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Assistance with holsters and compatible professional equipment.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pl-service\"\u003e\n            \u003cstrong\u003eCanada-Wide Delivery\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Professional distribution and customer support across Canada.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pl-service\"\u003e\n            \u003cstrong\u003eBilingual Service\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Professional assistance available in English and French.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pl-buttons\"\u003e\n          \u003ca class=\"pl-button pl-button-primary\" href=\"\/es\/pages\/sb-request-quote\"\u003e\n            Submit a Quote Request\n          \u003c\/a\u003e\n\n          \u003ca class=\"pl-button pl-button-outline\" href=\"mailto:gov@fairdcanada.com?subject=SILVA%20Pocketlight%20200%20Quote\"\u003e\n            Government and Agency Sales\n          \u003c\/a\u003e\n\n          \u003ca class=\"pl-button pl-button-outline\" href=\"\/es\/search?q=SILVA\u0026amp;type=product\"\u003e\n            Shop SILVA\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cfooter class=\"pl-final\"\u003e\n    \u003ch2\u003e200 Lumens of Dependable Light in a Compact AA Platform\u003c\/h2\u003e\n\n    \u003cp\u003e\n      With two brightness settings, an aluminium body, IP65 protection, a rear\n      switch and widely available AA power, the SILVA Pocketlight 200 is a\n      practical flashlight for professional work, outdoor use and emergency\n      preparedness.\n    \u003c\/p\u003e\n  \u003c\/footer\u003e\n\n\u003c\/div\u003e","brand":"Silva","offers":[{"title":"Default Title","offer_id":45966744420543,"sku":null,"price":48.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/PocketLight_200_38534_main_1800x1800_94435a9d-a91d-41be-bf44-7d799513733e.webp?v=1786029618","url":"https:\/\/fairdcanada.com\/es\/products\/pocketlight-200","provider":"FairD Canada","version":"1.0","type":"link"}