{"title":"STEDI Canada","description":"\u003cstyle\u003e\n\/* =========================================================\n   STEDI CANADA - CAP-IT\n   DRAFT 2\n   Product theatre first. Education second. Cap-it closes.\n   ========================================================= *\/\n\n.st2 {\n  --orange:#f47a20;\n  --black:#0b0b0b;\n  --charcoal:#171717;\n  --soft:#f3f3f1;\n  --line:#dededb;\n  --text:#1d1d1f;\n  --muted:#686868;\n  font-family:inherit;\n  color:var(--text);\n  line-height:1.5;\n  overflow:hidden;\n}\n\n.st2 * { box-sizing:border-box; }\n.st2 img { display:block; width:100%; height:auto; }\n.st2 a { color:inherit; text-decoration:none; }\n\n.st2-wrap {\n  max-width:1240px;\n  margin:0 auto;\n  padding:0 20px;\n}\n\n.st2-eyebrow {\n  margin:0 0 9px;\n  color:var(--orange);\n  font-size:11px;\n  line-height:1.2;\n  font-weight:900;\n  letter-spacing:2.2px;\n  text-transform:uppercase;\n}\n\n.st2-display {\n  margin:0;\n  font-size:clamp(34px,7vw,74px);\n  line-height:.96;\n  letter-spacing:-2px;\n  font-weight:900;\n}\n\n.st2-title {\n  margin:0;\n  font-size:clamp(29px,5vw,52px);\n  line-height:1;\n  letter-spacing:-1.2px;\n  font-weight:900;\n}\n\n.st2-copy {\n  max-width:650px;\n  margin:15px 0 0;\n  font-size:16px;\n  line-height:1.65;\n}\n\n.st2-cta {\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  margin-top:20px;\n  min-height:46px;\n  padding:12px 18px;\n  background:var(--orange);\n  color:#fff !important;\n  border-radius:4px;\n  font-size:13px;\n  font-weight:900;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n  transition:transform .18s ease,opacity .18s ease;\n}\n\n.st2-cta:hover {\n  transform:translateY(-2px);\n  opacity:.94;\n}\n\n.st2-cta-dark {\n  background:#111;\n}\n\n.st2-arrow {\n  font-size:18px;\n  line-height:1;\n}\n\n\n\/* =========================================================\n   MICRO INTRO\n   Intentionally tiny after Shopify's existing hero.\n   ========================================================= *\/\n\n.st2-intro {\n  padding:26px 0 30px;\n  background:#fff;\n  text-align:center;\n}\n\n.st2-intro p {\n  max-width:820px;\n  margin:0 auto;\n  font-size:15px;\n  line-height:1.65;\n  color:#444;\n}\n\n.st2-intro strong {\n  color:#111;\n}\n\n\n\/* =========================================================\n   CINEMATIC CAMPAIGN PANELS\n   ========================================================= *\/\n\n.st2-campaign {\n  position:relative;\n  min-height:520px;\n  background:#111;\n  overflow:hidden;\n}\n\n.st2-campaign-img {\n  position:absolute;\n  inset:0;\n}\n\n.st2-campaign-img img {\n  width:100%;\n  height:100%;\n  object-fit:cover;\n}\n\n.st2-campaign:after {\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n    linear-gradient(\n      to top,\n      rgba(0,0,0,.92) 0%,\n      rgba(0,0,0,.52) 38%,\n      rgba(0,0,0,.12) 70%,\n      rgba(0,0,0,.03) 100%\n    );\n}\n\n.st2-campaign-content {\n  position:relative;\n  z-index:2;\n  display:flex;\n  flex-direction:column;\n  justify-content:flex-end;\n  min-height:520px;\n  padding:42px 20px;\n  color:#fff;\n}\n\n.st2-campaign-content .st2-copy {\n  color:rgba(255,255,255,.91);\n  text-shadow:0 2px 12px rgba(0,0,0,.5);\n}\n\n.st2-campaign-content .st2-display {\n  text-shadow:0 3px 18px rgba(0,0,0,.4);\n}\n\n\n\/* =========================================================\n   EVO SPLIT\n   ========================================================= *\/\n\n.st2-evo {\n  background:#fff;\n}\n\n.st2-evo-grid {\n  display:grid;\n  grid-template-columns:1fr;\n}\n\n.st2-evo-image {\n  min-height:390px;\n  background:#111;\n}\n\n.st2-evo-image img {\n  width:100%;\n  height:100%;\n  min-height:390px;\n  object-fit:cover;\n}\n\n.st2-evo-copy {\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n  padding:48px 20px 54px;\n}\n\n.st2-stat {\n  margin-top:24px;\n  padding-top:18px;\n  border-top:1px solid var(--line);\n  display:flex;\n  gap:28px;\n  flex-wrap:wrap;\n}\n\n.st2-stat-item strong {\n  display:block;\n  font-size:25px;\n  line-height:1;\n  font-weight:900;\n}\n\n.st2-stat-item span {\n  display:block;\n  margin-top:6px;\n  color:var(--muted);\n  font-size:11px;\n  font-weight:800;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   SMALL LIGHT FEATURE\n   ========================================================= *\/\n\n.st2-small {\n  padding:60px 0;\n  background:var(--black);\n  color:#fff;\n}\n\n.st2-small-head {\n  margin-bottom:26px;\n}\n\n.st2-small-grid {\n  display:grid;\n  grid-template-columns:1fr;\n  gap:12px;\n}\n\n.st2-small-card {\n  position:relative;\n  min-height:360px;\n  overflow:hidden;\n  border-radius:8px;\n  background:#222;\n}\n\n.st2-small-card img {\n  width:100%;\n  height:100%;\n  min-height:360px;\n  object-fit:cover;\n  transition:transform .35s ease;\n}\n\n.st2-small-card:hover img {\n  transform:scale(1.025);\n}\n\n.st2-small-card:after {\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:linear-gradient(\n    to top,\n    rgba(0,0,0,.92),\n    rgba(0,0,0,.45) 46%,\n    rgba(0,0,0,.04) 78%\n  );\n}\n\n.st2-small-copy {\n  position:absolute;\n  z-index:2;\n  left:20px;\n  right:20px;\n  bottom:20px;\n}\n\n.st2-small-copy span {\n  display:block;\n  color:var(--orange);\n  font-size:10px;\n  font-weight:900;\n  letter-spacing:1.7px;\n  text-transform:uppercase;\n}\n\n.st2-small-copy strong {\n  display:block;\n  margin-top:5px;\n  color:#fff;\n  font-size:25px;\n  line-height:1;\n  font-weight:900;\n}\n\n.st2-small-copy p {\n  margin:7px 0 0;\n  color:rgba(255,255,255,.88);\n  font-size:13px;\n}\n\n\n\/* =========================================================\n   CAP-IT BUILD\n   ========================================================= *\/\n\n.st2-build {\n  padding:60px 0;\n  background:var(--soft);\n}\n\n.st2-build-head {\n  max-width:760px;\n  margin-bottom:26px;\n}\n\n.st2-build-image {\n  overflow:hidden;\n  border-radius:8px;\n}\n\n.st2-build-image img {\n  width:100%;\n  object-fit:cover;\n}\n\n.st2-build-strip {\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  margin-top:12px;\n  gap:1px;\n  background:#d8d8d5;\n}\n\n.st2-build-item {\n  padding:18px 14px;\n  background:#fff;\n}\n\n.st2-build-item strong {\n  display:block;\n  font-size:12px;\n  font-weight:900;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.st2-build-item span {\n  display:block;\n  margin-top:4px;\n  color:#666;\n  font-size:12px;\n}\n\n\n\/* =========================================================\n   EXPLORE CATEGORY TILES\n   ========================================================= *\/\n\n.st2-explore {\n  padding:60px 0;\n  background:#fff;\n}\n\n.st2-explore-head {\n  margin-bottom:26px;\n}\n\n.st2-cat-grid {\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:8px;\n}\n\n.st2-cat {\n  position:relative;\n  min-height:210px;\n  overflow:hidden;\n  background:#111;\n}\n\n.st2-cat img {\n  width:100%;\n  height:100%;\n  min-height:210px;\n  object-fit:cover;\n  transition:transform .35s ease;\n}\n\n.st2-cat:hover img {\n  transform:scale(1.035);\n}\n\n.st2-cat:after {\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:linear-gradient(\n    to top,\n    rgba(0,0,0,.96) 0%,\n    rgba(0,0,0,.76) 32%,\n    rgba(0,0,0,.14) 68%,\n    rgba(0,0,0,.02) 100%\n  );\n}\n\n.st2-cat-copy {\n  position:absolute;\n  z-index:2;\n  left:14px;\n  right:14px;\n  bottom:14px;\n  color:#fff;\n  text-shadow:0 2px 10px rgba(0,0,0,.7);\n}\n\n.st2-cat-copy strong {\n  display:block;\n  font-size:16px;\n  line-height:1.05;\n  font-weight:900;\n}\n\n.st2-cat-copy span {\n  display:block;\n  margin-top:5px;\n  color:rgba(255,255,255,.88);\n  font-size:11px;\n  line-height:1.35;\n}\n\n\n\/* =========================================================\n   BEAM STORY\n   ========================================================= *\/\n\n.st2-beam {\n  padding:60px 0;\n  background:var(--soft);\n}\n\n.st2-beam-grid {\n  display:grid;\n  grid-template-columns:1fr;\n  gap:26px;\n  align-items:center;\n}\n\n.st2-beam-image {\n  overflow:hidden;\n  border-radius:8px;\n}\n\n.st2-beam-image img {\n  min-height:300px;\n  object-fit:cover;\n}\n\n.st2-beam-options {\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:8px;\n  margin-top:22px;\n}\n\n.st2-beam-option {\n  padding:14px;\n  background:#fff;\n  border-top:3px solid var(--orange);\n}\n\n.st2-beam-option strong {\n  display:block;\n  font-size:12px;\n  font-weight:900;\n  text-transform:uppercase;\n}\n\n.st2-beam-option span {\n  display:block;\n  margin-top:4px;\n  color:#666;\n  font-size:11px;\n}\n\n\n\/* =========================================================\n   AFTER DARK\n   ========================================================= *\/\n\n.st2-after {\n  background:#111;\n  color:#fff;\n}\n\n.st2-after-head {\n  padding:54px 20px 28px;\n  max-width:1240px;\n  margin:0 auto;\n}\n\n.st2-after-grid {\n  display:grid;\n  grid-template-columns:1fr;\n}\n\n.st2-after-card {\n  position:relative;\n  min-height:390px;\n  overflow:hidden;\n}\n\n.st2-after-card img {\n  width:100%;\n  height:100%;\n  min-height:390px;\n  object-fit:cover;\n}\n\n.st2-after-card:after {\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:linear-gradient(\n    to top,\n    rgba(0,0,0,.88),\n    rgba(0,0,0,.15) 65%\n  );\n}\n\n.st2-after-copy {\n  position:absolute;\n  z-index:2;\n  left:20px;\n  right:20px;\n  bottom:22px;\n}\n\n.st2-after-copy strong {\n  display:block;\n  font-size:25px;\n  line-height:1;\n  font-weight:900;\n}\n\n.st2-after-copy span {\n  display:block;\n  margin-top:6px;\n  font-size:13px;\n  color:rgba(255,255,255,.9);\n}\n\n\n\/* =========================================================\n   CAP-IT CLOSE\n   ========================================================= *\/\n\n.st2-close {\n  padding:64px 0;\n  background:#fff;\n}\n\n.st2-close-top {\n  text-align:center;\n  max-width:850px;\n  margin:0 auto;\n}\n\n.st2-close-top .st2-copy {\n  margin-left:auto;\n  margin-right:auto;\n}\n\n.st2-reasons {\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:1px;\n  margin-top:32px;\n  background:#ddd;\n}\n\n.st2-reason {\n  padding:22px 16px;\n  background:var(--soft);\n}\n\n.st2-reason strong {\n  display:block;\n  font-size:14px;\n  font-weight:900;\n  text-transform:uppercase;\n}\n\n.st2-reason span {\n  display:block;\n  margin-top:5px;\n  color:#666;\n  font-size:12px;\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   SPECIALISTS\n   ========================================================= *\/\n\n.st2-specialists {\n  padding:54px 0;\n  background:var(--soft);\n}\n\n.st2-specialists-head {\n  text-align:center;\n  max-width:760px;\n  margin:0 auto;\n}\n\n.st2-stores {\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:8px;\n  margin-top:26px;\n}\n\n.st2-store {\n  display:block;\n  padding:18px 14px;\n  background:#fff;\n  border:1px solid #e1e1de;\n  transition:border-color .18s ease,transform .18s ease;\n}\n\n.st2-store:hover {\n  border-color:var(--orange);\n  transform:translateY(-2px);\n}\n\n.st2-store strong {\n  display:block;\n  font-size:14px;\n  font-weight:900;\n}\n\n.st2-store span {\n  display:block;\n  margin-top:3px;\n  color:#666;\n  font-size:11px;\n}\n\n.st2-store em {\n  display:block;\n  margin-top:10px;\n  color:var(--orange);\n  font-size:10px;\n  font-style:normal;\n  font-weight:900;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   SHOP ALL HANDOFF\n   ========================================================= *\/\n\n.st2-shopall {\n  padding:52px 20px 36px;\n  text-align:center;\n  background:#fff;\n}\n\n.st2-shopall p {\n  max-width:620px;\n  margin:12px auto 0;\n  color:#666;\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   DESKTOP\n   ========================================================= *\/\n\n@media (min-width:700px) {\n\n  .st2-wrap {\n    padding:0 28px;\n  }\n\n  .st2-intro {\n    padding:32px 0 36px;\n  }\n\n  .st2-campaign,\n  .st2-campaign-content {\n    min-height:650px;\n  }\n\n  .st2-campaign-content {\n    max-width:1240px;\n    margin:0 auto;\n    padding:58px 28px;\n  }\n\n  .st2-small,\n  .st2-build,\n  .st2-explore,\n  .st2-beam,\n  .st2-close {\n    padding:82px 0;\n  }\n\n  .st2-small-grid {\n    grid-template-columns:repeat(2,minmax(0,1fr));\n  }\n\n  .st2-small-card,\n  .st2-small-card img {\n    min-height:460px;\n  }\n\n  .st2-cat-grid {\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:10px;\n  }\n\n  .st2-cat,\n  .st2-cat img {\n    min-height:300px;\n  }\n\n  .st2-cat-copy {\n    left:20px;\n    right:20px;\n    bottom:19px;\n  }\n\n  .st2-cat-copy strong {\n    font-size:22px;\n  }\n\n  .st2-cat-copy span {\n    font-size:13px;\n  }\n\n  .st2-after-grid {\n    grid-template-columns:1.2fr .8fr;\n  }\n\n  .st2-after-card,\n  .st2-after-card img {\n    min-height:520px;\n  }\n\n  .st2-stores {\n    grid-template-columns:repeat(4,minmax(0,1fr));\n  }\n}\n\n@media (min-width:960px) {\n\n  .st2-evo-grid {\n    grid-template-columns:1.18fr .82fr;\n    min-height:620px;\n  }\n\n  .st2-evo-image,\n  .st2-evo-image img {\n    min-height:620px;\n  }\n\n  .st2-evo-copy {\n    padding:70px 8vw 70px 55px;\n  }\n\n  .st2-build-strip {\n    grid-template-columns:repeat(4,minmax(0,1fr));\n  }\n\n  .st2-beam-grid {\n    grid-template-columns:1.25fr .75fr;\n    gap:52px;\n  }\n\n  .st2-beam-image img {\n    min-height:500px;\n  }\n\n  .st2-reasons {\n    grid-template-columns:repeat(4,minmax(0,1fr));\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"st2\"\u003e\n\n  \u003c!-- =====================================================\n       TINY INTRO\n       Shopify's existing STEDI hero has already done the intro.\n       ===================================================== --\u003e\n  \u003csection class=\"st2-intro\"\u003e\n    \u003cdiv class=\"st2-wrap\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSTEDI lighting is here at Cap-it.\u003c\/strong\u003e\n        Built for trucks, 4x4s and the places that get interesting after dark.\n        Shop online across Canada or have your setup professionally installed at participating Cap-it locations.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       CAMPAIGN 01 - TYPE X\n       ===================================================== --\u003e\n  \u003csection class=\"st2-campaign\"\u003e\n    \u003cdiv class=\"st2-campaign-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-pro-plus-night-shot.jpg?v=1777327463\" alt=\"STEDI Type-X Pro Plus driving lights illuminating a dark road\" fetchpriority=\"high\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"st2-campaign-content\"\u003e\n      \u003cp class=\"st2-eyebrow\"\u003eSTEDI TYPE-X\u003c\/p\u003e\n      \u003ch2 class=\"st2-display\"\u003eTHE ROUND\u003cbr\u003eLIGHT IS BACK.\u003c\/h2\u003e\n      \u003cp class=\"st2-copy\"\u003e\n        Iconic shape. Modern optics. Serious reach.\n        Type-X brings road presence and performance together in one unmistakable package.\n      \u003c\/p\u003e\n\n      \u003ca class=\"st2-cta\" href=\"\/collections\/stedi-driving-lights\"\u003e\n        Explore Driving Lights \u003cspan class=\"st2-arrow\"\u003e›\u003c\/span\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       CAMPAIGN 02 - EVO\n       ===================================================== --\u003e\n  \u003csection class=\"st2-evo\"\u003e\n    \u003cdiv class=\"st2-evo-grid\"\u003e\n\n      \u003cdiv class=\"st2-evo-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-evo-light-bar-22-inch-night-shot.jpg?v=1777394015\" alt=\"STEDI EVO 22 inch LED light bar illuminating a dark road\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"st2-evo-copy\"\u003e\n        \u003cp class=\"st2-eyebrow\"\u003eEVO 22\" LIGHT BAR\u003c\/p\u003e\n        \u003ch2 class=\"st2-title\"\u003eLOW PROFILE.\u003cbr\u003eHIGH IMPACT.\u003c\/h2\u003e\n\n        \u003cp class=\"st2-copy\"\u003e\n          Minimalist when it's off. Relentless when it's on.\n          The EVO packs huge usable light into a compact 22-inch housing.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"st2-stat\"\u003e\n          \u003cdiv class=\"st2-stat-item\"\u003e\n            \u003cstrong\u003e20,000\u003c\/strong\u003e\n            \u003cspan\u003eTested Lumens\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"st2-stat-item\"\u003e\n            \u003cstrong\u003e960 m\u003c\/strong\u003e\n            \u003cspan\u003e1 Lux Distance\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ca class=\"st2-cta st2-cta-dark\" href=\"\/products\/stedi-evo-22-inch-led-light-bar\"\u003e\n            Meet EVO \u003cspan class=\"st2-arrow\"\u003e›\u003c\/span\u003e\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       SMALL LIGHTS\n       ===================================================== --\u003e\n  \u003csection class=\"st2-small\"\u003e\n    \u003cdiv class=\"st2-wrap\"\u003e\n\n      \u003cdiv class=\"st2-small-head\"\u003e\n        \u003cp class=\"st2-eyebrow\"\u003eCOMPACT STEDI\u003c\/p\u003e\n        \u003ch2 class=\"st2-title\"\u003eSMALL LIGHT.\u003cbr\u003eSERIOUS ATTITUDE.\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"st2-small-grid\"\u003e\n\n        \u003ca class=\"st2-small-card\" href=\"\/products\/stedi-type-x-evo-mini-4-led-driving-light\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/STEDIType-xminifront.jpg?v=1786039270\" alt=\"STEDI Type-X EVO Mini 4 inch LED driving light\" loading=\"lazy\"\u003e\n\n          \u003cdiv class=\"st2-small-copy\"\u003e\n            \u003cspan\u003eTYPE-X EVO MINI\u003c\/span\u003e\n            \u003cstrong\u003eTHE LITTLE ONE ISN'T LITTLE.\u003c\/strong\u003e\n            \u003cp\u003eFour inches of STEDI design with spot and flood options.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"st2-small-card\" href=\"\/products\/stedi-black-edition-c4-cube-light\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-black-edition-c4-night-shot.jpg?v=1777399837\" alt=\"STEDI C4 Black Edition LED cube light at night\" loading=\"lazy\"\u003e\n\n          \u003cdiv class=\"st2-small-copy\"\u003e\n            \u003cspan\u003eC4 BLACK EDITION\u003c\/span\u003e\n            \u003cstrong\u003ePUT LIGHT ALMOST ANYWHERE.\u003c\/strong\u003e\n            \u003cp\u003eCompact spot and flood lighting for builds where space matters.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       CAP-IT BUILD\n       ===================================================== --\u003e\n  \u003csection class=\"st2-build\"\u003e\n    \u003cdiv class=\"st2-wrap\"\u003e\n\n      \u003cdiv class=\"st2-build-head\"\u003e\n        \u003cp class=\"st2-eyebrow\"\u003eSTEDI × CAP-IT\u003c\/p\u003e\n        \u003ch2 class=\"st2-title\"\u003eBUILT.\u003cbr\u003eNOT BOLTED ON.\u003c\/h2\u003e\n\n        \u003cp class=\"st2-copy\"\u003e\n          Great lighting should look like it belonged on the truck from day one.\n          Cap-it can bring together the lights, rack, canopy, wiring and installation as one complete build.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"st2-build-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/Cap-it_Toyota_Tundra_Banner.jpg?v=1786850470\" alt=\"Cap-it Toyota Tundra equipped with integrated STEDI lighting\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"st2-build-strip\"\u003e\n        \u003cdiv class=\"st2-build-item\"\u003e\n          \u003cstrong\u003eDriving Lights\u003c\/strong\u003e\n          \u003cspan\u003eLight the road ahead.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"st2-build-item\"\u003e\n          \u003cstrong\u003eRack Integration\u003c\/strong\u003e\n          \u003cspan\u003eLighting built into the vehicle.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"st2-build-item\"\u003e\n          \u003cstrong\u003eCanopy \u0026amp; Camp\u003c\/strong\u003e\n          \u003cspan\u003eUseful light after the drive.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"st2-build-item\"\u003e\n          \u003cstrong\u003eInstallation\u003c\/strong\u003e\n          \u003cspan\u003eClean mounting and wiring.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       EXPLORE THE RANGE\n       ===================================================== --\u003e\n  \u003csection class=\"st2-explore\"\u003e\n    \u003cdiv class=\"st2-wrap\"\u003e\n\n      \u003cdiv class=\"st2-explore-head\"\u003e\n        \u003cp class=\"st2-eyebrow\"\u003eEXPLORE STEDI\u003c\/p\u003e\n        \u003ch2 class=\"st2-title\"\u003eCHOOSE YOUR LIGHT.\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"st2-cat-grid\"\u003e\n\n        \u003ca class=\"st2-cat\" href=\"\/collections\/stedi-driving-lights\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-pro-plus.jpg?v=1777327697\" alt=\"STEDI Type-X LED driving lights\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"st2-cat-copy\"\u003e\n            \u003cstrong\u003eDRIVING LIGHTS ›\u003c\/strong\u003e\n            \u003cspan\u003eOwn the road ahead.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"st2-cat\" href=\"\/collections\/stedi-light-bars\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/evo-light-s-1.jpg?v=1786729556\" alt=\"STEDI LED light bar\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"st2-cat-copy\"\u003e\n            \u003cstrong\u003eLIGHT BARS ›\u003c\/strong\u003e\n            \u003cspan\u003eLow profile. Huge output.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"st2-cat\" href=\"\/collections\/stedi-pod-cube-lights\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/STEDIC4Cube.jpg?v=1786039639\" alt=\"STEDI C4 pod and cube lighting\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"st2-cat-copy\"\u003e\n            \u003cstrong\u003ePODS \u0026amp; CUBES ›\u003c\/strong\u003e\n            \u003cspan\u003eSmall package. Serious light.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"st2-cat\" href=\"\/collections\/stedi-work-camp-lights\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/micro-v2-touch-13-inch-s-1.jpg?v=1786730675\" alt=\"STEDI work and camp lighting\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"st2-cat-copy\"\u003e\n            \u003cstrong\u003eWORK \u0026amp; CAMP ›\u003c\/strong\u003e\n            \u003cspan\u003eThe drive ends. The light doesn't.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"st2-cat\" href=\"\/collections\/stedi-rock-lights\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/surface-rock-lights-rgb-gu-patrol-s-1.jpg?v=1786737640\" alt=\"STEDI RGB rock lights installed on a 4x4\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"st2-cat-copy\"\u003e\n            \u003cstrong\u003eROCK LIGHTS ›\u003c\/strong\u003e\n            \u003cspan\u003eLight everything.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"st2-cat\" href=\"\/collections\/stedi-lighting-accessories\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-st3301-pro-cover-black-amber.jpg?v=1777659830\" alt=\"STEDI lighting covers lenses and accessories\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"st2-cat-copy\"\u003e\n            \u003cstrong\u003eACCESSORIES ›\u003c\/strong\u003e\n            \u003cspan\u003eFinish it properly.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       BUY THE RIGHT LIGHT\n       ===================================================== --\u003e\n  \u003csection class=\"st2-beam\"\u003e\n    \u003cdiv class=\"st2-wrap\"\u003e\n\n      \u003cdiv class=\"st2-beam-grid\"\u003e\n\n        \u003cdiv class=\"st2-beam-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-evo-light-bar-22-inch-night-shot.jpg?v=1777394015\" alt=\"STEDI LED lighting showing wide and long-range beam performance\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003cp class=\"st2-eyebrow\"\u003eCHOOSING YOUR LIGHT\u003c\/p\u003e\n          \u003ch2 class=\"st2-title\"\u003eDON'T BUY\u003cbr\u003eA NUMBER.\u003c\/h2\u003e\n          \u003ch3 style=\"margin:8px 0 0;font-size:clamp(24px,4vw,38px);line-height:1;font-weight:900;color:#f47a20;\"\u003e\n            BUY THE RIGHT LIGHT.\n          \u003c\/h3\u003e\n\n          \u003cp class=\"st2-copy\"\u003e\n            Big lumen numbers are easy. Useful light is harder.\n            Think about where you need the beam, how far you need to see and what happens at the edges.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"st2-beam-options\"\u003e\n            \u003cdiv class=\"st2-beam-option\"\u003e\n              \u003cstrong\u003eDistance\u003c\/strong\u003e\n              \u003cspan\u003eSee farther ahead.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"st2-beam-option\"\u003e\n              \u003cstrong\u003eSpread\u003c\/strong\u003e\n              \u003cspan\u003eSee more of the road.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"st2-beam-option\"\u003e\n              \u003cstrong\u003eFlood\u003c\/strong\u003e\n              \u003cspan\u003eOwn the area around you.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"st2-beam-option\"\u003e\n              \u003cstrong\u003eCombo\u003c\/strong\u003e\n              \u003cspan\u003eBalance reach and width.\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003ca class=\"st2-cta st2-cta-dark\" href=\"\/collections\/stedi-driving-lights\"\u003e\n            Find Your Light \u003cspan class=\"st2-arrow\"\u003e›\u003c\/span\u003e\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       AFTER DARK\n       ===================================================== --\u003e\n  \u003csection class=\"st2-after\"\u003e\n\n    \u003cdiv class=\"st2-after-head\"\u003e\n      \u003cp class=\"st2-eyebrow\"\u003eAFTER DARK\u003c\/p\u003e\n      \u003ch2 class=\"st2-title\"\u003eTHE DRIVE WAS\u003cbr\u003eONLY THE BEGINNING.\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"st2-after-grid\"\u003e\n\n      \u003ca class=\"st2-after-card\" href=\"\/collections\/stedi-work-camp-lights\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/micro-v2-touch-7-inch-s-3.jpg?v=1786730675\" alt=\"STEDI amber work and camp lighting mounted to an overland vehicle\" loading=\"lazy\"\u003e\n\n        \u003cdiv class=\"st2-after-copy\"\u003e\n          \u003cstrong\u003eLIGHT THE CAMP.\u003c\/strong\u003e\n          \u003cspan\u003eCanopies, racks, campsites and work areas.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n\n      \u003ca class=\"st2-after-card\" href=\"\/collections\/stedi-rock-lights\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/y62-patrol-rgb-rock-lights-s-1_1_jpg.webp?v=1786737640\" alt=\"STEDI RGB rock lighting installed on an off-road vehicle\" loading=\"lazy\"\u003e\n\n        \u003cdiv class=\"st2-after-copy\"\u003e\n          \u003cstrong\u003eLIGHT EVERYTHING.\u003c\/strong\u003e\n          \u003cspan\u003eUnderbody, perimeter, trail and campsite.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       WHY CAP-IT\n       ===================================================== --\u003e\n  \u003csection class=\"st2-close\"\u003e\n    \u003cdiv class=\"st2-wrap\"\u003e\n\n      \u003cdiv class=\"st2-close-top\"\u003e\n        \u003cp class=\"st2-eyebrow\"\u003eSTEDI × CAP-IT\u003c\/p\u003e\n        \u003ch2 class=\"st2-title\"\u003eSEE IT. BUILD IT.\u003cbr\u003eLIGHT IT.\u003c\/h2\u003e\n\n        \u003cp class=\"st2-copy\"\u003e\n          Cap-it has been outfitting Canadian trucks since 1977.\n          Shop STEDI online across Canada, get help choosing the right setup,\n          or have it professionally installed at participating Cap-it locations.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"st2-reasons\"\u003e\n\n        \u003cdiv class=\"st2-reason\"\u003e\n          \u003cstrong\u003eSince 1977\u003c\/strong\u003e\n          \u003cspan\u003eNearly five decades building and outfitting Canadian trucks.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"st2-reason\"\u003e\n          \u003cstrong\u003eReal Stores\u003c\/strong\u003e\n          \u003cspan\u003eSee the product and talk to people who work with trucks every day.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"st2-reason\"\u003e\n          \u003cstrong\u003eProfessional Installation\u003c\/strong\u003e\n          \u003cspan\u003eClean mounting, wiring and integration at participating locations.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"st2-reason\"\u003e\n          \u003cstrong\u003eThe Whole Build\u003c\/strong\u003e\n          \u003cspan\u003eLighting, racks, canopies, storage and overland equipment under one roof.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       SPECIALIST LOCATIONS\n       ===================================================== --\u003e\n  \u003csection class=\"st2-specialists\"\u003e\n    \u003cdiv class=\"st2-wrap\"\u003e\n\n      \u003cdiv class=\"st2-specialists-head\"\u003e\n        \u003cp class=\"st2-eyebrow\"\u003eSTEDI SPECIALIST LOCATIONS\u003c\/p\u003e\n        \u003ch2 class=\"st2-title\"\u003eSEE IT. COMPARE IT.\u003cbr\u003eGET IT INSTALLED.\u003c\/h2\u003e\n\n        \u003cp class=\"st2-copy\" style=\"margin-left:auto;margin-right:auto;\"\u003e\n          STEDI is available through the Cap-it dealer network.\n          Select STEDI Specialist locations carry an expanded in-store assortment,\n          display STEDI lighting and offer professional installation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"st2-stores\"\u003e\n\n        \u003ca class=\"st2-store\" href=\"https:\/\/shop.capit.com\/a\/store-locator\/cap-it-langley-township.html\"\u003e\n          \u003cstrong\u003eLangley Township\u003c\/strong\u003e\n          \u003cspan\u003eBritish Columbia\u003c\/span\u003e\n          \u003cem\u003eView Location ›\u003c\/em\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"st2-store\" href=\"https:\/\/shop.capit.com\/a\/store-locator\/cap-it-langley-city.html\"\u003e\n          \u003cstrong\u003eLangley City\u003c\/strong\u003e\n          \u003cspan\u003eBritish Columbia\u003c\/span\u003e\n          \u003cem\u003eView Location ›\u003c\/em\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"st2-store\" href=\"https:\/\/shop.capit.com\/a\/store-locator\/cap-it-kamloops.html\"\u003e\n          \u003cstrong\u003eKamloops\u003c\/strong\u003e\n          \u003cspan\u003eBritish Columbia\u003c\/span\u003e\n          \u003cem\u003eView Location ›\u003c\/em\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"st2-store\" href=\"https:\/\/shop.capit.com\/a\/store-locator\/cap-it-calgary.html\"\u003e\n          \u003cstrong\u003eCalgary\u003c\/strong\u003e\n          \u003cspan\u003eAlberta\u003c\/span\u003e\n          \u003cem\u003eView Location ›\u003c\/em\u003e\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       HANDOFF TO SHOPIFY PRODUCT GRID\n       ===================================================== --\u003e\n  \u003csection class=\"st2-shopall\"\u003e\n    \u003cp class=\"st2-eyebrow\"\u003eTHE COMPLETE COLLECTION\u003c\/p\u003e\n    \u003ch2 class=\"st2-title\"\u003eSHOP ALL STEDI.\u003c\/h2\u003e\n    \u003cp\u003e\n      Driving lights, light bars, pods, work lights, rock lights,\n      wiring, covers and installation accessories.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"stedi-type-x-sport-7-led-driving-lights-pair","title":"STEDI Type-X Sport 7” LED Driving Lights – Pair (Hybrid Beam)","description":"\u003ch2\u003eSTEDI Type-X Sport 7\" LED Driving Lights – Pair\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eBig performance. Real value. Sold as a pair.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003eThe STEDI Type-X Sport 7\" delivers serious driving light performance at a price point that makes sense. Built on STEDI’s proven Type-X platform, this 7\" setup balances long-distance visibility with usable width, making it one of the most versatile light options for trucks and overland builds.\u003c\/p\u003e\n\n\u003cp\u003eThis is your step into premium lighting without stepping into premium pricing.\u003c\/p\u003e\n\n\u003ch3\u003eWhy Choose the Type-X Sport 7\"?\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBalanced Beam Pattern\u003c\/strong\u003e, strong distance with usable width for real-world driving\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProven Type-X Platform\u003c\/strong\u003e, refined optics and upgraded internal design\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGreat Value Performance\u003c\/strong\u003e, premium output without the premium price tag\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSold as a Pair\u003c\/strong\u003e, complete front-end lighting solution\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSignature STEDI Design\u003c\/strong\u003e, modern styling with iconic orange accent\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eKey Performance Specs\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBeam Distance:\u003c\/strong\u003e Up to 895m\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBeam Type:\u003c\/strong\u003e Hybrid (Spot + Wide)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLED Type:\u003c\/strong\u003e High-performance LEDs\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColour Temperature:\u003c\/strong\u003e 5000K\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHousing:\u003c\/strong\u003e Cast aluminum\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBracket:\u003c\/strong\u003e 304 stainless steel\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIngress Rating:\u003c\/strong\u003e IP68\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eWhat’s Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e2 x STEDI Type-X Sport 7\" Driving Lights\u003c\/li\u003e\n\u003cli\u003e2 x Black protective covers\u003c\/li\u003e\n\u003cli\u003eHeavy-duty stainless steel mounting brackets\u003c\/li\u003e\n\u003cli\u003eMounting hardware\u003c\/li\u003e\n\u003cli\u003eWiring instructions\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eBeam Performance – Distance Meets Width\u003c\/h3\u003e\n\u003cp\u003e\nThe Type-X Sport uses a hybrid beam pattern that combines strong forward projection with controlled near-field spread.\n\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLong-distance throw\u003c\/strong\u003e for highway and backroad driving\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWide beam elements\u003c\/strong\u003e to light up shoulders and surrounding terrain\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmooth transition\u003c\/strong\u003e between spot and flood zones\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp style=\"text-align:center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-sport-lux.jpg?v=1777323039\" alt=\"STEDI Type-X Sport 7 inch beam pattern\" style=\"max-width:100%;\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eBuilt to Perform\u003c\/h3\u003e\n\u003cp\u003e\nThe Type-X Sport isn’t a stripped-down light, it’s a refined version of a proven platform. With deeper optics and improved beam control, it delivers a clean, usable light pattern that works in real driving conditions.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe stainless steel bracket system and rugged housing are built to handle vibration, weather, and long-term use on trucks, SUVs, and off-road builds.\n\u003c\/p\u003e\n\n\u003cp style=\"text-align:center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-sport-size.jpg?v=1777323039\" alt=\"STEDI Type-X Sport 7 inch size reference\" style=\"max-width:100%;\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eSee It In Action\u003c\/h3\u003e\n\n\u003ch4\u003eDriving Footage\u003c\/h4\u003e\n\u003cp\u003eReal-world output and beam performance on the road.\u003c\/p\u003e\n\u003cp style=\"text-align:center;\"\u003e\n\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/S4ETS-bccZQ\" title=\"STEDI Type-X Sport Driving Footage\" frameborder=\"0\" allowfullscreen\u003e\u003c\/iframe\u003e\n\u003c\/p\u003e\n\n\u003ch4\u003eRange Rundown\u003c\/h4\u003e\n\u003cp\u003eA closer look at where the Type-X Sport fits in the STEDI lineup.\u003c\/p\u003e\n\u003cp style=\"text-align:center;\"\u003e\n\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/DP6DJo662OE\" title=\"STEDI Type-X Sport Range Rundown\" frameborder=\"0\" allowfullscreen\u003e\u003c\/iframe\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eCap-it Expert Take\u003c\/h3\u003e\n\u003cp\u003e\nIf you're looking for a clean upgrade from factory lighting without jumping straight into top-tier pricing, this is the move. The Type-X Sport gives you real performance, real distance, and a complete pair out of the box.\n\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eIt’s the sweet spot between price and performance.\u003c\/strong\u003e\u003c\/p\u003e","brand":"STEDI","offers":[{"title":"Default Title","offer_id":47578787545324,"sku":"TYPE-X-SRT-7","price":439.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-sport9.jpg?v=1777323146"},{"product_id":"stedi-type-x-sport-plus-led-driving-lights","title":"STEDI Type-X Sport Plus LED Driving Lights | 7\" \u0026 8.5\" Pair","description":"\u003cdiv class=\"stedi-type-x-sport-plus-description\" style=\"max-width:1200px;margin:0 auto;color:#262626;line-height:1.65;\"\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:14px;padding:36px;margin-bottom:32px;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 7px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    STEDI TYPE-X SPORT PLUS\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    Serious Distance. Two Sizes. One Very Good Decision.\n  \u003c\/h2\u003e\n\n  \u003cp style=\"font-size:1.24em;margin:0 0 18px;color:#eeeeee;\"\u003e\n    \u003cstrong\u003eChoose 7\" for a more compact fit. Choose 8.5\" for maximum road presence and slightly more output. Both deliver STEDI's hybrid spot-and-flood beam beyond the 1 km mark.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;color:#dddddd;\"\u003e\n    Sold as a complete pair with blackout covers, interchangeable trim, mounting hardware and STEDI Smart High Beam Wiring Harness.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- QUICK SPECS --\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:12px;margin:0 0 40px;\"\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.2em;font-weight:800;color:#111111;\"\u003e1,192 m\u003c\/div\u003e\n    \u003cdiv\u003e1 Lux, Pair\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.2em;font-weight:800;color:#111111;\"\u003e5000K\u003c\/div\u003e\n    \u003cdiv\u003eNatural White Output\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.2em;font-weight:800;color:#111111;\"\u003eHybrid\u003c\/div\u003e\n    \u003cdiv\u003eSpot + Flood Beam\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.2em;font-weight:800;color:#111111;\"\u003eIP68\u003c\/div\u003e\n    \u003cdiv\u003eBuilt for Exposure\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- SIZE CHOICE --\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n  PICK YOUR SIZE\n\u003c\/p\u003e\n\n\u003ch2 style=\"color:#111111;margin:0 0 12px;\"\u003e\n  7\" or 8.5\"? Here's the Difference.\n\u003c\/h2\u003e\n\n\u003cp style=\"margin:0 0 24px;\"\u003e\n  Both Sport Plus sizes deliver the same quoted 1,192 m beam distance as a pair. The decision is really about packaging, output and how much visual presence you want on the front of the vehicle.  [oai_citation:1‡Stedi](https:\/\/www.stedi.ca\/ca_en\/type-x-sport-plus-7-black.html?___store=ca_en\u0026amp;utm_source=chatgpt.com)\n\u003c\/p\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:18px;margin-bottom:42px;\"\u003e\n\n  \u003c!-- 7 INCH --\u003e\n\n  \u003cdiv style=\"flex:1 1 340px;background:#f5f5f5;border:1px solid #dddddd;border-top:7px solid #ff6a00;border-radius:10px;padding:26px;\"\u003e\n\n    \u003cp style=\"margin:0 0 5px;color:#e85f00;font-size:.8em;font-weight:bold;letter-spacing:1.3px;text-transform:uppercase;\"\u003e\n      COMPACT FIT\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"margin:0 0 10px;color:#111111;\"\u003e\n      Type-X Sport Plus 7\"\n    \u003c\/h2\u003e\n\n    \u003cp style=\"font-size:1.08em;margin:0 0 15px;\"\u003e\n      \u003cstrong\u003eThe easier fit for tighter front ends and more compact builds.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cul style=\"padding-left:20px;line-height:1.85;margin-bottom:0;\"\u003e\n      \u003cli\u003e\u003cstrong\u003e23,320 tested lumens per pair\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003e1,192 m at 1 lux per pair\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e14,000 raw lumens per light\u003c\/li\u003e\n      \u003cli\u003e2.24 kg per light\u003c\/li\u003e\n      \u003cli\u003e33 spot + 4 flood optics\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- 8.5 INCH --\u003e\n\n  \u003cdiv style=\"flex:1 1 340px;background:#111111;border:1px solid #111111;border-top:7px solid #ff6a00;border-radius:10px;padding:26px;color:#ffffff;\"\u003e\n\n    \u003cp style=\"margin:0 0 5px;color:#ff6a00;font-size:.8em;font-weight:bold;letter-spacing:1.3px;text-transform:uppercase;\"\u003e\n      FULL-SIZE PRESENCE\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"margin:0 0 10px;color:#ffffff;\"\u003e\n      Type-X Sport Plus 8.5\"\n    \u003c\/h2\u003e\n\n    \u003cp style=\"font-size:1.08em;margin:0 0 15px;color:#eeeeee;\"\u003e\n      \u003cstrong\u003eThe bigger light when you want maximum presence and a little more output.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cul style=\"padding-left:20px;line-height:1.85;margin-bottom:0;color:#eeeeee;\"\u003e\n      \u003cli\u003e\u003cstrong\u003e24,770 tested lumens per pair\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003e1,192 m at 1 lux per pair\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e19,020 raw lumens per light\u003c\/li\u003e\n      \u003cli\u003e3.35 kg per light\u003c\/li\u003e\n      \u003cli\u003e32 spot + 4 flood optics\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- WHY SPORT PLUS --\u003e\n\n\u003cdiv style=\"background:#f4f4f4;border-left:8px solid #ff6a00;border-radius:10px;padding:28px;margin:42px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    WHY SPORT PLUS?\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#111111;\"\u003e\n    More Than a Bigger Round Light.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    The Type-X Sport Plus combines long-range spot optics with four dedicated wide-beam reflectors, giving you distance down the road without sacrificing the usable light immediately around the vehicle.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    STEDI also redesigned the housing and bracket system with a slimmer profile and reduced clearance requirements, helping the Sport Plus fit more naturally on modern bull bars and front-end setups.  [oai_citation:2‡Stedi](https:\/\/www.stedi.ca\/ca_en\/type-x-sport-plus-8-5-black-single.html?utm_source=chatgpt.com)\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    The result is a driving light that feels substantially more refined than a traditional oversized spot lamp while still looking right at home on a truck or serious touring build.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- BEAM PERFORMANCE --\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n  BEAM PERFORMANCE\n\u003c\/p\u003e\n\n\u003ch2 style=\"color:#111111;margin:0 0 14px;\"\u003e\n  Distance Without Tunnel Vision.\n\u003c\/h2\u003e\n\n\u003cp\u003e\n  The Sport Plus uses a hybrid optical design that combines long-range projection with dedicated flood optics for near-field and shoulder illumination.\n\u003c\/p\u003e\n\n\u003cp\u003e\n  Both sizes are rated to \u003cstrong\u003e1,192 m at 1 lux as a pair\u003c\/strong\u003e, so choosing the larger 8.5\" does not suddenly buy you hundreds of extra metres. What it gives you is a little more total tested output and a larger physical light.  [oai_citation:3‡Stedi](https:\/\/www.stedi.ca\/ca_en\/type-x-sport-plus-7-black.html?___store=ca_en\u0026amp;utm_source=chatgpt.com)\n\u003c\/p\u003e\n\n\u003cp style=\"text-align:center;margin:24px 0 42px;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-sport-plus-lux.jpg?v=1777326199\" alt=\"STEDI Type-X Sport Plus beam performance\" style=\"max-width:100%;height:auto;border-radius:10px;\"\u003e\n\u003c\/p\u003e\n\n\n\u003c!-- FITMENT --\u003e\n\n\u003ch2 style=\"color:#111111;margin:44px 0 14px;\"\u003e\n  Which Size Would We Choose?\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:16px;margin-bottom:42px;\"\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eChoose 7\" When...\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Space is tighter, you want a cleaner front-end installation, or an 8.5\" light simply feels oversized for the vehicle.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eChoose 8.5\" When...\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      You have the room, want the classic full-size Type-X appearance, and prefer the highest-output Sport Plus setup.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- SIZE IMAGE --\u003e\n\n\u003cp style=\"text-align:center;margin:22px 0 42px;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-sport-plus-size.jpg?v=1777326199\" alt=\"STEDI Type-X Sport Plus size and mounting reference\" style=\"max-width:100%;height:auto;border-radius:10px;\"\u003e\n\u003c\/p\u003e\n\n\n\u003c!-- DESIGN --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:13px;padding:31px;margin:44px 0;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    PERFORMANCE REIMAGINED\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    Built to Look Like It Belongs There.\n  \u003c\/h2\u003e\n\n  \u003cp style=\"color:#eeeeee;\"\u003e\n    A slimmer body, modernised bracket and interchangeable fascia and shoulder trim give the Sport Plus a more integrated appearance than traditional round driving lights.\n  \u003c\/p\u003e\n\n  \u003cp style=\"color:#dddddd;\"\u003e\n    Vertical rear fins manage heat, while the onboard DTP connection simplifies wiring and helps keep the finished installation clean.  [oai_citation:4‡Stedi](https:\/\/www.stedi.ca\/ca_en\/type-x-sport-plus-8-5-black.html?___store=ca_en\u0026amp;utm_source=chatgpt.com)\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;color:#ffffff;\"\u003e\n    \u003cstrong\u003eBig performance without making the vehicle look like a science project.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- TECH SPECS --\u003e\n\n\u003ch2 style=\"color:#111111;margin:46px 0 16px;\"\u003e\n  Compare 7\" \u0026amp; 8.5\"\n\u003c\/h2\u003e\n\n\u003cdiv style=\"overflow-x:auto;margin:20px 0 42px;\"\u003e\n\n\u003ctable style=\"width:100%;min-width:760px;border-collapse:collapse;border:1px solid #dddddd;\"\u003e\n\n  \u003cthead\u003e\n    \u003ctr\u003e\n      \u003cth style=\"padding:14px;background:#111111;color:#ffffff;text-align:left;\"\u003eSpecification\u003c\/th\u003e\n      \u003cth style=\"padding:14px;background:#111111;color:#ffffff;text-align:left;\"\u003e7\"\u003c\/th\u003e\n      \u003cth style=\"padding:14px;background:#111111;color:#ffffff;text-align:left;\"\u003e8.5\"\u003c\/th\u003e\n    \u003c\/tr\u003e\n  \u003c\/thead\u003e\n\n  \u003ctbody\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eRaw Lumens\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e14,000 lm each\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e19,020 lm each\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eTested Lumens\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e11,660 lm each \/ 23,320 pair\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e12,385 lm each \/ 24,770 pair\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003e1 Lux Distance\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e1,192 m pair\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e1,192 m pair\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eBeam Pattern\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eCombo, 33 Spot + 4 Flood\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eCombo, 32 Spot + 4 Flood\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eColour Temperature\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e5000K\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e5000K\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003ePower Draw\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e108W each\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e108W each\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eIngress Protection\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eIP68\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eIP68\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eVoltage Compatibility\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e10-30V\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e10-30V\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e2.24 kg each\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e3.35 kg each\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eOperating Temperature\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e-40°C to 60°C\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e-40°C to 60°C\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eWarranty\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e5 Years\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e5 Years\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n  \u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- WHAT'S INCLUDED --\u003e\n\n\u003cdiv style=\"background:#f4f4f4;border-left:8px solid #ff6a00;border-radius:10px;padding:28px;margin:42px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    WHAT'S INCLUDED\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#111111;\"\u003e\n    A Proper Pair, Not Just Two Lights.\n  \u003c\/h2\u003e\n\n  \u003cul style=\"line-height:1.9;margin-bottom:0;\"\u003e\n    \u003cli\u003e2 x STEDI Type-X Sport Plus driving lights in selected size\u003c\/li\u003e\n    \u003cli\u003e2 x protective blackout covers\u003c\/li\u003e\n    \u003cli\u003eOrange and grey interchangeable fascias\u003c\/li\u003e\n    \u003cli\u003eOrange and grey shoulder trim\u003c\/li\u003e\n    \u003cli\u003eFascia key tool\u003c\/li\u003e\n    \u003cli\u003eSTEDI Smart High Beam Wiring Harness\u003c\/li\u003e\n    \u003cli\u003e2 x stainless steel mounting brackets\u003c\/li\u003e\n    \u003cli\u003eMounting hardware\u003c\/li\u003e\n    \u003cli\u003eBracket shock dampeners\u003c\/li\u003e\n    \u003cli\u003eWiring and fitting instructions\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- VIDEO --\u003e\n\n\u003ch2 style=\"color:#111111;margin:46px 0 16px;\"\u003e\n  See the Type-X Sport Plus in Action\n\u003c\/h2\u003e\n\n\u003cp\u003e\n  Get a closer look at the housing, optics, customisation and real-world beam performance.\n\u003c\/p\u003e\n\n\u003cdiv style=\"position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;margin:20px 0 44px;\"\u003e\n\n  \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/KBD_3HQovjI\" title=\"STEDI Type-X Sport Plus Video\" style=\"position:absolute;top:0;left:0;width:100%;height:100%;border:0;\" allowfullscreen\u003e\n  \u003c\/iframe\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- INSTALLATION --\u003e\n\n\u003cdiv style=\"background:#f4f4f4;border-left:8px solid #ff6a00;border-radius:10px;padding:28px;margin:44px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    PROFESSIONAL INSTALLATION\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#111111;\"\u003e\n    Great Lights Deserve a Clean Install.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Driving-light performance depends on more than the light itself. Position, aiming, wiring and integration with the vehicle's high-beam circuit all matter.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    Participating Cap-it locations can help choose the right Sport Plus size for your vehicle and professionally install and aim the system.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CAP-IT TAKE --\u003e\n\n\u003cdiv style=\"background:#f2f2f2;border:2px solid #111111;border-top:8px solid #ff6a00;border-radius:12px;padding:30px;margin:48px 0 36px;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    THE CAP-IT TAKE\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 15px;color:#111111;\"\u003e\n    Don't Automatically Assume Bigger Is Better.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    That's the interesting thing about the Sport Plus lineup. Both sizes deliver the same published 1 lux distance as a pair.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The 8.5\" gives you a little more output and the unmistakable full-size Type-X look. The 7\" gives you nearly the same lighting performance in a smaller, lighter package that's easier to integrate into tighter builds.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    \u003cstrong\u003ePick the size that fits the vehicle. You aren't giving up the serious long-range performance either way.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FINAL CTA --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:14px;padding:34px;margin:48px 0 18px;color:#ffffff;text-align:center;\"\u003e\n\n  \u003cp style=\"margin:0 0 7px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    STEDI AT CAP-IT\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    Buy It Online. See It in Store. Have Us Install It.\n  \u003c\/h2\u003e\n\n  \u003cp style=\"max-width:800px;margin:0 auto 22px;color:#eeeeee;font-size:1.05em;line-height:1.7;\"\u003e\n    Shop STEDI online across Canada or visit a participating Cap-it location for product advice, lighting displays and professional installation.\n  \u003c\/p\u003e\n\n  \u003ca href=\"https:\/\/shop.capit.com\/a\/store-locator\/list\" style=\"display:inline-block;background:#ff6a00;color:#111111;text-decoration:none;font-weight:800;padding:14px 26px;border-radius:6px;\"\u003e\n    FIND YOUR NEAREST CAP-IT\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"STEDI","offers":[{"title":"7\"","offer_id":48347209072876,"sku":"ST-01-SRT-701","price":549.0,"currency_code":"CAD","in_stock":false},{"title":"8.5\"","offer_id":48347209105644,"sku":"ST-01-SRT-801","price":599.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-sport9_2ce84665-6840-4f21-8b9c-2c64963a5dda.jpg?v=1777326012"},{"product_id":"stedi-type-x-pro-plus-8-5-drl-led-driving-lights-pair","title":"STEDI Type-X Pro Plus 8.5” LED Driving Lights – DRL Assembled Kit (Pair)","description":"\u003ch2\u003eSTEDI Type-X Pro Plus 8.5\" LED Driving Lights – DRL Assembled Kit (Pair)\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eFlagship performance. Integrated DRL. Complete kit.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003eThe STEDI Type-X Pro Plus 8.5\" is the top of the lineup, delivering extreme distance, refined beam control, and premium design in a fully assembled, ready-to-install kit.\u003c\/p\u003e\n\n\u003cp\u003eWith integrated daytime running lights (DRL), advanced hybrid optics, and over 1.5km of light throw, this is built for drivers who want the best, no compromises.\u003c\/p\u003e\n\n\u003ch3\u003eWhy Choose the Type-X Pro Plus?\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e1.5km+ Beam Distance\u003c\/strong\u003e, maximum long-range visibility\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntegrated DRL\u003c\/strong\u003e, modern daytime running light built into each housing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdvanced Hybrid Beam\u003c\/strong\u003e, precision distance with wide usable spread\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFully Assembled Kit\u003c\/strong\u003e, complete package ready to install\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Build \u0026amp; Finish\u003c\/strong\u003e, flagship-level design and materials\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eKey Performance Specs\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBeam Distance:\u003c\/strong\u003e 1,500m+ (pair)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBeam Type:\u003c\/strong\u003e Hybrid (Spot + Flood)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColour Temperature:\u003c\/strong\u003e 5000K\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIngress Rating:\u003c\/strong\u003e IP68\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHousing:\u003c\/strong\u003e Cast aluminum with advanced cooling design\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDRL Function:\u003c\/strong\u003e Integrated daytime running light\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eWhat’s Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e2 x STEDI Type-X Pro Plus 8.5\" Driving Lights (DRL)\u003c\/li\u003e\n\u003cli\u003e2 x Protective covers\u003c\/li\u003e\n\u003cli\u003eHeavy-duty mounting brackets\u003c\/li\u003e\n\u003cli\u003eComplete wiring harness\u003c\/li\u003e\n\u003cli\u003eSwitch and relay system\u003c\/li\u003e\n\u003cli\u003eMounting hardware\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eBeam Performance – Maximum Distance, Controlled Spread\u003c\/h3\u003e\n\u003cp\u003e\nThe Type-X Pro Plus is engineered for high-speed visibility and long-distance clarity.\n\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eExtreme forward projection\u003c\/strong\u003e for highway and remote driving\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e12 dedicated flood reflectors\u003c\/strong\u003e for near-field visibility\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmooth beam transition\u003c\/strong\u003e without harsh cut-offs\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp style=\"text-align:center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-pro-plus-lux.jpg?v=1777327463\" alt=\"STEDI Type-X Pro Plus beam pattern\" style=\"max-width:100%;\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eIntegrated DRL – Function Meets Style\u003c\/h3\u003e\n\u003cp\u003e\nBuilt-in daytime running lights elevate both visibility and appearance. Whether you're on-road or off, the DRL adds a modern, high-end look while improving daytime presence.\n\u003c\/p\u003e\n\n\u003cp style=\"text-align:center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-pro-plus-night-shot.jpg?v=1777327463\" alt=\"STEDI Type-X Pro Plus DRL lighting\" style=\"max-width:100%;\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eBuilt for Serious Use\u003c\/h3\u003e\n\u003cp\u003e\nFrom extreme temperatures to harsh off-road environments, the Type-X Pro Plus is designed to perform. Advanced heat management, sealed construction, and heavy-duty mounting ensure reliability when it matters most.\n\u003c\/p\u003e\n\n\u003cp style=\"text-align:center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-pro-plus-dimensions.jpg?v=1777327463\" alt=\"STEDI Type-X Pro Plus dimensions\" style=\"max-width:100%;\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eSee It In Action\u003c\/h3\u003e\n\u003cp\u003e\nA full breakdown of performance, design, and features from STEDI.\n\u003c\/p\u003e\n\n\u003cp style=\"text-align:center;\"\u003e\n\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/89PQLWq2B3s\" title=\"STEDI Type-X Pro Plus Overview\" frameborder=\"0\" allowfullscreen\u003e\u003c\/iframe\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eCap-it Expert Take\u003c\/h3\u003e\n\u003cp\u003e\nThis is as good as it gets in the STEDI lineup. If you want maximum output, integrated DRL, and a complete system that installs clean and performs at the highest level, this is it.\n\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eTop-tier light for top-tier builds.\u003c\/strong\u003e\u003c\/p\u003e","brand":"STEDI","offers":[{"title":"Default Title","offer_id":47578849116396,"sku":"ST-01-PRP-803","price":799.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-pro-plus.jpg?v=1777327697"},{"product_id":"stedi-micro-touch-v2-led-work-light","title":"STEDI Micro Touch V2 LED Work Light | 7.8” \u0026 13.9”","description":"\u003cdiv class=\"stedi-micro-touch-description\" style=\"max-width: 1200px; margin: 0 auto; color: #262626; line-height: 1.65;\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv style=\"background: #111111; border-radius: 14px; padding: 36px; margin-bottom: 32px; color: #ffffff;\"\u003e\n\u003cp style=\"margin: 0 0 7px; color: #ff6a00; font-size: .86em; font-weight: bold; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eSTEDI MICRO TOUCH V2\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 14px; color: #ffffff;\"\u003eSTEDI Micro Touch V2 Dual Colour LED Work Light | 7.8\" \u0026amp; 13.9\"\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.24em; margin: 0 0 18px; color: #eeeeee;\"\u003e\u003cstrong\u003eWhite. Amber. Blended. Dimmed. One compact light that adapts to the job.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThe \u003cstrong\u003eSTEDI Micro Touch V2\u003c\/strong\u003e is one of those lighting products that solves problems you probably haven't thought about yet.\u003c\/p\u003e\n\u003cp\u003eAvailable in \u003cstrong\u003e7.8\"\u003c\/strong\u003e and \u003cstrong\u003e13.9\"\u003c\/strong\u003e versions, it combines crisp 5700K white light, warm 1500K amber light, colour blending and smooth dimming in an ultra-low-profile housing.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eMount it beneath a roof rack, inside or outside a truck canopy, over a tailgate, along a camper, beside a work area or virtually anywhere a conventional work light feels too bulky.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUICK VALUE --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 40px;\"\u003e\n\u003cdiv style=\"flex: 1 1 180px; background: #f5f5f5; border: 1px solid #dddddd; border-top: 5px solid #ff6a00; border-radius: 9px; padding: 17px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 1.2em; font-weight: 800; color: #111111;\"\u003e1500K-5700K\u003c\/div\u003e\n\u003cdiv\u003eDual Colour Output\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 180px; background: #f5f5f5; border: 1px solid #dddddd; border-top: 5px solid #ff6a00; border-radius: 9px; padding: 17px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 1.2em; font-weight: 800; color: #111111;\"\u003eTouch\u003c\/div\u003e\n\u003cdiv\u003eColour + Dimming Control\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 180px; background: #f5f5f5; border: 1px solid #dddddd; border-top: 5px solid #ff6a00; border-radius: 9px; padding: 17px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 1.2em; font-weight: 800; color: #111111;\"\u003e120°\u003c\/div\u003e\n\u003cdiv\u003eWide Flood Beam\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 180px; background: #f5f5f5; border: 1px solid #dddddd; border-top: 5px solid #ff6a00; border-radius: 9px; padding: 17px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 1.2em; font-weight: 800; color: #111111;\"\u003eIP68\u003c\/div\u003e\n\u003cdiv\u003eWeather Protection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CINEMATIC PANEL 1 - LEFT --\u003e\n\u003cdiv style=\"position: relative; margin: 0 0 34px; overflow: hidden; background: #111; border-radius: 12px;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/micro-v2-touch-7-inch-s-2.jpg?v=1786730675\" alt=\"STEDI Micro Touch V2 dual colour amber and white LED work light\" style=\"display: block; width: 100%; height: auto;\"\u003e\n\u003cdiv style=\"position: absolute; left: 6%; top: 50%; transform: translateY(-50%); width: 40%; color: #ffffff;\"\u003e\n\u003cp style=\"font-size: 12px; letter-spacing: 3px; font-weight: bold; margin: 0 0 8px;\"\u003eDUAL PERFORMANCE. DUAL FUNCTION.\u003c\/p\u003e\n\u003ch2 style=\"font-size: 34px; line-height: 1.08; color: #ffffff; margin: 0 0 12px;\"\u003eWhite. Amber.\u003cbr\u003eOr Anywhere Between.\u003c\/h2\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.5; margin: 0;\"\u003eSwitch from crisp 5700K white to warm 1500K amber, blend the two, then dim the output to exactly where you want it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY TOUCH --\u003e\n\u003cdiv style=\"background: #f4f4f4; border-left: 8px solid #ff6a00; border-radius: 10px; padding: 28px; margin: 42px 0;\"\u003e\n\u003cp style=\"margin: 0 0 6px; color: #e85f00; font-size: .86em; font-weight: bold; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eWHY MICRO TOUCH?\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 14px; color: #111111;\"\u003eA Work Light You Actually Control.\u003c\/h2\u003e\n\u003cp\u003eMost compact work lights give you one choice: on or off.\u003c\/p\u003e\n\u003cp\u003eMicro Touch V2 adds an integrated touch interface that lets you switch between \u003cstrong\u003ewhite and amber output\u003c\/strong\u003e, blend the two colour temperatures together and smoothly dim the light to match what you're doing.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eBright white when you're loading gear or working. Warm amber when you're around camp. Less output when you only need enough light to see what you're doing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CINEMATIC PANEL 2 - RIGHT --\u003e\n\u003cdiv style=\"position: relative; margin: 0 0 38px; overflow: hidden; background: #111; border-radius: 12px;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/micro-v2-touch-13-inch-s-1.jpg?v=1786730675\" alt=\"STEDI Micro Touch V2 13.9 inch LED work light installed on roof rack\" style=\"display: block; width: 100%; height: auto;\"\u003e\n\u003cdiv style=\"position: absolute; right: 6%; left: auto; top: 50%; transform: translateY(-50%); width: 38%; color: #ffffff;\"\u003e\n\u003cp style=\"font-size: 12px; letter-spacing: 3px; font-weight: bold; margin: 0 0 8px;\"\u003eMICRO FORM. MEGA UTILITY.\u003c\/p\u003e\n\u003ch2 style=\"font-size: 34px; line-height: 1.08; color: #ffffff; margin: 0 0 12px;\"\u003eLight Where You\u003cbr\u003eActually Need It.\u003c\/h2\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.5; margin: 0;\"\u003eLow profile. Wide flood pattern. Two sizes. Built for racks, canopies, campers, work trucks and camp.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TWO SIZES --\u003e\n\u003cp style=\"margin: 0 0 6px; color: #e85f00; font-size: .86em; font-weight: bold; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eCHOOSE YOUR MICRO\u003c\/p\u003e\n\u003ch2 style=\"color: #111111; margin: 0 0 12px;\"\u003e7.8\" or 13.9\"?\u003c\/h2\u003e\n\u003cp\u003eBoth versions share the same Micro Touch concept and wide flood beam. The difference is packaging and output. Choose the compact 7.8\" when installation space is tight, or step up to the 13.9\" when you want more illuminated area and output.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 18px; margin: 24px 0 42px;\"\u003e\n\u003cdiv style=\"flex: 1 1 340px; background: #ffffff; border: 1px solid #dddddd; border-top: 7px solid #ff6a00; border-radius: 10px; padding: 24px;\"\u003e\n\u003cp style=\"margin: 0 0 5px; color: #e85f00; font-size: .82em; font-weight: bold; letter-spacing: 1.4px; text-transform: uppercase;\"\u003eCOMPACT\u003c\/p\u003e\n\u003ch3 style=\"margin: 0 0 10px; color: #111111;\"\u003eMicro Touch V2 | 7.8\"\u003c\/h3\u003e\n\u003cp\u003eIdeal for tight installations, underside rack lighting, smaller canopies and locations where keeping the fixture almost invisible matters.\u003c\/p\u003e\n\u003cul style=\"padding-left: 20px; line-height: 1.8; margin-bottom: 0;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e12W\u003c\/strong\u003e power consumption\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e1,323 effective lumens\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e197.8 mm\u003c\/strong\u003e overall length\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e0.3 kg\u003c\/strong\u003e weight\u003c\/li\u003e\n\u003cli\u003e6 white + 6 amber LEDs\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 340px; background: #ffffff; border: 1px solid #dddddd; border-top: 7px solid #ff6a00; border-radius: 10px; padding: 24px;\"\u003e\n\u003cp style=\"margin: 0 0 5px; color: #e85f00; font-size: .82em; font-weight: bold; letter-spacing: 1.4px; text-transform: uppercase;\"\u003eMORE OUTPUT\u003c\/p\u003e\n\u003ch3 style=\"margin: 0 0 10px; color: #111111;\"\u003eMicro Touch V2 | 13.9\"\u003c\/h3\u003e\n\u003cp\u003eBetter suited to larger canopies, broad work areas and roof-rack installations where additional fixture length and output can be put to use.\u003c\/p\u003e\n\u003cul style=\"padding-left: 20px; line-height: 1.8; margin-bottom: 0;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e24W\u003c\/strong\u003e power consumption\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e1,679 effective lumens\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e353 mm\u003c\/strong\u003e overall length\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e0.5 kg\u003c\/strong\u003e weight\u003c\/li\u003e\n\u003cli\u003e24 LED configuration\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DETAIL DUO --\u003e\n\u003ch2 style=\"color: #111111; margin: 44px 0 18px;\"\u003eCompact Outside. Purpose-Built Inside.\u003c\/h2\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 18px; margin: 0 0 44px;\"\u003e\n\u003cdiv style=\"flex: 1 1 350px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/micro-v2-g-4-dual-lens-g-1_1_jpg.webp?v=1786730675\" alt=\"STEDI Micro Touch V2 dual colour LED optics\" style=\"width: 100%; height: auto; display: block; border-radius: 10px;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 350px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/micro-v2-g-4-dual-lens-g-2_1_jpg.webp?v=1786730675\" alt=\"STEDI Micro Touch V2 dual colour lighting detail\" style=\"width: 100%; height: auto; display: block; border-radius: 10px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY AMBER --\u003e\n\u003cdiv style=\"background: #111111; border-radius: 13px; padding: 31px; margin: 44px 0; color: #ffffff;\"\u003e\n\u003cp style=\"margin: 0 0 6px; color: #ff6a00; font-size: .86em; font-weight: bold; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eWHY AMBER?\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 14px; color: #ffffff;\"\u003eMaximum Brightness Isn't Always Better.\u003c\/h2\u003e\n\u003cp\u003eCrisp white lighting is excellent when you're working, loading gear or trying to illuminate an area clearly.\u003c\/p\u003e\n\u003cp\u003eAround camp, however, full white output can feel unnecessarily harsh.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0; color: #dddddd;\"\u003eMicro Touch lets you move toward a warm \u003cstrong style=\"color: #ffffff;\"\u003e1500K amber\u003c\/strong\u003e, blend the colour temperature, and dim the fixture until the light matches the situation instead of forcing the situation to match the light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CINEMATIC PANEL 3 - RIGHT --\u003e\n\u003cdiv style=\"position: relative; margin: 0 0 40px; overflow: hidden; background: #111; border-radius: 12px;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/micro-v2-touch-7-inch-s-3.jpg?v=1786730675\" alt=\"STEDI Micro Touch V2 LED work light mounted to vehicle\" style=\"display: block; width: 100%; height: auto;\"\u003e\n\u003cdiv style=\"position: absolute; right: 6%; left: auto; top: 50%; transform: translateY(-50%); width: 38%; color: #ffffff;\"\u003e\n\u003cp style=\"font-size: 12px; letter-spacing: 3px; font-weight: bold; margin: 0 0 8px;\"\u003eBUILT AROUND YOUR VEHICLE\u003c\/p\u003e\n\u003ch2 style=\"font-size: 32px; line-height: 1.1; color: #ffffff; margin: 0 0 12px;\"\u003eMount It Almost Anywhere.\u003c\/h2\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.5; margin: 0;\"\u003eRoof racks. Truck canopies. Campers. Tailgates. Cargo areas. Work trucks. The compact housing opens up installations conventional work lights can't touch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003ch2 style=\"color: #111111; margin: 44px 0 16px;\"\u003eWhere Micro Touch Makes Sense\u003c\/h2\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 42px;\"\u003e\n\u003cdiv style=\"flex: 1 1 220px; background: #f5f5f5; padding: 18px;\"\u003e\n\u003cstrong\u003eRoof Rack Underside\u003c\/strong\u003e\u003cbr\u003eLow-profile perimeter and camp lighting.\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 220px; background: #f5f5f5; padding: 18px;\"\u003e\n\u003cstrong\u003eTruck Canopies\u003c\/strong\u003e\u003cbr\u003eInterior or exterior task lighting.\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 220px; background: #f5f5f5; padding: 18px;\"\u003e\n\u003cstrong\u003eTailgate \u0026amp; Rear\u003c\/strong\u003e\u003cbr\u003eLight up gear, cooking and work areas.\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 220px; background: #f5f5f5; padding: 18px;\"\u003e\n\u003cstrong\u003eOverland Camp\u003c\/strong\u003e\u003cbr\u003eWhite when working, amber when relaxing.\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 220px; background: #f5f5f5; padding: 18px;\"\u003e\n\u003cstrong\u003eWork Trucks\u003c\/strong\u003e\u003cbr\u003eCompact task lighting around equipment.\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 220px; background: #f5f5f5; padding: 18px;\"\u003e\n\u003cstrong\u003eCampers \u0026amp; Trailers\u003c\/strong\u003e\u003cbr\u003eUseful exterior lighting without bulky fixtures.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BEAM --\u003e\n\u003cp style=\"margin: 0 0 6px; color: #e85f00; font-size: .86em; font-weight: bold; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eWIDE FLOOD OPTICS\u003c\/p\u003e\n\u003ch2 style=\"color: #111111; margin: 0 0 12px;\"\u003eBuilt to Light the Area Around You.\u003c\/h2\u003e\n\u003cp\u003eMicro Touch isn't designed to throw light a kilometre down the road. Its \u003cstrong\u003e30° vertical x 120° horizontal flood beam\u003c\/strong\u003e spreads useful illumination across the immediate work or camp area.\u003c\/p\u003e\n\u003cdiv style=\"margin: 24px 0 42px;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-microtouch-7.8-lux.jpg?v=1777329084\" alt=\"STEDI Micro Touch V2 7.8 inch lux beam pattern\" style=\"width: 100%; height: auto; display: block; border-radius: 10px;\"\u003e\n\u003cp style=\"font-size: .86em; color: #666666; text-align: center; margin: 8px 0 0;\"\u003eBeam diagram shown for the 7.8\" Micro Touch V2.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SIZE COMPARISON --\u003e\n\n\u003cdiv style=\"margin:44px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    SIZE COMPARISON\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"color:#111111;margin:0 0 12px;\"\u003e\n    Choose the Size That Fits Your Build.\n  \u003c\/h2\u003e\n\n  \u003cp style=\"margin-bottom:22px;\"\u003e\n    Both Micro Touch V2 lights share the same low-profile design and dual-colour functionality. The 7.8\" is ideal where installation space is tight, while the 13.9\" provides more output and a larger illuminated area.\n  \u003c\/p\u003e\n\n  \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:18px;align-items:stretch;\"\u003e\n\n    \u003c!-- 7.8 --\u003e\n\n    \u003cdiv style=\"flex:1 1 360px;background:#f5f5f5;border:1px solid #dddddd;padding:18px;box-sizing:border-box;\"\u003e\n\n      \u003ch3 style=\"margin:0 0 12px;color:#292929;\"\u003e\n        7.8\" Micro Touch V2\n      \u003c\/h3\u003e\n\n      \u003cdiv style=\"background:#ffffff;display:flex;align-items:center;justify-content:center;min-height:300px;padding:12px;box-sizing:border-box;\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-microtouch-7.8-size.jpg?v=1777329084\" alt=\"STEDI Micro Touch V2 7.8 inch dimensional drawing\" style=\"width:100%;height:auto;display:block;\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"margin-top:14px;font-size:.94em;line-height:1.6;\"\u003e\n        \u003cstrong\u003eHousing length:\u003c\/strong\u003e approx. 198 mm\u003cbr\u003e\n        \u003cstrong\u003eOverall mounted width:\u003c\/strong\u003e approx. 216 mm\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- 13.9 --\u003e\n\n    \u003cdiv style=\"flex:1 1 360px;background:#f5f5f5;border:1px solid #dddddd;padding:18px;box-sizing:border-box;\"\u003e\n\n      \u003ch3 style=\"margin:0 0 12px;color:#292929;\"\u003e\n        13.9\" Micro Touch V2\n      \u003c\/h3\u003e\n\n      \u003cdiv style=\"background:#ffffff;display:flex;align-items:center;justify-content:center;min-height:300px;padding:12px;box-sizing:border-box;\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/microsoftteams-image_20__png.webp?v=1786730672\" alt=\"STEDI Micro Touch V2 13.9 inch dimensional drawing\" style=\"width:100%;height:auto;display:block;\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"margin-top:14px;font-size:.94em;line-height:1.6;\"\u003e\n        \u003cstrong\u003eHousing length:\u003c\/strong\u003e approx. 354 mm\u003cbr\u003e\n        \u003cstrong\u003eOverall mounted width:\u003c\/strong\u003e approx. 372 mm\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n\n\u003ch2 style=\"color:#111111;margin:46px 0 16px;\"\u003e\n  Technical Specifications\n\u003c\/h2\u003e\n\n\u003cdiv style=\"overflow-x:auto;margin:20px 0 42px;\"\u003e\n\n\u003ctable style=\"width:100%;min-width:680px;border-collapse:collapse;border:1px solid #dddddd;\"\u003e\n\n  \u003cthead\u003e\n    \u003ctr\u003e\n      \u003cth style=\"padding:14px;background:#111111;color:#ffffff;text-align:left;\"\u003eSpecification\u003c\/th\u003e\n      \u003cth style=\"padding:14px;background:#111111;color:#ffffff;text-align:left;\"\u003e7.8\"\u003c\/th\u003e\n      \u003cth style=\"padding:14px;background:#111111;color:#ffffff;text-align:left;\"\u003e13.9\"\u003c\/th\u003e\n    \u003c\/tr\u003e\n  \u003c\/thead\u003e\n\n  \u003ctbody\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eOperating Voltage\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e10-28V DC\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e10-28V DC\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003ePower Consumption\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e12W\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e24W\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eEffective Lumens\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e1,323 lm\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e1,679 lm\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eColour Temperature\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e1500K-5700K\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e1500K-5700K\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eBeam Pattern\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e30° x 120° Flood\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e30° x 120° Flood\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eIP Rating\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eIP68\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eIP68\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eHousing\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eExtruded Aluminium\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eExtruded Aluminium\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eLens\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eHardened Polycarbonate\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eHardened Polycarbonate\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eHousing Dimensions\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e197.8 x 25.9 x 40.6 mm\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e353 x 26.3 x 39.2 mm\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eApprox. Overall Mounted Width\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e216 mm\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e372 mm\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e0.3 kg\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e0.5 kg\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eCable Length\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e400 mm\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e400 mm\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eRated Lifetime\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e30,000 hrs\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e30,000 hrs\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eCertification\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eCISPR25\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eCISPR25\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eWarranty\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e24 Months\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e24 Months\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n  \u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\u003c!-- INCLUDED --\u003e\n\u003cdiv style=\"background: #111111; border-radius: 13px; padding: 31px; margin: 44px 0; color: #ffffff;\"\u003e\n\u003cp style=\"margin: 0 0 6px; color: #ff6a00; font-size: .86em; font-weight: bold; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eWHAT'S INCLUDED\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 16px; color: #ffffff;\"\u003eEverything You Need at the Light.\u003c\/h2\u003e\n\u003cul style=\"line-height: 1.9; margin: 0; padding-left: 21px; color: #eeeeee;\"\u003e\n\u003cli\u003e1 x STEDI Micro Touch V2 Dual Colour LED Work Light\u003c\/li\u003e\n\u003cli\u003e2 x 46 mm side mounting brackets\u003c\/li\u003e\n\u003cli\u003eMounting bolts, nuts and washers\u003c\/li\u003e\n\u003cli\u003eMale and female Deutsch connectors\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin: 18px 0 0; color: #bbbbbb;\"\u003eVehicle wiring, switches and application-specific mounting brackets may be required depending on your installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- VIDEO --\u003e\n\u003ch2 style=\"color: #111111; margin: 46px 0 16px;\"\u003eSee Micro Touch in Action\u003c\/h2\u003e\n\u003cp\u003eSee the touch interface, colour blending and dimming functionality in real-world use.\u003c\/p\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 12px; margin: 20px 0 44px;\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/VNN7bfDz438\" title=\"STEDI Micro Touch V2 Dual Colour LED Work Light\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;\"\u003e\n  \u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- INSTALLATION --\u003e\n\n\u003cdiv style=\"background:#f4f4f4;border-left:8px solid #ff6a00;border-radius:10px;padding:28px;margin:44px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    PROFESSIONAL INSTALLATION\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#111111;\"\u003e\n    The Best Installation Is the One You Barely Notice.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Micro Touch lends itself to extremely clean installations because of its low-profile housing.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Wiring can be routed through racks, canopies and vehicle structures, while optional Micro V2 ecosystem brackets support common rack systems and custom mounting applications. STEDI also supports the Micro V2 with compatible wiring and mounting accessories, making it easier to integrate into a finished vehicle build.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    Participating Cap-it locations can help determine the right location, switching and wiring strategy, then professionally integrate the lights into your build.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\u003c!-- CAP-IT TAKE --\u003e\n\u003cdiv style=\"background: #f2f2f2; border: 2px solid #111111; border-top: 8px solid #ff6a00; border-radius: 12px; padding: 30px; margin: 48px 0 36px;\"\u003e\n\u003cp style=\"margin: 0 0 6px; color: #e85f00; font-size: .86em; font-weight: bold; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eTHE CAP-IT TAKE\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 15px; color: #111111;\"\u003eThis Is the Light You'll Find More Uses for After You Install It.\u003c\/h2\u003e\n\u003cp\u003eMicro Touch isn't the light you buy because you need to see farther down the highway.\u003c\/p\u003e\n\u003cp\u003eIt's the light you buy because you're tired of loading gear, cooking, working or setting up camp in the dark.\u003c\/p\u003e\n\u003cp\u003eWe particularly like it for \u003cstrong\u003etruck canopies and roof-rack installations\u003c\/strong\u003e. White gives you proper task lighting when you're working. Amber lets you tone everything down around camp. Dimming means you aren't blasting full output when you don't need it.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003e\u003cstrong\u003eSmall enough to disappear into the build. Useful enough that you'll wonder why you didn't install it sooner.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- WHY CAP-IT --\u003e\n\u003cdiv style=\"background: #111111; border-radius: 14px; padding: 34px; margin: 48px 0 18px; color: #ffffff; text-align: center;\"\u003e\n\u003cp style=\"margin: 0 0 7px; color: #ff6a00; font-size: .86em; font-weight: bold; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eSTEDI AT CAP-IT\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 14px; color: #ffffff;\"\u003eBuy It Online. See It in Store. Have Us Install It.\u003c\/h2\u003e\n\u003cp style=\"max-width: 800px; margin: 0 auto 22px; color: #eeeeee; font-size: 1.05em; line-height: 1.7;\"\u003eShop STEDI online across Canada or visit a participating Cap-it location for product advice, physical lighting displays and professional installation.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 18px; text-align: left; margin: 28px 0;\"\u003e\n\u003cdiv style=\"flex: 1 1 190px;\"\u003e\n\u003cstrong style=\"color: #ffffff;\"\u003eEstablished 1977\u003c\/strong\u003e\n\u003cp style=\"margin: 5px 0 0; color: #cccccc;\"\u003eDecades of truck accessory experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 190px;\"\u003e\n\u003cstrong style=\"color: #ffffff;\"\u003e25+ Retail Locations\u003c\/strong\u003e\n\u003cp style=\"margin: 5px 0 0; color: #cccccc;\"\u003eReal stores and real product specialists.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 190px;\"\u003e\n\u003cstrong style=\"color: #ffffff;\"\u003eProfessional Installation\u003c\/strong\u003e\n\u003cp style=\"margin: 5px 0 0; color: #cccccc;\"\u003eGet the finished installation right.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 190px;\"\u003e\n\u003cstrong style=\"color: #ffffff;\"\u003eCanada-Wide Online\u003c\/strong\u003e\n\u003cp style=\"margin: 5px 0 0; color: #cccccc;\"\u003eShop STEDI from coast to coast.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/shop.capit.com\/a\/store-locator\/list\" style=\"display: inline-block; background: #ff6a00; color: #111111; text-decoration: none; font-weight: 800; padding: 14px 26px; border-radius: 6px;\"\u003e FIND YOUR NEAREST CAP-IT \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"STEDI","offers":[{"title":"7.8 inch","offer_id":47578873069804,"sku":"ST-06-MV2-307","price":79.0,"currency_code":"CAD","in_stock":true},{"title":"13.9 Inch","offer_id":47578873102572,"sku":"ST-06-MV2-313","price":99.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-microtouch-7.8-7_d91d2d3c-98e4-4a1f-acf5-bba507d1880b.jpg?v=1777328976"},{"product_id":"stedi-evo-22-inch-led-light-bar","title":"STEDI EVO 22” LED Light Bar","description":"\u003cdiv class=\"stedi-evo-description\" style=\"max-width:1200px;margin:0 auto;color:#262626;line-height:1.65;\"\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:14px;padding:36px;margin-bottom:32px;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 7px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    STEDI EVO SERIES\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    STEDI EVO 22\" LED Light Bar\n  \u003c\/h2\u003e\n\n  \u003cp style=\"font-size:1.24em;margin:0 0 18px;color:#eeeeee;\"\u003e\n    \u003cstrong\u003e20,000 tested lumens. 960 metres at 1 lux. Flagship EVO design in a compact 22-inch package.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The \u003cstrong\u003eSTEDI EVO 22\" LED Light Bar\u003c\/strong\u003e takes the design language and engineering philosophy of the flagship Type-X EVO driving light and compresses it into one exceptionally serious light bar.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Thirty-six Cree LEDs, updated reflector technology and a carefully balanced combination beam deliver enormous forward reach without sacrificing the spread needed to see road shoulders, trail edges and hazards around the vehicle.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    This is not simply a brighter light bar. It is STEDI's premium answer for customers who want \u003cstrong\u003eperformance, optical control and design\u003c\/strong\u003e to matter equally.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- QUICK PERFORMANCE --\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:12px;margin:0 0 40px;\"\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.25em;font-weight:800;color:#111111;\"\u003e20,000 lm\u003c\/div\u003e\n    \u003cdiv\u003eTested Lumens\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.25em;font-weight:800;color:#111111;\"\u003e960 m\u003c\/div\u003e\n    \u003cdiv\u003e1 Lux Distance\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.25em;font-weight:800;color:#111111;\"\u003e5000 K\u003c\/div\u003e\n    \u003cdiv\u003eWarm White Output\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.25em;font-weight:800;color:#111111;\"\u003eIP68\u003c\/div\u003e\n    \u003cdiv\u003eSubmersible to 3 m\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- NIGHT PERFORMANCE IMAGE --\u003e\n\n\u003cdiv style=\"margin:38px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-evo-light-bar-22-inch-night-shot.jpg?v=1777394015\" alt=\"STEDI EVO 22 inch LED Light Bar night beam performance\" style=\"width:100%;height:auto;display:block;border-radius:12px;\"\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- PERFORMANCE BLOCK --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:13px;padding:32px;margin:42px 0;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    LIGHT UP THE NIGHT\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    A 22-Inch Light Bar With 960 Metres of Reach.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    STEDI's updated reflector technology pushes usable light far down the road while maintaining a broad combination beam around the vehicle.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    That means serious distance for remote highways and fast gravel roads, without sacrificing the foreground and shoulder illumination needed to identify wildlife, washouts, trail edges and changing road conditions.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;color:#dddddd;\"\u003e\n    For real-world driving, \u003cstrong style=\"color:#ffffff;\"\u003ewhere the light lands matters more than a lumen number by itself.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CORE FEATURES --\u003e\n\n\u003ch2 style=\"color:#111111;margin:44px 0 18px;\"\u003e\n  EVO Performance, Engineered Into Every Detail\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:16px;margin-bottom:42px;\"\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003e36 Cree XPP LEDs\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      High-output LEDs work with STEDI's updated reflector system to produce 20,000 tested lumens and exceptional forward reach.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eCombination Beam\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Spot and flood optics work together to deliver long-distance projection with useful spread around the road and trail.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003e5000 K Colour Temperature\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      A warmer white output helps reduce harsh reflections from signs and reflective surfaces while maintaining strong contrast.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eIP68 Protection\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Built for water, mud, dust and harsh weather, with an IP68 rating and tested submersion capability to 3 metres.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003e250 Watts of Output\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      The EVO draws 20.8A at 12V and is supplied with its dedicated STEDI SMART wiring harness.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eExtreme Temperature Range\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Rated for operation from -40°C to 60°C, making the EVO well suited to demanding Canadian conditions.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- BEAM PERFORMANCE --\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n  BEAM PERFORMANCE\n\u003c\/p\u003e\n\n\u003ch2 style=\"color:#111111;margin:0 0 14px;\"\u003e\n  Don't Just Read the Number. Look at the Beam.\n\u003c\/h2\u003e\n\n\u003cp\u003e\n  The EVO 22 combines concentrated long-range projection with lateral spread to give the driver useful visibility across the entire scene.\n\u003c\/p\u003e\n\n\u003cdiv style=\"margin:28px 0 44px;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-evo_light_bar_22_inchlux.jpg?v=1777394015\" alt=\"STEDI EVO 22 inch LED Light Bar lux chart and beam pattern\" style=\"width:100%;height:auto;display:block;border-radius:12px;\"\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- CINEMATIC PANEL 1 --\u003e\n\n\u003cdiv style=\"\n  position:relative;\n  min-height:420px;\n  margin:46px 0;\n  border-radius:14px;\n  overflow:hidden;\n  background-image:url('https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/evo-light-s-1.jpg?v=1786729556');\n  background-size:cover;\n  background-position:center;\n\"\u003e\n\n  \u003cdiv style=\"\n    position:absolute;\n    left:0;\n    top:0;\n    bottom:0;\n    width:52%;\n    padding:48px 42px;\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n    box-sizing:border-box;\n  \"\u003e\n\n    \u003cp style=\"margin:0 0 7px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n      ENGINEERED TO PERFORM\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"margin:0 0 14px;color:#ffffff;font-size:2em;line-height:1.2;\"\u003e\n      High Output Needs Serious Thermal Management.\n    \u003c\/h2\u003e\n\n    \u003cp style=\"margin:0;color:#dddddd;font-size:1.05em;\"\u003e\n      The EVO housing and heat-sink architecture are designed around sustained high-output performance, helping manage the thermal load created by a 250-watt light bar.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- EVO DESIGN --\u003e\n\n\u003cdiv style=\"background:#f4f4f4;border-left:8px solid #ff6a00;border-radius:10px;padding:30px;margin:42px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    EVO DESIGN\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#111111;\"\u003e\n    Because a Premium Build Shouldn't Look Like an Afterthought.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Performance is only half the reason the EVO series exists. STEDI deliberately carried the silhouette and detailing of its flagship Type-X EVO driving lights into the EVO light bar.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The housing, fascia system and optional side DRL treatment give the EVO a distinctly modern appearance that works particularly well in grille openings, integrated bumper mounts and premium rack systems.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    Orange and charcoal fascia options are included, while additional styling accessories allow the final installation to be further customized.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CINEMATIC PANEL 2 --\u003e\n\n\u003cdiv style=\"\n  position:relative;\n  min-height:420px;\n  margin:46px 0;\n  border-radius:14px;\n  overflow:hidden;\n  background-image:url('https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/evo-light-s-3.jpg?v=1786729556');\n  background-size:cover;\n  background-position:center;\n\"\u003e\n\n  \u003cdiv style=\"\n    position:absolute;\n    left:0;\n    top:0;\n    bottom:0;\n    width:48%;\n    padding:48px 42px;\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n    box-sizing:border-box;\n  \"\u003e\n\n    \u003cp style=\"margin:0 0 7px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n      DESIGNED TO BE SEEN\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"margin:0 0 14px;color:#ffffff;font-size:2em;line-height:1.2;\"\u003e\n      Signature EVO Styling.\n    \u003c\/h2\u003e\n\n    \u003cp style=\"margin:0;color:#dddddd;font-size:1.05em;\"\u003e\n      Optional side DRLs follow the EVO silhouette and turn the light bar into part of the vehicle's design rather than something simply bolted onto it.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- DETAIL DUO --\u003e\n\n\u003ch2 style=\"color:#111111;margin:46px 0 18px;\"\u003e\n  The Details Matter\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:18px;margin:0 0 44px;\"\u003e\n\n  \u003cdiv style=\"flex:1 1 360px;background:#f5f5f5;border-radius:11px;overflow:hidden;border:1px solid #dddddd;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/evo-light-bar-g-5_jpg.webp?v=1786729556\" alt=\"STEDI EVO LED Light Bar reflector and optic detail\" style=\"width:100%;height:auto;display:block;\"\u003e\n\n    \u003cdiv style=\"padding:22px;\"\u003e\n      \u003cp style=\"margin:0 0 5px;color:#e85f00;font-size:.82em;font-weight:bold;letter-spacing:1.4px;text-transform:uppercase;\"\u003e\n        PRECISION OPTICS\n      \u003c\/p\u003e\n\n      \u003ch3 style=\"margin:0 0 9px;color:#111111;\"\u003e\n        The Beam Starts With the Reflector.\n      \u003c\/h3\u003e\n\n      \u003cp style=\"margin:0;\"\u003e\n        Optical control determines where the light lands. STEDI's reflector design helps balance long-range projection with usable flood performance rather than relying on raw LED output alone.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv style=\"flex:1 1 360px;background:#f5f5f5;border-radius:11px;overflow:hidden;border:1px solid #dddddd;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/evo-light-bar-g-3_jpg.webp?v=1786729556\" alt=\"STEDI EVO LED Light Bar side mounting bracket detail\" style=\"width:100%;height:auto;display:block;\"\u003e\n\n    \u003cdiv style=\"padding:22px;\"\u003e\n      \u003cp style=\"margin:0 0 5px;color:#e85f00;font-size:.82em;font-weight:bold;letter-spacing:1.4px;text-transform:uppercase;\"\u003e\n        BUILT TO MOUNT CLEANLY\n      \u003c\/p\u003e\n\n      \u003ch3 style=\"margin:0 0 9px;color:#111111;\"\u003e\n        Premium Hardware Matters Too.\n      \u003c\/h3\u003e\n\n      \u003cp style=\"margin:0;\"\u003e\n        The included stainless-steel side-mounting system provides a strong, clean installation, while optional tube-style mounting solutions expand the possibilities for racks and custom builds.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- DIMENSIONS --\u003e\n\n\u003ch2 style=\"color:#111111;margin:44px 0 16px;\"\u003e\n  Check the Fit Before You Build\n\u003c\/h2\u003e\n\n\u003cp\u003e\n  The compact 22-inch format works particularly well in bumper openings, grille locations and rack systems where space matters.\n\u003c\/p\u003e\n\n\u003cdiv style=\"margin:26px 0 44px;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-evo_light_bar_dimensional.jpg?v=1777394015\" alt=\"STEDI EVO 22 inch LED Light Bar dimensions\" style=\"width:100%;height:auto;display:block;border-radius:12px;\"\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- WHAT'S INCLUDED --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:13px;padding:31px;margin:44px 0;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    READY TO INSTALL\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 16px;color:#ffffff;\"\u003e\n    What's Included\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:20px;\"\u003e\n\n    \u003cdiv style=\"flex:1 1 330px;\"\u003e\n      \u003cul style=\"line-height:1.9;margin:0;padding-left:21px;color:#eeeeee;\"\u003e\n        \u003cli\u003e1 x STEDI EVO 22\" LED Light Bar\u003c\/li\u003e\n        \u003cli\u003e1 x STEDI blackout cover\u003c\/li\u003e\n        \u003cli\u003e1 x orange fascia\u003c\/li\u003e\n        \u003cli\u003e1 x charcoal grey fascia\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"flex:1 1 330px;\"\u003e\n      \u003cul style=\"line-height:1.9;margin:0;padding-left:21px;color:#eeeeee;\"\u003e\n        \u003cli\u003eSTEDI SMART wiring harness\u003c\/li\u003e\n        \u003cli\u003eStainless-steel side mounting brackets\u003c\/li\u003e\n        \u003cli\u003eInstallation hardware\u003c\/li\u003e\n        \u003cli\u003eUser manual\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cp style=\"margin:20px 0 0;color:#bbbbbb;font-size:.94em;\"\u003e\n    Additional vehicle-specific wiring, switches or integration components may be required depending on the installation.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- TECH SPECS --\u003e\n\n\u003ch2 style=\"color:#111111;margin:46px 0 16px;\"\u003e\n  Technical Specifications\n\u003c\/h2\u003e\n\n\u003cdiv style=\"overflow-x:auto;margin:20px 0 42px;\"\u003e\n\n\u003ctable style=\"width:100%;min-width:650px;border-collapse:collapse;border:1px solid #dddddd;\"\u003e\n\n  \u003ctbody\u003e\n\n    \u003ctr style=\"background:#111111;color:#ffffff;\"\u003e\n      \u003ctd style=\"padding:14px;font-weight:bold;\"\u003eLED\u003c\/td\u003e\n      \u003ctd style=\"padding:14px;\"\u003e36 x Cree XPP\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:13px;font-weight:bold;\"\u003eTested Lumens\u003c\/td\u003e\n      \u003ctd style=\"padding:13px;\"\u003e20,000 lm\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:13px;font-weight:bold;\"\u003e1 Lux Distance\u003c\/td\u003e\n      \u003ctd style=\"padding:13px;\"\u003e960 m\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:13px;font-weight:bold;\"\u003ePower Draw\u003c\/td\u003e\n      \u003ctd style=\"padding:13px;\"\u003e250 W\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:13px;font-weight:bold;\"\u003eCurrent Draw\u003c\/td\u003e\n      \u003ctd style=\"padding:13px;\"\u003e20.8A @ 12V \/ 10.4A @ 24V\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:13px;font-weight:bold;\"\u003eBeam Pattern\u003c\/td\u003e\n      \u003ctd style=\"padding:13px;\"\u003eCombination Flood + Spot\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:13px;font-weight:bold;\"\u003eColour Temperature\u003c\/td\u003e\n      \u003ctd style=\"padding:13px;\"\u003e5000 K\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:13px;font-weight:bold;\"\u003eIngress Protection\u003c\/td\u003e\n      \u003ctd style=\"padding:13px;\"\u003eIP68, submersible up to 3 m\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:13px;font-weight:bold;\"\u003eVoltage\u003c\/td\u003e\n      \u003ctd style=\"padding:13px;\"\u003e10-30V DC\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:13px;font-weight:bold;\"\u003eOperating Temperature\u003c\/td\u003e\n      \u003ctd style=\"padding:13px;\"\u003e-40°C to 60°C\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:13px;font-weight:bold;\"\u003eWeight\u003c\/td\u003e\n      \u003ctd style=\"padding:13px;\"\u003e6.44 kg\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:13px;font-weight:bold;\"\u003eWarranty\u003c\/td\u003e\n      \u003ctd style=\"padding:13px;\"\u003e5 Years\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n  \u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- VIDEO --\u003e\n\n\u003ch2 style=\"color:#111111;margin:46px 0 18px;\"\u003e\n  See the EVO 22 in Action\n\u003c\/h2\u003e\n\n\u003cdiv style=\"position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;margin:0 0 44px;\"\u003e\n  \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/tRKEE4BYIz4?si=kZRdG_pt-LuwJwQf\" title=\"STEDI EVO 22 inch LED Light Bar Video\" style=\"position:absolute;top:0;left:0;width:100%;height:100%;border:0;\" allowfullscreen\u003e\n  \u003c\/iframe\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- INSTALLATION --\u003e\n\n\u003cdiv style=\"background:#f4f4f4;border-left:8px solid #ff6a00;border-radius:10px;padding:28px;margin:44px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    PROFESSIONAL INSTALLATION\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#111111;\"\u003e\n    Buy the Light. Have Cap-it Install It.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Auxiliary lighting installations vary significantly between vehicles. Mounting location, high-beam triggering, CAN bus systems, switch integration, wire routing and accessory requirements all need to be considered as part of the finished installation.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    Participating Cap-it locations can help determine the correct installation approach and professionally integrate your STEDI lighting into compatible trucks and 4x4s.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CAP-IT ADVANTAGE --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:13px;padding:31px;margin:44px 0;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    WHY BUY STEDI FROM CAP-IT?\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 18px;color:#ffffff;\"\u003e\n    STEDI Performance. Cap-it Support.\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:20px;\"\u003e\n\n    \u003cdiv style=\"flex:1 1 220px;\"\u003e\n      \u003ch3 style=\"margin:0 0 7px;color:#ffffff;\"\u003eEstablished 1977\u003c\/h3\u003e\n      \u003cp style=\"margin:0;color:#d8d8d8;\"\u003e\n        Decades of experience outfitting Canadian trucks for work, travel and adventure.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"flex:1 1 220px;\"\u003e\n      \u003ch3 style=\"margin:0 0 7px;color:#ffffff;\"\u003e25+ Retail Locations\u003c\/h3\u003e\n      \u003cp style=\"margin:0;color:#d8d8d8;\"\u003e\n        Buy online or talk to a real truck accessory specialist near you.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"flex:1 1 220px;\"\u003e\n      \u003ch3 style=\"margin:0 0 7px;color:#ffffff;\"\u003eProfessional Installation\u003c\/h3\u003e\n      \u003cp style=\"margin:0;color:#d8d8d8;\"\u003e\n        Participating locations can install and integrate STEDI lighting into compatible vehicle systems.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"flex:1 1 220px;\"\u003e\n      \u003ch3 style=\"margin:0 0 7px;color:#ffffff;\"\u003eSee It in Person\u003c\/h3\u003e\n      \u003cp style=\"margin:0;color:#d8d8d8;\"\u003e\n        Select Cap-it locations feature physical lighting displays so you can see STEDI products before you buy.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FAQ --\u003e\n\n\u003ch2 style=\"color:#111111;margin:46px 0 18px;\"\u003e\n  Frequently Asked Questions\n\u003c\/h2\u003e\n\n\u003cdiv style=\"border-top:1px solid #dddddd;\"\u003e\n\n  \u003cdiv style=\"padding:18px 0;border-bottom:1px solid #dddddd;\"\u003e\n    \u003cstrong\u003eHow far does the STEDI EVO 22\" Light Bar shine?\u003c\/strong\u003e\n    \u003cp style=\"margin:6px 0 0;\"\u003e\n      STEDI rates the EVO 22 at a 1-lux distance of approximately 960 metres, using a combination beam designed to balance long-range projection with usable lateral spread.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"padding:18px 0;border-bottom:1px solid #dddddd;\"\u003e\n    \u003cstrong\u003eHow many lumens does the EVO 22 produce?\u003c\/strong\u003e\n    \u003cp style=\"margin:6px 0 0;\"\u003e\n      The EVO 22 is rated at 20,000 tested lumens from 36 Cree XPP LEDs.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"padding:18px 0;border-bottom:1px solid #dddddd;\"\u003e\n    \u003cstrong\u003eDoes the STEDI EVO 22 include a wiring harness?\u003c\/strong\u003e\n    \u003cp style=\"margin:6px 0 0;\"\u003e\n      Yes. STEDI includes its dedicated SMART wiring harness with the EVO 22. Additional vehicle-specific wiring or switching components may still be required depending on the installation.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"padding:18px 0;border-bottom:1px solid #dddddd;\"\u003e\n    \u003cstrong\u003eIs the EVO 22 waterproof?\u003c\/strong\u003e\n    \u003cp style=\"margin:6px 0 0;\"\u003e\n      The light bar carries an IP68 ingress protection rating and is rated for submersion up to 3 metres.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"padding:18px 0;border-bottom:1px solid #dddddd;\"\u003e\n    \u003cstrong\u003eCan I change the appearance of the EVO Light Bar?\u003c\/strong\u003e\n    \u003cp style=\"margin:6px 0 0;\"\u003e\n      Yes. Orange and charcoal grey fascia options are included, and STEDI offers additional styling accessories including blackout, carbon-look and amber options.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"padding:18px 0;border-bottom:1px solid #dddddd;\"\u003e\n    \u003cstrong\u003eCan Cap-it install my STEDI light bar?\u003c\/strong\u003e\n    \u003cp style=\"margin:6px 0 0;\"\u003e\n      Professional lighting installation is available through participating Cap-it locations. Contact your nearest store to discuss your vehicle, mounting location and wiring requirements.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CAP-IT TAKE --\u003e\n\n\u003cdiv style=\"background:#f2f2f2;border:2px solid #111111;border-top:8px solid #ff6a00;border-radius:12px;padding:30px;margin:48px 0 36px;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    THE CAP-IT TAKE\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 15px;color:#111111;\"\u003e\n    Serious Output Without the Old-School Light-Bar Look.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    There are plenty of light bars that can throw a lot of light. What separates the EVO is that STEDI clearly cared just as much about beam control, packaging and how the finished installation looks.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    At 22 inches, it is compact enough to integrate cleanly into many modern bumper and grille openings, yet its output belongs in a much larger class.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    \u003cstrong\u003eIf you want one premium light bar rather than filling the front of the truck with lighting, the EVO 22 is exactly where we'd start.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FINAL CTA --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:14px;padding:34px;margin:48px 0 18px;color:#ffffff;text-align:center;\"\u003e\n\n  \u003cp style=\"margin:0 0 7px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    LIGHTING SEASON STARTS HERE\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    See It. Buy It. Have Us Install It.\n  \u003c\/h2\u003e\n\n  \u003cp style=\"max-width:800px;margin:0 auto 22px;color:#eeeeee;font-size:1.08em;line-height:1.7;\"\u003e\n    Shop STEDI online across Canada or visit a participating Cap-it location to see lighting products in person, discuss your build and arrange professional installation.\n  \u003c\/p\u003e\n\n  \u003ca href=\"https:\/\/shop.capit.com\/a\/store-locator\/list\" style=\"display:inline-block;background:#ff6a00;color:#111111;text-decoration:none;font-weight:800;padding:14px 26px;border-radius:6px;\"\u003e\n    FIND YOUR NEAREST CAP-IT\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"STEDI","offers":[{"title":"Default Title","offer_id":47578894237932,"sku":"ST-02-EVO-022","price":829.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-evo-22-light-bar10.jpg?v=1777394405"},{"product_id":"stedi-st3301-pro-led-light-bar","title":"STEDI ST3301 PRO LED Light Bar | 18.6” to 41”","description":"\u003cdiv class=\"stedi-st3301-description\" style=\"max-width:1200px;margin:0 auto;color:#262626;line-height:1.65;\"\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:14px;padding:36px;margin-bottom:32px;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 7px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    STEDI ST3301 PRO SERIES\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    STEDI ST3301 PRO LED Light Bar | 18.6\" to 41\"\n  \u003c\/h2\u003e\n\n  \u003cp style=\"font-size:1.24em;margin:0 0 18px;color:#eeeeee;\"\u003e\n    \u003cstrong\u003eHigh-volume mid-range performance. Huge shoulder visibility. Four sizes built around the same ST3301 PRO philosophy.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The \u003cstrong\u003eSTEDI ST3301 PRO\u003c\/strong\u003e is built around a simple idea: the best auxiliary light isn't necessarily the one that throws the narrowest beam the farthest. It's the one that lets you see more of the road, trail and terrain that actually matters.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Revised reflectors and premium OSRAM LEDs create a broad flood\/spot\/flood combination beam with enormous short-to-mid-range volume, strong forward penetration and excellent illumination across road shoulders.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    Choose the \u003cstrong\u003e18.6\"\u003c\/strong\u003e when space is especially tight, the \u003cstrong\u003e24.5\"\u003c\/strong\u003e for compact front-end installations, the \u003cstrong\u003e27.5\"\u003c\/strong\u003e for a strong middle ground, or step up to the \u003cstrong\u003e41\"\u003c\/strong\u003e for maximum output and the configuration we use in compatible Prinsu roof-rack builds.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- QUICK PERFORMANCE --\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:12px;margin:0 0 40px;\"\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.25em;font-weight:800;color:#111111;\"\u003eUp to 11,850 lm\u003c\/div\u003e\n    \u003cdiv\u003eEffective Output\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.25em;font-weight:800;color:#111111;\"\u003e524-784 m\u003c\/div\u003e\n    \u003cdiv\u003e1 Lux Distance\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.25em;font-weight:800;color:#111111;\"\u003eOSRAM\u003c\/div\u003e\n    \u003cdiv\u003ePremium LEDs\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.25em;font-weight:800;color:#111111;\"\u003eIP68\u003c\/div\u003e\n    \u003cdiv\u003eBuilt for Harsh Conditions\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- LIFESTYLE IMAGE --\u003e\n\n\u003cdiv style=\"margin:38px 0;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/st3301-pro-27-inch-prado-s-1_1_jpg.webp?v=1786850472\" alt=\"STEDI ST3301 PRO LED Light Bar installed on touring vehicle\" style=\"width:100%;height:auto;display:block;border-radius:12px;\"\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- PERFORMANCE BLOCK --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:13px;padding:32px;margin:42px 0;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    BUILT TO SHINE\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    Light the Road, Not Just a Spot in the Distance.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    STEDI engineered the ST3301 PRO around a high-volume mid-range beam with particularly strong shoulder illumination.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The larger-diameter central spot blends into wide flood optics, filling more of the driver's field of view instead of concentrating everything into one narrow column of light.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;color:#dddddd;\"\u003e\n    That makes the ST3301 PRO especially compelling for \u003cstrong style=\"color:#ffffff;\"\u003ewildlife country, forestry roads, remote highways, overland travel and fast backroad driving.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CORE FEATURES --\u003e\n\n\u003ch2 style=\"color:#111111;margin:44px 0 18px;\"\u003e\n  ST3301 PRO Performance, Engineered Into Every Size\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:16px;margin-bottom:42px;\"\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003ePremium OSRAM LEDs\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      12, 16, 18 or 28 OSRAM LEDs depending on size, working with STEDI's revised reflector design to produce high output and strong beam control.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eFlood \/ Spot \/ Flood\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Wide flood optics flank the central spot section, creating lateral visibility while maintaining useful forward reach.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eNatural White Output\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Depending on size, STEDI specifies a neutral 5500K to 5700K colour temperature designed to provide strong contrast without an excessively blue appearance.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eIP68 Protection\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Designed for water, dust, mud and harsh touring conditions, backed by STEDI's published IP68 ingress protection rating.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eGE Lexan Lens\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      The primary lens uses tough GE Lexan polycarbonate to protect the optics from impacts, debris and demanding road conditions.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eMultiple Mounting Options\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Adjustable lower slide mounts and side brackets are included, giving installers flexibility across bumpers, racks and custom lighting builds.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CHOOSE YOUR SIZE --\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n  CHOOSE YOUR ST3301 PRO\n\u003c\/p\u003e\n\n\u003ch2 style=\"color:#111111;margin:0 0 12px;\"\u003e\n  Same Beam Philosophy. Four Different Footprints.\n\u003c\/h2\u003e\n\n\u003cp style=\"margin:0 0 24px;\"\u003e\n  Bigger isn't automatically better. Choose the size that suits the mounting location, vehicle proportions and amount of output you actually need.\n\u003c\/p\u003e\n\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:16px;margin-bottom:44px;\"\u003e\n\n  \u003c!-- 18.6 --\u003e\n\n  \u003cdiv style=\"flex:1 1 250px;background:#f5f5f5;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:24px;\"\u003e\n\n    \u003cp style=\"margin:0 0 5px;color:#e85f00;font-size:.8em;font-weight:bold;letter-spacing:1.3px;text-transform:uppercase;\"\u003e\n      ULTRA COMPACT\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"margin:0 0 8px;color:#111111;\"\u003e\n      18.6\"\n    \u003c\/h2\u003e\n\n    \u003cp style=\"font-size:1.08em;margin:0 0 15px;\"\u003e\n      \u003cstrong\u003eThe ST3301 PRO beam philosophy in its smallest, easiest-to-integrate footprint.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cul style=\"padding-left:20px;line-height:1.85;\"\u003e\n      \u003cli\u003e\u003cstrong\u003e12 x OSRAM LEDs\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003e10,320 raw lumens\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003e524 m @ 1 lux\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e1.925 kg\u003c\/li\u003e\n      \u003cli\u003e6.6A @ 13.6V\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      \u003cstrong\u003eBest for:\u003c\/strong\u003e tighter grille openings, compact bumpers and builds where mounting space matters but you still want the ST3301 PRO beam character.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- 24.5 --\u003e\n\n  \u003cdiv style=\"flex:1 1 250px;background:#f5f5f5;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:24px;\"\u003e\n\n    \u003cp style=\"margin:0 0 5px;color:#e85f00;font-size:.8em;font-weight:bold;letter-spacing:1.3px;text-transform:uppercase;\"\u003e\n      COMPACT\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"margin:0 0 8px;color:#111111;\"\u003e\n      24.5\"\n    \u003c\/h2\u003e\n\n    \u003cp style=\"font-size:1.08em;margin:0 0 15px;\"\u003e\n      \u003cstrong\u003eSerious performance when mounting space is at a premium.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cul style=\"padding-left:20px;line-height:1.85;\"\u003e\n      \u003cli\u003e\u003cstrong\u003e16 x OSRAM LEDs\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003e7,650 effective lumens\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003e544 m @ 1 lux\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e2.495 kg\u003c\/li\u003e\n      \u003cli\u003e9.7A @ 13.6V\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      \u003cstrong\u003eBest for:\u003c\/strong\u003e bumper openings, grille mounting, compact front-end installations and builds where a full-width bar isn't required.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- 27.5 --\u003e\n\n  \u003cdiv style=\"flex:1 1 250px;background:#ffffff;border:2px solid #ff6a00;border-radius:10px;padding:24px;\"\u003e\n\n    \u003cp style=\"margin:0 0 5px;color:#e85f00;font-size:.8em;font-weight:bold;letter-spacing:1.3px;text-transform:uppercase;\"\u003e\n      BALANCED\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"margin:0 0 8px;color:#111111;\"\u003e\n      27.5\"\n    \u003c\/h2\u003e\n\n    \u003cp style=\"font-size:1.08em;margin:0 0 15px;\"\u003e\n      \u003cstrong\u003eA strong middle ground between compact packaging and increased beam volume.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cul style=\"padding-left:20px;line-height:1.85;\"\u003e\n      \u003cli\u003e\u003cstrong\u003e18 x OSRAM LEDs\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003e8,250 effective lumens\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003e600 m @ 1 lux\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e2.800 kg\u003c\/li\u003e\n      \u003cli\u003e11.8A @ 13.6V\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      \u003cstrong\u003eBest for:\u003c\/strong\u003e larger bumpers, grille openings, touring builds and customers wanting more reach and output without moving to a full-width rack light.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- 41 --\u003e\n\n  \u003cdiv style=\"flex:1 1 250px;background:#111111;border:2px solid #ff6a00;border-radius:10px;padding:24px;color:#ffffff;\"\u003e\n\n    \u003cp style=\"margin:0 0 5px;color:#ff6a00;font-size:.8em;font-weight:bold;letter-spacing:1.3px;text-transform:uppercase;\"\u003e\n      MAXIMUM COVERAGE\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"margin:0 0 8px;color:#ffffff;\"\u003e\n      41\"\n    \u003c\/h2\u003e\n\n    \u003cp style=\"font-size:1.08em;margin:0 0 15px;color:#eeeeee;\"\u003e\n      \u003cstrong\u003eMaximum ST3301 PRO beam volume and our choice for compatible Prinsu roof-rack installations.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cul style=\"padding-left:20px;line-height:1.85;color:#eeeeee;\"\u003e\n      \u003cli\u003e\u003cstrong\u003e28 x OSRAM LEDs\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003e11,850 effective lumens\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003e784 m @ 1 lux\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e4.9 kg\u003c\/li\u003e\n      \u003cli\u003e12.3A @ 13.6V\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-bottom:0;color:#eeeeee;\"\u003e\n      \u003cstrong style=\"color:#ffffff;\"\u003eBest for:\u003c\/strong\u003e roof racks, full-width installations, serious touring rigs and builds where maximum usable scene illumination matters.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- BEAM PERFORMANCE --\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n  BEAM PERFORMANCE\n\u003c\/p\u003e\n\n\u003ch2 style=\"color:#111111;margin:0 0 14px;\"\u003e\n  Don't Just Compare Lumens. Compare Where the Light Lands.\n\u003c\/h2\u003e\n\n\u003cp style=\"margin-bottom:26px;\"\u003e\n  Each ST3301 PRO increases output and reach as the housing grows, while maintaining the same high-volume beam philosophy.\n\u003c\/p\u003e\n\n\n\u003c!-- 18.6 BEAM --\u003e\n\n\u003cdiv style=\"background:#f5f5f5;border:1px solid #dddddd;border-radius:12px;padding:24px;margin:0 0 24px;\"\u003e\n\n  \u003cp style=\"margin:0 0 5px;color:#e85f00;font-size:.82em;font-weight:bold;letter-spacing:1.3px;text-transform:uppercase;\"\u003e\n    18.6\" ST3301 PRO\n  \u003c\/p\u003e\n\n  \u003ch3 style=\"margin:0 0 8px;color:#111111;\"\u003e\n    Small Footprint. Full ST3301 Character.\n  \u003c\/h3\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    The 18.6\" brings the ST3301 PRO's flood \/ spot \/ flood beam philosophy into the most compact housing in the lineup, reaching up to 524 metres at 1 lux while remaining easier to integrate into tighter mounting locations.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- 24.5 BEAM --\u003e\n\n\u003cdiv style=\"background:#f5f5f5;border:1px solid #dddddd;border-radius:12px;padding:24px;margin:0 0 24px;\"\u003e\n\n  \u003cp style=\"margin:0 0 5px;color:#e85f00;font-size:.82em;font-weight:bold;letter-spacing:1.3px;text-transform:uppercase;\"\u003e\n    24.5\" ST3301 PRO\n  \u003c\/p\u003e\n\n  \u003ch3 style=\"margin:0 0 8px;color:#111111;\"\u003e\n    Compact Bar. Broad Field of View.\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    The 24.5\" version provides strong short-to-mid-range volume and useful shoulder illumination while fitting into tighter mounting locations.\n  \u003c\/p\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-st3301_pro_24.5_inch_16_led_light_bar-lux.jpg?v=1777395415\" alt=\"STEDI ST3301 PRO 24.5 inch lux chart and beam pattern\" style=\"width:100%;height:auto;display:block;border-radius:9px;margin-top:18px;\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- 27.5 BEAM --\u003e\n\n\u003cdiv style=\"background:#f5f5f5;border:1px solid #dddddd;border-radius:12px;padding:24px;margin:0 0 24px;\"\u003e\n\n  \u003cp style=\"margin:0 0 5px;color:#e85f00;font-size:.82em;font-weight:bold;letter-spacing:1.3px;text-transform:uppercase;\"\u003e\n    27.5\" ST3301 PRO\n  \u003c\/p\u003e\n\n  \u003ch3 style=\"margin:0 0 8px;color:#111111;\"\u003e\n    More Reach. More Volume.\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    The 27.5\" steps up to 18 LEDs and 600 metres at 1 lux while retaining the broad flood\/spot\/flood character of the ST3301 PRO family.\n  \u003c\/p\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-st3301_pro_27.5_lux.jpg?v=1777396548\" alt=\"STEDI ST3301 PRO 27.5 inch lux chart and beam pattern\" style=\"width:100%;height:auto;display:block;border-radius:9px;margin-top:18px;\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- 41 BEAM --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:12px;padding:24px;margin:0 0 44px;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 5px;color:#ff6a00;font-size:.82em;font-weight:bold;letter-spacing:1.3px;text-transform:uppercase;\"\u003e\n    41\" ST3301 PRO\n  \u003c\/p\u003e\n\n  \u003ch3 style=\"margin:0 0 8px;color:#ffffff;\"\u003e\n    Maximum ST3301 PRO Coverage.\n  \u003c\/h3\u003e\n\n  \u003cp style=\"color:#dddddd;\"\u003e\n    With 28 OSRAM LEDs, 11,850 effective lumens and 784 metres at 1 lux, the 41\" delivers the largest lighting footprint in this ST3301 PRO lineup.\n  \u003c\/p\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-st3301_pro_41_lux.jpg?v=1777396548\" alt=\"STEDI ST3301 PRO 41 inch lux chart and beam pattern\" style=\"width:100%;height:auto;display:block;border-radius:9px;margin-top:18px;\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CAP-IT TUNDRA \/ PRINSU CINEMATIC PANEL --\u003e\n\n\u003cdiv style=\"\n  position:relative;\n  min-height:450px;\n  margin:48px 0;\n  border-radius:14px;\n  overflow:hidden;\n  background-image:\n    linear-gradient(to left,rgba(0,0,0,.78) 0%,rgba(0,0,0,.68) 35%,rgba(0,0,0,.08) 66%,rgba(0,0,0,0) 100%),\n    url('https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/Cap-it_Toyota_Tundra_Banner.jpg?v=1786850470');\n  background-size:cover;\n  background-position:left center;\n\"\u003e\n\n  \u003cdiv style=\"\n    position:absolute;\n    right:0;\n    top:0;\n    bottom:0;\n    width:46%;\n    padding:46px 40px;\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n    box-sizing:border-box;\n  \"\u003e\n\n    \u003cp style=\"margin:0 0 7px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n      THE CAP-IT SETUP\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"margin:0 0 14px;color:#ffffff;font-size:2em;line-height:1.2;\"\u003e\n      41\" ST3301 PRO + Prinsu.\n    \u003c\/h2\u003e\n\n    \u003cp style=\"margin:0 0 14px;color:#eeeeee;font-size:1.03em;\"\u003e\n      A clean, integrated roof-rack lighting setup built around the 41\" ST3301 PRO and Prinsu.\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin:0 0 20px;color:#dddddd;\"\u003e\n      The 41\" ST3301 PRO integrates cleanly across compatible Prinsu roof-rack systems while delivering the broad forward and shoulder illumination we want for remote roads and backcountry travel.\n    \u003c\/p\u003e\n\n    \u003cdiv\u003e\n      \u003ca href=\"https:\/\/shop.capit.com\/collections\/prinsu\" style=\"display:inline-block;background:#ff6a00;color:#111111;text-decoration:none;font-weight:800;padding:12px 21px;border-radius:5px;\"\u003e\n        SHOP PRINSU ROOF RACKS\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- PRINSU EXPLANATION --\u003e\n\n\u003cdiv style=\"background:#f4f4f4;border-left:8px solid #ff6a00;border-radius:10px;padding:30px;margin:42px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    BUILT INTO THE RACK\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#111111;\"\u003e\n    Why We Pair the 41\" With Prinsu.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    A roof-mounted light bar works best when it looks intentional. The long, slim ST3301 PRO housing suits the low-profile architecture of Prinsu racks particularly well.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    On compatible applications, a Prinsu wind deflector with light bar cutout creates the opportunity to integrate the STEDI bar across the front of the rack instead of simply hanging a light somewhere above the windshield.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    Cap-it can help confirm the rack, light-bar configuration, mounting requirements and wiring strategy before the build begins.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- OPTIONAL COVERS --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:13px;padding:31px;margin:44px 0;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    MAKE IT YOURS\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    Optional Amber \u0026amp; Blackout Covers\n  \u003c\/h2\u003e\n\n  \u003cp style=\"color:#eeeeee;\"\u003e\n    Add optional ST3301 PRO covers to change the appearance or character of your lighting setup.\n  \u003c\/p\u003e\n\n  \u003cp style=\"color:#dddddd;\"\u003e\n    Blackout covers provide a clean covered look when the bar is not in use, while amber covers give you another lighting option for conditions where amber illumination is preferred.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin:20px 0 0;\"\u003e\n    \u003ca href=\"https:\/\/shop.capit.com\/products\/stedi-st3301-pro-light-bar-covers\" style=\"display:inline-block;background:#ff6a00;color:#111111;text-decoration:none;font-weight:800;padding:12px 21px;border-radius:5px;\"\u003e\n      SHOP ST3301 PRO COVERS\n    \u003c\/a\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- WHAT'S INCLUDED --\u003e\n\n\u003ch2 style=\"color:#111111;margin:46px 0 18px;\"\u003e\n  What's Included\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:18px;margin-bottom:44px;\"\u003e\n\n  \u003cdiv style=\"flex:1 1 350px;background:#f5f5f5;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:24px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eLight \u0026amp; Mounting\u003c\/h3\u003e\n\n    \u003cul style=\"line-height:1.9;margin-bottom:0;padding-left:21px;\"\u003e\n      \u003cli\u003e1 x STEDI ST3301 PRO LED Light Bar in selected size\u003c\/li\u003e\n      \u003cli\u003eStainless bolt and nut set\u003c\/li\u003e\n      \u003cli\u003eSliding lower mounting brackets\u003c\/li\u003e\n      \u003cli\u003eSide mounting brackets\u003c\/li\u003e\n      \u003cli\u003e2 x orange side caps\u003c\/li\u003e\n      \u003cli\u003e2 x grey side caps\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 350px;background:#f5f5f5;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:24px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eWiring\u003c\/h3\u003e\n\n    \u003cul style=\"line-height:1.9;margin-bottom:0;padding-left:21px;\"\u003e\n      \u003cli\u003eQuick-Fit high-beam wiring harness\u003c\/li\u003e\n      \u003cli\u003e12V relay\u003c\/li\u003e\n      \u003cli\u003eWiring kit\u003c\/li\u003e\n      \u003cli\u003eOn\/off switch\u003c\/li\u003e\n      \u003cli\u003eHB3 piggyback adapter\u003c\/li\u003e\n      \u003cli\u003eH4 piggyback adapter\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- TECH SPECS --\u003e\n\n\u003ch2 style=\"color:#111111;margin:46px 0 16px;\"\u003e\n  Technical Specifications\n\u003c\/h2\u003e\n\n\u003cdiv style=\"overflow-x:auto;margin:20px 0 42px;\"\u003e\n\n\u003ctable style=\"width:100%;min-width:900px;border-collapse:collapse;border:1px solid #dddddd;\"\u003e\n\n  \u003cthead\u003e\n    \u003ctr\u003e\n      \u003cth style=\"padding:14px;background:#111111;color:#ffffff;text-align:left;\"\u003eSpecification\u003c\/th\u003e\n      \u003cth style=\"padding:14px;background:#111111;color:#ffffff;text-align:left;\"\u003e18.6\"\u003c\/th\u003e\n      \u003cth style=\"padding:14px;background:#111111;color:#ffffff;text-align:left;\"\u003e24.5\"\u003c\/th\u003e\n      \u003cth style=\"padding:14px;background:#111111;color:#ffffff;text-align:left;\"\u003e27.5\"\u003c\/th\u003e\n      \u003cth style=\"padding:14px;background:#111111;color:#ffffff;text-align:left;\"\u003e41\"\u003c\/th\u003e\n    \u003c\/tr\u003e\n  \u003c\/thead\u003e\n\n  \u003ctbody\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eLEDs\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e12 x OSRAM\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e16 x OSRAM\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e18 x OSRAM\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e28 x OSRAM\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eRaw Lumens\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e10,320 lm\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e13,600 lm\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e15,300 lm\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e23,800 lm\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eEffective Lumens\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eNot published\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e7,650 lm\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e8,250 lm\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e11,850 lm\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003e1 Lux Distance\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e524 m\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e544 m\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e600 m\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e784 m\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003ePeak Intensity\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eNot published\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e295,936 cd\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e360,000 cd\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e614,656 cd\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eColour Temperature\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e5500 K\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e5600 K\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e5700 K\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e5700 K\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eCurrent Draw\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e6.6A @ 13.6V\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e9.7A @ 13.6V\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e11.8A @ 13.6V\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e12.3A @ 13.6V\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eOperating Voltage\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e10-45V DC\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e10-45V DC\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e10-45V DC\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e10-45V DC\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eBeam Pattern\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eFlood \/ Spot \/ Flood\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eFlood \/ Spot \/ Flood\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eFlood \/ Spot \/ Flood\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eFlood \/ Spot \/ Flood\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eFlood Beam Angle\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e45°\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e45°\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e45°\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e45°\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eSpot Beam Angle\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e11°\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e11°\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e11°\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e11°\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eWaterproof Rating\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eIP68\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eIP68\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eIP68\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eIP68\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eHousing\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eDie-Cast Aluminium\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eDie-Cast Aluminium\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eDie-Cast Aluminium\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eDie-Cast Aluminium\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eLens\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eGE Lexan\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eGE Lexan\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eGE Lexan\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eGE Lexan\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e1.925 kg\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e2.495 kg\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e2.800 kg\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e4.9 kg\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eOperating Temperature\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e-40°C to 60°C\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e-40°C to 60°C\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e-40°C to 60°C\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e-40°C to 60°C\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eWarranty\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e5 Years\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e5 Years\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e5 Years\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e5 Years\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n  \u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- VIDEO --\u003e\n\n\u003ch2 style=\"color:#111111;margin:46px 0 18px;\"\u003e\n  See the ST3301 PRO in Action\n\u003c\/h2\u003e\n\n\u003cdiv style=\"position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;margin:0 0 44px;\"\u003e\n  \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/H-mOyZgpej4?si=sLeB29HLpXm5P76r\" title=\"STEDI ST3301 PRO LED Light Bar Video\" style=\"position:absolute;top:0;left:0;width:100%;height:100%;border:0;\" allowfullscreen\u003e\n  \u003c\/iframe\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- INSTALLATION --\u003e\n\n\u003cdiv style=\"background:#f4f4f4;border-left:8px solid #ff6a00;border-radius:10px;padding:28px;margin:44px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    PROFESSIONAL INSTALLATION\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#111111;\"\u003e\n    Buy the Light. Have Cap-it Install It.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Auxiliary lighting installation involves more than bolting the bar to the vehicle. Mounting location, high-beam triggering, CAN bus systems, switching, wire routing and weatherproof electrical connections all need to work together.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Roof-rack installations add another layer, including bar position, rack compatibility, wind deflector configuration and clean routing from the roof into the vehicle.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    Participating Cap-it locations can help determine the correct installation approach and professionally integrate STEDI lighting into compatible trucks, SUVs and 4x4s.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CAP-IT ADVANTAGE --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:13px;padding:31px;margin:44px 0;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    WHY BUY STEDI FROM CAP-IT?\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 18px;color:#ffffff;\"\u003e\n    STEDI Performance. Cap-it Support.\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:20px;\"\u003e\n\n    \u003cdiv style=\"flex:1 1 220px;\"\u003e\n      \u003ch3 style=\"margin:0 0 7px;color:#ffffff;\"\u003eEstablished 1977\u003c\/h3\u003e\n      \u003cp style=\"margin:0;color:#d8d8d8;\"\u003e\n        Decades of experience outfitting Canadian trucks for work, travel and adventure.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"flex:1 1 220px;\"\u003e\n      \u003ch3 style=\"margin:0 0 7px;color:#ffffff;\"\u003e25+ Retail Locations\u003c\/h3\u003e\n      \u003cp style=\"margin:0;color:#d8d8d8;\"\u003e\n        Buy online or talk to a real truck accessory specialist near you.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"flex:1 1 220px;\"\u003e\n      \u003ch3 style=\"margin:0 0 7px;color:#ffffff;\"\u003eProfessional Installation\u003c\/h3\u003e\n      \u003cp style=\"margin:0;color:#d8d8d8;\"\u003e\n        Participating locations can install and integrate STEDI lighting into compatible vehicle and rack systems.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"flex:1 1 220px;\"\u003e\n      \u003ch3 style=\"margin:0 0 7px;color:#ffffff;\"\u003eSee It in Person\u003c\/h3\u003e\n      \u003cp style=\"margin:0;color:#d8d8d8;\"\u003e\n        Select Cap-it locations feature physical lighting displays so you can see STEDI products before you buy.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FAQ --\u003e\n\n\u003ch2 style=\"color:#111111;margin:46px 0 18px;\"\u003e\n  Frequently Asked Questions\n\u003c\/h2\u003e\n\n\u003cdiv style=\"border-top:1px solid #dddddd;\"\u003e\n\n  \u003cdiv style=\"padding:18px 0;border-bottom:1px solid #dddddd;\"\u003e\n    \u003cstrong\u003eWhat is the difference between the 18.6\", 24.5\", 27.5\" and 41\" ST3301 PRO?\u003c\/strong\u003e\n    \u003cp style=\"margin:6px 0 0;\"\u003e\n      All four use the same ST3301 PRO beam philosophy and core construction. As size increases, so do LED count, output and overall beam volume. The 18.6\" is the most compact, the 24.5\" suits tighter front-end installations, the 27.5\" provides a strong middle ground, and the 41\" delivers maximum output and coverage.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"padding:18px 0;border-bottom:1px solid #dddddd;\"\u003e\n    \u003cstrong\u003eWhich ST3301 PRO should I choose for a Prinsu roof rack?\u003c\/strong\u003e\n    \u003cp style=\"margin:6px 0 0;\"\u003e\n      Cap-it commonly uses the 41\" ST3301 PRO for compatible Prinsu roof-rack installations because its long single-row format integrates well across the front of the rack. Compatibility still needs to be confirmed for the specific rack and vehicle application.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"padding:18px 0;border-bottom:1px solid #dddddd;\"\u003e\n    \u003cstrong\u003eIs the ST3301 PRO designed mainly for long-distance lighting?\u003c\/strong\u003e\n    \u003cp style=\"margin:6px 0 0;\"\u003e\n      No. The ST3301 PRO is specifically designed around high-volume short-to-mid-range illumination with strong shoulder visibility, while still providing substantial forward reach.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"padding:18px 0;border-bottom:1px solid #dddddd;\"\u003e\n    \u003cstrong\u003eDoes the ST3301 PRO include a wiring harness?\u003c\/strong\u003e\n    \u003cp style=\"margin:6px 0 0;\"\u003e\n      Yes. STEDI includes a Quick-Fit high-beam wiring harness with relay, wiring kit and switch, along with HB3 and H4 piggyback adapters. Additional vehicle-specific components may still be required.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"padding:18px 0;border-bottom:1px solid #dddddd;\"\u003e\n    \u003cstrong\u003eAre amber or blackout covers available?\u003c\/strong\u003e\n    \u003cp style=\"margin:6px 0 0;\"\u003e\n      Yes. Optional ST3301 PRO amber and blackout covers are available separately in compatible sizes.\n      \u003ca href=\"https:\/\/shop.capit.com\/products\/stedi-st3301-pro-light-bar-covers\" style=\"color:#e85f00;font-weight:bold;text-decoration:none;\"\u003e\n        View ST3301 PRO Light Bar Covers.\n      \u003c\/a\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"padding:18px 0;border-bottom:1px solid #dddddd;\"\u003e\n    \u003cstrong\u003eIs the ST3301 PRO waterproof?\u003c\/strong\u003e\n    \u003cp style=\"margin:6px 0 0;\"\u003e\n      STEDI specifies an IP68 ingress protection rating across the ST3301 PRO sizes listed here.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"padding:18px 0;border-bottom:1px solid #dddddd;\"\u003e\n    \u003cstrong\u003eCan Cap-it install my STEDI light bar?\u003c\/strong\u003e\n    \u003cp style=\"margin:6px 0 0;\"\u003e\n      Professional auxiliary-lighting installation is available through participating Cap-it locations. Contact your nearest store to discuss your vehicle, mounting location, rack configuration and wiring requirements.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CAP-IT TAKE --\u003e\n\n\u003cdiv style=\"background:#f2f2f2;border:2px solid #111111;border-top:8px solid #ff6a00;border-radius:12px;padding:30px;margin:48px 0 36px;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    THE CAP-IT TAKE\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 15px;color:#111111;\"\u003e\n    The ST3301 PRO Makes Sense When You Want to See the Whole Road.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    There are light bars built to win a distance contest. The ST3301 PRO takes a different approach.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    It still reaches hundreds of metres down the road, but what stands out is the amount of usable light filling the foreground, middle distance and shoulders at the same time.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    For rural driving and backcountry travel, that's exactly what we want. Wildlife rarely appears conveniently in the centre of the road 700 metres away. It comes from the shoulder, the ditch, the tree line and the edge of your peripheral vision.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    \u003cstrong\u003eChoose the size that fits the build. The ST3301 PRO beam philosophy does the rest.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FINAL CTA --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:14px;padding:34px;margin:48px 0 18px;color:#ffffff;text-align:center;\"\u003e\n\n  \u003cp style=\"margin:0 0 7px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    LIGHTING SEASON STARTS HERE\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    See It. Buy It. Have Us Install It.\n  \u003c\/h2\u003e\n\n  \u003cp style=\"max-width:800px;margin:0 auto 22px;color:#eeeeee;font-size:1.08em;line-height:1.7;\"\u003e\n    Shop STEDI online across Canada or visit a participating Cap-it location to see lighting products in person, discuss your build and arrange professional installation.\n  \u003c\/p\u003e\n\n  \u003ca href=\"https:\/\/shop.capit.com\/a\/store-locator\/list\" style=\"display:inline-block;background:#ff6a00;color:#111111;text-decoration:none;font-weight:800;padding:14px 26px;border-radius:6px;\"\u003e\n    FIND YOUR NEAREST CAP-IT\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"STEDI","offers":[{"title":"18.6” (12 LED)","offer_id":48347192426732,"sku":"3301-PRO-12L","price":229.0,"currency_code":"CAD","in_stock":false},{"title":"24.5” (16 LED)","offer_id":47581989175532,"sku":"3301-PRO-16L","price":289.0,"currency_code":"CAD","in_stock":true},{"title":"27.5” (18 LED)","offer_id":47581989208300,"sku":"3301-PRO-18L","price":309.0,"currency_code":"CAD","in_stock":true},{"title":"41” (28 LED)","offer_id":47581989241068,"sku":"3301-PRO-28L","price":434.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-pro-16-light-bar4.jpg?v=1777395372"},{"product_id":"stedi-surface-rock-light-amber-white","title":"STEDI Surface Rock Light | Amber 1500K or White 5700K","description":"\u003cdiv class=\"stedi-surface-rock-light-description\" style=\"max-width:1200px;margin:0 auto;color:#262626;line-height:1.65;\"\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:14px;padding:36px;margin-bottom:32px;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 7px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    STEDI SURFACE SERIES\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    STEDI Surface Rock Light | Amber 1500K or White 5700K\n  \u003c\/h2\u003e\n\n  \u003cp style=\"font-size:1.24em;margin:0 0 18px;color:#eeeeee;\"\u003e\n    \u003cstrong\u003eWarm amber for camp. Bright white for work. Same compact Surface housing, two very different ways to light the space around your vehicle.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The \u003cstrong\u003eSTEDI Surface Rock Light\u003c\/strong\u003e is a compact, low-profile area light built for racks, truck caps, cargo zones, awnings, campers and exposed vehicle installations.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    Choose \u003cstrong\u003e1500K Amber\u003c\/strong\u003e when comfort and atmosphere matter, or step up to \u003cstrong\u003e5700K White\u003c\/strong\u003e when you need substantially more task lighting and visibility.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- QUICK CHOICE --\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n  PICK YOUR LIGHT\n\u003c\/p\u003e\n\n\u003ch2 style=\"color:#111111;margin:0 0 12px;\"\u003e\n  Amber Where You Live. White Where You Work.\n\u003c\/h2\u003e\n\n\u003cp style=\"margin:0 0 24px;\"\u003e\n  The housing may be the same, but the experience is completely different. Choose the colour temperature that matches what you actually want the light to do.\n\u003c\/p\u003e\n\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:18px;margin-bottom:42px;\"\u003e\n\n  \u003c!-- AMBER --\u003e\n\n  \u003cdiv style=\"flex:1 1 340px;background:#f5f5f5;border:1px solid #dddddd;border-top:7px solid #ff6a00;border-radius:10px;padding:26px;\"\u003e\n\n    \u003cp style=\"margin:0 0 5px;color:#e85f00;font-size:.8em;font-weight:bold;letter-spacing:1.3px;text-transform:uppercase;\"\u003e\n      CAMP + COMFORT\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"margin:0 0 10px;color:#111111;\"\u003e\n      Amber 1500K\n    \u003c\/h2\u003e\n\n    \u003cp style=\"font-size:1.08em;margin:0 0 15px;\"\u003e\n      \u003cstrong\u003eWarm light. Better nights.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Softer, warmer illumination for awnings, campsites, truck caps and perimeter lighting where harsh white light would be overkill.\n    \u003c\/p\u003e\n\n    \u003cul style=\"padding-left:20px;line-height:1.85;margin-bottom:0;\"\u003e\n      \u003cli\u003e\u003cstrong\u003e160 lumens\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003e1500K warm amber\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003e120° beam\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e0.2A @ 13.6V\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- WHITE --\u003e\n\n  \u003cdiv style=\"flex:1 1 340px;background:#111111;border:1px solid #111111;border-top:7px solid #ff6a00;border-radius:10px;padding:26px;color:#ffffff;\"\u003e\n\n    \u003cp style=\"margin:0 0 5px;color:#ff6a00;font-size:.8em;font-weight:bold;letter-spacing:1.3px;text-transform:uppercase;\"\u003e\n      WORK + VISIBILITY\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"margin:0 0 10px;color:#ffffff;\"\u003e\n      White 5700K\n    \u003c\/h2\u003e\n\n    \u003cp style=\"font-size:1.08em;margin:0 0 15px;color:#eeeeee;\"\u003e\n      \u003cstrong\u003eWhen you actually need to see.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp style=\"color:#dddddd;\"\u003e\n      High-output white lighting for cargo areas, reverse assist, engine bays, canopies, toolboxes and task lighting.\n    \u003c\/p\u003e\n\n    \u003cul style=\"padding-left:20px;line-height:1.85;margin-bottom:0;color:#eeeeee;\"\u003e\n      \u003cli\u003e\u003cstrong\u003e813 lumens\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003e5700K white\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003e120° beam\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e0.4A @ 13.6V\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CINEMATIC AMBER --\u003e\n\n\u003cdiv style=\"position:relative;margin:0 0 42px;overflow:hidden;background:#111111;border-radius:12px;\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/rock-light-amber-s-11_jpg.webp?v=1786738506\" alt=\"STEDI Surface Amber Rock Light campsite lighting\" style=\"display:block;width:100%;height:auto;\"\u003e\n\n  \u003cdiv style=\"\n    position:absolute;\n    left:6%;\n    top:50%;\n    transform:translateY(-50%);\n    width:40%;\n    color:#ffffff;\n  \"\u003e\n\n    \u003cp style=\"font-size:12px;letter-spacing:3px;font-weight:700;margin:0 0 8px;\"\u003e\n      1500K AMBER\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"font-size:34px;line-height:1.08;color:#ffffff;margin:0 0 12px;\"\u003e\n      Warm Light.\u003cbr\u003eBetter Nights.\n    \u003c\/h2\u003e\n\n    \u003cp style=\"font-size:16px;line-height:1.5;margin:0;\"\u003e\n      Broad, warm illumination gives you enough light to cook, organize gear and enjoy camp without flooding everything in cold white light.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- WHY AMBER --\u003e\n\n\u003cdiv style=\"background:#f4f4f4;border-left:8px solid #ff6a00;border-radius:10px;padding:28px;margin:42px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    WHY CHOOSE AMBER?\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#111111;\"\u003e\n    Because Maximum Brightness Isn't Always the Goal.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Bright white lighting is ideal when you're working. Around camp, it can feel unnecessarily harsh once your eyes have adjusted to the dark.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The 1500K Amber Surface Rock Light creates a warmer, more relaxed environment around awnings, cooking areas, roof racks, truck caps and campsites.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    STEDI also positions the warmer 1500K output as helping reduce insect attraction compared with cooler lighting, making it particularly well suited to outdoor living.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- WHITE FEATURE --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:13px;padding:32px;margin:44px 0;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    5700K WHITE\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    Small Fixture. Serious Task Light.\n  \u003c\/h2\u003e\n\n  \u003cp style=\"color:#eeeeee;\"\u003e\n    At \u003cstrong style=\"color:#ffffff;\"\u003e813 lumens per light\u003c\/strong\u003e, the White Surface Rock Light produces more than five times the output of the Amber version while keeping the same compact, low-profile format.\n  \u003c\/p\u003e\n\n  \u003cp style=\"color:#dddddd;\"\u003e\n    That makes it the better choice when you need real working visibility around cargo areas, engine bays, canopies, toolboxes, trailers or the rear of the vehicle.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;color:#ffffff;\"\u003e\n    \u003cstrong\u003eSame small housing. Completely different job.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FEATURES --\u003e\n\n\u003ch2 style=\"color:#111111;margin:44px 0 18px;\"\u003e\n  One Small Light. A Lot of Possibilities.\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:16px;margin-bottom:42px;\"\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003e120° Wide Beam\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Spreads light broadly across a nearby work or camp area instead of concentrating it into a narrow beam.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eLow Power Draw\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Amber draws only 0.2A and White 0.4A at 13.6V, making multi-light installations practical.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eIP69K Protection\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Built for exposed vehicle environments where water, mud, dust and pressure washing are part of real-world use.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eOSRAM LEDs\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      High-performance LEDs with a rated lifespan of 50,000 hours.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eCompact Surface Mount\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Low-profile aluminium construction makes the light easy to integrate into racks, truck caps, awnings, trailers and custom builds.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eFlexible Cable Exit\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Wiring can exit from either the rear or side of the fixture to help keep installations clean.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- APPLICATIONS --\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n  WHERE EACH ONE WORKS\n\u003c\/p\u003e\n\n\u003ch2 style=\"color:#111111;margin:0 0 18px;\"\u003e\n  Choose the Light for the Job.\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:18px;margin-bottom:42px;\"\u003e\n\n  \u003cdiv style=\"flex:1 1 340px;background:#f5f5f5;border-radius:10px;padding:24px;\"\u003e\n\n    \u003cp style=\"margin:0 0 5px;color:#e85f00;font-size:.8em;font-weight:bold;letter-spacing:1.3px;text-transform:uppercase;\"\u003e\n      AMBER 1500K\n    \u003c\/p\u003e\n\n    \u003ch3 style=\"margin:0 0 12px;color:#111111;\"\u003e\n      Best Around Camp\n    \u003c\/h3\u003e\n\n    \u003cul style=\"line-height:1.9;margin-bottom:0;padding-left:21px;\"\u003e\n      \u003cli\u003eAwnings\u003c\/li\u003e\n      \u003cli\u003eCamp kitchens\u003c\/li\u003e\n      \u003cli\u003eRoof-rack perimeter lighting\u003c\/li\u003e\n      \u003cli\u003eTruck-cap ambient lighting\u003c\/li\u003e\n      \u003cli\u003eCampers and trailers\u003c\/li\u003e\n      \u003cli\u003eGeneral-purpose outdoor lighting\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv style=\"flex:1 1 340px;background:#111111;border-radius:10px;padding:24px;color:#ffffff;\"\u003e\n\n    \u003cp style=\"margin:0 0 5px;color:#ff6a00;font-size:.8em;font-weight:bold;letter-spacing:1.3px;text-transform:uppercase;\"\u003e\n      WHITE 5700K\n    \u003c\/p\u003e\n\n    \u003ch3 style=\"margin:0 0 12px;color:#ffffff;\"\u003e\n      Best When You're Working\n    \u003c\/h3\u003e\n\n    \u003cul style=\"line-height:1.9;margin-bottom:0;padding-left:21px;color:#eeeeee;\"\u003e\n      \u003cli\u003eRear cargo areas\u003c\/li\u003e\n      \u003cli\u003eTruck caps and canopies\u003c\/li\u003e\n      \u003cli\u003eReverse-assist lighting\u003c\/li\u003e\n      \u003cli\u003eEngine bays\u003c\/li\u003e\n      \u003cli\u003eToolboxes\u003c\/li\u003e\n      \u003cli\u003eTrailers and utility applications\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CINEMATIC PANEL 2 --\u003e\n\n\u003cdiv style=\"position:relative;margin:0 0 42px;overflow:hidden;background:#111;border-radius:12px;\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/rock-light-amber-s-14_jpg.webp?v=1786738506\" alt=\"STEDI Surface Amber Rock Light installed on vehicle\" style=\"display:block;width:100%;height:auto;\"\u003e\n\n  \u003cdiv style=\"\n    position:absolute;\n    left:5%;\n    top:50%;\n    transform:translateY(-50%);\n    width:38%;\n    color:#ffffff;\n    text-align:left;\n  \"\u003e\n\n    \u003cp style=\"font-size:12px;letter-spacing:3px;font-weight:700;margin:0 0 8px;\"\u003e\n      LIGHT WHERE YOU NEED IT\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"font-size:34px;line-height:1.08;color:#ffffff;margin:0 0 12px;\"\u003e\n      Rack. Awning.\u003cbr\u003eTruck Cap. Cargo.\n    \u003c\/h2\u003e\n\n    \u003cp style=\"font-size:16px;line-height:1.5;margin:0;\"\u003e\n      The compact housing makes it easy to place area lighting exactly where you want it without adding bulky fixtures to the build.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- PRINSU --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:13px;padding:31px;margin:44px 0;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    A GREAT MATCH FOR ROOF-RACK BUILDS\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    We Especially Like These With Prinsu Racks.\n  \u003c\/h2\u003e\n\n  \u003cp style=\"color:#eeeeee;\"\u003e\n    The Surface Rock Light's low-profile housing and broad beam make it a natural fit for roof-rack perimeter lighting.\n  \u003c\/p\u003e\n\n  \u003cp style=\"color:#dddddd;\"\u003e\n    Use \u003cstrong style=\"color:#ffffff;\"\u003eAmber\u003c\/strong\u003e when you want comfortable side and camp lighting. Use \u003cstrong style=\"color:#ffffff;\"\u003eWhite\u003c\/strong\u003e when you want brighter task illumination around the vehicle.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    \u003ca href=\"https:\/\/shop.capit.com\/collections\/prinsu\" style=\"color:#ff6a00;font-weight:bold;text-decoration:underline;\"\u003e\n      SHOP PRINSU ROOF RACKS →\n    \u003c\/a\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- OPTIONAL BRACKET --\u003e\n\n\u003cdiv style=\"background:#f4f4f4;border-left:8px solid #ff6a00;border-radius:10px;padding:28px;margin:42px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    OPTIONAL MOUNTING\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#111111;\"\u003e\n    Need to Aim It? Add the 30° Bracket.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Surface mounting works well when the mounting surface already points where you need the light. For racks and other horizontal or vertical mounting locations, the optional \u003cstrong\u003e30° angled bracket\u003c\/strong\u003e lets you redirect the beam toward the ground or work area.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    \u003ca href=\"https:\/\/shop.capit.com\/products\/stedi-surface-rock-light-30-degree-angled-mount-bracket\" style=\"color:#e85f00;font-weight:bold;text-decoration:underline;\"\u003e\n      SHOP THE STEDI 30° ANGLED MOUNT BRACKET →\n    \u003c\/a\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- TECH SPECS --\u003e\n\n\u003ch2 style=\"color:#111111;margin:46px 0 16px;\"\u003e\n  Technical Specifications\n\u003c\/h2\u003e\n\n\u003cdiv style=\"overflow-x:auto;margin:20px 0 42px;\"\u003e\n\n\u003ctable style=\"width:100%;min-width:760px;border-collapse:collapse;border:1px solid #dddddd;\"\u003e\n\n  \u003cthead\u003e\n    \u003ctr\u003e\n      \u003cth style=\"padding:14px;background:#111111;color:#ffffff;text-align:left;\"\u003eSpecification\u003c\/th\u003e\n      \u003cth style=\"padding:14px;background:#111111;color:#ffffff;text-align:left;\"\u003eAmber 1500K\u003c\/th\u003e\n      \u003cth style=\"padding:14px;background:#111111;color:#ffffff;text-align:left;\"\u003eWhite 5700K\u003c\/th\u003e\n    \u003c\/tr\u003e\n  \u003c\/thead\u003e\n\n  \u003ctbody\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eColour Temperature\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e1500K Amber\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e5700K White\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eLED\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eOSRAM LED\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eOSRAM LED\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eOutput\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e160 lm\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e813 lm\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eCurrent Draw\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e0.2A @ 13.6V\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e0.4A @ 13.6V\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eBeam Angle\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e120°\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e120°\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eOperating Voltage\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e9-24V DC\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e9-24V DC\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eHousing\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eAluminium\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eAluminium\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eProtection Rating\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eIP69K\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eIP69K\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eConnector\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eSealed\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eSealed\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eOperating Temperature\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e-40°C to 60°C\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e-40°C to 60°C\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eCable Length\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e1.5 m\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e1.2 m\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eRated Lifespan\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e50,000 hours\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e50,000 hours\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eCertifications\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eCE, E4, RoHS, R87, IP69K\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eCE, E4, RoHS, R87, IP69K\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eWarranty\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e2 Years\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e2 Years\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n  \u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- WHAT'S INCLUDED --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:13px;padding:31px;margin:44px 0;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    WHAT'S INCLUDED\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    Sold Individually. Build the System You Need.\n  \u003c\/h2\u003e\n\n  \u003cul style=\"line-height:1.9;margin-bottom:0;color:#eeeeee;\"\u003e\n    \u003cli\u003e1 x STEDI Surface Rock Light in selected colour temperature\u003c\/li\u003e\n    \u003cli\u003e1 x rubber mounting pad\u003c\/li\u003e\n    \u003cli\u003eStainless mounting screws and bolts\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cp style=\"margin:18px 0 0;color:#bbbbbb;\"\u003e\n    Wiring, switches, additional lights and optional mounting brackets are sold separately unless otherwise specified.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- RGB CROSS SELL --\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n  WHICH SURFACE LIGHT?\n\u003c\/p\u003e\n\n\u003ch2 style=\"color:#111111;margin:0 0 14px;\"\u003e\n  Amber, White or Full RGB?\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:16px;margin:24px 0 42px;\"\u003e\n\n  \u003cdiv style=\"flex:1 1 250px;background:#ffffff;border:1px solid #dddddd;border-top:7px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003cp style=\"margin:0 0 5px;color:#e85f00;font-size:.8em;font-weight:bold;letter-spacing:1.2px;text-transform:uppercase;\"\u003e\n      CAMP\n    \u003c\/p\u003e\n    \u003ch3 style=\"margin:0 0 10px;color:#111111;\"\u003eAmber 1500K\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003eWarm, comfortable area lighting for outdoor living.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 250px;background:#ffffff;border:1px solid #dddddd;border-top:7px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003cp style=\"margin:0 0 5px;color:#e85f00;font-size:.8em;font-weight:bold;letter-spacing:1.2px;text-transform:uppercase;\"\u003e\n      TASK\n    \u003c\/p\u003e\n    \u003ch3 style=\"margin:0 0 10px;color:#111111;\"\u003eWhite 5700K\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003eHigh-output white lighting when visibility matters most.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 250px;background:#111111;border:1px solid #111111;border-top:7px solid #ff6a00;border-radius:10px;padding:22px;color:#ffffff;\"\u003e\n    \u003cp style=\"margin:0 0 5px;color:#ff6a00;font-size:.8em;font-weight:bold;letter-spacing:1.2px;text-transform:uppercase;\"\u003e\n      CUSTOMISE\n    \u003c\/p\u003e\n    \u003ch3 style=\"margin:0 0 10px;color:#ffffff;\"\u003eSurface RGB Kit\u003c\/h3\u003e\n    \u003cp style=\"color:#dddddd;\"\u003e\n      Selectable colours, brightness control and a complete six-light system.\n    \u003c\/p\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      \u003ca href=\"https:\/\/shop.capit.com\/products\/stedi-surface-rgb-rock-lights-6-led-kit\" style=\"color:#ff6a00;font-weight:bold;text-decoration:underline;\"\u003e\n        SHOP THE RGB 6-LIGHT KIT →\n      \u003c\/a\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- VIDEO --\u003e\n\n\u003ch2 style=\"color:#111111;margin:46px 0 16px;\"\u003e\n  See the Surface Rock Light in Action\n\u003c\/h2\u003e\n\n\u003cp\u003e\n  See how STEDI's compact Surface lighting works around campsites, racks, awnings and touring builds.\n\u003c\/p\u003e\n\n\u003cdiv style=\"position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;margin:20px 0 44px;\"\u003e\n\n  \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/U0-nQFzVekQ?si=1S288snN6-g-EfZv\" title=\"STEDI Surface Rock Light\" style=\"position:absolute;top:0;left:0;width:100%;height:100%;border:0;\" allowfullscreen\u003e\n  \u003c\/iframe\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- INSTALLATION --\u003e\n\n\u003cdiv style=\"background:#f4f4f4;border-left:8px solid #ff6a00;border-radius:10px;padding:28px;margin:44px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    PROFESSIONAL INSTALLATION\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#111111;\"\u003e\n    Small Lights. Clean Wiring Makes the Difference.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Surface lights look best when the wiring disappears into the rack, truck cap, camper or vehicle structure.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    Participating Cap-it locations can help determine how many lights your build needs, plan placement and switching, and professionally integrate the system into your vehicle.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CAP-IT TAKE --\u003e\n\n\u003cdiv style=\"background:#f2f2f2;border:2px solid #111111;border-top:8px solid #ff6a00;border-radius:12px;padding:30px;margin:48px 0 36px;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    THE CAP-IT TAKE\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 15px;color:#111111;\"\u003e\n    Amber Where You Live. White Where You Work.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    We'd use Amber around an awning, campsite or anywhere we want warm light without overpowering the space.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    We'd use White inside a truck cap, over a cargo area, around a toolbox or anywhere task visibility matters.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    And on a complete vehicle build, there's no reason you couldn't use both.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    \u003cstrong\u003eSmall fixture. Huge improvement in how the vehicle works after dark.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FINAL CTA --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:14px;padding:34px;margin:48px 0 18px;color:#ffffff;text-align:center;\"\u003e\n\n  \u003cp style=\"margin:0 0 7px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    STEDI AT CAP-IT\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    Buy It Online. See It in Store. Have Us Install It.\n  \u003c\/h2\u003e\n\n  \u003cp style=\"max-width:800px;margin:0 auto 22px;color:#eeeeee;font-size:1.05em;line-height:1.7;\"\u003e\n    Shop STEDI online across Canada or visit a participating Cap-it location for product advice, lighting displays and professional installation.\n  \u003c\/p\u003e\n\n  \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:18px;text-align:left;margin:28px 0;\"\u003e\n\n    \u003cdiv style=\"flex:1 1 190px;\"\u003e\n      \u003cstrong style=\"color:#ffffff;\"\u003eEstablished 1977\u003c\/strong\u003e\n      \u003cp style=\"margin:5px 0 0;color:#cccccc;\"\u003eDecades of truck accessory experience.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"flex:1 1 190px;\"\u003e\n      \u003cstrong style=\"color:#ffffff;\"\u003e25+ Retail Locations\u003c\/strong\u003e\n      \u003cp style=\"margin:5px 0 0;color:#cccccc;\"\u003eReal stores and real product specialists.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"flex:1 1 190px;\"\u003e\n      \u003cstrong style=\"color:#ffffff;\"\u003eProfessional Installation\u003c\/strong\u003e\n      \u003cp style=\"margin:5px 0 0;color:#cccccc;\"\u003eGet the finished installation right.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"flex:1 1 190px;\"\u003e\n      \u003cstrong style=\"color:#ffffff;\"\u003eCanada-Wide Online\u003c\/strong\u003e\n      \u003cp style=\"margin:5px 0 0;color:#cccccc;\"\u003eShop STEDI from coast to coast.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003ca href=\"https:\/\/shop.capit.com\/a\/store-locator\/list\" style=\"display:inline-block;background:#ff6a00;color:#111111;text-decoration:none;font-weight:800;padding:14px 26px;border-radius:6px;\"\u003e\n    FIND YOUR NEAREST CAP-IT\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"STEDI","offers":[{"title":"Amber 1500K","offer_id":48347203600620,"sku":"ROCK-AMB-1PC","price":37.0,"currency_code":"CAD","in_stock":true},{"title":"White 5700K","offer_id":48347203633388,"sku":"ROCK-WHT-1PC","price":37.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-surface-rock-light-amber9_d81461d9-3a78-4e0a-9927-c1a9348e091e.jpg?v=1777397949"},{"product_id":"stedi-black-edition-c4-cube-light-spot-flood","title":"STEDI Black Edition C4 Cube Light | Spot or Flood (Single)","description":"\u003ch2\u003eSTEDI Black Edition C4 Cube Light | Spot or Flood (Single)\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eCompact size. Serious output.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003eThe STEDI Black Edition C4 Cube Light delivers massive performance in a compact housing, making it one of the most versatile auxiliary lights in the STEDI lineup.\u003c\/p\u003e\n\n\u003cp\u003eBuilt around high-output CREE XM-L2 LED technology, the C4 produces an impressive 4,200 lumens from a small cube footprint that can be mounted almost anywhere.\u003c\/p\u003e\n\n\u003cp\u003eWhether you're adding ditch lights, reverse lighting, rack lighting, work lights, or compact auxiliary driving lights, the C4 punches far above its size.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\n\u003cimg style=\"max-width: 100%;\" alt=\"STEDI Black Edition C4 Cube Light installed at night\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-black-edition-c4-night-shot.jpg?v=1777399837\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eWhy Choose the STEDI C4?\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e4,200 Lumen Output\u003c\/strong\u003e, massive performance from a compact cube light\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eSpot or Flood Beam Options\u003c\/strong\u003e, tailor your lighting setup to distance or spread\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eCompact Mounting Flexibility\u003c\/strong\u003e, ideal for bumpers, roof racks, ditch mounts, reverse lighting, and work applications\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eBlack Edition Styling\u003c\/strong\u003e, stealth-inspired appearance with premium finish\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eColour Filters Included\u003c\/strong\u003e, quickly adapt lighting output for dust, fog, snow, or reflective terrain\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eBuilt for Off-Road Use\u003c\/strong\u003e, designed for harsh touring, overland, and work environments\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eSmall Light. Big Capability.\u003c\/h3\u003e\n\n\u003cp\u003eThe compact cube design allows the C4 to fit in locations where traditional driving lights simply won’t work.\u003c\/p\u003e\n\n\u003cp\u003ePopular applications include:\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003eDitch lights\u003c\/li\u003e\n\u003cli\u003eRoof rack corner lighting\u003c\/li\u003e\n\u003cli\u003eReverse lighting\u003c\/li\u003e\n\u003cli\u003eScene and work lighting\u003c\/li\u003e\n\u003cli\u003eCompact bumper-mounted driving lights\u003c\/li\u003e\n\u003cli\u003eUTV and ATV lighting\u003c\/li\u003e\n\u003cli\u003eTrailer and utility lighting\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003eThis flexibility makes the C4 one of the easiest ways to dramatically improve nighttime visibility without requiring a large lighting setup.\u003c\/p\u003e\n\n\u003ch3\u003eSpot or Flood – Choose Your Beam Pattern\u003c\/h3\u003e\n\n\u003cp\u003eThe STEDI C4 is available in dedicated Spot and Flood beam patterns depending on how you plan to use your lighting setup.\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSpot Beam:\u003c\/strong\u003e Designed for focused long-distance projection and higher-speed visibility\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eFlood Beam:\u003c\/strong\u003e Designed for wider spread and peripheral illumination around the vehicle\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch4\u003eC4 Flood Beam\u003c\/h4\u003e\n\n\u003cp\u003eIdeal for campsites, work zones, reverse lighting, and slower-speed off-road driving where wider visibility matters most.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\n\u003cimg style=\"max-width: 100%;\" alt=\"STEDI Black Edition C4 flood beam lux pattern\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-black-edition-c4-flood-lux.jpg?v=1777398925\"\u003e\n\u003c\/p\u003e\n\n\u003ch4\u003eC4 Spot Beam\u003c\/h4\u003e\n\n\u003cp\u003eDesigned to project light further down the trail or road for increased visibility at speed.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\n\u003cimg style=\"max-width: 100%;\" alt=\"STEDI Black Edition C4 spot beam lux pattern\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-black-edition-c4-spot-lux.jpg?v=1777399090\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eIncluded Colour Filters\u003c\/h3\u003e\n\n\u003cp\u003eEach C4 includes three interchangeable snap-on covers designed to adapt output and styling depending on conditions.\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eYellow Filter:\u003c\/strong\u003e Helps cut through dust, fog, snow, and poor weather conditions\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eBlue Filter:\u003c\/strong\u003e Reduces glare in reflective environments\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eBlack Translucent Cover:\u003c\/strong\u003e Provides a stealth appearance while protecting the lens\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003eThe included covers also help customise the look of your lighting setup while protecting the lens from debris and scratches.\u003c\/p\u003e\n\n\u003ch3\u003eCompact Housing Dimensions\u003c\/h3\u003e\n\n\u003cp\u003eThe C4’s small footprint makes it easy to integrate into tight mounting locations without sacrificing performance.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\n\u003cimg style=\"max-width: 100%;\" alt=\"STEDI Black Edition C4 dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-black-edition-c4-sizejpg.jpg?v=1777398925\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eSee It In Action\u003c\/h3\u003e\n\n\u003cp\u003eWatch the STEDI Black Edition C4 Cube Light in real-world driving and off-road conditions.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\n\u003ciframe title=\"STEDI Black Edition C4 Cube Light Video\" src=\"https:\/\/www.youtube.com\/embed\/f-KtI9zQuy8?si=phGzr9LTAY7ROqVY\" width=\"560\" height=\"315\"\u003e\u003c\/iframe\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eWhat’s Included\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003e1 x STEDI Black Edition C4 Cube Light\u003c\/li\u003e\n\u003cli\u003eMounting bracket and hardware\u003c\/li\u003e\n\u003cli\u003eYellow snap-on filter\u003c\/li\u003e\n\u003cli\u003eBlue snap-on filter\u003c\/li\u003e\n\u003cli\u003eBlack translucent STEDI cover\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eCap-it Expert Take\u003c\/h3\u003e\n\n\u003cp\u003eThe C4 sits in that sweet spot between compact size and genuinely serious output.\u003c\/p\u003e\n\n\u003cp\u003eYou can mount these almost anywhere, yet they still deliver the kind of usable light output people normally expect from much larger driving lights.\u003c\/p\u003e\n\n\u003cp\u003eSmall footprint. Big performance. Extremely versatile.\u003c\/p\u003e","brand":"STEDI","offers":[{"title":"Flood Beam","offer_id":47582118576364,"sku":null,"price":89.0,"currency_code":"CAD","in_stock":true},{"title":"Spot Beam","offer_id":47582118609132,"sku":null,"price":89.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-black-edition-c4-flood12.jpg?v=1777399246"},{"product_id":"stedi-single-output-work-light-wiring-harness","title":"STEDI Work Light Harness | Single Output 12V Wiring Kit","description":"\u003ch2\u003eSTEDI Work Light Harness | Single Output 12V Wiring Kit\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eSimple, reliable wiring for work lights, camp lights, and auxiliary lighting.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003eThe STEDI Single Output Wiring Harness is a fully assembled 12V wiring solution designed for LED work lights, camp lights, scene lights, and other auxiliary lighting applications that do not require high beam activation.\u003c\/p\u003e\n\n\u003cp\u003eBuilt with heavy-duty components, relay protection, UV-resistant insulation, and a simple ON\/OFF switching system, this harness makes it easy to power your lighting setup cleanly and reliably.\u003c\/p\u003e\n\n\u003cp\u003eWhether you're wiring canopy lights, reverse lights, work lights, or campsite lighting, this harness provides a straightforward plug-and-play solution without unnecessary complexity.\u003c\/p\u003e\n\n\u003ch3\u003eWhy Choose the STEDI Single Output Harness?\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSimple ON\/OFF Operation\u003c\/strong\u003e, ideal for camp lights, work lights, and auxiliary lighting\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eHeavy-Duty Relay Protection\u003c\/strong\u003e, built around a 60A relay for reliable power handling\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eFully Assembled Harness\u003c\/strong\u003e, ready for installation out of the box\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eSingle DT Connector Output\u003c\/strong\u003e, designed for one light or expandable lighting setups\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eUV-Resistant Insulation\u003c\/strong\u003e, designed for harsh outdoor and automotive environments\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eNo High Beam Integration Required\u003c\/strong\u003e, perfect for standalone lighting systems\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003ePerfect for Camp \u0026amp; Work Lighting\u003c\/h3\u003e\n\n\u003cp\u003eThis harness is specifically designed for lighting systems that operate independently from your vehicle’s high beams.\u003c\/p\u003e\n\n\u003cp\u003eIdeal applications include:\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003eCanopy lighting\u003c\/li\u003e\n\u003cli\u003eCamp lighting\u003c\/li\u003e\n\u003cli\u003eWork lights\u003c\/li\u003e\n\u003cli\u003eReverse lighting\u003c\/li\u003e\n\u003cli\u003eRock lights\u003c\/li\u003e\n\u003cli\u003eEngine bay lighting\u003c\/li\u003e\n\u003cli\u003eTrailer lighting\u003c\/li\u003e\n\u003cli\u003eUtility and service body lighting\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003eThe included ON\/OFF switch gives you direct manual control over your auxiliary lighting setup.\u003c\/p\u003e\n\n\u003ch3\u003eBuilt for Real-World Conditions\u003c\/h3\u003e\n\n\u003cp\u003eThe STEDI harness is built for demanding automotive, touring, and off-road environments.\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003eHeavy-duty relay protection\u003c\/li\u003e\n\u003cli\u003eInline fuse protection\u003c\/li\u003e\n\u003cli\u003eUV-resistant wiring insulation\u003c\/li\u003e\n\u003cli\u003ePre-terminated connectors\u003c\/li\u003e\n\u003cli\u003eClean, simplified installation\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003eThe included 60A relay also allows the harness to support larger lighting loads when required.\u003c\/p\u003e\n\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eConnector Type:\u003c\/strong\u003e Single output connector\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eRelay Rating:\u003c\/strong\u003e 60A\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eFuse Rating:\u003c\/strong\u003e 30A\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eVoltage:\u003c\/strong\u003e 12V DC\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eTotal Wiring Length:\u003c\/strong\u003e 4.8m\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eRelay to Switch Length:\u003c\/strong\u003e 2.8m\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eLight Connector to Relay Length:\u003c\/strong\u003e 2.0m\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eSwitch Type:\u003c\/strong\u003e Push-button ON\/OFF switch\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eInsulation:\u003c\/strong\u003e UV-rated\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eImportant Note\u003c\/h3\u003e\n\n\u003cp\u003eThis harness is \u003cstrong\u003enot\u003c\/strong\u003e designed for high beam-triggered driving lights.\u003c\/p\u003e\n\n\u003cp\u003eIf you require high beam integration for driving lights or light bars, please refer to the STEDI SMART Harness™ range.\u003c\/p\u003e\n\n\u003ch3\u003eWhat’s Included\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003e1 x STEDI Single Output Work Light Harness\u003c\/li\u003e\n\u003cli\u003e20mm push-button switch\u003c\/li\u003e\n\u003cli\u003eIntegrated relay and fuse protection\u003c\/li\u003e\n\u003cli\u003eUser instruction manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eSee It In Action\u003c\/h3\u003e\n\n\u003cp\u003eWatch the STEDI wiring harness overview and installation video below.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\n\u003ciframe title=\"STEDI Work Light Harness Video\" src=\"https:\/\/www.youtube.com\/embed\/IMMmeg7XB4A?si=8m_JHJDAm5nTDPo-\" width=\"560\" height=\"315\"\u003e\u003c\/iframe\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eCap-it Expert Take\u003c\/h3\u003e\n\n\u003cp\u003eNot every lighting setup needs complicated high beam integration.\u003c\/p\u003e\n\n\u003cp\u003eIf you're wiring camp lights, work lights, canopy lighting, or scene lighting, this harness keeps things simple, reliable, and clean.\u003c\/p\u003e\n\n\u003cp\u003eEasy install. Heavy-duty components. No unnecessary complexity.\u003c\/p\u003e","brand":"STEDI","offers":[{"title":"Default Title","offer_id":47585347961068,"sku":"WIRLED-KIT","price":39.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-1x-harness-no-high-beam.jpg?v=1777501464"},{"product_id":"stedi-smart-harness-dual-output-high-beam-wiring-kit","title":"STEDI SMART Harness™ | Dual Output High Beam Wiring Harness","description":"\u003ch2\u003eSTEDI SMART Harness™ | Dual Output High Beam Wiring Harness\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003ePlug-and-play high beam integration for modern LED driving lights and light bars.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003eThe STEDI SMART Harness™ is designed to simplify the installation of aftermarket driving lights by providing a true plug-and-play high beam trigger solution for modern vehicles.\u003c\/p\u003e\n\n\u003cp\u003eBuilt with dual relay protection, dual DT-P outputs, heavy-duty 10AWG wiring, and automatic positive\/negative switching detection, the SMART Harness removes the guesswork from wiring high-performance driving lights.\u003c\/p\u003e\n\n\u003cp\u003eWhether you're installing a pair of STEDI Type-X driving lights or a slim LED light bar, this harness delivers clean installation, reliable switching, and proper high beam integration without cutting factory wiring.\u003c\/p\u003e\n\n\u003ch3\u003eWhy Choose the STEDI SMART Harness™?\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTrue Plug-and-Play Installation\u003c\/strong\u003e, no cutting, soldering, or splicing required on most vehicles\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eAutomatic Positive \u0026amp; Negative Switching Detection\u003c\/strong\u003e, built-in microprocessor automatically detects your vehicle’s switching system\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eDual DT-P Outputs\u003c\/strong\u003e, designed for dual driving lights or compatible LED light bars\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eHeavy-Duty 10AWG Wiring\u003c\/strong\u003e, supports high-current lighting setups with reduced voltage drop\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eADR-Compliant High Beam Triggering\u003c\/strong\u003e, driving lights activate only with high beams\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eWaterproof Switch Included\u003c\/strong\u003e, suitable for interior or exposed mounting applications\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eDesigned to Simplify Modern Vehicle Wiring\u003c\/h3\u003e\n\n\u003cp\u003eModern vehicles can be notoriously difficult to wire driving lights into correctly, especially platforms using negative switching systems.\u003c\/p\u003e\n\n\u003cp\u003eThe STEDI SMART Harness™ eliminates the complexity by automatically detecting your vehicle’s switching type and configuring itself accordingly.\u003c\/p\u003e\n\n\u003cp\u003eThis makes it especially valuable for vehicles like:\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003eToyota trucks and SUVs\u003c\/li\u003e\n\u003cli\u003eFord Ranger \u0026amp; Raptor\u003c\/li\u003e\n\u003cli\u003eMazda BT-50\u003c\/li\u003e\n\u003cli\u003eMany modern CANBUS-equipped vehicles\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003eThe result is faster installation, fewer compatibility headaches, and a cleaner finished setup.\u003c\/p\u003e\n\n\u003ch3\u003ePlug-and-Play High Beam Integration\u003c\/h3\u003e\n\n\u003cp\u003eThe included HB3 and H4 piggyback adapters allow your driving lights to trigger directly from your factory high beam circuit.\u003c\/p\u003e\n\n\u003cp\u003eSimply unplug your factory headlight connector, insert the supplied adapter, and connect the harness.\u003c\/p\u003e\n\n\u003cp\u003eNo cutting factory wiring. No complicated relay diagrams. No unnecessary guesswork.\u003c\/p\u003e\n\n\u003cp\u003eThe included switch functions as an isolator, allowing you to disable the auxiliary lights while maintaining proper high beam operation.\u003c\/p\u003e\n\n\u003ch3\u003eCompatible with Additional Adapters\u003c\/h3\u003e\n\n\u003cp\u003eHB3 and H4 are the most common headlight connectors, but additional adapters are available separately for:\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003eH1\u003c\/li\u003e\n\u003cli\u003eH7\u003c\/li\u003e\n\u003cli\u003eH9\u003c\/li\u003e\n\u003cli\u003eFord Ranger \/ Raptor PX2 \u0026amp; PX3\u003c\/li\u003e\n\u003cli\u003eToyota LandCruiser 200 Series\u003c\/li\u003e\n\u003cli\u003eMitsubishi Triton MQ \u0026amp; MR\u003c\/li\u003e\n\u003cli\u003eIsuzu D-Max \u0026amp; MU-X\u003c\/li\u003e\n\u003cli\u003eHolden Colorado\u003c\/li\u003e\n\u003cli\u003eVolkswagen Amarok\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eBuilt for Real-World Use\u003c\/h3\u003e\n\n\u003cp\u003eThe SMART Harness™ is designed for demanding touring, overland, and off-road environments.\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003eUV-resistant insulation\u003c\/li\u003e\n\u003cli\u003eHeat-shrink sealed relay protection\u003c\/li\u003e\n\u003cli\u003eRibbed cable protection loom\u003c\/li\u003e\n\u003cli\u003eWater-resistant switch design\u003c\/li\u003e\n\u003cli\u003eHeavy-duty relays and fuse protection\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003eThis is not a generic wiring kit. It’s purpose-built for serious auxiliary lighting setups.\u003c\/p\u003e\n\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOutput Type:\u003c\/strong\u003e Dual DT-P connectors\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eRelay Configuration:\u003c\/strong\u003e Dual 60A relays\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eFuse Protection:\u003c\/strong\u003e Dual 35A fuse kits\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eWiring Gauge:\u003c\/strong\u003e 10AWG high-current cable\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eTotal Wiring Length:\u003c\/strong\u003e 6.4m\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eRelay to Switch Length:\u003c\/strong\u003e 2.4m\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eLight Connector to Relay Length:\u003c\/strong\u003e 2.0m\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eHB3\/H4 Adapter to Relay Length:\u003c\/strong\u003e 2.0m\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eSwitch Type:\u003c\/strong\u003e Waterproof ON\/OFF switch\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Positive and negative switched vehicles\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eWhat’s Included\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003e1 x STEDI SMART Harness™\u003c\/li\u003e\n\u003cli\u003eDual DT-P output connectors\u003c\/li\u003e\n\u003cli\u003eHB3 piggyback adapter\u003c\/li\u003e\n\u003cli\u003eH4 piggyback adapter\u003c\/li\u003e\n\u003cli\u003eWaterproof ON\/OFF switch\u003c\/li\u003e\n\u003cli\u003eDual relays and fuse protection\u003c\/li\u003e\n\u003cli\u003eInstruction manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eCap-it Expert Take\u003c\/h3\u003e\n\n\u003cp\u003eWiring modern driving lights into modern vehicles has become far more complicated than it used to be.\u003c\/p\u003e\n\n\u003cp\u003eThe STEDI SMART Harness™ solves that problem properly.\u003c\/p\u003e\n\n\u003cp\u003eInstead of chasing wiring diagrams or trying to figure out positive versus negative switching, this harness handles the difficult part automatically while delivering a clean, professional installation.\u003c\/p\u003e\n\n\u003cp\u003eLess frustration. Better reliability. Faster install.\u003c\/p\u003e","brand":"STEDI","offers":[{"title":"Default Title","offer_id":47585349402860,"sku":"WIRQKFTSMART","price":69.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-smart-harness-2con.jpg?v=1777502512"},{"product_id":"stedi-surface-rock-light-30-degree-angled-mount-bracket","title":"STEDI Surface Rock Light | 30° Angled Mount Bracket (Single)","description":"\u003cdiv class=\"stedi-rock-light-bracket-description\" style=\"max-width:1200px;margin:0 auto;color:#262626;line-height:1.65;\"\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:14px;padding:34px;margin-bottom:32px;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 7px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    STEDI SURFACE SERIES\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    STEDI Surface Rock Light 30° Angled Mount Bracket\n  \u003c\/h2\u003e\n\n  \u003cp style=\"font-size:1.2em;margin:0 0 16px;color:#eeeeee;\"\u003e\n    \u003cstrong\u003eChange the angle. Put the light where you actually need it.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The \u003cstrong\u003eSTEDI Surface Rock Light 30° Angled Mount Bracket\u003c\/strong\u003e is a simple upgrade that changes the direction of the light output from a flat surface mount to a fixed 30-degree angle.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    That makes it especially useful when you want to push illumination outward from a vehicle, rack, slider or mounting surface rather than aiming the light straight down.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- QUICK VALUE --\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:12px;margin:0 0 40px;\"\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.2em;font-weight:800;color:#111111;\"\u003e30°\u003c\/div\u003e\n    \u003cdiv\u003eFixed Mounting Angle\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.2em;font-weight:800;color:#111111;\"\u003eRubber\u003c\/div\u003e\n    \u003cdiv\u003eBracket Material\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.2em;font-weight:800;color:#111111;\"\u003eSingle\u003c\/div\u003e\n    \u003cdiv\u003eOne Bracket Per Pack\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.2em;font-weight:800;color:#111111;\"\u003eCurrent Shape\u003c\/div\u003e\n    \u003cdiv\u003eSTEDI Surface Lights\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- WHY USE IT --\u003e\n\n\u003cdiv style=\"background:#f4f4f4;border-left:8px solid #ff6a00;border-radius:10px;padding:28px;margin:42px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    WHY ANGLE THE LIGHT?\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#111111;\"\u003e\n    Sometimes Straight Down Isn't Where You Need the Light.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Surface rock lights mounted directly to a flat surface naturally project light away from that surface. Depending on where the fixture is installed, that may not put the beam where it is most useful.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The 30° bracket changes the mounting angle so the light can be directed farther outward, helping improve illumination around tyres, suspension, rock sliders, racks, camp areas and vehicle surroundings.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    It's a small piece of hardware, but it can make the finished lighting system considerably more useful.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- USE CASES --\u003e\n\n\u003ch2 style=\"color:#111111;margin:44px 0 18px;\"\u003e\n  Where the 30° Bracket Makes Sense\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:16px;margin-bottom:42px;\"\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eUnderbody Lighting\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Push the beam outward from the chassis instead of concentrating illumination directly beneath the vehicle.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eRock Crawling\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Improve usable visibility around tyres, suspension and nearby obstacles during low-speed trail driving.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eRoof Racks \u0026amp; Camp\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Angle compact Surface lights toward the ground or surrounding camp area when the rack mounting surface is not ideally positioned.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- COMPATIBILITY --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:13px;padding:31px;margin:44px 0;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    COMPATIBILITY\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    Designed for Current-Shape STEDI Surface Rock Lights.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    STEDI officially lists this bracket for the updated current-shape Surface Rock Light range, including:\n  \u003c\/p\u003e\n\n  \u003cul style=\"line-height:1.9;color:#eeeeee;\"\u003e\n    \u003cli\u003eSTEDI Surface 6 LED RGB Rock Lights\u003c\/li\u003e\n    \u003cli\u003eSTEDI Surface 5700K LED Rock Lights\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cp style=\"margin-bottom:0;color:#bbbbbb;\"\u003e\n    Confirm the light housing before ordering if you are using a different Surface-series light.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- RELATED LIGHTS --\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n  COMPLETE THE SETUP\n\u003c\/p\u003e\n\n\u003ch2 style=\"color:#111111;margin:0 0 14px;\"\u003e\n  Shop the STEDI Surface Rock Light Range.\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:18px;margin:24px 0 42px;\"\u003e\n\n  \u003cdiv style=\"flex:1 1 340px;background:#ffffff;border:1px solid #dddddd;border-top:7px solid #ff6a00;border-radius:10px;padding:24px;\"\u003e\n\n    \u003cp style=\"margin:0 0 5px;color:#e85f00;font-size:.82em;font-weight:bold;letter-spacing:1.4px;text-transform:uppercase;\"\u003e\n      FULL RGB CONTROL\n    \u003c\/p\u003e\n\n    \u003ch3 style=\"margin:0 0 10px;color:#111111;\"\u003e\n      Surface RGB Rock Lights | 6-Light Kit\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      A complete six-light system with Bluetooth colour control, adjustable brightness and full RGB customisation.\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      \u003ca href=\"https:\/\/shop.capit.com\/products\/stedi-surface-rgb-rock-lights-6-led-kit\" style=\"color:#e85f00;font-weight:bold;text-decoration:underline;\"\u003e\n        SHOP THE RGB 6-LIGHT KIT →\n      \u003c\/a\u003e\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv style=\"flex:1 1 340px;background:#ffffff;border:1px solid #dddddd;border-top:7px solid #ff6a00;border-radius:10px;padding:24px;\"\u003e\n\n    \u003cp style=\"margin:0 0 5px;color:#e85f00;font-size:.82em;font-weight:bold;letter-spacing:1.4px;text-transform:uppercase;\"\u003e\n      WARM CAMP LIGHTING\n    \u003c\/p\u003e\n\n    \u003ch3 style=\"margin:0 0 10px;color:#111111;\"\u003e\n      Surface Amber Rock Light | 1500K\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Compact warm amber lighting for racks, truck caps, awnings, campers and camp areas.\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      \u003ca href=\"https:\/\/shop.capit.com\/products\/stedi-surface-amber-rock-light-1500k\" style=\"color:#e85f00;font-weight:bold;text-decoration:underline;\"\u003e\n        SHOP THE 1500K AMBER LIGHT →\n      \u003c\/a\u003e\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- SPECS --\u003e\n\n\u003ch2 style=\"color:#111111;margin:46px 0 16px;\"\u003e\n  Specifications\n\u003c\/h2\u003e\n\n\u003cdiv style=\"overflow-x:auto;margin:20px 0 42px;\"\u003e\n\n\u003ctable style=\"width:100%;min-width:600px;border-collapse:collapse;border:1px solid #dddddd;\"\u003e\n\n  \u003ctbody\u003e\n\n    \u003ctr style=\"background:#111111;color:#ffffff;\"\u003e\n      \u003ctd style=\"padding:14px;font-weight:bold;\"\u003eSpecification\u003c\/td\u003e\n      \u003ctd style=\"padding:14px;font-weight:bold;\"\u003e30° Angled Bracket\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003ePart Number\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eROCK-30-DEG\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eMounting Angle\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e30° fixed\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eRubber\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eCompatibility\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eCurrent-shape STEDI Surface Rock Lights\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e1 bracket\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eWarranty\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e24 Months\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n  \u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- WHAT'S INCLUDED --\u003e\n\n\u003cdiv style=\"background:#f4f4f4;border-left:8px solid #ff6a00;border-radius:10px;padding:28px;margin:42px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    WHAT'S INCLUDED\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#111111;\"\u003e\n    One Bracket Per Pack.\n  \u003c\/h2\u003e\n\n  \u003cul style=\"line-height:1.9;margin-bottom:0;\"\u003e\n    \u003cli\u003e1 x STEDI Surface Rock Light 30° Angled Mount Bracket\u003c\/li\u003e\n    \u003cli\u003eStainless screws and bolts\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CAP-IT TAKE --\u003e\n\n\u003cdiv style=\"background:#f2f2f2;border:2px solid #111111;border-top:8px solid #ff6a00;border-radius:12px;padding:30px;margin:48px 0 36px;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    THE CAP-IT TAKE\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 15px;color:#111111;\"\u003e\n    Cheap Part. Worth Thinking About Before You Drill the Holes.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    If the mounting surface already points the light exactly where you want it, you probably don't need this bracket.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    If it doesn't, spend the few extra dollars and angle the fixture properly before installation.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    \u003cstrong\u003eThe objective isn't to install more light. It's to put the light you already bought where it's actually useful.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"STEDI","offers":[{"title":"Default Title","offer_id":47585360052460,"sku":"ROCK-30-DEG","price":6.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-mounting-bracket-30deg6.jpg?v=1777503386"},{"product_id":"stedi-surface-rgb-rock-lights-6-led-kit","title":"STEDI Surface RGB Rock Lights | 6 LED Kit","description":"\u003cdiv class=\"stedi-rgb-rock-light-description\" style=\"max-width:1200px;margin:0 auto;color:#262626;line-height:1.65;\"\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:14px;padding:36px;margin-bottom:32px;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 7px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    STEDI SURFACE SERIES\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    STEDI Surface RGB Rock Lights | 6-Light Kit\n  \u003c\/h2\u003e\n\n  \u003cp style=\"font-size:1.24em;margin:0 0 18px;color:#eeeeee;\"\u003e\n    \u003cstrong\u003eSix lights. Full RGB control. One system built to completely change what happens around your vehicle after dark.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The \u003cstrong\u003eSTEDI Surface RGB Rock Light Kit\u003c\/strong\u003e combines functional area lighting with fully customisable colour control for trucks, truck caps, campers, trailers and overland builds.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Use them beneath the vehicle to illuminate terrain and suspension, inside or outside a truck cap, around camp, under a rack, beside a trailer or virtually anywhere compact surface-mounted light is useful.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    Then control colour, brightness and effects from your smartphone using the supplied Bluetooth controller.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- QUICK VALUE --\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:12px;margin:0 0 40px;\"\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.2em;font-weight:800;color:#111111;\"\u003e6 Lights\u003c\/div\u003e\n    \u003cdiv\u003eComplete RGB Kit\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.2em;font-weight:800;color:#111111;\"\u003eBluetooth\u003c\/div\u003e\n    \u003cdiv\u003eApp-Based Control\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.2em;font-weight:800;color:#111111;\"\u003e120°\u003c\/div\u003e\n    \u003cdiv\u003eWide Beam Angle\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 180px;background:#f5f5f5;border:1px solid #dddddd;border-top:5px solid #ff6a00;border-radius:9px;padding:17px;text-align:center;\"\u003e\n    \u003cdiv style=\"font-size:1.2em;font-weight:800;color:#111111;\"\u003eIP69K\u003c\/div\u003e\n    \u003cdiv\u003eLight Protection Rating\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CINEMATIC PANEL 1 --\u003e\n\n\u003cdiv style=\"position:relative;margin:0 0 38px;overflow:hidden;background:#111;border-radius:12px;\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/y62-patrol-rgb-rock-lights-s-1_1_jpg.webp?v=1786737640\" alt=\"STEDI Surface RGB Rock Lights installed under Nissan Patrol\" style=\"display:block;width:100%;height:auto;\"\u003e\n\n  \u003cdiv style=\"\n    position:absolute;\n    left:6%;\n    top:50%;\n    transform:translateY(-50%);\n    width:40%;\n    color:#ffffff;\n  \"\u003e\n\n    \u003cp style=\"font-size:12px;letter-spacing:3px;font-weight:700;margin:0 0 8px;\"\u003e\n      LIGHT THE BUILD\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"font-size:34px;line-height:1.08;color:#ffffff;margin:0 0 12px;\"\u003e\n      More Than\u003cbr\u003eRock Lights.\n    \u003c\/h2\u003e\n\n    \u003cp style=\"font-size:16px;line-height:1.5;margin:0;\"\u003e\n      Underbody. Suspension. Truck cap. Cargo. Camp. Six compact lights let you put usable illumination exactly where your build needs it.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- RGB CONTROL --\u003e\n\n\u003cdiv style=\"background:#f4f4f4;border-left:8px solid #ff6a00;border-radius:10px;padding:28px;margin:42px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    FULL RGB CONTROL\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#111111;\"\u003e\n    One System. An Entire Colour Spectrum.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Connect through Bluetooth using the STEDI RGB app on your compatible iPhone or Android device and control the entire six-light system from your phone.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    Choose colour, adjust brightness, create custom shades and access lighting effects without adding a complicated physical control panel to the vehicle.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CONTROL CARDS --\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:16px;margin-bottom:42px;\"\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003ePrimary Colours\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Quickly select from the primary colour options available through the STEDI Bluetooth app.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eCustom Shades\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Fine-tune the colour output to better match the vehicle, campsite or look you want.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eBrightness Control\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Turn the lights up when you need visibility or dial them back when you only want subtle ambient illumination.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#ffffff;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;color:#111111;\"\u003eLighting Effects\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Access flash and effect modes directly through the app when you want more than static illumination.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"background:#fff4e8;border-left:7px solid #ff6a00;border-radius:9px;padding:20px;margin:0 0 42px;\"\u003e\n  \u003cstrong style=\"color:#d95c00;\"\u003eOne controller, one colour across the system.\u003c\/strong\u003e\n  \u003cp style=\"margin:7px 0 0;\"\u003e\n    All six connected lights operate together. Individual colour control of each separate rock light is not supported.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- CINEMATIC PANEL 2 --\u003e\n\n\u003cdiv style=\"position:relative;margin:0 0 42px;overflow:hidden;background:#111;border-radius:12px;\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/surface-rock-lights-rgb-gu-patrol-s-1.jpg?v=1786737640\" alt=\"STEDI RGB Surface Rock Lights on off-road vehicle\" style=\"display:block;width:100%;height:auto;\"\u003e\n\n  \u003cdiv style=\"\n    position:absolute;\n    right:6%;\n    left:auto;\n    top:50%;\n    transform:translateY(-50%);\n    width:38%;\n    color:#ffffff;\n  \"\u003e\n\n    \u003cp style=\"font-size:12px;letter-spacing:3px;font-weight:700;margin:0 0 8px;\"\u003e\n      AFTER DARK\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"font-size:34px;line-height:1.08;color:#ffffff;margin:0 0 12px;\"\u003e\n      Your Build Doesn't\u003cbr\u003eDisappear at Night.\n    \u003c\/h2\u003e\n\n    \u003cp style=\"font-size:16px;line-height:1.5;margin:0;\"\u003e\n      Illuminate the ground around the truck, show off suspension and wheels, or create the atmosphere you want once camp is set.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- APPLICATIONS --\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n  WHERE THEY WORK\n\u003c\/p\u003e\n\n\u003ch2 style=\"color:#111111;margin:0 0 16px;\"\u003e\n  Six Lights. Put Them to Work.\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:16px;margin-bottom:42px;\"\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#f5f5f5;border-radius:9px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;\"\u003eUnderbody \u0026amp; Rock Crawling\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Illuminate the terrain around the wheels, suspension and obstacles during low-speed off-road driving.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#f5f5f5;border-radius:9px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;\"\u003eTruck Caps \u0026amp; Cargo\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Add compact lighting inside or around truck caps, cargo areas and equipment storage where factory lighting falls short.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#f5f5f5;border-radius:9px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;\"\u003eCamp \u0026amp; Overland\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Create ambient illumination around camp, beneath racks, awnings, campers and vehicle work areas.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#f5f5f5;border-radius:9px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;\"\u003eAccent Lighting\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Highlight wheels, suspension and other components with selectable colours and adjustable brightness.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#f5f5f5;border-radius:9px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;\"\u003eTrailers \u0026amp; Marine\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Compact surface mounting and sealed construction open up additional applications beyond the truck itself.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"flex:1 1 300px;background:#f5f5f5;border-radius:9px;padding:22px;\"\u003e\n    \u003ch3 style=\"margin-top:0;\"\u003eEngine Bay\u003c\/h3\u003e\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      Add useful illumination around mechanical components when you're troubleshooting or working after dark.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CINEMATIC PANEL 3 --\u003e\n\n\u003cdiv style=\"position:relative;margin:0 0 42px;overflow:hidden;background:#111;border-radius:12px;\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/rgb-tim-s-3_jpg.webp?v=1786737640\" alt=\"STEDI Surface RGB Rock Lights night installation\" style=\"display:block;width:100%;height:auto;\"\u003e\n\n  \u003cdiv style=\"\n    position:absolute;\n    left:6%;\n    top:50%;\n    transform:translateY(-50%);\n    width:40%;\n    color:#ffffff;\n  \"\u003e\n\n    \u003cp style=\"font-size:12px;letter-spacing:3px;font-weight:700;margin:0 0 8px;\"\u003e\n      BUILT TO GET DIRTY\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"font-size:34px;line-height:1.08;color:#ffffff;margin:0 0 12px;\"\u003e\n      IP69K.\u003cbr\u003eBecause Rock Lights Live a Hard Life.\n    \u003c\/h2\u003e\n\n    \u003cp style=\"font-size:16px;line-height:1.5;margin:0;\"\u003e\n      Mud. Dust. Water. Pressure washing. The individual Surface RGB lights are built for exposed installations beneath real trucks and adventure vehicles.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- IP NOTE --\u003e\n\n\u003cdiv style=\"background:#f4f4f4;border-left:8px solid #ff6a00;border-radius:10px;padding:28px;margin:42px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    IMPORTANT INSTALLATION DETAIL\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#111111;\"\u003e\n    The Lights Are IP69K. The Bluetooth Controller Is IP64.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    The six Surface RGB Rock Lights are built for exposed exterior installations and carry an \u003cstrong\u003eIP69K protection rating\u003c\/strong\u003e.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    The supplied Bluetooth controller is rated \u003cstrong\u003eIP64 splash resistant\u003c\/strong\u003e and should be mounted in a protected location away from direct water exposure.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- DIMENSIONS --\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n  COMPACT SURFACE MOUNT\n\u003c\/p\u003e\n\n\u003ch2 style=\"color:#111111;margin:0 0 12px;\"\u003e\n  Small Housing. Big Installation Possibilities.\n\u003c\/h2\u003e\n\n\u003cp\u003e\n  The low-profile aluminium housing is easy to integrate beneath vehicles, racks, truck caps, campers and cargo systems. Cable routing can exit from the rear or side to help keep the finished installation clean.\n\u003c\/p\u003e\n\n\u003cdiv style=\"background:#f5f5f5;border:1px solid #dddddd;border-radius:10px;padding:20px;margin:24px 0 42px;text-align:center;\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-surface-rock-light-6-led-size.jpg?v=1777504418\" alt=\"STEDI Surface RGB Rock Light dimensions\" style=\"max-width:100%;height:auto;\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- OPTIONAL BRACKET --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:13px;padding:31px;margin:44px 0;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    OPTIONAL MOUNTING\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    Need to Aim the Light? Add the 30° Bracket.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Surface mounting works well for many locations, but sometimes you need the light directed toward the ground or work area instead of straight out from the mounting surface.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The optional \u003cstrong\u003eSTEDI Surface Rock Light 30° Angled Mount Bracket\u003c\/strong\u003e positions the fixture at a fixed angle for racks, vehicle structures and custom installations.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    \u003ca href=\"https:\/\/shop.capit.com\/products\/stedi-surface-rock-light-30-degree-angled-mount-bracket\" style=\"color:#ff6a00;font-weight:bold;text-decoration:underline;\"\u003e\n      SHOP THE 30° ANGLED MOUNT BRACKET →\n    \u003c\/a\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- VIDEO --\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n  SEE THEM IN ACTION\n\u003c\/p\u003e\n\n\u003ch2 style=\"color:#111111;margin:0 0 12px;\"\u003e\n  See What Six RGB Rock Lights Can Do.\n\u003c\/h2\u003e\n\n\u003cp\u003e\n  See the Surface RGB system in real-world use, including colour control, installation possibilities and nighttime illumination.\n\u003c\/p\u003e\n\n\u003cdiv style=\"position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;margin:20px 0 44px;\"\u003e\n  \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/oslppeLzReA?si=J17XVhdOLeb21YqQ\" title=\"STEDI Surface RGB Rock Lights\" style=\"position:absolute;top:0;left:0;width:100%;height:100%;border:0;\" allowfullscreen\u003e\n  \u003c\/iframe\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- TECH SPECS --\u003e\n\n\u003ch2 style=\"color:#111111;margin:46px 0 16px;\"\u003e\n  Technical Specifications\n\u003c\/h2\u003e\n\n\u003cdiv style=\"overflow-x:auto;margin:20px 0 42px;\"\u003e\n\n\u003ctable style=\"width:100%;min-width:680px;border-collapse:collapse;border:1px solid #dddddd;\"\u003e\n\n  \u003ctbody\u003e\n\n    \u003ctr style=\"background:#111111;color:#ffffff;\"\u003e\n      \u003ctd style=\"padding:14px;font-weight:bold;\"\u003eSpecification\u003c\/td\u003e\n      \u003ctd style=\"padding:14px;font-weight:bold;\"\u003eSurface RGB Rock Light\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eLED\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eRGB Philips LEDs\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eHousing\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eAluminium\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eOperating Voltage\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e9-24V DC\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eRed Output\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e283 lm per light\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eGreen Output\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e498 lm per light\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eBlue Output\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e201 lm per light\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eAmber Output\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e244 lm per light\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eCurrent Draw\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e0.3A @ 13.6V per light\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eBeam Angle\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e120°\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eLight Protection Rating\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eIP69K\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eBluetooth Controller\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eIP64 splash resistant\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eConnector\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003eEnvironmentally sealed automotive connector\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eOperating Temperature\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e-40°C to 60°C\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eRated Lifespan\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e50,000 hours\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr style=\"background:#f1f1f1;\"\u003e\n      \u003ctd style=\"padding:12px;\"\u003e\u003cstrong\u003eWarranty\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd style=\"padding:12px;\"\u003e2 Years\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n  \u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- COMPLETE KIT --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:13px;padding:31px;margin:44px 0;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    COMPLETE SIX-LIGHT SYSTEM\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    Designed as a System, Not Six Loose Lights.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    The kit includes the wiring required to connect all six rock lights to the supplied Bluetooth controller. Two lights include 5-metre cables and four include 3.5-metre cables to help route the system around a vehicle.\n  \u003c\/p\u003e\n\n  \u003cdiv style=\"margin-top:22px;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/rgb-rock-lights-itb_jpg.webp?v=1786737639\" alt=\"STEDI Surface RGB Rock Light six-light kit contents\" style=\"width:100%;height:auto;display:block;border-radius:10px;\"\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- WHAT'S INCLUDED --\u003e\n\n\u003cdiv style=\"background:#f4f4f4;border-left:8px solid #ff6a00;border-radius:10px;padding:28px;margin:42px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    WHAT'S INCLUDED\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#111111;\"\u003e\n    Everything Required for the Six-Light System.\n  \u003c\/h2\u003e\n\n  \u003cul style=\"line-height:1.9;margin-bottom:0;\"\u003e\n    \u003cli\u003e6 x STEDI Surface RGB Rock Lights\u003c\/li\u003e\n    \u003cli\u003eBluetooth controller \/ junction box\u003c\/li\u003e\n    \u003cli\u003e6-to-1 connector and wiring system\u003c\/li\u003e\n    \u003cli\u003e2 x lights with 5 m cable\u003c\/li\u003e\n    \u003cli\u003e4 x lights with 3.5 m cable\u003c\/li\u003e\n    \u003cli\u003e6 x rubber mounting bases\u003c\/li\u003e\n    \u003cli\u003eMounting hardware\u003c\/li\u003e\n    \u003cli\u003eInstruction manual\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- RGB VS AMBER --\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n  RGB OR DEDICATED AMBER?\n\u003c\/p\u003e\n\n\u003ch2 style=\"color:#111111;margin:0 0 14px;\"\u003e\n  Choose the Light for How You Actually Use Your Truck.\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:18px;margin:24px 0 42px;\"\u003e\n\n  \u003cdiv style=\"flex:1 1 340px;background:#ffffff;border:1px solid #dddddd;border-top:7px solid #ff6a00;border-radius:10px;padding:24px;\"\u003e\n\n    \u003cp style=\"margin:0 0 5px;color:#e85f00;font-size:.82em;font-weight:bold;letter-spacing:1.4px;text-transform:uppercase;\"\u003e\n      MAXIMUM FLEXIBILITY\n    \u003c\/p\u003e\n\n    \u003ch3 style=\"margin:0 0 10px;color:#111111;\"\u003e\n      Surface RGB 6-Light Kit\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Choose RGB when you want selectable colours, adjustable brightness, visual impact and the ability to change the atmosphere around your vehicle.\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      \u003cstrong\u003eBest for:\u003c\/strong\u003e underbody lighting, custom builds, campsites and installations where colour flexibility matters.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv style=\"flex:1 1 340px;background:#ffffff;border:1px solid #dddddd;border-top:7px solid #ff6a00;border-radius:10px;padding:24px;\"\u003e\n\n    \u003cp style=\"margin:0 0 5px;color:#e85f00;font-size:.82em;font-weight:bold;letter-spacing:1.4px;text-transform:uppercase;\"\u003e\n      WARM FUNCTIONAL LIGHT\n    \u003c\/p\u003e\n\n    \u003ch3 style=\"margin:0 0 10px;color:#111111;\"\u003e\n      Surface Amber 1500K\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Prefer dedicated warm utility or camp lighting? STEDI also offers the Surface Rock Light in a fixed 1500K amber configuration.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eBest for:\u003c\/strong\u003e truck caps, awnings, cargo areas, campers and campsites where low-glare warm light is the priority.\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      \u003ca href=\"https:\/\/shop.capit.com\/products\/stedi-surface-amber-rock-light-1500k\" style=\"color:#e85f00;font-weight:bold;text-decoration:underline;\"\u003e\n        SHOP THE 1500K AMBER ROCK LIGHT →\n      \u003c\/a\u003e\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- INSTALLATION --\u003e\n\n\u003cdiv style=\"background:#f4f4f4;border-left:8px solid #ff6a00;border-radius:10px;padding:28px;margin:44px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    PROFESSIONAL INSTALLATION\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#111111;\"\u003e\n    Six Lights. One Clean Installation.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    A rock-light installation is only as good as the wiring you don't see.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Proper light placement, protected cable routing and a securely mounted controller make the difference between something that looks added on and something that feels like part of the vehicle.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    Participating Cap-it locations can help plan placement and wiring, then professionally install the system on your truck, truck cap, rack, camper or adventure build.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CAP-IT TAKE --\u003e\n\n\u003cdiv style=\"background:#f2f2f2;border:2px solid #111111;border-top:8px solid #ff6a00;border-radius:12px;padding:30px;margin:48px 0 36px;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    THE CAP-IT TAKE\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 15px;color:#111111;\"\u003e\n    Functional Lighting Doesn't Have to Be Boring.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Rock lights are easy to dismiss as cosmetic until they're actually positioned intelligently around the truck.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Use them to see the terrain around your wheels, find gear beside the vehicle, illuminate the area beneath a truck cap or camper, or create subtle ambient lighting after you've stopped for the night.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Then, when you want the visual impact, RGB gives you that too.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;\"\u003e\n    \u003cstrong\u003eSix lights. Endless colour. Put light where your build needs it.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FINAL CAP-IT CTA --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:14px;padding:34px;margin:48px 0 18px;color:#ffffff;text-align:center;\"\u003e\n\n  \u003cp style=\"margin:0 0 7px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    STEDI AT CAP-IT\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    Buy It Online. See It in Store. Have Us Install It.\n  \u003c\/h2\u003e\n\n  \u003cp style=\"max-width:800px;margin:0 auto 22px;color:#eeeeee;font-size:1.05em;line-height:1.7;\"\u003e\n    Shop STEDI online across Canada or visit a participating Cap-it location for product advice, physical lighting displays and professional installation.\n  \u003c\/p\u003e\n\n  \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:18px;text-align:left;margin:28px 0;\"\u003e\n\n    \u003cdiv style=\"flex:1 1 190px;\"\u003e\n      \u003cstrong style=\"color:#ffffff;\"\u003eEstablished 1977\u003c\/strong\u003e\n      \u003cp style=\"margin:5px 0 0;color:#cccccc;\"\u003eDecades of truck accessory experience.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"flex:1 1 190px;\"\u003e\n      \u003cstrong style=\"color:#ffffff;\"\u003e25+ Retail Locations\u003c\/strong\u003e\n      \u003cp style=\"margin:5px 0 0;color:#cccccc;\"\u003eReal stores and real product specialists.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"flex:1 1 190px;\"\u003e\n      \u003cstrong style=\"color:#ffffff;\"\u003eProfessional Installation\u003c\/strong\u003e\n      \u003cp style=\"margin:5px 0 0;color:#cccccc;\"\u003eGet the finished installation right.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"flex:1 1 190px;\"\u003e\n      \u003cstrong style=\"color:#ffffff;\"\u003eCanada-Wide Online\u003c\/strong\u003e\n      \u003cp style=\"margin:5px 0 0;color:#cccccc;\"\u003eShop STEDI from coast to coast.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003ca href=\"https:\/\/shop.capit.com\/a\/store-locator\/list\" style=\"display:inline-block;background:#ff6a00;color:#111111;text-decoration:none;font-weight:800;padding:14px 26px;border-radius:6px;\"\u003e\n    FIND YOUR NEAREST CAP-IT\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"STEDI","offers":[{"title":"Default Title","offer_id":47585438433516,"sku":"ROCK-6PCE","price":209.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-surface-rock-light-6-led6.jpg?v=1777504261"},{"product_id":"stedi-st3301-pro-light-bar-covers","title":"STEDI ST3301 Pro Light Bar Covers","description":"\u003cdiv class=\"stedi-st3301-covers\" style=\"max-width:1200px;margin:0 auto;color:#262626;line-height:1.65;\"\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:14px;padding:36px;margin-bottom:34px;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 7px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    STEDI ST3301 PRO\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    Amber or Blackout. Change the Light. Change the Look.\n  \u003c\/h2\u003e\n\n  \u003cp style=\"font-size:1.22em;margin:0 0 18px;color:#eeeeee;\"\u003e\n    \u003cstrong\u003eOne clips on for poor conditions. The other clips on when you want the light covered. Both are made specifically for the ST3301 PRO.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;color:#dddddd;\"\u003e\n    Available for compatible \u003cstrong style=\"color:#ffffff;\"\u003e18.6\", 24.5\", 27.5\" and 41\"\u003c\/strong\u003e ST3301 light bars.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CHOOSE YOUR COVER --\u003e\n\n\u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n  CHOOSE YOUR SETUP\n\u003c\/p\u003e\n\n\u003ch2 style=\"color:#111111;margin:0 0 22px;\"\u003e\n  Two Covers. Two Different Jobs.\n\u003c\/h2\u003e\n\n\u003cdiv style=\"display:flex;flex-wrap:wrap;gap:18px;margin-bottom:42px;\"\u003e\n\n  \u003c!-- AMBER --\u003e\n\n  \u003cdiv style=\"flex:1 1 350px;background:#f5f5f5;border:1px solid #dddddd;border-top:6px solid #ff6a00;border-radius:10px;padding:26px;\"\u003e\n\n    \u003cp style=\"margin:0 0 5px;color:#e85f00;font-size:.8em;font-weight:bold;letter-spacing:1.3px;text-transform:uppercase;\"\u003e\n      POOR CONDITIONS\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"margin:0 0 10px;color:#111111;\"\u003e\n      Go Amber.\n    \u003c\/h2\u003e\n\n    \u003cp style=\"font-size:1.08em;margin:0 0 14px;\"\u003e\n      \u003cstrong\u003eChange the character of your ST3301 when visibility gets ugly.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin-bottom:0;\"\u003e\n      The amber lens converts the ST3301's approximately 5700K white output to a warmer 2500K appearance, giving you another lighting option for dust, haze, fog, snow and rain.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- BLACKOUT --\u003e\n\n  \u003cdiv style=\"flex:1 1 350px;background:#111111;border:1px solid #111111;border-top:6px solid #ff6a00;border-radius:10px;padding:26px;color:#ffffff;\"\u003e\n\n    \u003cp style=\"margin:0 0 5px;color:#ff6a00;font-size:.8em;font-weight:bold;letter-spacing:1.3px;text-transform:uppercase;\"\u003e\n      CLEAN + COVERED\n    \u003c\/p\u003e\n\n    \u003ch2 style=\"margin:0 0 10px;color:#ffffff;\"\u003e\n      Go Blackout.\n    \u003c\/h2\u003e\n\n    \u003cp style=\"font-size:1.08em;margin:0 0 14px;color:#eeeeee;\"\u003e\n      \u003cstrong\u003eProtect the light and clean up the look when you're not using it.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin-bottom:0;color:#dddddd;\"\u003e\n      The blackout cover clips over the face of the light bar, helping protect the lens from dirt, debris and exposure while giving the installation a clean covered appearance.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- LIFESTYLE IMAGE --\u003e\n\n\u003cdiv style=\"margin:38px 0 42px;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-st3301-amber-lens-feature.jpg?v=1777660984\" alt=\"STEDI ST3301 PRO amber light bar lens installed\" style=\"width:100%;height:auto;display:block;border-radius:12px;\"\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- FITMENT --\u003e\n\n\u003cdiv style=\"background:#f4f4f4;border-left:8px solid #ff6a00;border-radius:10px;padding:28px;margin:42px 0;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    MATCH YOUR LIGHT BAR\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#111111;\"\u003e\n    Choose the Right Size. Clip It On.\n  \u003c\/h2\u003e\n\n  \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:12px;margin-top:20px;\"\u003e\n\n    \u003cdiv style=\"flex:1 1 150px;background:#ffffff;border:1px solid #dddddd;border-radius:8px;padding:16px;text-align:center;\"\u003e\n      \u003cstrong\u003e18.6\"\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"flex:1 1 150px;background:#ffffff;border:1px solid #dddddd;border-radius:8px;padding:16px;text-align:center;\"\u003e\n      \u003cstrong\u003e24.5\"\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"flex:1 1 150px;background:#ffffff;border:1px solid #dddddd;border-radius:8px;padding:16px;text-align:center;\"\u003e\n      \u003cstrong\u003e27.5\"\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"flex:1 1 150px;background:#ffffff;border:1px solid #dddddd;border-radius:8px;padding:16px;text-align:center;\"\u003e\n      \u003cstrong\u003e41\"\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cp style=\"margin:20px 0 0;\"\u003e\n    \u003cstrong\u003eImportant:\u003c\/strong\u003e Select the cover size and colour that matches your compatible STEDI ST3301 light bar.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- CAP-IT TAKE --\u003e\n\n\u003cdiv style=\"background:#111111;border-radius:13px;padding:31px;margin:44px 0;color:#ffffff;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#ff6a00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    THE CAP-IT TAKE\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 14px;color:#ffffff;\"\u003e\n    Small Accessory. Useful Upgrade.\n  \u003c\/h2\u003e\n\n  \u003cp style=\"color:#eeeeee;\"\u003e\n    If your ST3301 lives on the vehicle year-round, a cover makes sense. Blackout gives you protection and a clean finished appearance. Amber gives you another usable lighting option when conditions deteriorate.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-bottom:0;color:#ffffff;\"\u003e\n    \u003cstrong\u003eAt this price, we'd match the cover to the bar when building the lighting system rather than thinking about it later.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- BUILD THE SYSTEM --\u003e\n\n\u003cdiv style=\"background:#f2f2f2;border:2px solid #111111;border-top:8px solid #ff6a00;border-radius:12px;padding:30px;margin:44px 0 18px;text-align:center;\"\u003e\n\n  \u003cp style=\"margin:0 0 6px;color:#e85f00;font-size:.86em;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;\"\u003e\n    BUILD THE SYSTEM\n  \u003c\/p\u003e\n\n  \u003ch2 style=\"margin:0 0 12px;color:#111111;\"\u003e\n    Need the ST3301 PRO Light Bar?\n  \u003c\/h2\u003e\n\n  \u003cp style=\"max-width:720px;margin:0 auto 20px;\"\u003e\n    Explore the complete ST3301 PRO lineup, compare sizes and beam performance, and see why the 41\" is our preferred STEDI light bar for compatible Prinsu roof-rack builds.\n  \u003c\/p\u003e\n\n  \u003ca href=\"https:\/\/shop.capit.com\/products\/stedi-st3301-pro-led-light-bar\" style=\"display:inline-block;background:#ff6a00;color:#111111;text-decoration:none;font-weight:800;padding:13px 24px;border-radius:5px;\"\u003e\n    EXPLORE ST3301 PRO LIGHT BARS\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"STEDI","offers":[{"title":"ST3301 18.6\" | Amber","offer_id":48347201110252,"sku":"CV3301-2AMB","price":20.0,"currency_code":"CAD","in_stock":false},{"title":"ST3301 18.6\" | Blackout","offer_id":48347201143020,"sku":"CV3301-12BLK","price":20.0,"currency_code":"CAD","in_stock":false},{"title":"ST3301 24.5\" | Amber","offer_id":48347201175788,"sku":"CV3301-16AMB","price":20.0,"currency_code":"CAD","in_stock":false},{"title":"ST3301 24.5” | Blackout","offer_id":47590118162668,"sku":"CV3301-16BLK","price":20.0,"currency_code":"CAD","in_stock":true},{"title":"ST3301 27.5” | Amber","offer_id":47590118195436,"sku":"CV3301-18AMB","price":20.0,"currency_code":"CAD","in_stock":true},{"title":"ST3301 27.5” | Blackout","offer_id":47590119637228,"sku":"CV3301-18BLK","price":20.0,"currency_code":"CAD","in_stock":true},{"title":"ST3301 Pro 41” | Amber","offer_id":47590118228204,"sku":"CV3301-28AMB","price":30.0,"currency_code":"CAD","in_stock":true},{"title":"ST3301 Pro 41” | Blackout","offer_id":47590119899372,"sku":"CV3301-28BLK","price":30.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-st3301-pro-cover-black-amber.jpg?v=1777659830"},{"product_id":"stedi-type-x-amber-light-covers","title":"STEDI Type-X Amber Light Covers","description":"\u003ch2\u003eSTEDI Type-X Amber Light Covers\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eProtect your lights. Change the look. Improve visibility in harsh conditions.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003eThe STEDI Type-X Amber Covers are designed specifically for select STEDI Type-X driving lights, adding both lens protection and improved visibility in dust, rain, snow, and fog conditions.\u003c\/p\u003e\n\n\u003cp\u003eBuilt from durable polycarbonate with a simple clip-on fitment system, these covers are an easy upgrade for touring, off-road, and overland setups.\u003c\/p\u003e\n\n\u003ch3\u003eWhy Run Amber Covers?\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eImproved Visibility\u003c\/strong\u003e, amber light performs better in dust, snow, rain, and fog\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eLens Protection\u003c\/strong\u003e, helps shield expensive driving lights from rocks, debris, scratches, and trail damage\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eFast Clip-On Installation\u003c\/strong\u003e, installs or removes in seconds without tools\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eChanges the Look\u003c\/strong\u003e, gives your STEDI setup a more aggressive off-road appearance\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eRoad Compliance\u003c\/strong\u003e, useful in regions requiring auxiliary lights to be covered on public roads\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eAvailable Fitments\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eType-X Sport 7\" | Amber\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eType-X EVO Mini 4\" | Amber\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eType-X EVO 8.5\" | Amber\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e These covers are vehicle-light specific. Please confirm your STEDI light model before ordering.\u003c\/p\u003e\n\n\u003ch3\u003eBuilt for Real-World Touring\u003c\/h3\u003e\n\n\u003cp\u003eWhether you're driving gravel roads, backcountry trails, or winter highways, amber covers help improve visual comfort while protecting your investment.\u003c\/p\u003e\n\n\u003cp\u003eThey’re also one of the easiest ways to change the appearance of your lighting setup without replacing the lights themselves.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\n\u003cimg style=\"max-width: 100%;\" alt=\"STEDI amber light cover installed\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-st3301-amber-lens-feature.jpg?v=1777660984\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eCap-it Expert Take\u003c\/h3\u003e\n\n\u003cp\u003eIf you regularly drive in dust, snow, rain, or fog, amber covers are more than just styling.\u003c\/p\u003e\n\n\u003cp\u003eThey help reduce glare and visual fatigue while protecting your lights from expensive trail damage.\u003c\/p\u003e\n\n\u003cp\u003eSimple upgrade. Big visual impact.\u003c\/p\u003e","brand":"STEDI","offers":[{"title":"Type-X Sport 7” | Amber","offer_id":47590127272172,"sku":"CVRTYPEXAMB7","price":20.0,"currency_code":"CAD","in_stock":true},{"title":"Type-X EVO Mini 4” | Amber","offer_id":47590127304940,"sku":"ST-12-EVO945","price":20.0,"currency_code":"CAD","in_stock":true},{"title":"Type-X EVO 8.5” | Amber","offer_id":47590127337708,"sku":"ST-14-EVO-021","price":20.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/typexsport7ambercover.jpg?v=1778197174"},{"product_id":"stedi-wiring-concealer-roof-rack-cable-channel","title":"STEDI Wiring Concealer | Roof Rack \u0026 Windshield Cable Channel","description":"\u003ch2\u003eSTEDI Wiring Concealer | Roof Rack \u0026amp; Windshield Cable Channel\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eClean up exposed wiring and give your lighting install a proper finished look.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003eThe STEDI Wiring Concealer is designed for one simple purpose, making your auxiliary lighting install look clean, professional, and properly integrated.\u003c\/p\u003e\n\n\u003cp\u003eWhether you're running roof rack lights, ditch lights, scene lights, or a roof-mounted light bar, exposed wiring can make an expensive setup look unfinished. This concealer helps route and hide wiring along your windshield channel, roof rack, or suitable exterior surface for a cleaner OEM-style result.\u003c\/p\u003e\n\n\u003ch3\u003eA Small Detail That Changes the Entire Build\u003c\/h3\u003e\n\n\u003cp\u003eLighting installs are often judged by the wiring.\u003c\/p\u003e\n\n\u003cp\u003eThe STEDI Wiring Concealer helps eliminate exposed harnesses, loose cable routing, and messy zip-tie installs while giving your vehicle a cleaner, more refined appearance.\u003c\/p\u003e\n\n\u003cp\u003eIf you are building a premium lighting setup, this is the finishing piece that makes it look complete.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\n\u003cimg style=\"max-width: 100%;\" alt=\"STEDI wiring concealer feature\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-wire-concealer-feature.jpg?v=1777676446\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eWhy Choose the STEDI Wiring Concealer?\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eClean OEM-Style Appearance\u003c\/strong\u003e, hides exposed wiring for a more professional-looking install\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProtects Wiring\u003c\/strong\u003e, shields harnesses from UV exposure, dirt, moisture, and abrasion\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIdeal for Roof Rack Lighting\u003c\/strong\u003e, perfect for roof-mounted light bars, scene lights, and rack setups\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSimple Clip-In Installation\u003c\/strong\u003e, designed for quick installation using STEDI’s clip-in channel system\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuilt for Off-Road Use\u003c\/strong\u003e, made to handle harsh touring, work truck, and overland conditions\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eEasy Installation\u003c\/h3\u003e\n\n\u003cp\u003eInstallation is straightforward, route your wiring, position the concealer along your windshield channel or suitable mounting surface, then clip it into place.\u003c\/p\u003e\n\n\u003cp\u003eNo messy exposed loom. No unfinished appearance. Just a cleaner, better-looking install.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\n\u003cimg style=\"max-width: 100%;\" alt=\"STEDI wiring concealer installation\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-wire-concealer-install.jpg?v=1777676487\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003ePerfect For\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003eRoof rack light bars\u003c\/li\u003e\n\u003cli\u003eDitch light wiring\u003c\/li\u003e\n\u003cli\u003eScene lighting installs\u003c\/li\u003e\n\u003cli\u003ePrinsu rack setups\u003c\/li\u003e\n\u003cli\u003eOverland and touring builds\u003c\/li\u003e\n\u003cli\u003eClean auxiliary lighting installations\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eCap-it Expert Take\u003c\/h3\u003e\n\n\u003cp\u003eThis is one of those products most people don’t think about until they see the difference.\u003c\/p\u003e\n\n\u003cp\u003eIf you're mounting lighting on a roof rack or around the windshield, hiding and protecting the wiring completely changes the final look of the build.\u003c\/p\u003e\n\n\u003cp\u003eSimple product, massive visual improvement.\u003c\/p\u003e","brand":"STEDI","offers":[{"title":"Default Title","offer_id":47590293111020,"sku":"WIRE-CONCEALER","price":30.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-wire-concealer2_6e784982-d8b5-4b79-815e-f59ab94de58c.jpg?v=1777676554"},{"product_id":"stedi-anderson-style-flush-mount-socket-single","title":"STEDI Anderson Style Flush Mount Socket | Single","description":"\u003ch2\u003eSTEDI Anderson Style Flush Mount Socket | Single\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eClean, high-current power integration for modern vehicle builds.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003eThe STEDI Anderson Style Flush Mount Socket delivers a clean, professional way to add Anderson-style power connectivity to your canopy, drawer system, truck bed, trailer, or overland setup.\u003c\/p\u003e\n\n\u003cp\u003eDesigned for flush installation, this socket provides reliable high-current power transfer while maintaining a tidy OEM-style appearance. Whether you're powering a portable fridge, charging from solar, or connecting auxiliary battery systems, the STEDI Flush Mount Socket is built for real-world touring and off-grid use.\u003c\/p\u003e\n\n\u003ch3\u003eWhy Choose the STEDI Flush Mount Socket?\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eClean Flush-Mount Design\u003c\/strong\u003e, creates a far more professional finish compared to loose or exposed Anderson connectors\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eHigh-Current Capability\u003c\/strong\u003e, ideal for fridges, solar panels, battery systems, compressors, and 12V accessories\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eVersatile Installation Options\u003c\/strong\u003e, perfect for canopies, drawer systems, trailers, campers, and cargo areas\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eBuilt for Touring \u0026amp; Overland Use\u003c\/strong\u003e, designed to support modern truck camping and off-grid setups\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eCompact \u0026amp; Practical\u003c\/strong\u003e, adds accessible external power without cluttering your build\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eKey Specifications\u003c\/h3\u003e\n\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eConnector Style:\u003c\/strong\u003e Anderson-style flush mount socket\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eCable Compatibility:\u003c\/strong\u003e 8 B\u0026amp;S\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eInner Diameter:\u003c\/strong\u003e 5 mm\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eInstallation Type:\u003c\/strong\u003e Flush mount\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e High-current 12V accessory power\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eBuilt for Real-World Use\u003c\/h3\u003e\n\n\u003cp\u003eThe STEDI Flush Mount Socket is designed for customers building functional touring, camping, and work-truck setups.\u003c\/p\u003e\n\n\u003cp\u003eUse it to power:\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003ePortable fridge\/freezers\u003c\/li\u003e\n\u003cli\u003eSolar charging systems\u003c\/li\u003e\n\u003cli\u003eDual battery setups\u003c\/li\u003e\n\u003cli\u003eAir compressors\u003c\/li\u003e\n\u003cli\u003eCanopy electrical systems\u003c\/li\u003e\n\u003cli\u003eTrailer power connections\u003c\/li\u003e\n\u003cli\u003ePortable power stations\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003eIts flush-mount design helps keep your setup clean, organised, and easy to access whether mounted inside a canopy, drawer system, or rear vehicle panel.\u003c\/p\u003e\n\n\u003ch3\u003eClean Integration Matters\u003c\/h3\u003e\n\n\u003cp\u003eModern overland and touring builds are no longer just about adding accessories, they’re about integrating them properly.\u003c\/p\u003e\n\n\u003cp\u003eThe STEDI Flush Mount Socket gives your electrical setup a cleaner, more finished appearance while adding practical high-current connectivity exactly where you need it.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\n\u003cimg style=\"max-width: 100%;\" alt=\"STEDI Anderson flush mount dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-anderson-flush-mount-size.jpg?v=1777677307\"\u003e\n\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\n\u003cimg style=\"max-width: 100%;\" alt=\"STEDI Anderson flush mount installed application\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-anderson-flush-mount-feature1.jpg?v=1777677396\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eCap-it Expert Take\u003c\/h3\u003e\n\n\u003cp\u003eThis is one of those small upgrades that makes a big difference in how clean and functional a build feels.\u003c\/p\u003e\n\n\u003cp\u003eIf you're running a fridge, solar setup, or auxiliary battery system, a properly integrated Anderson connection is simply better than loose wiring hanging out of a canopy or cargo area.\u003c\/p\u003e\n\n\u003cp\u003eSimple, clean, and built for real-world use.\u003c\/p\u003e","brand":"STEDI","offers":[{"title":"Default Title","offer_id":47590310805740,"sku":"WIRECONC1200","price":20.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-anderson-flush-mount6_f9d41074-6a90-4d11-95bf-c9f32e27a99d.jpg?v=1777677450"},{"product_id":"stedi-type-x-evo-led-driving-lights","title":"STEDI Type-X EVO LED Driving Light | 4”, 7” \u0026 8.5” | Spot or Flood","description":"\u003cdiv style=\"max-width: 1200px; margin: 0 auto; color: #262626; line-height: 1.65;\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv style=\"background: #111111; border-radius: 14px; padding: 38px 34px; margin: 0 0 34px; color: #ffffff;\"\u003e\n\u003cp style=\"margin: 0 0 7px; color: #ff6a00; font-size: .86em; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase;\"\u003eSTEDI TYPE-X EVO\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 14px; color: #ffffff; font-size: 2em; line-height: 1.15;\"\u003eOne EVO. Three Sizes. Your Beam.\u003c\/h2\u003e\n\u003cp style=\"margin: 0 0 18px; color: #eeeeee; font-size: 1.2em;\"\u003e\u003cstrong\u003e4\" Mini. 7\". 8.5\". Spot or Flood. Build the lighting system around the way you actually drive.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"margin: 0; color: #dddddd;\"\u003eType-X EVO takes STEDI's signature round driving-light design and gives you something traditional driving lights rarely do: genuine choice. Start with the size that fits your vehicle, then choose dedicated Spot or Flood optics for the performance you want.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO IMAGE --\u003e\n\u003cdiv style=\"margin: 0 0 44px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/STEDIType-xevo8.5.jpg?v=1786039326\" alt=\"STEDI Type-X EVO LED driving light\" style=\"width: 100%; height: auto; border-radius: 12px; display: block;\"\u003e\u003c\/div\u003e\n\u003c!-- CHOOSE EVO --\u003e\n\u003cp style=\"margin: 0 0 6px; color: #e85f00; font-size: .86em; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eCHOOSE YOUR EVO\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 12px; color: #111111;\"\u003eSame Design Language. Three Very Different Personalities.\u003c\/h2\u003e\n\u003cp style=\"margin: 0 0 26px;\"\u003eBigger is not automatically better. The right EVO is the one that fits the vehicle, mounting location and type of lighting system you're building.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 46px;\"\u003e\n\u003c!-- 4 MINI --\u003e\n\u003cdiv style=\"flex: 1 1 280px; background: #f5f5f5; border: 1px solid #dddddd; border-top: 7px solid #ff6a00; border-radius: 10px; padding: 25px;\"\u003e\n\u003cp style=\"margin: 0 0 5px; color: #e85f00; font-size: .8em; font-weight: 900; letter-spacing: 1.3px; text-transform: uppercase;\"\u003eCOMPACT\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 8px; color: #111111;\"\u003e4\" EVO Mini\u003c\/h2\u003e\n\u003cp style=\"margin: 0 0 14px; font-size: 1.05em;\"\u003e\u003cstrong\u003eBig-light performance where a big light simply won't fit.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul style=\"padding-left: 20px; line-height: 1.8; margin-bottom: 0;\"\u003e\n\u003cli\u003e2,500 tested lumens per light\u003c\/li\u003e\n\u003cli\u003e27W power draw\u003c\/li\u003e\n\u003cli\u003e0.78 kg each\u003c\/li\u003e\n\u003cli\u003eUp to 580 m Spot throw per pair\u003c\/li\u003e\n\u003cli\u003eIdeal for racks, ditch lights, bumpers and motorcycles\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 7 --\u003e\n\u003cdiv style=\"flex: 1 1 280px; background: #ffffff; border: 2px solid #111111; border-top: 7px solid #ff6a00; border-radius: 10px; padding: 25px;\"\u003e\n\u003cp style=\"margin: 0 0 5px; color: #e85f00; font-size: .8em; font-weight: 900; letter-spacing: 1.3px; text-transform: uppercase;\"\u003eTHE MIDDLE GROUND\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 8px; color: #111111;\"\u003e7\" EVO\u003c\/h2\u003e\n\u003cp style=\"margin: 0 0 14px; font-size: 1.05em;\"\u003e\u003cstrong\u003eSerious driving-light performance without jumping to a full 8.5\" housing.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul style=\"padding-left: 20px; line-height: 1.8; margin-bottom: 0;\"\u003e\n\u003cli\u003e7,000 tested lumens per light\u003c\/li\u003e\n\u003cli\u003e95W power draw\u003c\/li\u003e\n\u003cli\u003e2.35 kg each\u003c\/li\u003e\n\u003cli\u003eUp to 948 m Spot throw per pair\u003c\/li\u003e\n\u003cli\u003eExcellent choice when front-end space matters\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 8.5 --\u003e\n\u003cdiv style=\"flex: 1 1 280px; background: #111111; border: 1px solid #111111; border-top: 7px solid #ff6a00; border-radius: 10px; padding: 25px; color: #ffffff;\"\u003e\n\u003cp style=\"margin: 0 0 5px; color: #ff6a00; font-size: .8em; font-weight: 900; letter-spacing: 1.3px; text-transform: uppercase;\"\u003eFLAGSHIP\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 8px; color: #ffffff;\"\u003e8.5\" EVO\u003c\/h2\u003e\n\u003cp style=\"margin: 0 0 14px; color: #eeeeee; font-size: 1.05em;\"\u003e\u003cstrong\u003eMaximum Type-X EVO output and unmistakable full-size presence.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul style=\"padding-left: 20px; line-height: 1.8; margin-bottom: 0; color: #eeeeee;\"\u003e\n\u003cli\u003e11,920 tested lumens per light\u003c\/li\u003e\n\u003cli\u003e150W power draw\u003c\/li\u003e\n\u003cli\u003e3.3 kg each\u003c\/li\u003e\n\u003cli\u003eUp to 1,470 m Spot throw\u003c\/li\u003e\n\u003cli\u003eBuilt for serious truck and overland applications\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SIZE IMAGE --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 18px; margin: 0 0 46px;\"\u003e\n\u003cdiv style=\"flex: 1 1 420px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x_evo_mini-size.jpg?v=1777315600\" alt=\"STEDI Type-X EVO Mini 4 inch dimensions\" style=\"width: 100%; height: auto; border-radius: 10px; display: block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 420px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type_x_evo-s-8.5-size.jpg?v=1777318540\" alt=\"STEDI Type-X EVO 8.5 inch dimensions\" style=\"width: 100%; height: auto; border-radius: 10px; display: block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPOT FLOOD --\u003e\n\u003cdiv style=\"background: #111111; border-radius: 14px; padding: 34px; margin: 48px 0; color: #ffffff;\"\u003e\n\u003cp style=\"margin: 0 0 6px; color: #ff6a00; font-size: .86em; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eNOW CHOOSE YOUR BEAM\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 13px; color: #ffffff;\"\u003eSpot or Flood. Or Both.\u003c\/h2\u003e\n\u003cp style=\"margin: 0 0 26px; color: #eeeeee;\"\u003eUnlike a compromise combination beam, Type-X EVO gives you dedicated optics. That means you can choose exactly what each light is supposed to do.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 18px;\"\u003e\n\u003cdiv style=\"flex: 1 1 300px; background: #ffffff; border-radius: 9px; padding: 24px; color: #222222;\"\u003e\n\u003cp style=\"margin: 0 0 5px; color: #e85f00; font-size: .8em; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase;\"\u003eDISTANCE\u003c\/p\u003e\n\u003ch3 style=\"margin: 0 0 10px; color: #111111;\"\u003eSpot Beam\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eFocuses the light farther down the road. Choose Spot when early visibility at speed and long-distance projection matter most.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 300px; background: #ffffff; border-radius: 9px; padding: 24px; color: #222222;\"\u003e\n\u003cp style=\"margin: 0 0 5px; color: #e85f00; font-size: .8em; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase;\"\u003eWIDTH\u003c\/p\u003e\n\u003ch3 style=\"margin: 0 0 10px; color: #111111;\"\u003eFlood Beam\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003ePushes usable light laterally into the areas beside and ahead of the vehicle. Ideal for trails, slower off-road travel, work and peripheral awareness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 300px; background: #ff6a00; border-radius: 9px; padding: 24px; color: #111111;\"\u003e\n\u003cp style=\"margin: 0 0 5px; font-size: .8em; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase;\"\u003eBUILD YOUR OWN COMBO\u003c\/p\u003e\n\u003ch3 style=\"margin: 0 0 10px; color: #111111;\"\u003eOne Spot + One Flood\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eBecause EVO lights are sold individually, you're free to mix dedicated Spot and Flood beams to create your own balanced lighting system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BEAM IMAGES --\u003e\n\u003cp style=\"margin: 0 0 6px; color: #e85f00; font-size: .86em; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eSEE THE DIFFERENCE\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 14px; color: #111111;\"\u003eDedicated Optics. No Guesswork.\u003c\/h2\u003e\n\u003cp\u003eThe EVO family is engineered around separate Spot and Flood optics across all three sizes. The size changes the amount of light available. The beam choice changes where that light goes.\u003c\/p\u003e\n\u003ch3 style=\"margin-top: 30px; color: #111111;\"\u003e8.5\" Spot\u003c\/h3\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type_x_evo-s-8.5-spot-lux.jpg?v=1777318556\" alt=\"STEDI Type-X EVO 8.5 inch Spot beam lux pattern\" style=\"max-width: 100%; height: auto; border-radius: 10px;\"\u003e\u003c\/p\u003e\n\u003ch3 style=\"margin-top: 30px; color: #111111;\"\u003e8.5\" Flood\u003c\/h3\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type_x_evo-s-8.5-flood-lux.jpg?v=1777318721\" alt=\"STEDI Type-X EVO 8.5 inch Flood beam lux pattern\" style=\"max-width: 100%; height: auto; border-radius: 10px;\"\u003e\u003c\/p\u003e\n\u003c!-- MINI BEAMS --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 18px; margin: 34px 0 48px;\"\u003e\n\u003cdiv style=\"flex: 1 1 420px;\"\u003e\n\u003ch3 style=\"color: #111111;\"\u003e4\" Mini Spot\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-mini-spot-lux.jpg?v=1777316319\" alt=\"STEDI Type-X EVO Mini Spot beam pattern\" style=\"width: 100%; height: auto; border-radius: 10px;\"\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 420px;\"\u003e\n\u003ch3 style=\"color: #111111;\"\u003e4\" Mini Flood\u003c\/h3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x_evo_4_flood_pair-lux.jpg?v=1777317111\" alt=\"STEDI Type-X EVO Mini Flood beam pattern\" style=\"width: 100%; height: auto; border-radius: 10px;\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DESIGN --\u003e\n\u003cdiv style=\"background: #f4f4f4; border-left: 8px solid #ff6a00; border-radius: 10px; padding: 30px; margin: 46px 0;\"\u003e\n\u003cp style=\"margin: 0 0 6px; color: #e85f00; font-size: .86em; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eEVO DESIGN\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 14px; color: #111111;\"\u003ePerformance Wasn't the Only Thing STEDI Reworked.\u003c\/h2\u003e\n\u003cp\u003eType-X EVO was designed as a next-generation driving-light platform, not simply another round lamp. Cast aluminium housings, low-profile mounting geometry, interchangeable fascia colours and a distinctive three-dimensional front design give EVO an appearance that works especially well on modern trucks.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eEvery size is IP68 rated, compatible with 12V and 24V electrical systems, and backed by STEDI's 5-year warranty.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT SHOTS --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 18px; margin: 0 0 46px;\"\u003e\n\u003cdiv style=\"flex: 1 1 420px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/STEDIType-xminifront.jpg?v=1786039270\" alt=\"STEDI Type-X EVO Mini 4 inch front\" style=\"width: 100%; height: auto; border-radius: 10px; display: block;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 420px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-evo-s-8.55.jpg?v=1777318197\" alt=\"STEDI Type-X EVO 8.5 inch LED driving light\" style=\"width: 100%; height: auto; border-radius: 10px; display: block;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- COMPARISON --\u003e\n\u003cp style=\"margin: 0 0 6px; color: #e85f00; font-size: .86em; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eCOMPARE THE FAMILY\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 18px; color: #111111;\"\u003e4\" vs 7\" vs 8.5\"\u003c\/h2\u003e\n\u003cdiv style=\"overflow-x: auto; margin-bottom: 46px;\"\u003e\n\u003ctable style=\"width: 100%; min-width: 760px; border-collapse: collapse; border: 1px solid #dddddd;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"padding: 14px; background: #111111; color: #ffffff; text-align: left;\"\u003eSpecification\u003c\/th\u003e\n\u003cth style=\"padding: 14px; background: #111111; color: #ffffff; text-align: left;\"\u003e4\" Mini\u003c\/th\u003e\n\u003cth style=\"padding: 14px; background: #111111; color: #ffffff; text-align: left;\"\u003e7\"\u003c\/th\u003e\n\u003cth style=\"padding: 14px; background: #111111; color: #ffffff; text-align: left;\"\u003e8.5\"\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"background: #f2f2f2;\"\u003e\n\u003ctd style=\"padding: 12px;\"\u003e\u003cstrong\u003eTested Lumens\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003e2,500 each\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003e7,000 each\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003e11,920 each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 12px;\"\u003e\u003cstrong\u003ePower Draw\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003e27W\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003e95W\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003e150W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #f2f2f2;\"\u003e\n\u003ctd style=\"padding: 12px;\"\u003e\u003cstrong\u003eSpot Throw\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003eUp to 580 m per pair\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003eUp to 948 m per pair\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003eUp to 1,470 m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 12px;\"\u003e\u003cstrong\u003eFlood Spread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003eUp to 84 m\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003eUp to 140 m\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003eUp to 140 m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #f2f2f2;\"\u003e\n\u003ctd style=\"padding: 12px;\"\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003e0.78 kg each\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003e2.35 kg each\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003e3.3 kg each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 12px;\"\u003e\u003cstrong\u003eColour Temperature\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003e5000K\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003e5000K\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003e5000K\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #f2f2f2;\"\u003e\n\u003ctd style=\"padding: 12px;\"\u003e\u003cstrong\u003eVoltage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003e12V \/ 24V\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003e12V \/ 24V\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003e12V \/ 24V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 12px;\"\u003e\u003cstrong\u003eIngress Protection\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003eIP68\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003eIP68\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003eIP68\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"background: #f2f2f2;\"\u003e\n\u003ctd style=\"padding: 12px;\"\u003e\u003cstrong\u003eBeam Choices\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003eSpot \/ Flood\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003eSpot \/ Flood\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003eSpot \/ Flood\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 12px;\"\u003e\u003cstrong\u003eWarranty\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003e5 Years\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003e5 Years\u003c\/td\u003e\n\u003ctd style=\"padding: 12px;\"\u003e5 Years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- REAL USE --\u003e\n\u003cdiv style=\"background: #111111; border-radius: 14px; padding: 34px; margin: 46px 0; color: #ffffff;\"\u003e\n\u003cp style=\"margin: 0 0 6px; color: #ff6a00; font-size: .86em; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eBUILD YOUR SYSTEM\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 15px; color: #ffffff;\"\u003eTwo Lights. Four Lights. A Full Rack. EVO Lets You Decide.\u003c\/h2\u003e\n\u003cp style=\"color: #eeeeee;\"\u003eRun two Spots for maximum distance. Run two Floods for maximum width. Pair a Spot with a Flood for a balanced front-end setup. Or use the compact EVO Mini to build a multi-light rack or bumper system.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0; color: #ffffff;\"\u003e\u003cstrong\u003eBecause every EVO is sold individually, you're not locked into somebody else's idea of the perfect beam.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- MINI APPLICATION --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 24px; align-items: center; margin: 46px 0;\"\u003e\n\u003cdiv style=\"flex: 1 1 360px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/STEDIType-xminiside.jpg?v=1786039235\" alt=\"STEDI Type-X EVO Mini compact LED driving light\" style=\"width: 100%; height: auto; border-radius: 10px;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 360px;\"\u003e\n\u003cp style=\"margin: 0 0 6px; color: #e85f00; font-size: .86em; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eTHINK BEYOND A PAIR\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 13px; color: #111111;\"\u003eThe EVO Mini Changes Where Driving Lights Can Go.\u003c\/h2\u003e\n\u003cp\u003eAt only 4\", the EVO Mini opens mounting locations the larger lights cannot. Think roof racks, bumper arrays, ditch-light locations, motorcycles and compact front-end installations.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eIt's not simply a smaller EVO. It creates an entirely different way to build a lighting system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHATS INCLUDED --\u003e\n\u003cdiv style=\"background: #f4f4f4; border-left: 8px solid #ff6a00; border-radius: 10px; padding: 30px; margin: 46px 0;\"\u003e\n\u003cp style=\"margin: 0 0 6px; color: #e85f00; font-size: .86em; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eWHAT'S INCLUDED\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 14px; color: #111111;\"\u003eEach EVO Is Sold Individually.\u003c\/h2\u003e\n\u003cul style=\"padding-left: 21px; line-height: 1.9; margin-bottom: 14px;\"\u003e\n\u003cli\u003e1 x STEDI Type-X EVO driving light in selected size and beam\u003c\/li\u003e\n\u003cli\u003e1 x Protective STEDI blackout cover\u003c\/li\u003e\n\u003cli\u003eGrey fascia\u003c\/li\u003e\n\u003cli\u003eOrange fascia\u003c\/li\u003e\n\u003cli\u003eType-X EVO storage bag\u003c\/li\u003e\n\u003cli\u003eMounting bracket and stainless steel fastener kit\u003c\/li\u003e\n\u003cli\u003eFitting instructions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003e\u003cstrong\u003eWiring requirements depend on the number of lights and vehicle application.\u003c\/strong\u003e Contact Cap-it if you want help building the complete system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- VIDEO --\u003e\n\u003cp style=\"margin: 0 0 6px; color: #e85f00; font-size: .86em; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eSEE EVO IN ACTION\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 14px; color: #111111;\"\u003eWhat the Numbers Don't Show.\u003c\/h2\u003e\n\u003cp\u003eBeam charts are useful. Seeing how the EVO family actually lights a road is better.\u003c\/p\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 12px; margin: 22px 0 26px;\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/X1ADuA97yJg\" title=\"STEDI Type-X EVO driving light performance\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;\"\u003e\n    \u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 12px; margin: 0 0 48px;\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/GXEk7qXGp54\" title=\"STEDI Type-X EVO Mini driving light\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;\"\u003e\n    \u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- INSTALLATION --\u003e\n\u003cdiv style=\"background: #f4f4f4; border-left: 8px solid #ff6a00; border-radius: 10px; padding: 30px; margin: 46px 0;\"\u003e\n\u003cp style=\"margin: 0 0 6px; color: #e85f00; font-size: .86em; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase;\"\u003ePROFESSIONAL INSTALLATION\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 14px; color: #111111;\"\u003eBuild It Right the First Time.\u003c\/h2\u003e\n\u003cp\u003eChoosing the light is only part of the system. Mounting position, beam selection, aiming, wiring and vehicle integration determine how well the finished setup performs.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eParticipating Cap-it locations can help configure, install and aim your STEDI lighting system for your vehicle and how you actually use it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CAP-IT TAKE --\u003e\n\u003cdiv style=\"border: 2px solid #111111; border-top: 8px solid #ff6a00; border-radius: 12px; padding: 31px; margin: 48px 0;\"\u003e\n\u003cp style=\"margin: 0 0 6px; color: #e85f00; font-size: .86em; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eTHE CAP-IT TAKE\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 14px; color: #111111;\"\u003eStart With the Vehicle, Not the Biggest Number.\u003c\/h2\u003e\n\u003cp\u003eThe 8.5\" EVO is the obvious choice when you have the space and want maximum performance. But the 7\" may be the smarter fit on a tighter front end, and the EVO Mini can create installations that simply aren't possible with a traditional full-size driving light.\u003c\/p\u003e\n\u003cp\u003eThen choose where you want the light. Spot for distance. Flood for width. Mix the two if you want both.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003e\u003cstrong\u003eThat flexibility is the reason we like the EVO family. You build the lighting system around the vehicle instead of building the vehicle around the lights.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL --\u003e\n\u003cdiv style=\"background: #111111; border-radius: 14px; padding: 36px 30px; margin: 48px 0 18px; text-align: center; color: #ffffff;\"\u003e\n\u003cp style=\"margin: 0 0 7px; color: #ff6a00; font-size: .86em; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase;\"\u003eSTEDI AT CAP-IT\u003c\/p\u003e\n\u003ch2 style=\"margin: 0 0 14px; color: #ffffff;\"\u003eChoose Your Size. Choose Your Beam. Build Your EVO.\u003c\/h2\u003e\n\u003cp style=\"max-width: 760px; margin: 0 auto; color: #eeeeee;\"\u003eShop the complete Type-X EVO range online across Canada, or visit a participating Cap-it location for product advice and professional installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"STEDI","offers":[{"title":"4\" Mini \/ Spot","offer_id":48347229552876,"sku":"ST-01-EVO401","price":195.0,"currency_code":"CAD","in_stock":true},{"title":"4\" Mini \/ Flood","offer_id":48347229585644,"sku":"ST-01-EVO402","price":195.0,"currency_code":"CAD","in_stock":true},{"title":"7\" \/ Spot","offer_id":48347229618412,"sku":null,"price":395.0,"currency_code":"CAD","in_stock":false},{"title":"7\" \/ Flood","offer_id":48347229651180,"sku":"ST-01-EVO702","price":395.0,"currency_code":"CAD","in_stock":false},{"title":"8.5\" \/ Spot","offer_id":48347229683948,"sku":"TYPE-X-EVO-S","price":429.0,"currency_code":"CAD","in_stock":false},{"title":"8.5\" \/ Flood","offer_id":48347229716716,"sku":"TYPE-X-EVO-F","price":429.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-evo-mini-4.jpg?v=1777316290"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/collections\/header-stedi-lighting.jpg?v=1777393322","url":"https:\/\/shop.capit.com\/collections\/stedi-canada\/prinsu-pro.oembed","provider":"Shop Cap-it","version":"1.0","type":"link"}