{"title":"STEDI Driving Lights","description":"\u003cstyle\u003e\n  .stedi-dl {\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-dl * {\n    box-sizing: border-box;\n  }\n\n  .stedi-dl img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .stedi-dl a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  .stedi-dl .container {\n    width: min(1200px, calc(100% - 36px));\n    margin: 0 auto;\n  }\n\n  .stedi-dl .eyebrow {\n    margin: 0 0 12px;\n    color: var(--orange);\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 2.3px;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .stedi-dl h2,\n  .stedi-dl h3,\n  .stedi-dl p {\n    margin-top: 0;\n  }\n\n  .stedi-dl .display {\n    margin: 0;\n    font-size: clamp(40px, 8vw, 82px);\n    font-weight: 950;\n    letter-spacing: -2.8px;\n    line-height: .9;\n    text-transform: uppercase;\n  }\n\n  .stedi-dl .title {\n    margin: 0;\n    font-size: clamp(31px, 5vw, 58px);\n    font-weight: 950;\n    letter-spacing: -1.8px;\n    line-height: .94;\n    text-transform: uppercase;\n  }\n\n  .stedi-dl .subhead {\n    margin: 0;\n    font-size: clamp(23px, 3vw, 34px);\n    font-weight: 900;\n    letter-spacing: -.8px;\n    line-height: 1;\n    text-transform: uppercase;\n  }\n\n  .stedi-dl .copy {\n    margin: 20px 0 0;\n    max-width: 650px;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .stedi-dl .button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    margin-top: 25px;\n    padding: 13px 22px;\n    border: 2px solid currentColor;\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 1.4px;\n    line-height: 1;\n    text-transform: uppercase;\n    transition: .2s ease;\n  }\n\n  .stedi-dl .button:hover {\n    background: var(--orange);\n    border-color: var(--orange);\n    color: #fff;\n  }\n\n\n  \/* HERO *\/\n\n  .stedi-dl .hero {\n    position: relative;\n    min-height: 610px;\n    background: #050505;\n    color: #fff;\n    overflow: hidden;\n  }\n\n  .stedi-dl .hero 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-dl .hero::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background:\n      linear-gradient(\n        90deg,\n        rgba(0,0,0,.86) 0%,\n        rgba(0,0,0,.62) 37%,\n        rgba(0,0,0,.13) 73%,\n        rgba(0,0,0,.05) 100%\n      ),\n      linear-gradient(\n        0deg,\n        rgba(0,0,0,.38) 0%,\n        transparent 45%\n      );\n  }\n\n  .stedi-dl .hero-inner {\n    position: relative;\n    z-index: 2;\n    display: flex;\n    align-items: center;\n    min-height: 610px;\n    padding-top: 70px;\n    padding-bottom: 70px;\n  }\n\n  .stedi-dl .hero-copy {\n    max-width: 650px;\n  }\n\n  .stedi-dl .hero .lead {\n    max-width: 550px;\n    margin: 22px 0 0;\n    color: rgba(255,255,255,.88);\n    font-size: clamp(17px, 2vw, 21px);\n    line-height: 1.5;\n  }\n\n  .stedi-dl .hero .button {\n    color: #fff;\n  }\n\n\n  \/* QUICK CHOOSER *\/\n\n  .stedi-dl .chooser {\n    padding: 76px 0 84px;\n    background: #fff;\n  }\n\n  .stedi-dl .chooser-head {\n    max-width: 790px;\n    margin-bottom: 42px;\n  }\n\n  .stedi-dl .chooser-head p {\n    max-width: 700px;\n    margin: 18px 0 0;\n    font-size: 17px;\n    color: #555;\n  }\n\n  .stedi-dl .light-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n  }\n\n  .stedi-dl .light-card {\n    position: relative;\n    display: flex;\n    flex-direction: column;\n    min-width: 0;\n    background: var(--soft);\n    overflow: hidden;\n    transition: transform .2s ease, box-shadow .2s ease;\n  }\n\n  .stedi-dl .light-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 28px rgba(0,0,0,.09);\n  }\n\n  .stedi-dl .light-image {\n    aspect-ratio: 1 \/ 1;\n    background: #efefed;\n    overflow: hidden;\n  }\n\n  .stedi-dl .light-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .stedi-dl .light-body {\n    display: flex;\n    flex-direction: column;\n    flex: 1;\n    padding: 23px 20px 24px;\n  }\n\n  .stedi-dl .light-kicker {\n    margin: 0 0 8px;\n    color: var(--orange);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 1.6px;\n    text-transform: uppercase;\n  }\n\n  .stedi-dl .light-body h3 {\n    margin: 0;\n    font-size: 22px;\n    font-weight: 950;\n    letter-spacing: -.6px;\n    line-height: 1;\n    text-transform: uppercase;\n  }\n\n  .stedi-dl .light-position {\n    margin: 11px 0 0;\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n  .stedi-dl .light-desc {\n    margin: 10px 0 0;\n    color: #666;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .stedi-dl .light-price {\n    margin: auto 0 0;\n    padding-top: 21px;\n    font-size: 15px;\n    font-weight: 900;\n  }\n\n  .stedi-dl .light-link {\n    margin-top: 8px;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n\n  \/* PRO PLUS FEATURE *\/\n\n  .stedi-dl .flagship {\n    background: var(--black);\n    color: #fff;\n  }\n\n  .stedi-dl .flagship-grid {\n    display: grid;\n    grid-template-columns: 1.16fr .84fr;\n    min-height: 625px;\n  }\n\n  .stedi-dl .flagship-image {\n    min-height: 625px;\n    overflow: hidden;\n  }\n\n  .stedi-dl .flagship-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .stedi-dl .flagship-copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 65px clamp(30px, 6vw, 85px);\n  }\n\n  .stedi-dl .flagship-copy .copy {\n    color: rgba(255,255,255,.75);\n  }\n\n  .stedi-dl .flagship-points {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    margin-top: 35px;\n    background: #333;\n  }\n\n  .stedi-dl .flagship-point {\n    padding: 17px;\n    background: #151515;\n  }\n\n  .stedi-dl .flagship-point strong {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 13px;\n    text-transform: uppercase;\n  }\n\n  .stedi-dl .flagship-point span {\n    display: block;\n    color: #a7a7a7;\n    font-size: 12px;\n  }\n\n\n  \/* WHICH ONE *\/\n\n  .stedi-dl .decision {\n    padding: 90px 0;\n    background: var(--soft);\n  }\n\n  .stedi-dl .decision-head {\n    max-width: 720px;\n    margin-bottom: 40px;\n  }\n\n  .stedi-dl .decision-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1px;\n    background: #d8d8d5;\n  }\n\n  .stedi-dl .decision-card {\n    display: block;\n    padding: 30px 25px;\n    background: #fff;\n    transition: background .2s ease;\n  }\n\n  .stedi-dl .decision-card:hover {\n    background: #fafafa;\n  }\n\n  .stedi-dl .decision-question {\n    margin: 0 0 28px;\n    color: #777;\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .stedi-dl .decision-answer {\n    margin: 0;\n    font-size: 22px;\n    font-weight: 950;\n    letter-spacing: -.6px;\n    line-height: 1.05;\n    text-transform: uppercase;\n  }\n\n  .stedi-dl .decision-model {\n    display: block;\n    margin-top: 10px;\n    color: var(--orange);\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n  }\n\n\n  \/* BEAM SECTION *\/\n\n  .stedi-dl .beam {\n    padding: 90px 0;\n    background: #fff;\n  }\n\n  .stedi-dl .beam-grid {\n    display: grid;\n    grid-template-columns: .8fr 1.2fr;\n    gap: clamp(40px, 7vw, 100px);\n    align-items: center;\n  }\n\n  .stedi-dl .beam-copy .copy {\n    color: #555;\n  }\n\n  .stedi-dl .beam-options {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n  }\n\n  .stedi-dl .beam-option {\n    min-height: 185px;\n    padding: 28px;\n    background: var(--black);\n    color: #fff;\n  }\n\n  .stedi-dl .beam-option strong {\n    display: block;\n    color: var(--orange);\n    font-size: 13px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .stedi-dl .beam-option h3 {\n    margin: 11px 0 12px;\n    font-size: 28px;\n    font-weight: 950;\n    letter-spacing: -.8px;\n    text-transform: uppercase;\n  }\n\n  .stedi-dl .beam-option p {\n    margin: 0;\n    color: #aaa;\n    font-size: 14px;\n  }\n\n\n  \/* SPORT PLUS *\/\n\n  .stedi-dl .sweetspot {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    background: #111;\n    color: #fff;\n  }\n\n  .stedi-dl .sweetspot-copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 65px clamp(25px, 6vw, 80px);\n  }\n\n  .stedi-dl .sweetspot-copy .copy {\n    color: #b4b4b4;\n  }\n\n  .stedi-dl .sweetspot-image {\n    min-height: 540px;\n    overflow: hidden;\n  }\n\n  .stedi-dl .sweetspot-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n\n  \/* CAP-IT INSTALL *\/\n\n  .stedi-dl .install {\n    padding: 90px 0;\n    background: var(--soft);\n  }\n\n  .stedi-dl .install-grid {\n    display: grid;\n    grid-template-columns: 1.08fr .92fr;\n    gap: clamp(35px, 6vw, 80px);\n    align-items: center;\n  }\n\n  .stedi-dl .install-image {\n    height: 520px;\n    overflow: hidden;\n  }\n\n  .stedi-dl .install-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: 30% center;\n  }\n\n  @media (max-width: 620px) {\n    .stedi-dl .install-image {\n      height: auto;\n    }\n\n    .stedi-dl .install-image img {\n      height: auto;\n      object-fit: contain;\n      object-position: center;\n    }\n  }\n\n  .stedi-dl .install-copy .copy {\n    color: #555;\n  }\n\n  .stedi-dl .install-list {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1px;\n    margin-top: 30px;\n    background: #d3d3cf;\n  }\n\n  .stedi-dl .install-item {\n    padding: 18px;\n    background: #fff;\n  }\n\n  .stedi-dl .install-item strong {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 13px;\n    text-transform: uppercase;\n  }\n\n  .stedi-dl .install-item span {\n    color: #777;\n    font-size: 12px;\n  }\n\n\n  \/* CLOSE *\/\n\n  .stedi-dl .close {\n    padding: 80px 0 55px;\n    background: #fff;\n    text-align: center;\n  }\n\n  .stedi-dl .close-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .stedi-dl .close p {\n    max-width: 650px;\n    margin: 18px auto 0;\n    color: #666;\n    font-size: 16px;\n  }\n\n  .stedi-dl .collection-handoff {\n    margin-top: 35px;\n    padding-top: 30px;\n    border-top: 1px solid #ddd;\n    color: #777;\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n  }\n\n\n  \/* MOBILE *\/\n\n  @media (max-width: 900px) {\n    .stedi-dl .hero,\n    .stedi-dl .hero-inner {\n      min-height: 570px;\n    }\n\n    .stedi-dl .hero::after {\n      background:\n        linear-gradient(\n          0deg,\n          rgba(0,0,0,.92) 0%,\n          rgba(0,0,0,.68) 47%,\n          rgba(0,0,0,.12) 78%\n        );\n    }\n\n    .stedi-dl .hero-inner {\n      align-items: flex-end;\n    }\n\n    .stedi-dl .light-grid,\n    .stedi-dl .decision-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .stedi-dl .flagship-grid,\n    .stedi-dl .sweetspot,\n    .stedi-dl .beam-grid,\n    .stedi-dl .install-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .stedi-dl .flagship-image {\n      min-height: 430px;\n    }\n\n    .stedi-dl .flagship-copy {\n      padding: 55px 30px 65px;\n    }\n\n    .stedi-dl .sweetspot-image {\n      min-height: 430px;\n      order: -1;\n    }\n\n    .stedi-dl .sweetspot-copy {\n      padding: 55px 30px 65px;\n    }\n  }\n\n  @media (max-width: 620px) {\n    .stedi-dl .container {\n      width: min(100% - 28px, 1200px);\n    }\n\n    .stedi-dl .display {\n      font-size: clamp(40px, 14vw, 62px);\n      letter-spacing: -2px;\n    }\n\n    .stedi-dl .title {\n      font-size: clamp(30px, 10vw, 45px);\n      letter-spacing: -1.5px;\n    }\n\n    .stedi-dl .hero,\n    .stedi-dl .hero-inner {\n      min-height: 530px;\n    }\n\n    .stedi-dl .hero img {\n      object-position: 58% center;\n    }\n\n    .stedi-dl .hero-inner {\n      padding-top: 45px;\n      padding-bottom: 45px;\n    }\n\n    .stedi-dl .chooser,\n    .stedi-dl .decision,\n    .stedi-dl .beam,\n    .stedi-dl .install {\n      padding: 62px 0;\n    }\n\n    .stedi-dl .light-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 8px;\n    }\n\n    .stedi-dl .light-body {\n      padding: 17px 14px 20px;\n    }\n\n    .stedi-dl .light-body h3 {\n      font-size: 18px;\n    }\n\n    .stedi-dl .light-position {\n      font-size: 13px;\n    }\n\n    .stedi-dl .light-desc {\n      display: none;\n    }\n\n    .stedi-dl .light-price {\n      padding-top: 16px;\n      font-size: 13px;\n    }\n\n    .stedi-dl .decision-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .stedi-dl .decision-card {\n      padding: 24px 22px;\n    }\n\n    .stedi-dl .decision-question {\n      margin-bottom: 13px;\n    }\n\n    .stedi-dl .flagship-image {\n      min-height: 330px;\n    }\n\n    .stedi-dl .flagship-points {\n      grid-template-columns: 1fr;\n    }\n\n    .stedi-dl .beam-options {\n      grid-template-columns: 1fr;\n    }\n\n    .stedi-dl .beam-option {\n      min-height: 0;\n    }\n\n    .stedi-dl .sweetspot-image {\n      min-height: 330px;\n    }\n\n    .stedi-dl .install-list {\n      grid-template-columns: 1fr;\n    }\n\n    .stedi-dl .close {\n      padding: 62px 0 42px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"stedi-dl\"\u003e\n\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-pro-plus-night-shot.jpg?v=1777327463\" alt=\"STEDI Type-X LED driving lights illuminating the road at night\" loading=\"eager\"\u003e\n\n    \u003cdiv class=\"container hero-inner\"\u003e\n      \u003cdiv class=\"hero-copy\"\u003e\n        \u003cp class=\"eyebrow\"\u003eSTEDI TYPE-X DRIVING LIGHTS\u003c\/p\u003e\n\n        \u003ch1 class=\"display\"\u003e\n          PICK YOUR\u003cbr\u003e\n          WEAPON.\n        \u003c\/h1\u003e\n\n        \u003cp class=\"lead\"\u003e\n          Four ways to own the road ahead. One unmistakable Type-X attitude.\n        \u003c\/p\u003e\n\n        \u003ca class=\"button\" href=\"#choose-your-type-x\"\u003e\n          Choose Your Type-X\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- QUICK PRODUCT CHOOSER --\u003e\n  \u003csection class=\"chooser\" id=\"choose-your-type-x\"\u003e\n    \u003cdiv class=\"container\"\u003e\n\n      \u003cdiv class=\"chooser-head\"\u003e\n        \u003cp class=\"eyebrow\"\u003eTHE TYPE-X LINEUP\u003c\/p\u003e\n\n        \u003ch2 class=\"title\"\u003e\n          FOUR LIGHTS.\u003cbr\u003e\n          FOUR ANSWERS.\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          You do not need to decode the entire STEDI catalogue. Start with the\n          way you drive, the look you want and how much light you want to put\n          down the road.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"light-grid\"\u003e\n\n        \u003c!-- PRO PLUS --\u003e\n        \u003ca class=\"light-card\" href=\"\/products\/stedi-type-x-pro-plus-8-5-drl-led-driving-lights-pair\"\u003e\n\n          \u003cdiv class=\"light-image\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-pro-plus.jpg?v=1777327697\" alt=\"STEDI Type-X Pro Plus 8.5 inch LED driving lights\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"light-body\"\u003e\n            \u003cp class=\"light-kicker\"\u003eThe Flagship\u003c\/p\u003e\n\n            \u003ch3\u003ePro Plus 8.5\"\u003c\/h3\u003e\n\n            \u003cp class=\"light-position\"\u003e\n              Go all the way.\n            \u003c\/p\u003e\n\n            \u003cp class=\"light-desc\"\u003e\n              Premium Type-X presence with the most distinctive visual treatment\n              in the range.\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"light-price\"\u003e$799 \/ pair\u003c\/div\u003e\n            \u003cdiv class=\"light-link\"\u003eExplore Pro Plus →\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n\n\n        \u003c!-- SPORT PLUS --\u003e\n        \u003ca class=\"light-card\" href=\"\/products\/stedi-type-x-sport-plus-8-5-led-driving-lights-pair\"\u003e\n\n          \u003cdiv class=\"light-image\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-sport9_2ce84665-6840-4f21-8b9c-2c64963a5dda.jpg?v=1777326012\" alt=\"STEDI Type-X Sport Plus 8.5 inch LED driving lights\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"light-body\"\u003e\n            \u003cp class=\"light-kicker\"\u003eThe Sweet Spot\u003c\/p\u003e\n\n            \u003ch3\u003eSport Plus 8.5\"\u003c\/h3\u003e\n\n            \u003cp class=\"light-position\"\u003e\n              Big Type-X attitude.\n            \u003c\/p\u003e\n\n            \u003cp class=\"light-desc\"\u003e\n              Full 8.5-inch road presence with a hybrid beam and an exceptionally\n              strong price-to-performance position.\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"light-price\"\u003e$599 \/ pair\u003c\/div\u003e\n            \u003cdiv class=\"light-link\"\u003eExplore Sport Plus →\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n\n\n        \u003c!-- EVO S --\u003e\n        \u003ca class=\"light-card\" href=\"\/products\/stedi-type-x-evo-s-8-5-led-driving-light\"\u003e\n\n          \u003cdiv class=\"light-image\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/STEDIType-xevo8.5.jpg?v=1786039326\" alt=\"STEDI Type-X EVO S 8.5 inch LED driving light\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"light-body\"\u003e\n            \u003cp class=\"light-kicker\"\u003eChoose Your Beam\u003c\/p\u003e\n\n            \u003ch3\u003eEVO S 8.5\"\u003c\/h3\u003e\n\n            \u003cp class=\"light-position\"\u003e\n              Spot or flood. Your call.\n            \u003c\/p\u003e\n\n            \u003cp class=\"light-desc\"\u003e\n              A more technical choice for drivers who know exactly where they\n              want the light.\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"light-price\"\u003e$429 \/ single\u003c\/div\u003e\n            \u003cdiv class=\"light-link\"\u003eExplore EVO S →\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n\n\n        \u003c!-- SPORT 7 --\u003e\n        \u003ca class=\"light-card\" href=\"\/products\/stedi-type-x-sport-7-led-driving-lights-pair\"\u003e\n\n          \u003cdiv class=\"light-image\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-sport9.jpg?v=1777323146\" alt=\"STEDI Type-X Sport 7 inch LED driving lights\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"light-body\"\u003e\n            \u003cp class=\"light-kicker\"\u003eThe Compact Classic\u003c\/p\u003e\n\n            \u003ch3\u003eSport 7\"\u003c\/h3\u003e\n\n            \u003cp class=\"light-position\"\u003e\n              Smaller light. Same DNA.\n            \u003c\/p\u003e\n\n            \u003cp class=\"light-desc\"\u003e\n              The recognizable Type-X look in a cleaner 7-inch package for more\n              compact builds.\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"light-price\"\u003e$439 \/ pair\u003c\/div\u003e\n            \u003cdiv class=\"light-link\"\u003eExplore Sport 7 →\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\n  \u003c!-- FLAGSHIP FEATURE --\u003e\n  \u003csection class=\"flagship\"\u003e\n    \u003cdiv class=\"flagship-grid\"\u003e\n\n      \u003cdiv class=\"flagship-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-pro-plus5.jpg?v=1777327697\" alt=\"STEDI Type-X Pro Plus premium LED driving light\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"flagship-copy\"\u003e\n        \u003cp class=\"eyebrow\"\u003eTYPE-X PRO PLUS 8.5\"\u003c\/p\u003e\n\n        \u003ch2 class=\"title\"\u003e\n          YOUR LIGHT.\u003cbr\u003e\n          YOUR WAY.\n        \u003c\/h2\u003e\n\n        \u003cp class=\"copy\"\u003e\n          This is the Type-X you buy because you want the lighting to be part of\n          the vehicle, not just something mounted to it. Bold 8.5-inch proportions,\n          premium detailing and unmistakable STEDI presence.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"flagship-points\"\u003e\n\n          \u003cdiv class=\"flagship-point\"\u003e\n            \u003cstrong\u003e8.5-Inch Presence\u003c\/strong\u003e\n            \u003cspan\u003eThe full Type-X look.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"flagship-point\"\u003e\n            \u003cstrong\u003eDRL Styling\u003c\/strong\u003e\n            \u003cspan\u003eDistinctive even before night falls.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"flagship-point\"\u003e\n            \u003cstrong\u003ePair Kit\u003c\/strong\u003e\n            \u003cspan\u003eA complete matched driving-light setup.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"flagship-point\"\u003e\n            \u003cstrong\u003eFlagship Choice\u003c\/strong\u003e\n            \u003cspan\u003eWhen compromise is not the brief.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003ca class=\"button\" href=\"\/products\/stedi-type-x-pro-plus-8-5-drl-led-driving-lights-pair\"\u003e\n          Explore Pro Plus\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- WHICH ONE --\u003e\n  \u003csection class=\"decision\"\u003e\n    \u003cdiv class=\"container\"\u003e\n\n      \u003cdiv class=\"decision-head\"\u003e\n        \u003cp class=\"eyebrow\"\u003eMAKE IT EASY\u003c\/p\u003e\n\n        \u003ch2 class=\"title\"\u003e\n          WHICH TYPE-X\u003cbr\u003e\n          IS YOUR TYPE-X?\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"decision-grid\"\u003e\n\n        \u003ca class=\"decision-card\" href=\"\/products\/stedi-type-x-pro-plus-8-5-drl-led-driving-lights-pair\"\u003e\n\n          \u003cp class=\"decision-question\"\u003e\n            “I want the top of the range.”\n          \u003c\/p\u003e\n\n          \u003cp class=\"decision-answer\"\u003e\n            Go Flagship.\n          \u003c\/p\u003e\n\n          \u003cspan class=\"decision-model\"\u003e\n            Type-X Pro Plus 8.5\" →\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n\n        \u003ca class=\"decision-card\" href=\"\/products\/stedi-type-x-sport-plus-8-5-led-driving-lights-pair\"\u003e\n\n          \u003cp class=\"decision-question\"\u003e\n            “I want the big Type-X look without going all the way.”\n          \u003c\/p\u003e\n\n          \u003cp class=\"decision-answer\"\u003e\n            Hit The Sweet Spot.\n          \u003c\/p\u003e\n\n          \u003cspan class=\"decision-model\"\u003e\n            Type-X Sport Plus 8.5\" →\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n\n        \u003ca class=\"decision-card\" href=\"\/products\/stedi-type-x-evo-s-8-5-led-driving-light\"\u003e\n\n          \u003cp class=\"decision-question\"\u003e\n            “I know exactly what beam I want.”\n          \u003c\/p\u003e\n\n          \u003cp class=\"decision-answer\"\u003e\n            Choose Your Beam.\n          \u003c\/p\u003e\n\n          \u003cspan class=\"decision-model\"\u003e\n            Type-X EVO S 8.5\" →\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n\n        \u003ca class=\"decision-card\" href=\"\/products\/stedi-type-x-sport-7-led-driving-lights-pair\"\u003e\n\n          \u003cp class=\"decision-question\"\u003e\n            “I want Type-X without dominating the front end.”\n          \u003c\/p\u003e\n\n          \u003cp class=\"decision-answer\"\u003e\n            Keep It Tight.\n          \u003c\/p\u003e\n\n          \u003cspan class=\"decision-model\"\u003e\n            Type-X Sport 7\" →\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- BEAM EDUCATION --\u003e\n  \u003csection class=\"beam\"\u003e\n    \u003cdiv class=\"container beam-grid\"\u003e\n\n      \u003cdiv class=\"beam-copy\"\u003e\n        \u003cp class=\"eyebrow\"\u003eLIGHT WHERE YOU NEED IT\u003c\/p\u003e\n\n        \u003ch2 class=\"title\"\u003e\n          DON'T BUY\u003cbr\u003e\n          A NUMBER.\n        \u003c\/h2\u003e\n\n        \u003cp class=\"copy\"\u003e\n          Huge output figures look impressive on paper. What matters behind the\n          wheel is where that light lands. Distance, spread and beam control\n          should match the way you actually drive.\n        \u003c\/p\u003e\n\n        \u003cp class=\"copy\"\u003e\n          The Type-X EVO S gives you the clearest choice: select spot when the\n          priority is distance, or flood when you want more usable light across\n          the foreground and sides.\n        \u003c\/p\u003e\n\n        \u003ca class=\"button\" href=\"\/products\/stedi-type-x-evo-s-8-5-led-driving-light\"\u003e\n          Explore EVO S\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"beam-options\"\u003e\n\n        \u003cdiv class=\"beam-option\"\u003e\n          \u003cstrong\u003e01\u003c\/strong\u003e\n          \u003ch3\u003eSpot\u003c\/h3\u003e\n          \u003cp\u003e\n            Push light farther down the road. Ideal when long-range visibility is\n            the priority.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"beam-option\"\u003e\n          \u003cstrong\u003e02\u003c\/strong\u003e\n          \u003ch3\u003eFlood\u003c\/h3\u003e\n          \u003cp\u003e\n            Broaden the usable field of view. More foreground and peripheral\n            illumination.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"beam-option\"\u003e\n          \u003cstrong\u003e03\u003c\/strong\u003e\n          \u003ch3\u003eHybrid\u003c\/h3\u003e\n          \u003cp\u003e\n            A balanced driving-light approach combining useful reach with width.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"beam-option\"\u003e\n          \u003cstrong\u003e04\u003c\/strong\u003e\n          \u003ch3\u003eThe Right Light\u003c\/h3\u003e\n          \u003cp\u003e\n            The best beam is the one that solves your visibility problem, not the\n            one with the biggest number.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- SPORT PLUS FEATURE --\u003e\n  \u003csection class=\"sweetspot\"\u003e\n\n    \u003cdiv class=\"sweetspot-copy\"\u003e\n      \u003cp class=\"eyebrow\"\u003eTYPE-X SPORT PLUS 8.5\"\u003c\/p\u003e\n\n      \u003ch2 class=\"title\"\u003e\n        THE SWEET\u003cbr\u003e\n        SPOT.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"copy\"\u003e\n        For a lot of builds, this is the answer. Full-size 8.5-inch Type-X presence,\n        a hybrid driving beam and a price that leaves room for the rest of the truck.\n      \u003c\/p\u003e\n\n      \u003ca class=\"button\" href=\"\/products\/stedi-type-x-sport-plus-8-5-led-driving-lights-pair\"\u003e\n        Explore Sport Plus\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sweetspot-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-sport-plus10.jpg?v=1777326096\" alt=\"STEDI Type-X Sport Plus 8.5 inch driving lights\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- CAP-IT 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:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/Cap-it_Toyota_Tundra_Banner.jpg?v=1786850470\" alt=\"Cap-it Toyota Tundra build with STEDI lighting\" 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\n        \u003ch2 class=\"title\"\u003e\n          FROM BOX\u003cbr\u003e\n          TO BUMPER.\n        \u003c\/h2\u003e\n\n        \u003cp class=\"copy\"\u003e\n          The lights are only one part of a clean build. Cap-it can help with the\n          complete setup, including product selection, mounting, wiring, switching\n          and professional installation at participating locations.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"install-list\"\u003e\n\n          \u003cdiv class=\"install-item\"\u003e\n            \u003cstrong\u003eChoose The Light\u003c\/strong\u003e\n            \u003cspan\u003eMatch the product to the vehicle and use.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"install-item\"\u003e\n            \u003cstrong\u003eMount It Properly\u003c\/strong\u003e\n            \u003cspan\u003eClean positioning and secure hardware.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"install-item\"\u003e\n            \u003cstrong\u003eWire It Properly\u003c\/strong\u003e\n            \u003cspan\u003eHarnesses, switching and cable routing.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"install-item\"\u003e\n            \u003cstrong\u003eAim It Properly\u003c\/strong\u003e\n            \u003cspan\u003eMake the beam work where it matters.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003ca class=\"button\" href=\"\/pages\/store-locator\"\u003e\n          Find A Cap-it Location\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- CLOSE \/ HANDOFF TO SHOPIFY PRODUCT GRID --\u003e\n  \u003csection class=\"close\"\u003e\n    \u003cdiv class=\"container close-inner\"\u003e\n\n      \u003cp class=\"eyebrow\"\u003eSTEDI DRIVING LIGHTS\u003c\/p\u003e\n\n      \u003ch2 class=\"title\"\u003e\n        NOW PICK ONE.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Four Type-X choices, four different approaches. Compare the range below\n        and build the lighting setup that fits your truck.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"collection-handoff\"\u003e\n        \u003ca href=\"\/collections\/stedi-canada\"\u003e← EXPLORE ALL STEDI\u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"stedi-type-x-evo-s-8-5-led-driving-light","title":"STEDI Type-X EVO S 8.5” LED Driving Light – Spot or Flood (Single)","description":"\u003ch2\u003eSTEDI Type-X EVO S 8.5\" LED Driving Light – Spot or Flood (Single)\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eMaximum output. Premium build. No compromises.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eSold individually.\u003c\/strong\u003e For a complete setup, most customers run a pair.\u003c\/p\u003e\n\n\u003cp\u003eThe STEDI Type-X EVO S 8.5\" is built for drivers who want serious performance. With 44 high-output CREE XP LEDs and a refined optical system, this light delivers extreme distance or wide coverage depending on your beam choice.\u003c\/p\u003e\n\n\u003cp\u003eThis is a flagship 8.5\" driving light designed for bull bars, front bumpers, and full overland builds where performance matters.\u003c\/p\u003e\n\n\u003ch3\u003eWhy Choose the Type-X EVO S?\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eExtreme Light Output\u003c\/strong\u003e, up to 11,920 tested lumens per light\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSpot or Flood Beam Options\u003c\/strong\u003e, dial in your ideal driving pattern\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Build Quality\u003c\/strong\u003e, cast aluminum housing with advanced heat management\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModern STEDI Design\u003c\/strong\u003e, aggressive styling with interchangeable fascia\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProven in Harsh Conditions\u003c\/strong\u003e, IP68 rated and built for real-world use\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eKey Performance Specs\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLEDs:\u003c\/strong\u003e 44 x CREE XP LEDs\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTested Lumens:\u003c\/strong\u003e 11,920 lm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePower Draw:\u003c\/strong\u003e 150W\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBeam Distance:\u003c\/strong\u003e Up to 1,470m (Spot)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBeam Width:\u003c\/strong\u003e Up to 140m (Flood)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColour Temperature:\u003c\/strong\u003e 5000K\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIngress Rating:\u003c\/strong\u003e IP68\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVoltage:\u003c\/strong\u003e 12V \/ 24V compatible\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOperating Temp:\u003c\/strong\u003e -40°C to 60°C\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eWhat’s Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e1 x STEDI Type-X EVO S 8.5\" LED Driving Light\u003c\/li\u003e\n\u003cli\u003eBlack protective cover\u003c\/li\u003e\n\u003cli\u003eGrey and orange interchangeable fascia\u003c\/li\u003e\n\u003cli\u003eHeavy-duty mounting bracket\u003c\/li\u003e\n\u003cli\u003eStainless steel mounting hardware\u003c\/li\u003e\n\u003cli\u003eWiring instructions\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eSpot vs Flood – Choose Your Beam\u003c\/h3\u003e\n\n\u003ch4\u003eSpot Beam – Maximum Distance\u003c\/h4\u003e\n\u003cp\u003eDesigned for long-range visibility, the spot beam projects light deep down the road, ideal for highway driving, backroads, and high-speed applications.\u003c\/p\u003e\n\u003cp style=\"text-align:center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type_x_evo-s-8.5-spot-lux.jpg?v=1777318556\" alt=\"STEDI Type-X EVO S 8.5 inch spot beam lux pattern\" style=\"max-width:100%;\"\u003e\n\u003c\/p\u003e\n\n\u003ch4\u003eFlood Beam – Maximum Width\u003c\/h4\u003e\n\u003cp\u003eThe flood beam delivers wide lateral spread, lighting up the critical zones around your vehicle for off-road driving, trails, and low-speed environments.\u003c\/p\u003e\n\u003cp style=\"text-align:center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type_x_evo-s-8.5-flood-lux.jpg?v=1777318721\" alt=\"STEDI Type-X EVO S 8.5 inch flood beam lux pattern\" style=\"max-width:100%;\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eDesigned for Real-World Use\u003c\/h3\u003e\n\u003cp\u003eThe Type-X EVO S is engineered for durability and performance in demanding conditions. A multi-layer sealing system, heavy-duty bracket design, and advanced heat dissipation ensure reliable output whether you're on the highway or deep off-road.\u003c\/p\u003e\n\n\u003cp\u003eThe compact depth and mounting flexibility make it easier to fit than traditional large driving lights, while still delivering top-tier performance.\u003c\/p\u003e\n\n\u003cp style=\"text-align:center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type_x_evo-s-8.5-size.jpg?v=1777318540\" alt=\"STEDI Type-X EVO S 8.5 inch size reference\" style=\"max-width:100%;\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eSee It In Action\u003c\/h3\u003e\n\n\u003ch4\u003eUnboxing \u0026amp; What You Get\u003c\/h4\u003e\n\u003cp\u003eA closer look at what’s included and how the Type-X EVO S is built straight out of the box.\u003c\/p\u003e\n\u003cp style=\"text-align:center;\"\u003e\n\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/jQOXVTYtXBk\" title=\"STEDI Type-X EVO S Unboxing Video\" frameborder=\"0\" allowfullscreen\u003e\u003c\/iframe\u003e\n\u003c\/p\u003e\n\n\u003ch4\u003eReal-World Driving Performance\u003c\/h4\u003e\n\u003cp\u003eSee the Type-X EVO series in action, showcasing beam performance, distance, and usable light output in real driving conditions.\u003c\/p\u003e\n\u003cp style=\"text-align:center;\"\u003e\n\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/X1ADuA97yJg\" title=\"STEDI Type-X EVO Driving Sequence Video\" frameborder=\"0\" allowfullscreen\u003e\u003c\/iframe\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eCap-it Expert Take\u003c\/h3\u003e\n\u003cp\u003eIf you're stepping up to a full-size driving light, this is where it gets serious. The EVO S 8.5\" gives you real distance, real coverage, and a premium finish that matches high-end builds.\u003c\/p\u003e\n\n\u003cp\u003eRun a pair with spot beams for distance, flood beams for coverage, or mix both to build a complete lighting system.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eThis isn’t an entry-level light. It’s a performance upgrade.\u003c\/strong\u003e\u003c\/p\u003e","brand":"STEDI","offers":[{"title":"Spot","offer_id":47578662142188,"sku":"TYPE-X-EVO-S","price":429.0,"currency_code":"CAD","in_stock":false},{"title":"Flood","offer_id":47578662174956,"sku":"TYPE-X-EVO-F","price":429.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-evo-s-8.55.jpg?v=1777318197"},{"product_id":"stedi-type-x-sport-7-led-driving-lights-pair","title":"STEDI Type-X Sport 7” LED Driving Lights – Pair (Hybrid Beam)","description":"\u003ch2\u003eSTEDI Type-X Sport 7\" LED Driving Lights – Pair\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eBig performance. Real value. Sold as a pair.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003eThe STEDI Type-X Sport 7\" delivers serious driving light performance at a price point that makes sense. Built on STEDI’s proven Type-X platform, this 7\" setup balances long-distance visibility with usable width, making it one of the most versatile light options for trucks and overland builds.\u003c\/p\u003e\n\n\u003cp\u003eThis is your step into premium lighting without stepping into premium pricing.\u003c\/p\u003e\n\n\u003ch3\u003eWhy Choose the Type-X Sport 7\"?\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBalanced Beam Pattern\u003c\/strong\u003e, strong distance with usable width for real-world driving\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProven Type-X Platform\u003c\/strong\u003e, refined optics and upgraded internal design\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGreat Value Performance\u003c\/strong\u003e, premium output without the premium price tag\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSold as a Pair\u003c\/strong\u003e, complete front-end lighting solution\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSignature STEDI Design\u003c\/strong\u003e, modern styling with iconic orange accent\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eKey Performance Specs\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBeam Distance:\u003c\/strong\u003e Up to 895m\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBeam Type:\u003c\/strong\u003e Hybrid (Spot + Wide)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLED Type:\u003c\/strong\u003e High-performance LEDs\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColour Temperature:\u003c\/strong\u003e 5000K\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHousing:\u003c\/strong\u003e Cast aluminum\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBracket:\u003c\/strong\u003e 304 stainless steel\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIngress Rating:\u003c\/strong\u003e IP68\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eWhat’s Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e2 x STEDI Type-X Sport 7\" Driving Lights\u003c\/li\u003e\n\u003cli\u003e2 x Black protective covers\u003c\/li\u003e\n\u003cli\u003eHeavy-duty stainless steel mounting brackets\u003c\/li\u003e\n\u003cli\u003eMounting hardware\u003c\/li\u003e\n\u003cli\u003eWiring instructions\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eBeam Performance – Distance Meets Width\u003c\/h3\u003e\n\u003cp\u003e\nThe Type-X Sport uses a hybrid beam pattern that combines strong forward projection with controlled near-field spread.\n\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLong-distance throw\u003c\/strong\u003e for highway and backroad driving\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWide beam elements\u003c\/strong\u003e to light up shoulders and surrounding terrain\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmooth transition\u003c\/strong\u003e between spot and flood zones\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp style=\"text-align:center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-sport-lux.jpg?v=1777323039\" alt=\"STEDI Type-X Sport 7 inch beam pattern\" style=\"max-width:100%;\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eBuilt to Perform\u003c\/h3\u003e\n\u003cp\u003e\nThe Type-X Sport isn’t a stripped-down light, it’s a refined version of a proven platform. With deeper optics and improved beam control, it delivers a clean, usable light pattern that works in real driving conditions.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe stainless steel bracket system and rugged housing are built to handle vibration, weather, and long-term use on trucks, SUVs, and off-road builds.\n\u003c\/p\u003e\n\n\u003cp style=\"text-align:center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-sport-size.jpg?v=1777323039\" alt=\"STEDI Type-X Sport 7 inch size reference\" style=\"max-width:100%;\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eSee It In Action\u003c\/h3\u003e\n\n\u003ch4\u003eDriving Footage\u003c\/h4\u003e\n\u003cp\u003eReal-world output and beam performance on the road.\u003c\/p\u003e\n\u003cp style=\"text-align:center;\"\u003e\n\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/S4ETS-bccZQ\" title=\"STEDI Type-X Sport Driving Footage\" frameborder=\"0\" allowfullscreen\u003e\u003c\/iframe\u003e\n\u003c\/p\u003e\n\n\u003ch4\u003eRange Rundown\u003c\/h4\u003e\n\u003cp\u003eA closer look at where the Type-X Sport fits in the STEDI lineup.\u003c\/p\u003e\n\u003cp style=\"text-align:center;\"\u003e\n\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/DP6DJo662OE\" title=\"STEDI Type-X Sport Range Rundown\" frameborder=\"0\" allowfullscreen\u003e\u003c\/iframe\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eCap-it Expert Take\u003c\/h3\u003e\n\u003cp\u003e\nIf you're looking for a clean upgrade from factory lighting without jumping straight into top-tier pricing, this is the move. The Type-X Sport gives you real performance, real distance, and a complete pair out of the box.\n\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eIt’s the sweet spot between price and performance.\u003c\/strong\u003e\u003c\/p\u003e","brand":"STEDI","offers":[{"title":"Default Title","offer_id":47578787545324,"sku":"TYPE-X-SRT-7","price":439.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-sport9.jpg?v=1777323146"},{"product_id":"stedi-type-x-sport-plus-8-5-led-driving-lights-pair","title":"STEDI Type-X Sport Plus 8.5” LED Driving Lights – Pair (Hybrid Beam)","description":"\u003ch2\u003eSTEDI Type-X Sport Plus 8.5\" LED Driving Lights – Pair\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eBigger output. Better optics. Sold as a pair.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003eThe STEDI Type-X Sport Plus 8.5\" is the next step up from the Type-X Sport, delivering more distance, more usable width, and a refined design built for modern trucks and serious off-road use.\u003c\/p\u003e\n\n\u003cp\u003eWith an advanced hybrid beam pattern and upgraded optics, the Sport Plus pushes past the 1km mark while maintaining strong near-field visibility, making it a true all-round performer.\u003c\/p\u003e\n\n\u003ch3\u003eWhy Choose the Type-X Sport Plus?\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOver 1km Beam Distance\u003c\/strong\u003e, serious long-range visibility\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHybrid Beam Pattern\u003c\/strong\u003e, balanced throw and width for real-world driving\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUpgraded Optics\u003c\/strong\u003e, improved beam control and intensity\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModern Slim Profile\u003c\/strong\u003e, cleaner fit on newer trucks and bars\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSold as a Pair\u003c\/strong\u003e, complete front-end lighting solution\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eKey Performance Specs\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBeam Distance:\u003c\/strong\u003e 1,000m+ (combined beam)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBeam Type:\u003c\/strong\u003e Hybrid (Spot + Flood)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColour Temperature:\u003c\/strong\u003e 5000K\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIngress Rating:\u003c\/strong\u003e IP68\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHousing:\u003c\/strong\u003e Cast aluminum with cooling fins\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBracket:\u003c\/strong\u003e Heavy-duty steel mounting system\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLifespan:\u003c\/strong\u003e Up to 30,000 hours\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eWhat’s Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e2 x STEDI Type-X Sport Plus 8.5\" Driving Lights\u003c\/li\u003e\n\u003cli\u003e2 x Black protective covers\u003c\/li\u003e\n\u003cli\u003eInterchangeable fascia and trim pieces\u003c\/li\u003e\n\u003cli\u003eHeavy-duty mounting brackets\u003c\/li\u003e\n\u003cli\u003eMounting hardware\u003c\/li\u003e\n\u003cli\u003ePre-wired DTP connectors\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eBeam Performance – Distance + Usable Width\u003c\/h3\u003e\n\u003cp\u003e\nThe Type-X Sport Plus is designed to give you both reach and coverage without compromise.\n\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLong-range projection\u003c\/strong\u003e for highway and backroad driving\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntegrated wide optics\u003c\/strong\u003e for near-field and shoulder visibility\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmooth beam transition\u003c\/strong\u003e with no harsh cut-offs\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp style=\"text-align:center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-sport-plus-lux.jpg?v=1777326199\" alt=\"STEDI Type-X Sport Plus 8.5 inch beam pattern\" style=\"max-width:100%;\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eRefined Design \u0026amp; Fitment\u003c\/h3\u003e\n\u003cp\u003e\nThe Sport Plus introduces a slimmer profile and updated mounting system, making it easier to fit on modern bull bars and tighter front-end setups.\n\u003c\/p\u003e\n\n\u003cp\u003e\nRear cooling fins improve heat dissipation under load, while the updated bracket design reduces clearance requirements for a cleaner install.\n\u003c\/p\u003e\n\n\u003cp style=\"text-align:center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-sport-plus-size.jpg?v=1777326199\" alt=\"STEDI Type-X Sport Plus 8.5 inch size reference\" style=\"max-width:100%;\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eSee It In Action\u003c\/h3\u003e\n\u003cp\u003e\nGet a closer look at the design, output, and performance of the Type-X Sport Plus.\n\u003c\/p\u003e\n\n\u003cp style=\"text-align:center;\"\u003e\n\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/KBD_3HQovjI\" title=\"STEDI Type-X Sport Plus Video\" frameborder=\"0\" allowfullscreen\u003e\u003c\/iframe\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eCap-it Expert Take\u003c\/h3\u003e\n\u003cp\u003e\nIf the Type-X Sport is your entry point, the Sport Plus is the upgrade. More distance, better optics, and a cleaner fit make this a strong choice for anyone building out a proper lighting setup.\n\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eMore reach. More control. More capability.\u003c\/strong\u003e\u003c\/p\u003e","brand":"STEDI","offers":[{"title":"Default Title","offer_id":47578810646764,"sku":"ST-01-SRT-801","price":599.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-sport9_2ce84665-6840-4f21-8b9c-2c64963a5dda.jpg?v=1777326012"},{"product_id":"stedi-type-x-pro-plus-8-5-drl-led-driving-lights-pair","title":"STEDI Type-X Pro Plus 8.5” LED Driving Lights – DRL Assembled Kit (Pair)","description":"\u003ch2\u003eSTEDI Type-X Pro Plus 8.5\" LED Driving Lights – DRL Assembled Kit (Pair)\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eFlagship performance. Integrated DRL. Complete kit.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003eThe STEDI Type-X Pro Plus 8.5\" is the top of the lineup, delivering extreme distance, refined beam control, and premium design in a fully assembled, ready-to-install kit.\u003c\/p\u003e\n\n\u003cp\u003eWith integrated daytime running lights (DRL), advanced hybrid optics, and over 1.5km of light throw, this is built for drivers who want the best, no compromises.\u003c\/p\u003e\n\n\u003ch3\u003eWhy Choose the Type-X Pro Plus?\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e1.5km+ Beam Distance\u003c\/strong\u003e, maximum long-range visibility\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntegrated DRL\u003c\/strong\u003e, modern daytime running light built into each housing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdvanced Hybrid Beam\u003c\/strong\u003e, precision distance with wide usable spread\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFully Assembled Kit\u003c\/strong\u003e, complete package ready to install\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Build \u0026amp; Finish\u003c\/strong\u003e, flagship-level design and materials\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eKey Performance Specs\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBeam Distance:\u003c\/strong\u003e 1,500m+ (pair)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBeam Type:\u003c\/strong\u003e Hybrid (Spot + Flood)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColour Temperature:\u003c\/strong\u003e 5000K\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIngress Rating:\u003c\/strong\u003e IP68\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHousing:\u003c\/strong\u003e Cast aluminum with advanced cooling design\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDRL Function:\u003c\/strong\u003e Integrated daytime running light\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eWhat’s Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e2 x STEDI Type-X Pro Plus 8.5\" Driving Lights (DRL)\u003c\/li\u003e\n\u003cli\u003e2 x Protective covers\u003c\/li\u003e\n\u003cli\u003eHeavy-duty mounting brackets\u003c\/li\u003e\n\u003cli\u003eComplete wiring harness\u003c\/li\u003e\n\u003cli\u003eSwitch and relay system\u003c\/li\u003e\n\u003cli\u003eMounting hardware\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003eBeam Performance – Maximum Distance, Controlled Spread\u003c\/h3\u003e\n\u003cp\u003e\nThe Type-X Pro Plus is engineered for high-speed visibility and long-distance clarity.\n\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eExtreme forward projection\u003c\/strong\u003e for highway and remote driving\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e12 dedicated flood reflectors\u003c\/strong\u003e for near-field visibility\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmooth beam transition\u003c\/strong\u003e without harsh cut-offs\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp style=\"text-align:center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-pro-plus-lux.jpg?v=1777327463\" alt=\"STEDI Type-X Pro Plus beam pattern\" style=\"max-width:100%;\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eIntegrated DRL – Function Meets Style\u003c\/h3\u003e\n\u003cp\u003e\nBuilt-in daytime running lights elevate both visibility and appearance. Whether you're on-road or off, the DRL adds a modern, high-end look while improving daytime presence.\n\u003c\/p\u003e\n\n\u003cp style=\"text-align:center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-pro-plus-night-shot.jpg?v=1777327463\" alt=\"STEDI Type-X Pro Plus DRL lighting\" style=\"max-width:100%;\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eBuilt for Serious Use\u003c\/h3\u003e\n\u003cp\u003e\nFrom extreme temperatures to harsh off-road environments, the Type-X Pro Plus is designed to perform. Advanced heat management, sealed construction, and heavy-duty mounting ensure reliability when it matters most.\n\u003c\/p\u003e\n\n\u003cp style=\"text-align:center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-pro-plus-dimensions.jpg?v=1777327463\" alt=\"STEDI Type-X Pro Plus dimensions\" style=\"max-width:100%;\"\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eSee It In Action\u003c\/h3\u003e\n\u003cp\u003e\nA full breakdown of performance, design, and features from STEDI.\n\u003c\/p\u003e\n\n\u003cp style=\"text-align:center;\"\u003e\n\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/89PQLWq2B3s\" title=\"STEDI Type-X Pro Plus Overview\" frameborder=\"0\" allowfullscreen\u003e\u003c\/iframe\u003e\n\u003c\/p\u003e\n\n\u003ch3\u003eCap-it Expert Take\u003c\/h3\u003e\n\u003cp\u003e\nThis is as good as it gets in the STEDI lineup. If you want maximum output, integrated DRL, and a complete system that installs clean and performs at the highest level, this is it.\n\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eTop-tier light for top-tier builds.\u003c\/strong\u003e\u003c\/p\u003e","brand":"STEDI","offers":[{"title":"Default Title","offer_id":47578849116396,"sku":"ST-01-PRP-803","price":799.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0486\/0041\/6423\/files\/stedi-type-x-pro-plus.jpg?v=1777327697"}],"url":"https:\/\/shop.capit.com\/collections\/stedi-driving-lights\/lighting.oembed","provider":"Shop Cap-it","version":"1.0","type":"link"}