{"title":"STEDI Light Bars","description":"\u003cstyle\u003e\n  .stedi-lb {\n    --orange: #f47a20;\n    --black: #090909;\n    --charcoal: #171717;\n    --mid: #262626;\n    --soft: #f3f3f1;\n    --white: #ffffff;\n    --text: #1c1c1c;\n    --muted: #747474;\n    font-family: inherit;\n    color: var(--text);\n    line-height: 1.55;\n    overflow: hidden;\n  }\n\n  .stedi-lb * {\n    box-sizing: border-box;\n  }\n\n  .stedi-lb img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .stedi-lb a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  .stedi-lb .container {\n    width: min(1200px, calc(100% - 36px));\n    margin: 0 auto;\n  }\n\n  .stedi-lb .eyebrow {\n    margin: 0 0 12px;\n    font-size: .78rem;\n    font-weight: 900;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n    color: var(--orange);\n  }\n\n  .stedi-lb .display {\n    margin: 0;\n    font-size: clamp(42px, 7vw, 84px);\n    line-height: .92;\n    letter-spacing: -2.6px;\n    font-weight: 900;\n    text-transform: uppercase;\n  }\n\n  .stedi-lb .title {\n    margin: 0 0 20px;\n    font-size: clamp(32px, 5vw, 58px);\n    line-height: .98;\n    letter-spacing: -1.6px;\n    font-weight: 900;\n    text-transform: uppercase;\n  }\n\n  .stedi-lb .lead {\n    margin: 22px 0 0;\n    max-width: 650px;\n    font-size: clamp(18px, 2vw, 23px);\n    line-height: 1.45;\n  }\n\n  .stedi-lb .copy {\n    margin: 0;\n    max-width: 650px;\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .stedi-lb .button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    margin-top: 28px;\n    padding: 13px 22px;\n    background: var(--orange);\n    color: #111;\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: .8px;\n    text-transform: uppercase;\n    transition: transform .2s ease, opacity .2s ease;\n  }\n\n  .stedi-lb .button:hover {\n    transform: translateY(-2px);\n    opacity: .92;\n  }\n\n  .stedi-lb .text-link {\n    display: inline-block;\n    margin-top: 22px;\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: .9px;\n    text-transform: uppercase;\n    border-bottom: 2px solid var(--orange);\n    padding-bottom: 4px;\n  }\n\n  \/* HERO *\/\n\n  .stedi-lb .hero {\n    position: relative;\n    min-height: 620px;\n    background: #000;\n    color: #fff;\n    overflow: hidden;\n  }\n\n  .stedi-lb .hero \u003e img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center;\n  }\n\n  .stedi-lb .hero:after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background:\n      linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.57) 38%, rgba(0,0,0,.08) 72%),\n      linear-gradient(0deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,0) 44%);\n  }\n\n  .stedi-lb .hero-inner {\n    position: relative;\n    z-index: 2;\n    min-height: 620px;\n    display: flex;\n    align-items: center;\n  }\n\n  .stedi-lb .hero-copy {\n    max-width: 730px;\n    padding: 70px 0;\n  }\n\n  .stedi-lb .hero .lead {\n    max-width: 560px;\n    color: rgba(255,255,255,.88);\n  }\n\n  \/* EVO *\/\n\n  .stedi-lb .evo {\n    padding: 95px 0;\n    background: #0b0b0b;\n    color: #fff;\n  }\n\n  .stedi-lb .evo-grid {\n    display: grid;\n    grid-template-columns: 1.15fr .85fr;\n    gap: clamp(40px, 6vw, 80px);\n    align-items: center;\n  }\n\n  .stedi-lb .evo-image {\n    position: relative;\n    height: 540px;\n    overflow: hidden;\n    background: #111;\n  }\n\n  .stedi-lb .evo-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .stedi-lb .evo-copy .copy {\n    color: rgba(255,255,255,.74);\n  }\n\n  .stedi-lb .stats {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n    margin-top: 32px;\n  }\n\n  .stedi-lb .stat {\n    padding: 20px;\n    background: #171717;\n    border-top: 3px solid var(--orange);\n  }\n\n  .stedi-lb .stat strong {\n    display: block;\n    font-size: 28px;\n    line-height: 1;\n    margin-bottom: 7px;\n  }\n\n  .stedi-lb .stat span {\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .8px;\n    text-transform: uppercase;\n    color: #aaa;\n  }\n\n  \/* TWO CHOICES *\/\n\n  .stedi-lb .choose {\n    padding: 92px 0;\n    background: var(--soft);\n  }\n\n  .stedi-lb .choose-head {\n    max-width: 720px;\n    margin-bottom: 42px;\n  }\n\n  .stedi-lb .choice-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n  }\n\n  .stedi-lb .choice-card {\n    position: relative;\n    min-height: 430px;\n    overflow: hidden;\n    background: #111;\n    color: #fff;\n  }\n\n  .stedi-lb .choice-card img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .stedi-lb .choice-card:after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(0deg, rgba(0,0,0,.91) 0%, rgba(0,0,0,.42) 53%, rgba(0,0,0,.05) 100%);\n  }\n\n  .stedi-lb .choice-card-content {\n    position: absolute;\n    z-index: 2;\n    left: 28px;\n    right: 28px;\n    bottom: 28px;\n  }\n\n  .stedi-lb .choice-card .mini {\n    margin: 0 0 6px;\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n    color: var(--orange);\n  }\n\n  .stedi-lb .choice-card h3 {\n    margin: 0 0 9px;\n    font-size: clamp(30px, 4vw, 47px);\n    line-height: .96;\n    font-weight: 900;\n    text-transform: uppercase;\n  }\n\n  .stedi-lb .choice-card p {\n    margin: 0;\n    max-width: 480px;\n    color: rgba(255,255,255,.84);\n  }\n\n  .stedi-lb .choice-price {\n    margin-top: 16px;\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  \/* ST3301 *\/\n\n  .stedi-lb .st3301 {\n    padding: 95px 0;\n    background: #fff;\n  }\n\n  .stedi-lb .st3301-grid {\n    display: grid;\n    grid-template-columns: .86fr 1.14fr;\n    gap: clamp(40px, 6vw, 85px);\n    align-items: center;\n  }\n\n  .stedi-lb .st3301-copy .copy {\n    color: #555;\n  }\n\n  .stedi-lb .sizes {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin-top: 30px;\n  }\n\n  .stedi-lb .size {\n    padding: 18px 14px;\n    background: var(--soft);\n    text-align: center;\n  }\n\n  .stedi-lb .size strong {\n    display: block;\n    font-size: 25px;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n\n  .stedi-lb .size span {\n    display: block;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: .8px;\n    text-transform: uppercase;\n    color: #777;\n  }\n\n  .stedi-lb .st3301-image {\n    height: 540px;\n    overflow: hidden;\n  }\n\n  .stedi-lb .st3301-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  \/* PRINSU *\/\n\n  .stedi-lb .prinsu {\n    padding: 95px 0;\n    background: #101010;\n    color: #fff;\n  }\n\n  .stedi-lb .prinsu-grid {\n    display: grid;\n    grid-template-columns: 1.1fr .9fr;\n    gap: clamp(40px, 6vw, 80px);\n    align-items: center;\n  }\n\n  .stedi-lb .prinsu-image {\n    height: 520px;\n    overflow: hidden;\n  }\n\n.stedi-lb .prinsu-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: 25% center;\n  transform: scale(1.12);\n}\n\n  .stedi-lb .prinsu-copy .copy {\n    color: rgba(255,255,255,.72);\n  }\n\n  .stedi-lb .dual-links {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 24px;\n    margin-top: 25px;\n  }\n\n  \/* BEAM *\/\n\n  .stedi-lb .beam {\n    position: relative;\n    min-height: 560px;\n    display: flex;\n    align-items: center;\n    background: #080808;\n    color: #fff;\n    overflow: hidden;\n  }\n\n  .stedi-lb .beam \u003e img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .stedi-lb .beam:after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(90deg, rgba(0,0,0,.91) 0%, rgba(0,0,0,.65) 42%, rgba(0,0,0,.12) 78%);\n  }\n\n  .stedi-lb .beam-inner {\n    position: relative;\n    z-index: 2;\n    padding: 85px 0;\n  }\n\n  .stedi-lb .beam-copy {\n    max-width: 650px;\n  }\n\n  .stedi-lb .beam-copy .copy {\n    color: rgba(255,255,255,.78);\n  }\n\n  \/* INSTALL *\/\n\n  .stedi-lb .install {\n    padding: 95px 0;\n    background: var(--soft);\n  }\n\n  .stedi-lb .install-grid {\n    display: grid;\n    grid-template-columns: 1.05fr .95fr;\n    gap: clamp(40px, 6vw, 80px);\n    align-items: center;\n  }\n\n  .stedi-lb .install-image {\n    height: 500px;\n    overflow: hidden;\n  }\n\n  .stedi-lb .install-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .stedi-lb .install-copy .copy {\n    color: #555;\n  }\n\n  .stedi-lb .install-points {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n    margin-top: 28px;\n  }\n\n  .stedi-lb .install-point {\n    padding: 18px;\n    background: #fff;\n  }\n\n  .stedi-lb .install-point strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: .7px;\n  }\n\n  .stedi-lb .install-point span {\n    font-size: 13px;\n    color: #666;\n  }\n\n  \/* CLOSE *\/\n\n  .stedi-lb .close {\n    padding: 85px 0 45px;\n    background: #fff;\n    text-align: center;\n  }\n\n  .stedi-lb .close .copy {\n    margin: 0 auto;\n    max-width: 680px;\n    color: #555;\n  }\n\n  .stedi-lb .back-link {\n    display: inline-block;\n    margin-top: 28px;\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    border-bottom: 2px solid var(--orange);\n    padding-bottom: 4px;\n  }\n\n  @media (max-width: 900px) {\n    .stedi-lb .hero,\n    .stedi-lb .hero-inner {\n      min-height: 570px;\n    }\n\n    .stedi-lb .hero:after {\n      background:\n        linear-gradient(0deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.32) 70%),\n        linear-gradient(90deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.05) 100%);\n    }\n\n    .stedi-lb .evo-grid,\n    .stedi-lb .st3301-grid,\n    .stedi-lb .prinsu-grid,\n    .stedi-lb .install-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .stedi-lb .choice-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .stedi-lb .evo-image,\n    .stedi-lb .st3301-image,\n    .stedi-lb .prinsu-image,\n    .stedi-lb .install-image {\n      height: 440px;\n    }\n\n    .stedi-lb .st3301-image {\n      order: -1;\n    }\n  }\n\n  @media (max-width: 620px) {\n    .stedi-lb .container {\n      width: calc(100% - 28px);\n    }\n\n    .stedi-lb .hero,\n    .stedi-lb .hero-inner {\n      min-height: 530px;\n    }\n\n    .stedi-lb .hero \u003e img {\n      object-position: 60% center;\n    }\n\n    .stedi-lb .hero-copy {\n      padding: 55px 0;\n    }\n\n    .stedi-lb .evo,\n    .stedi-lb .choose,\n    .stedi-lb .st3301,\n    .stedi-lb .prinsu,\n    .stedi-lb .install {\n      padding: 64px 0;\n    }\n\n    .stedi-lb .evo-image,\n    .stedi-lb .st3301-image,\n    .stedi-lb .prinsu-image,\n    .stedi-lb .install-image {\n      height: 330px;\n    }\n\n    .stedi-lb .choice-card {\n      min-height: 360px;\n    }\n\n    .stedi-lb .choice-card-content {\n      left: 20px;\n      right: 20px;\n      bottom: 22px;\n    }\n\n    .stedi-lb .sizes {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 6px;\n    }\n\n    .stedi-lb .size {\n      padding: 15px 8px;\n    }\n\n    .stedi-lb .size strong {\n      font-size: 21px;\n    }\n\n    .stedi-lb .beam {\n      min-height: 500px;\n    }\n\n    .stedi-lb .beam:after {\n      background: linear-gradient(0deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.42) 75%);\n    }\n\n    .stedi-lb .install-points {\n      grid-template-columns: 1fr;\n    }\n\n    .stedi-lb .close {\n      padding: 62px 0 35px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"stedi-lb\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/evo-light-s-1.jpg?v=1786729556\" alt=\"STEDI EVO LED light bar lighting the road at night\"\u003e\n    \u003cdiv class=\"container hero-inner\"\u003e\n      \u003cdiv class=\"hero-copy\"\u003e\n        \u003cp class=\"eyebrow\"\u003eSTEDI LIGHT BARS\u003c\/p\u003e\n        \u003ch1 class=\"display\"\u003eHIDE THE BAR.\u003cbr\u003eNOT THE LIGHT.\u003c\/h1\u003e\n        \u003cp class=\"lead\"\u003e\n          Low-profile lighting with serious reach. Built into the vehicle, not hung off it.\n        \u003c\/p\u003e\n        \u003ca class=\"button\" href=\"#choose-your-light-bar\"\u003eExplore Light Bars\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- EVO --\u003e\n  \u003csection class=\"evo\"\u003e\n    \u003cdiv class=\"container evo-grid\"\u003e\n      \u003cdiv class=\"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 night beam\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"evo-copy\"\u003e\n        \u003cp class=\"eyebrow\"\u003eSTEDI EVO 22\" LIGHT BAR\u003c\/p\u003e\n        \u003ch2 class=\"title\"\u003eLOW PROFILE.\u003cbr\u003eHIGH IMPACT.\u003c\/h2\u003e\n\n        \u003cp class=\"copy\"\u003e\n          Minimalist when it's off. Relentless when it's on. EVO packs serious usable light into a compact 22-inch housing for builds where performance matters just as much as clean design.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"stats\"\u003e\n          \u003cdiv class=\"stat\"\u003e\n            \u003cstrong\u003e20,000\u003c\/strong\u003e\n            \u003cspan\u003eTested Lumens\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"stat\"\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        \u003ca class=\"button\" href=\"\/products\/stedi-evo-22-inch-led-light-bar\"\u003eMeet EVO\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CHOOSE --\u003e\n  \u003csection class=\"choose\" id=\"choose-your-light-bar\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"choose-head\"\u003e\n        \u003cp class=\"eyebrow\"\u003eTWO WAYS TO LIGHT THE ROAD\u003c\/p\u003e\n        \u003ch2 class=\"title\"\u003eCHOOSE YOUR BAR.\u003c\/h2\u003e\n        \u003cp class=\"copy\"\u003e\n          One is the flagship. One is the versatile system builder. Start with what you want the light bar to do and how you want it to fit the vehicle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"choice-grid\"\u003e\n\n        \u003ca class=\"choice-card\" href=\"\/products\/stedi-evo-22-inch-led-light-bar\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/evo-light-s-3.jpg?v=1786729556\" alt=\"STEDI EVO 22 inch LED light bar\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"choice-card-content\"\u003e\n            \u003cp class=\"mini\"\u003eEVO 22\"\u003c\/p\u003e\n            \u003ch3\u003eGO ALL IN.\u003c\/h3\u003e\n            \u003cp\u003eFlagship design. Huge performance. Compact 22-inch package.\u003c\/p\u003e\n            \u003cdiv class=\"choice-price\"\u003e$829\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"choice-card\" href=\"\/products\/stedi-st3301-pro-led-light-bar\"\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\" loading=\"lazy\"\u003e\n          \u003cdiv class=\"choice-card-content\"\u003e\n            \u003cp class=\"mini\"\u003eST3301 PRO\u003c\/p\u003e\n            \u003ch3\u003eBUILD IT IN.\u003c\/h3\u003e\n            \u003cp\u003eSlim, versatile and available in multiple lengths for bumpers, grilles and roof-rack builds.\u003c\/p\u003e\n            \u003cdiv class=\"choice-price\"\u003eFrom $289\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ST3301 --\u003e\n  \u003csection class=\"st3301\"\u003e\n    \u003cdiv class=\"container st3301-grid\"\u003e\n\n      \u003cdiv class=\"st3301-copy\"\u003e\n        \u003cp class=\"eyebrow\"\u003eSTEDI ST3301 PRO\u003c\/p\u003e\n        \u003ch2 class=\"title\"\u003eMADE TO\u003cbr\u003eDISAPPEAR.\u003c\/h2\u003e\n\n        \u003cp class=\"copy\"\u003e\n          Slim enough to integrate. Powerful enough to matter. ST3301 PRO gives you serious lighting without making the light bar the centrepiece of the truck.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"sizes\"\u003e\n          \u003cdiv class=\"size\"\u003e\n            \u003cstrong\u003e24.5\"\u003c\/strong\u003e\n            \u003cspan\u003eCompact\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"size\"\u003e\n            \u003cstrong\u003e27.5\"\u003c\/strong\u003e\n            \u003cspan\u003eBalanced\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"size\"\u003e\n            \u003cstrong\u003e41\"\u003c\/strong\u003e\n            \u003cspan\u003eMaximum\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"button\" href=\"\/products\/stedi-st3301-pro-led-light-bar\"\u003eChoose Your Size\u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"st3301-image\"\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 light bar integrated into touring vehicle\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PRINSU --\u003e\n \u003csection class=\"prinsu\"\u003e\n  \u003cdiv class=\"container prinsu-grid\"\u003e\n\n    \u003cdiv class=\"prinsu-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 with STEDI ST3301 PRO and Prinsu roof rack setup\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"prinsu-copy\"\u003e\n      \u003cp class=\"eyebrow\"\u003eTHE CAP-IT SETUP\u003c\/p\u003e\n      \u003ch2 class=\"title\"\u003e41\" ST3301 PRO\u003cbr\u003e+ PRINSU.\u003c\/h2\u003e\n\n      \u003cp class=\"copy\"\u003e\n        Our preferred STEDI light bar for compatible Prinsu roof-rack builds. Low-profile, integrated and built to look like it belongs there.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"dual-links\"\u003e\n        \u003ca class=\"text-link\" href=\"\/products\/stedi-st3301-pro-led-light-bar\"\u003eSee The ST3301 PRO Build\u003c\/a\u003e\n        \u003ca class=\"text-link\" href=\"\/collections\/prinsu\"\u003eExplore Prinsu\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n  \u003c!-- BEAM --\u003e\n  \u003csection class=\"beam\"\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 light bar illuminating a dark road\" loading=\"lazy\"\u003e\n\n    \u003cdiv class=\"container beam-inner\"\u003e\n      \u003cdiv class=\"beam-copy\"\u003e\n        \u003cp class=\"eyebrow\"\u003eTHE LIGHT IS WHAT MATTERS\u003c\/p\u003e\n        \u003ch2 class=\"title\"\u003eSEE FARTHER.\u003cbr\u003eSEE MORE.\u003c\/h2\u003e\n\n        \u003cp class=\"copy\"\u003e\n          The biggest lumen number doesn't automatically make the best light bar. Beam shape, spread, distance and mounting position determine how much useful light actually reaches the road, shoulders and terrain ahead.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALL --\u003e\n  \u003csection class=\"install\"\u003e\n    \u003cdiv class=\"container install-grid\"\u003e\n\n      \u003cdiv class=\"install-image\"\u003e\n        \u003cimg src=\"https:\/\/shop.capit.com\/cdn\/shop\/files\/stedi-wire-concealer3_4757b506-51ea-4859-9ffb-d5da1dbd09d3_1080x.jpg?v=1777676554\" alt=\"Clean STEDI roof light wiring installation\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"install-copy\"\u003e\n        \u003cp class=\"eyebrow\"\u003eSTEDI × CAP-IT\u003c\/p\u003e\n        \u003ch2 class=\"title\"\u003eWIRE IT\u003cbr\u003eLIKE IT BELONGS.\u003c\/h2\u003e\n\n        \u003cp class=\"copy\"\u003e\n          A clean light-bar installation is about more than mounting the light. Cap-it can help bring together the bar, mounting position, cable routing, switching and professional installation so the finished setup looks intentional.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"install-points\"\u003e\n          \u003cdiv class=\"install-point\"\u003e\n            \u003cstrong\u003eMounting\u003c\/strong\u003e\n            \u003cspan\u003ePosition the bar cleanly and securely.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"install-point\"\u003e\n            \u003cstrong\u003eWiring\u003c\/strong\u003e\n            \u003cspan\u003eKeep cable routing controlled and protected.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"install-point\"\u003e\n            \u003cstrong\u003eSwitching\u003c\/strong\u003e\n            \u003cspan\u003eIntegrate the controls into the vehicle properly.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"install-point\"\u003e\n            \u003cstrong\u003eAiming\u003c\/strong\u003e\n            \u003cspan\u003ePut the beam where it actually helps.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"button\" href=\"\/pages\/store-locator\"\u003eFind A Cap-it Location\u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CLOSE --\u003e\n  \u003csection class=\"close\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cp class=\"eyebrow\"\u003eSTEDI LIGHT BARS\u003c\/p\u003e\n      \u003ch2 class=\"title\"\u003eNOW CHOOSE\u003cbr\u003eYOUR BAR.\u003c\/h2\u003e\n\n      \u003cp class=\"copy\"\u003e\n        Flagship EVO performance or slimline ST3301 versatility. Two very different ways to put serious light down the road.\n      \u003c\/p\u003e\n\n      \u003ca class=\"back-link\" href=\"\/collections\/stedi-canada\"\u003e← Explore All STEDI\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","products":[{"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 | 24.5\", 27.5\" \u0026amp; 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. Three 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\u003e24.5\"\u003c\/strong\u003e for tighter 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;\"\u003e7,650-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;\"\u003e544-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      16, 18 or 28 OSRAM LEDs depending on size, working with STEDI's revised reflector design to produce high effective 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 5600K 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. Three 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!-- 24.5 --\u003e\n\n  \u003cdiv style=\"flex:1 1 280px;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 280px;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 280px;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!-- 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:780px;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;\"\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;\"\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;\"\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;\"\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;\"\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;\"\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;\"\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;\"\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    \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    \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    \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    \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    \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    \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    \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.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    \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    \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 24.5\", 27.5\" and 41\" ST3301 PRO?\u003c\/strong\u003e\n    \u003cp style=\"margin:6px 0 0;\"\u003e\n      All three use the same ST3301 PRO beam philosophy and core construction. As size increases, so do LED count, effective output and beam reach. The 24.5\" is the most compact, 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"}],"url":"https:\/\/shop.capit.com\/collections\/stedi-light-bars\/stedi.oembed","provider":"Shop Cap-it","version":"1.0","type":"link"}