{"product_id":"1-1","title":"💡8-in-1 Multifunctional Keychain Flashlight🔦🌈","description":"\u003cstyle\u003e\n\/* =========================================================\n   8-IN-1 MULTIFUNCTIONAL KEYCHAIN FLASHLIGHT\n   Shopify Full Width Product Landing Page\n   ========================================================= *\/\n\n.edc-page,\n.edc-page * {\n  box-sizing: border-box;\n}\n\n.edc-page {\n  --ink: #151515;\n  --soft-ink: #686868;\n  --orange: #f36b21;\n  --cream: #f5f3ee;\n  --soft: #f6f6f5;\n  --dark: #101112;\n  --line: rgba(20,20,20,.12);\n\n  position: relative;\n  left: 50%;\n  width: 100vw;\n  max-width: 100vw;\n  margin-left: -50vw;\n  overflow: hidden;\n\n  background: #fff;\n  color: var(--ink);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Helvetica,\n    Arial,\n    sans-serif;\n}\n\n.edc-page img {\n  display: block;\n  width: 100%;\n  height: auto;\n  border: 0;\n}\n\n.edc-page h2,\n.edc-page h3,\n.edc-page p,\n.edc-page ul,\n.edc-page figure {\n  margin: 0;\n}\n\n.edc-wrap {\n  width: min(1280px, calc(100% - 80px));\n  margin: 0 auto;\n}\n\n.edc-kicker {\n  display: block;\n  margin-bottom: 14px;\n\n  color: var(--orange);\n  font-size: 11px;\n  font-weight: 800;\n  line-height: 1.3;\n  letter-spacing: .19em;\n  text-transform: uppercase;\n}\n\n.edc-title {\n  max-width: 760px;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: clamp(40px, 5vw, 68px);\n  font-weight: 400;\n  line-height: 1.02;\n  letter-spacing: -.035em;\n}\n\n.edc-title-sm {\n  font-size: clamp(34px, 4vw, 54px);\n}\n\n.edc-sub {\n  max-width: 650px;\n  margin-top: 18px !important;\n\n  color: var(--soft-ink);\n  font-size: 17px;\n  line-height: 1.65;\n}\n\n.edc-center {\n  text-align: center;\n}\n\n.edc-center .edc-title,\n.edc-center .edc-sub {\n  margin-left: auto !important;\n  margin-right: auto !important;\n}\n\n.edc-media {\n  overflow: hidden;\n  background: #161616;\n}\n\n.edc-media img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n.edc-points {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px 25px;\n\n  margin-top: 27px !important;\n  padding: 0;\n  list-style: none;\n}\n\n.edc-points li {\n  position: relative;\n  padding-left: 17px;\n\n  color: #373737;\n  font-size: 14px;\n  font-weight: 650;\n  line-height: 1.45;\n}\n\n.edc-points li::before {\n  content: \"\";\n  position: absolute;\n\n  left: 0;\n  top: .55em;\n\n  width: 6px;\n  height: 6px;\n\n  border-radius: 50%;\n  background: var(--orange);\n}\n\n\n\/* =========================================================\n   01 HERO\n   ========================================================= *\/\n\n.edc-hero {\n  padding: 82px 0;\n\n  background:\n    linear-gradient(\n      120deg,\n      #f6f4ef 0%,\n      #f6f4ef 44%,\n      #eceae5 100%\n    );\n}\n\n.edc-hero-grid {\n  display: grid;\n  grid-template-columns: .82fr 1.18fr;\n  gap: clamp(45px, 6vw, 94px);\n  align-items: center;\n}\n\n.edc-hero-copy .edc-title {\n  max-width: 590px;\n}\n\n.edc-line {\n  width: 62px;\n  height: 2px;\n\n  margin: 27px 0;\n\n  background: var(--orange);\n}\n\n.edc-hero-media {\n  box-shadow:\n    0 28px 70px rgba(0,0,0,.14);\n}\n\n.edc-hero-media img {\n  aspect-ratio: 16 \/ 9;\n}\n\n\n\/* =========================================================\n   02 USE CASE QUILT\n   ========================================================= *\/\n\n.edc-scenes {\n  padding: 100px 0;\n  background: #fff;\n}\n\n.edc-scenes-head {\n  display: grid;\n  grid-template-columns: 1fr .8fr;\n  gap: 60px;\n  align-items: end;\n\n  margin-bottom: 48px;\n}\n\n.edc-scenes-head .edc-sub {\n  margin-top: 0 !important;\n}\n\n.edc-quilt {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n}\n\n.edc-quilt figure {\n  overflow: hidden;\n  background: #111;\n}\n\n.edc-quilt img {\n  aspect-ratio: 4 \/ 5;\n  object-fit: cover;\n}\n\n.edc-quilt figure:nth-child(1),\n.edc-quilt figure:nth-child(4) {\n  margin-top: 55px;\n}\n\n\n\/* =========================================================\n   03 8-IN-1 DETAIL\n   ========================================================= *\/\n\n.edc-tools {\n  padding: 105px 0;\n  background: var(--dark);\n  color: #fff;\n}\n\n.edc-tools-grid {\n  display: grid;\n  grid-template-columns: 1.08fr .92fr;\n  gap: clamp(45px, 7vw, 100px);\n  align-items: center;\n}\n\n.edc-tools .edc-sub {\n  color: rgba(255,255,255,.67);\n}\n\n.edc-tools-media img {\n  aspect-ratio: 1 \/ 1;\n}\n\n.edc-dark-points {\n  display: grid;\n  gap: 18px;\n\n  margin-top: 30px;\n}\n\n.edc-dark-point {\n  padding-top: 17px;\n\n  border-top:\n    1px solid rgba(255,255,255,.16);\n}\n\n.edc-dark-point strong {\n  display: block;\n  margin-bottom: 5px;\n\n  color: #fff;\n  font-size: 14px;\n}\n\n.edc-dark-point span {\n  color: rgba(255,255,255,.66);\n  font-size: 14px;\n  line-height: 1.55;\n}\n\n\n\/* =========================================================\n   04 HANDS FREE\n   ========================================================= *\/\n\n.edc-hands {\n  padding: 100px 0;\n\n  background: var(--cream);\n}\n\n.edc-split {\n  display: grid;\n  grid-template-columns: .92fr 1.08fr;\n  gap: clamp(44px, 7vw, 96px);\n  align-items: center;\n}\n\n.edc-hands-media img {\n  aspect-ratio: 1 \/ 1;\n}\n\n.edc-feature-list {\n  display: grid;\n  gap: 18px;\n\n  margin-top: 29px;\n}\n\n.edc-feature {\n  padding-top: 17px;\n  border-top: 1px solid var(--line);\n}\n\n.edc-feature strong {\n  display: block;\n  margin-bottom: 5px;\n\n  font-size: 14px;\n  color: #282828;\n}\n\n.edc-feature span {\n  color: var(--soft-ink);\n  font-size: 14px;\n  line-height: 1.55;\n}\n\n\n\/* =========================================================\n   05 LIGHT MODES\n   ========================================================= *\/\n\n.edc-light {\n  padding: 100px 0;\n  background: #fff;\n}\n\n.edc-light-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 14px;\n\n  margin-top: 48px;\n}\n\n.edc-light-card {\n  overflow: hidden;\n  background: #111;\n}\n\n.edc-light-card img {\n  aspect-ratio: 4 \/ 3;\n  object-fit: cover;\n}\n\n.edc-light-copy {\n  padding: 24px 24px 27px;\n  background: #f5f5f4;\n}\n\n.edc-light-copy h3 {\n  font-size: 16px;\n  font-weight: 750;\n}\n\n.edc-light-copy p {\n  margin-top: 6px !important;\n\n  color: var(--soft-ink);\n  font-size: 13px;\n  line-height: 1.5;\n}\n\n\n\/* =========================================================\n   06 SIZE \u0026 SPECS\n   ========================================================= *\/\n\n.edc-specs {\n  padding: 100px 0;\n  background: var(--soft);\n}\n\n.edc-spec-grid {\n  display: grid;\n  grid-template-columns: 1.05fr .95fr;\n  gap: clamp(45px, 7vw, 100px);\n  align-items: center;\n}\n\n.edc-spec-media img {\n  aspect-ratio: 16 \/ 9;\n  object-fit: cover;\n}\n\n.edc-spec-cards {\n  display: grid;\n  gap: 12px;\n\n  margin-top: 30px;\n}\n\n.edc-spec-card {\n  padding: 21px 22px;\n\n  background: #fff;\n  border: 1px solid var(--line);\n}\n\n.edc-spec-card strong {\n  display: block;\n\n  color: var(--ink);\n  font-size: 14px;\n}\n\n.edc-spec-card span {\n  display: block;\n  margin-top: 5px;\n\n  color: var(--soft-ink);\n  font-size: 14px;\n  line-height: 1.5;\n}\n\n\n\/* =========================================================\n   07 CLOSE\n   ========================================================= *\/\n\n.edc-end {\n  position: relative;\n\n  min-height: 690px;\n\n  background: #090a0b;\n}\n\n.edc-end-media {\n  position: absolute;\n  inset: 0;\n}\n\n.edc-end-media img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n.edc-end-media::after {\n  content: \"\";\n\n  position: absolute;\n  inset: 0;\n\n  background:\n    linear-gradient(\n      90deg,\n      rgba(5,6,7,.91) 0%,\n      rgba(5,6,7,.72) 34%,\n      rgba(5,6,7,.18) 70%,\n      rgba(5,6,7,.04) 100%\n    );\n}\n\n.edc-end-copy {\n  position: relative;\n  z-index: 2;\n\n  width: min(1280px, calc(100% - 80px));\n  margin: 0 auto;\n  padding-top: 205px;\n\n  color: #fff;\n}\n\n.edc-end-copy .edc-title {\n  max-width: 590px;\n}\n\n.edc-end-copy .edc-sub {\n  color: rgba(255,255,255,.75);\n}\n\n.edc-end-copy .edc-points li {\n  color: rgba(255,255,255,.82);\n}\n\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media screen and (max-width: 989px) {\n\n  .edc-wrap {\n    width:\n      min(760px, calc(100% - 44px));\n  }\n\n  .edc-hero,\n  .edc-scenes,\n  .edc-tools,\n  .edc-hands,\n  .edc-light,\n  .edc-specs {\n    padding-top: 70px;\n    padding-bottom: 70px;\n  }\n\n  .edc-hero-grid,\n  .edc-scenes-head,\n  .edc-tools-grid,\n  .edc-split,\n  .edc-spec-grid {\n    grid-template-columns: 1fr;\n    gap: 36px;\n  }\n\n  .edc-quilt figure:nth-child(1),\n  .edc-quilt figure:nth-child(4) {\n    margin-top: 0;\n  }\n\n  .edc-light-grid {\n    grid-template-columns: 1fr;\n    max-width: 680px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media screen and (max-width: 749px) {\n\n  .edc-wrap {\n    width: calc(100% - 30px);\n  }\n\n  .edc-hero,\n  .edc-scenes,\n  .edc-tools,\n  .edc-hands,\n  .edc-light,\n  .edc-specs {\n    padding-top: 52px;\n    padding-bottom: 52px;\n  }\n\n  .edc-title {\n    font-size:\n      clamp(35px, 10vw, 48px);\n  }\n\n  .edc-title-sm {\n    font-size:\n      clamp(31px, 9vw, 43px);\n  }\n\n  .edc-sub {\n    margin-top: 14px !important;\n    font-size: 15px;\n  }\n\n  .edc-points {\n    display: grid;\n    gap: 9px;\n  }\n\n  .edc-quilt {\n    grid-template-columns: 1fr;\n    gap: 10px;\n  }\n\n  .edc-light-grid {\n    gap: 10px;\n    margin-top: 32px;\n  }\n\n  .edc-end {\n    min-height: 610px;\n  }\n\n  .edc-end-media::after {\n    background:\n      linear-gradient(\n        0deg,\n        rgba(5,6,7,.95) 0%,\n        rgba(5,6,7,.58) 60%,\n        rgba(5,6,7,.10) 100%\n      );\n  }\n\n  .edc-end-copy {\n    position: absolute;\n\n    left: 20px;\n    right: 20px;\n    bottom: 42px;\n\n    width: auto;\n    padding: 0;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"edc-page\"\u003e\n\u003c!-- =====================================================\n       01 CORE VALUE\n       ===================================================== --\u003e\n\u003csection class=\"edc-hero\"\u003e\n\u003cdiv class=\"edc-wrap edc-hero-grid\"\u003e\n\u003cdiv class=\"edc-hero-copy\"\u003e\n\u003cspan class=\"edc-kicker\"\u003e 8-In-1 Everyday Carry \u003c\/span\u003e\n\u003ch2 class=\"edc-title\"\u003eOne Tiny Tool.\u003cbr\u003eReady For The Unexpected.\u003c\/h2\u003e\n\u003cdiv class=\"edc-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"edc-sub\"\u003eLight, utility and emergency functions packed into one compact rechargeable keychain tool.\u003c\/p\u003e\n\u003cul class=\"edc-points\"\u003e\n\u003cli\u003e8 useful functions in one\u003c\/li\u003e\n\u003cli\u003eUSB-C rechargeable\u003c\/li\u003e\n\u003cli\u003eOnly 60g\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"edc-media edc-hero-media\"\u003e\u003cimg src=\"https:\/\/cdn-images.avenselle.com\/contents\/MULTI-TOOL.jpeg\" alt=\"8 in 1 multifunctional keychain flashlight and utility tool\" width=\"1200\" height=\"675\" loading=\"eager\"\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       02 USE CASES\n       ===================================================== --\u003e\n\u003csection class=\"edc-scenes\"\u003e\n\u003cdiv class=\"edc-wrap\"\u003e\n\u003cdiv class=\"edc-scenes-head\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"edc-kicker\"\u003e Made For Real Life \u003c\/span\u003e\n\u003ch2 class=\"edc-title edc-title-sm\"\u003eUseful Where You Actually Need It.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"edc-sub\"\u003eKeep practical light and utility close for the road, outdoors and everyday jobs.\u003c\/p\u003e\n\u003cul class=\"edc-points\"\u003e\n\u003cli\u003eRoadside emergencies\u003c\/li\u003e\n\u003cli\u003eCamping \u0026amp; outdoor use\u003c\/li\u003e\n\u003cli\u003eNighttime visibility\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"edc-quilt\"\u003e\n\u003cfigure\u003e\u003cimg src=\"https:\/\/cdn-images.avenselle.com\/contents\/4-766.jpg\" alt=\"Keychain flashlight used for roadside vehicle repair\" width=\"766\" height=\"1000\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003cfigure\u003e\u003cimg src=\"https:\/\/cdn-images.avenselle.com\/contents\/3-826.jpg\" alt=\"Multifunctional keychain tool used while camping\" width=\"826\" height=\"1000\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003cfigure\u003e\u003cimg src=\"https:\/\/cdn-images.avenselle.com\/contents\/2-840.jpg\" alt=\"Compact lighting tool used outdoors at night\" width=\"840\" height=\"1000\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003cfigure\u003e\u003cimg src=\"https:\/\/cdn-images.avenselle.com\/contents\/1-826.jpg\" alt=\"Red SOS light used for emergency visibility\" width=\"826\" height=\"1000\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       03 8-IN-1 PRODUCT DETAILS\n       ===================================================== --\u003e\n\u003csection class=\"edc-tools\"\u003e\n\u003cdiv class=\"edc-wrap edc-tools-grid\"\u003e\n\u003cfigure class=\"edc-media edc-tools-media\"\u003e\u003cimg src=\"https:\/\/cdn-images.avenselle.com\/contents\/8-in-1-1.jpg\" alt=\"Eight functions of the multifunctional keychain flashlight\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003cdiv\u003e\n\u003cspan class=\"edc-kicker\"\u003e More Than A Flashlight \u003c\/span\u003e\n\u003ch2 class=\"edc-title edc-title-sm\"\u003e8 Tools.\u003cbr\u003eOne Pocket-Sized Carry.\u003c\/h2\u003e\n\u003cp class=\"edc-sub\"\u003eKeep frequently useful functions together without carrying a full tool bag.\u003c\/p\u003e\n\u003cdiv class=\"edc-dark-points\"\u003e\n\u003cdiv class=\"edc-dark-point\"\u003e\n\u003cstrong\u003e Light + Emergency Visibility \u003c\/strong\u003e \u003cspan\u003e Bright illumination plus a red emergency light for low-visibility situations. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"edc-dark-point\"\u003e\n\u003cstrong\u003e Magnet + Adjustable Stand \u003c\/strong\u003e \u003cspan\u003e Position the light where you need it and keep both hands available. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"edc-dark-point\"\u003e\n\u003cstrong\u003e Everyday Utility \u003c\/strong\u003e \u003cspan\u003e Integrated opener, cutter, whistle, lighter and screwdriver functions. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       04 HANDS-FREE\n       ===================================================== --\u003e\n\u003csection class=\"edc-hands\"\u003e\n\u003cdiv class=\"edc-wrap edc-split\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"edc-kicker\"\u003e Work Smarter \u003c\/span\u003e\n\u003ch2 class=\"edc-title edc-title-sm\"\u003eStick It. Angle It.\u003cbr\u003eKeep Both Hands Free.\u003c\/h2\u003e\n\u003cp class=\"edc-sub\"\u003eThe magnetic base and adjustable support turn a tiny keychain light into a practical work light.\u003c\/p\u003e\n\u003cdiv class=\"edc-feature-list\"\u003e\n\u003cdiv class=\"edc-feature\"\u003e\n\u003cstrong\u003e Strong Magnetic Base \u003c\/strong\u003e \u003cspan\u003e Attach it to suitable metal surfaces around vehicles, garages and work areas. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"edc-feature\"\u003e\n\u003cstrong\u003e Adjustable Positioning \u003c\/strong\u003e \u003cspan\u003e Aim the light toward the area you're actually working on. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"edc-feature\"\u003e\n\u003cstrong\u003e Hands-Free Illumination \u003c\/strong\u003e \u003cspan\u003e Keep both hands available for repairs, setup and small projects. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"edc-media edc-hands-media\"\u003e\u003cimg src=\"https:\/\/cdn-images.avenselle.com\/contents\/HANDS-FREE-LIGHTING-1.jpg\" alt=\"Magnetic hands free multifunctional keychain flashlight\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       05 LIGHT MODES\n       ===================================================== --\u003e\n\u003csection class=\"edc-light\"\u003e\n\u003cdiv class=\"edc-wrap edc-center\"\u003e\n\u003cspan class=\"edc-kicker\"\u003e Light For The Moment \u003c\/span\u003e\n\u003ch2 class=\"edc-title edc-title-sm\"\u003eBright. Warm. Emergency.\u003c\/h2\u003e\n\u003cp class=\"edc-sub\"\u003eChoose the light that fits the situation.\u003c\/p\u003e\n\u003cdiv class=\"edc-light-grid\"\u003e\n\u003carticle class=\"edc-light-card\"\u003e\u003cimg src=\"https:\/\/cdn-images.avenselle.com\/contents\/brightwhite.jpg\" alt=\"Bright white lighting mode\" width=\"800\" height=\"600\" loading=\"lazy\"\u003e\n\u003cdiv class=\"edc-light-copy\"\u003e\n\u003ch3\u003eBright White\u003c\/h3\u003e\n\u003cp\u003eClear visibility for work, walking and everyday tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"edc-light-card\"\u003e\u003cimg src=\"https:\/\/cdn-images.avenselle.com\/contents\/warmlight.webp\" alt=\"Warm lighting mode\" width=\"800\" height=\"600\" loading=\"lazy\"\u003e\n\u003cdiv class=\"edc-light-copy\"\u003e\n\u003ch3\u003eWarm Light\u003c\/h3\u003e\n\u003cp\u003eSofter illumination for camping, close-range use and relaxed settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"edc-light-card\"\u003e\u003cimg src=\"https:\/\/cdn-images.avenselle.com\/contents\/redsos.webp\" alt=\"Red SOS emergency lighting mode\" width=\"800\" height=\"600\" loading=\"lazy\"\u003e\n\u003cdiv class=\"edc-light-copy\"\u003e\n\u003ch3\u003eRed SOS\u003c\/h3\u003e\n\u003cp\u003eHigh-visibility signaling when extra attention matters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       06 SIZE \/ BUILD \/ POWER\n       ===================================================== --\u003e\n\u003csection class=\"edc-specs\"\u003e\n\u003cdiv class=\"edc-wrap edc-spec-grid\"\u003e\n\u003cfigure class=\"edc-media edc-spec-media\"\u003e\u003cimg src=\"https:\/\/cdn-images.avenselle.com\/contents\/MULTI-TOOL.jpeg\" alt=\"Compact multifunctional keychain flashlight construction\" width=\"1200\" height=\"675\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003cdiv\u003e\n\u003cspan class=\"edc-kicker\"\u003e Compact By Design \u003c\/span\u003e\n\u003ch2 class=\"edc-title edc-title-sm\"\u003eSmall Enough To Carry.\u003c\/h2\u003e\n\u003cp class=\"edc-sub\"\u003eDesigned to live on a keychain, in a glovebox, pocket, backpack or toolbox.\u003c\/p\u003e\n\u003cdiv class=\"edc-spec-cards\"\u003e\n\u003cdiv class=\"edc-spec-card\"\u003e\n\u003cstrong\u003e Size \u0026amp; Weight \u003c\/strong\u003e \u003cspan\u003e 54 × 40 × 100 mm • Approx. 60 g \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"edc-spec-card\"\u003e\n\u003cstrong\u003e Power \u003c\/strong\u003e \u003cspan\u003e 500mAh rechargeable battery • USB-C charging • 5W \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"edc-spec-card\"\u003e\n\u003cstrong\u003e Build \u003c\/strong\u003e \u003cspan\u003e Aluminum alloy + ABS + PS • IPX4 weather protection \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       07 SHORT CLOSE\n       ===================================================== --\u003e\n\u003csection class=\"edc-end\"\u003e\n\u003cfigure class=\"edc-end-media\"\u003e\u003cimg src=\"https:\/\/cdn-images.avenselle.com\/contents\/4-766.jpg\" alt=\"Keychain flashlight providing hands free roadside illumination\" width=\"1200\" height=\"1500\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"edc-end-copy\"\u003e\n\u003cspan class=\"edc-kicker\"\u003e Everyday Carry • Road • Outdoors \u003c\/span\u003e\n\u003ch2 class=\"edc-title\"\u003eCarry More Capability.\u003cbr\u003eNot More Gear.\u003c\/h2\u003e\n\u003cp class=\"edc-sub\"\u003eOne compact tool for the little jobs, dark moments and unexpected situations.\u003c\/p\u003e\n\u003cul class=\"edc-points\"\u003e\n\u003cli\u003eCompact everyday carry\u003c\/li\u003e\n\u003cli\u003eRechargeable lighting\u003c\/li\u003e\n\u003cli\u003eMulti-purpose utility\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Gofair","offers":[{"title":"Buy 1","offer_id":54254714388848,"sku":"ARC-3T2GK7Y-AB","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Buy 2 🌟(Most Popular) - Save 10%","offer_id":54254714421616,"sku":"ARC-3T2GK7Y-AC","price":34.98,"currency_code":"USD","in_stock":true},{"title":"🔥🔥BUY 3 Save 20% - FREE SHIPPIN","offer_id":54254714454384,"sku":"ARC-3T2GK7Y-AD","price":45.97,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0994\/9996\/6832\/files\/1_c7ca1f09-16c0-4011-b46d-47b1eb760d83.png?v=1788335802","url":"https:\/\/gofair.shop\/products\/1-1","provider":"Gofair","version":"1.0","type":"link"}