{"product_id":"🎖️2pcs-motorcycle-led-handle-light-bar-end-indicator-for-car-turn-signal","title":"🎖️2pcs Motorcycle LED Handle Light Bar End Indicator for Car Turn Signal","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\/* =========================================================\n   MOTORCYCLE LED TURN SIGNAL — SHOPIFY SAFE RESPONSIVE FIX\n   IMPORTANT:\n   - All selectors are scoped to #moto-led-page\n   - No global body\/section\/details\/summary rules\n   - Uses intrinsic CSS Grid, not desktop viewport breakpoints\n   - Safe when Shopify product-description column is narrow on PC\n========================================================= *\/\n#moto-led-page,\n#moto-led-page * {\n  box-sizing: border-box;\n}\n\n#moto-led-page {\n  --bg: #f6f5f2;\n  --panel: #ffffff;\n  --ink: #17191b;\n  --muted: #60666b;\n  --line: #ded9d2;\n  --orange: #f47a19;\n  --orange-dark: #c85700;\n  --orange-soft: #fff0e3;\n  --black: #111214;\n\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n  background: var(--bg);\n  color: var(--ink);\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  font-size: 18px;\n  line-height: 1.58;\n  overflow: hidden;\n  isolation: isolate;\n}\n\n#moto-led-page img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n  border: 0;\n}\n\n#moto-led-page a { color: inherit; }\n\n#moto-led-page h1,\n#moto-led-page h2,\n#moto-led-page h3,\n#moto-led-page p {\n  margin-top: 0;\n  max-width: 100%;\n  overflow-wrap: normal;\n  word-break: normal;\n  hyphens: none;\n}\n\n#moto-led-page .wrap {\n  width: calc(100% - 28px);\n  max-width: 1080px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n\/* HERO — automatically becomes 1 or 2 columns based on actual container width *\/\n#moto-led-page .hero {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(min(100%, 430px), 1fr));\n  background: var(--black);\n  color: #fff;\n  align-items: stretch;\n}\n\n#moto-led-page .hero-media {\n  position: relative;\n  min-width: 0;\n}\n\n#moto-led-page .hero-media img {\n  width: 100%;\n  height: 100%;\n  min-height: 0;\n  object-fit: cover;\n}\n\n#moto-led-page .hero-badge {\n  position: absolute;\n  left: 16px;\n  bottom: 16px;\n  max-width: calc(100% - 32px);\n  padding: 8px 12px;\n  background: rgba(17,18,20,.88);\n  border: 1px solid rgba(255,255,255,.20);\n  border-radius: 999px;\n  font-size: 13px;\n  line-height: 1.25;\n  font-weight: 800;\n  letter-spacing: .07em;\n  text-transform: uppercase;\n}\n\n#moto-led-page .hero-copy.wrap {\n  width: 100%;\n  max-width: none;\n  margin: 0;\n  padding: 42px clamp(18px, 4%, 52px) 46px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  text-align: left;\n  min-width: 0;\n}\n\n#moto-led-page .eyebrow {\n  color: var(--orange);\n  font-size: 13px;\n  line-height: 1.35;\n  font-weight: 900;\n  letter-spacing: .12em;\n  text-transform: uppercase;\n  margin-bottom: 10px;\n}\n\n#moto-led-page .hero h1 {\n  font-size: 40px;\n  line-height: 1.03;\n  letter-spacing: -.03em;\n  margin-bottom: 16px;\n}\n\n#moto-led-page .hero p {\n  max-width: 650px;\n  margin: 0 0 20px;\n  color: #e5e7e9;\n  font-size: 19px;\n}\n\n#moto-led-page .hero-chips {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n  justify-content: flex-start;\n}\n\n#moto-led-page .chip {\n  max-width: 100%;\n  background: #26292c;\n  border: 1px solid #393d41;\n  border-radius: 999px;\n  padding: 9px 13px;\n  font-weight: 800;\n  font-size: 14px;\n  line-height: 1.25;\n}\n\n\/* SECTIONS *\/\n#moto-led-page section {\n  padding: 54px 0;\n}\n\n#moto-led-page .section-title {\n  max-width: 820px;\n  margin: 0 auto 28px;\n  text-align: center;\n}\n\n#moto-led-page .section-title h2 {\n  font-size: 36px;\n  line-height: 1.08;\n  letter-spacing: -.025em;\n  margin-bottom: 12px;\n}\n\n#moto-led-page .section-title p {\n  color: var(--muted);\n  font-size: 18px;\n  margin-bottom: 0;\n}\n\n\/* BENEFITS — key PC fix: never force 4 tiny columns *\/\n#moto-led-page .benefits {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(min(100%, 235px), 1fr));\n  gap: 14px;\n}\n\n#moto-led-page .benefit {\n  min-width: 0;\n  background: var(--panel);\n  border: 1px solid var(--line);\n  border-radius: 18px;\n  padding: 22px 20px;\n  box-shadow: 0 8px 24px rgba(0,0,0,.04);\n}\n\n#moto-led-page .benefit .icon {\n  font-size: 24px;\n  line-height: 1;\n  margin-bottom: 10px;\n}\n\n#moto-led-page .benefit h3 {\n  font-size: 20px;\n  line-height: 1.2;\n  margin-bottom: 8px;\n  overflow-wrap: normal;\n  word-break: normal;\n}\n\n#moto-led-page .benefit p {\n  color: var(--muted);\n  margin: 0;\n  font-size: 16px;\n  line-height: 1.55;\n}\n\n\/* IMAGE + COPY BLOCKS — based on actual available width *\/\n#moto-led-page .media-card {\n  min-width: 0;\n  background: var(--panel);\n  border: 1px solid var(--line);\n  border-radius: 22px;\n  overflow: hidden;\n  box-shadow: 0 12px 28px rgba(0,0,0,.055);\n}\n\n#moto-led-page .split {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));\n  align-items: stretch;\n}\n\n#moto-led-page .split \u003e * {\n  min-width: 0;\n}\n\n#moto-led-page .split .visual img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n#moto-led-page .media-card .copy,\n#moto-led-page .split .copy {\n  padding: 30px clamp(20px, 4%, 38px) 34px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  min-width: 0;\n}\n\n#moto-led-page .media-card h2 {\n  font-size: 33px;\n  line-height: 1.09;\n  margin-bottom: 12px;\n}\n\n#moto-led-page .media-card p {\n  color: var(--muted);\n  margin-bottom: 0;\n}\n\n#moto-led-page .accent-line {\n  width: 64px;\n  height: 5px;\n  background: var(--orange);\n  border-radius: 999px;\n  margin: 0 0 16px;\n}\n\n#moto-led-page .dark {\n  background: #17191b;\n  color: #fff;\n}\n\n#moto-led-page .dark .section-title p,\n#moto-led-page .dark .copy p {\n  color: #c6c9cc;\n}\n\n#moto-led-page .dark .media-card {\n  background: #212428;\n  border-color: #32363a;\n}\n\n\/* INSTALLATION — automatically 1 or 2 columns *\/\n#moto-led-page .install-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));\n  gap: 16px;\n  align-items: stretch;\n}\n\n#moto-led-page .install-grid \u003e * {\n  min-width: 0;\n}\n\n#moto-led-page .step {\n  display: grid;\n  grid-template-columns: 42px minmax(0, 1fr);\n  gap: 12px;\n  align-items: start;\n  padding: 14px 0;\n  border-bottom: 1px solid var(--line);\n}\n\n#moto-led-page .step:last-child { border-bottom: none; }\n\n#moto-led-page .step-num {\n  width: 38px;\n  height: 38px;\n  border-radius: 50%;\n  background: var(--orange-soft);\n  color: var(--orange-dark);\n  display: grid;\n  place-items: center;\n  font-weight: 900;\n}\n\n#moto-led-page .step strong {\n  display: block;\n  margin-bottom: 3px;\n}\n\n#moto-led-page .step span {\n  color: var(--muted);\n  font-size: 16px;\n}\n\n#moto-led-page .wire-box {\n  background: #fff8f1;\n  border: 1px solid #ffd8b6;\n  border-radius: 16px;\n  padding: 18px;\n  margin-top: 18px;\n}\n\n#moto-led-page .wire-box strong { color: #9e4300; }\n\n#moto-led-page .wire-list {\n  display: grid;\n  gap: 8px;\n  margin-top: 10px;\n}\n\n#moto-led-page .wire {\n  display: flex;\n  gap: 10px;\n  align-items: center;\n  font-size: 16px;\n  min-width: 0;\n}\n\n#moto-led-page .dot {\n  width: 12px;\n  height: 12px;\n  border-radius: 50%;\n  flex: 0 0 12px;\n  border: 1px solid #aaa;\n}\n\n#moto-led-page .dot.black { background: #111; }\n#moto-led-page .dot.red { background: #d62929; }\n#moto-led-page .dot.yellow { background: #f6c914; }\n\n\/* SPECS *\/\n#moto-led-page .specs {\n  display: grid;\n  gap: 10px;\n}\n\n#moto-led-page .spec-row {\n  display: grid;\n  grid-template-columns: minmax(110px, .85fr) minmax(0, 1.4fr);\n  gap: 14px;\n  padding: 13px 0;\n  border-bottom: 1px solid var(--line);\n}\n\n#moto-led-page .spec-row:last-child { border-bottom: none; }\n#moto-led-page .spec-row b { color: #303438; }\n#moto-led-page .dark .spec-row b { color: #f5f5f5; }\n\n#moto-led-page .spec-row span {\n  color: var(--muted);\n  text-align: right;\n  overflow-wrap: anywhere;\n}\n\n#moto-led-page .dark .spec-row span { color: #c6c9cc; }\n\n#moto-led-page .package {\n  background: linear-gradient(135deg, #fff7ef, #fff);\n  border: 1px solid #ffd9ba;\n  border-radius: 20px;\n  padding: 24px;\n}\n\n#moto-led-page .package h3 {\n  font-size: 24px;\n  margin-bottom: 10px;\n}\n\n#moto-led-page .package p { margin-bottom: 0; }\n\n\/* FAQ — scoped so Shopify theme FAQ is untouched *\/\n#moto-led-page .faq {\n  display: grid;\n  gap: 10px;\n}\n\n#moto-led-page details {\n  background: var(--panel);\n  border: 1px solid var(--line);\n  border-radius: 14px;\n  padding: 0 17px;\n}\n\n#moto-led-page summary {\n  cursor: pointer;\n  list-style: none;\n  font-weight: 800;\n  padding: 17px 28px 17px 0;\n  position: relative;\n}\n\n#moto-led-page summary::-webkit-details-marker { display: none; }\n\n#moto-led-page summary:after {\n  content: \"+\";\n  position: absolute;\n  right: 0;\n  top: 12px;\n  font-size: 26px;\n  color: var(--orange);\n}\n\n#moto-led-page details[open] summary:after { content: \"–\"; }\n\n#moto-led-page details p {\n  color: var(--muted);\n  padding: 0 0 18px;\n  margin: 0;\n  font-size: 16px;\n}\n\n#moto-led-page .notice {\n  font-size: 14px;\n  color: #73797e;\n  background: #f0f1f2;\n  border-radius: 14px;\n  padding: 16px;\n}\n\n\/* CTA *\/\n#moto-led-page .final-cta {\n  padding: 46px 16px 52px;\n  background: #111214;\n  color: #fff;\n  text-align: center;\n}\n\n#moto-led-page .final-cta h2 {\n  font-size: 34px;\n  line-height: 1.1;\n  margin-bottom: 10px;\n}\n\n#moto-led-page .final-cta p {\n  color: #cdd0d2;\n  max-width: 700px;\n  margin: 0 auto 22px;\n}\n\n#moto-led-page .back-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 54px;\n  max-width: 100%;\n  padding: 13px 24px;\n  border-radius: 999px;\n  background: var(--orange);\n  color: #fff !important;\n  text-decoration: none;\n  font-weight: 900;\n  box-shadow: 0 10px 24px rgba(244,122,25,.25);\n}\n\n\/* Small-screen refinements only. No desktop layout is forced here. *\/\n@media (max-width: 520px) {\n  #moto-led-page {\n    font-size: 17px;\n  }\n\n  #moto-led-page .wrap {\n    width: calc(100% - 22px);\n  }\n\n  #moto-led-page section {\n    padding: 44px 0;\n  }\n\n  #moto-led-page .hero-copy.wrap {\n    padding: 30px 16px 36px;\n    text-align: center;\n  }\n\n  #moto-led-page .hero h1 {\n    font-size: 32px;\n  }\n\n  #moto-led-page .hero p {\n    font-size: 18px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  #moto-led-page .hero-chips {\n    justify-content: center;\n  }\n\n  #moto-led-page .section-title h2 {\n    font-size: 30px;\n  }\n\n  #moto-led-page .media-card h2 {\n    font-size: 28px;\n  }\n\n  #moto-led-page .benefits {\n    grid-template-columns: 1fr;\n  }\n\n  #moto-led-page .split,\n  #moto-led-page .install-grid {\n    grid-template-columns: 1fr;\n  }\n\n  #moto-led-page .spec-row {\n    grid-template-columns: 1fr;\n    gap: 3px;\n  }\n\n  #moto-led-page .spec-row span {\n    text-align: left;\n  }\n\n  #moto-led-page .back-btn {\n    width: 100%;\n    max-width: 360px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv id=\"moto-led-page\"\u003e\n\u003c!-- SELLER CHECK: supplied listing text says Material: ABS, while source reference artwork says aluminum. Confirm the final material for your inventory before publishing. --\u003e\n\u003cdiv id=\"moto-led-top\" class=\"hero\"\u003e\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"hero-badge\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/1_49f1fae5-f026-4f42-aacf-a553554222eb.jpg?v=1786348553\" alt=\"\"\u003e12V Motorcycle Lighting Upgrade\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-copy wrap\"\u003e\n\u003cdiv class=\"eyebrow\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/1_49f1fae5-f026-4f42-aacf-a553554222eb.jpg?v=1786348553\" alt=\"\"\u003eCompact • Bright • Clean Custom Look\u003c\/div\u003e\n\u003ch1\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e2PCS Motorcycle LED Bar-End Turn Signal Lights\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp\u003eAdd a sharp, low-profile lighting upgrade to your motorcycle with bright LED indicators designed for bar-end, side-marker and running-light applications.\u003c\/p\u003e\n\u003cdiv class=\"hero-chips\"\u003e\n\u003cspan class=\"chip\"\u003e2-Piece Set\u003c\/span\u003e \u003cspan class=\"chip\"\u003e12V System\u003c\/span\u003e \u003cspan class=\"chip\"\u003eEasy Screw Mount\u003c\/span\u003e \u003cspan class=\"chip\"\u003eWhite\/Yellow • White\/Blue • White\/Red\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"section-title\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eWhy Riders Choose It\u003c\/div\u003e\n\u003ch2\u003eMore Visibility Without Bulky Signal Housings\u003c\/h2\u003e\n\u003cp\u003eA compact lighting solution for riders who want a cleaner custom look while keeping turn-signal and side-marker visibility easy to notice.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits\"\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cdiv class=\"icon\"\u003e💡\u003c\/div\u003e\n\u003ch3\u003eBright LED Output\u003c\/h3\u003e\n\u003cp\u003eClear, high-brightness illumination helps your motorcycle stand out from a distance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cdiv class=\"icon\"\u003e🏍️\u003c\/div\u003e\n\u003ch3\u003eLow-Profile Bar-End Style\u003c\/h3\u003e\n\u003cp\u003eCompact styling integrates neatly with many custom motorcycle builds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cdiv class=\"icon\"\u003e↔️\u003c\/div\u003e\n\u003ch3\u003eSide-Marker Visibility\u003c\/h3\u003e\n\u003cp\u003eAdds a visible light point near the handlebar area to help communicate your position.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cdiv class=\"icon\"\u003e✌️\u003c\/div\u003e\n\u003ch3\u003eComplete 2PC Set\u003c\/h3\u003e\n\u003cp\u003eOne pair makes it easy to upgrade or replace both sides at the same time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"dark\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"media-card split\"\u003e\n\u003cdiv class=\"visual\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/3_7e006854-d9ee-47bf-bb58-fc16e93ff1ac.jpg?v=1786348553\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"copy\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eVisible From More Angles\u003c\/div\u003e\n\u003cdiv class=\"accent-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eDesigned to Blend Into the Bike, Not Distract From It\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003eMount them at the handlebar ends or other compatible custom locations for a discreet look that becomes instantly noticeable when illuminated.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"media-card split reverse\"\u003e\n\u003cdiv class=\"visual\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/6_99e862d9-c5a5-4ad0-8556-4ccdec0745a0.jpg?v=1786348553\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"copy\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eCompact LED Construction\u003c\/div\u003e\n\u003cdiv class=\"accent-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eBright Light in a Small Footprint\u003c\/h2\u003e\n\u003cp\u003eThe compact round housing keeps the profile minimal while the LED light source delivers a crisp, attention-getting signal for everyday riding and custom builds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"section-title\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eInstallation \u0026amp; Wiring\u003c\/div\u003e\n\u003ch2\u003eSimple Screw-Mount Setup\u003c\/h2\u003e\n\u003cp\u003eDesigned for straightforward 12V installation. Check your motorcycle’s mounting point, wiring diagram and local lighting requirements before fitting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"install-grid\"\u003e\n\u003cdiv class=\"media-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/4_45674737-f1e7-4de2-a7b0-d7301df8099f.jpg?v=1786348553\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-card\"\u003e\n\u003cdiv class=\"copy\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eConfirm Fitment\u003c\/strong\u003e\u003cspan\u003eMeasure your mounting area and confirm that the threaded stem and housing dimensions fit your motorcycle.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSecure the Light\u003c\/strong\u003e\u003cspan\u003eInstall the threaded stem with the supplied-style nut arrangement shown in the reference image.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eConnect the Wires\u003c\/strong\u003e\u003cspan\u003eMatch the three wires to the correct 12V circuits and insulate all connections securely.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTest Before Riding\u003c\/strong\u003e\u003cspan\u003eVerify running-light and turn-signal functions on both sides before road use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wire-box\"\u003e\n\u003cstrong\u003eWiring shown in supplied guide:\u003c\/strong\u003e\n\u003cdiv class=\"wire-list\"\u003e\n\u003cdiv class=\"wire\"\u003e\n\u003cspan class=\"dot black\"\u003e\u003c\/span\u003eBlack wire → Negative\u003c\/div\u003e\n\u003cdiv class=\"wire\"\u003e\n\u003cspan class=\"dot red\"\u003e\u003c\/span\u003eRed wire → Running light\u003c\/div\u003e\n\u003cdiv class=\"wire\"\u003e\n\u003cspan class=\"dot yellow\"\u003e\u003c\/span\u003eYellow wire → Turn signal\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"dark\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"media-card split\"\u003e\n\u003cdiv class=\"visual\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/5_a0575b53-6bb7-4668-ae67-2cd89e464d8d.jpg?v=1786348553\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"copy\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eProduct Details\u003c\/div\u003e\n\u003cdiv class=\"accent-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eKnow the Key Specs Before You Install\u003c\/span\u003e\u003c\/h2\u003e\n\u003cdiv class=\"specs\"\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cb\u003eProduct Type\u003c\/b\u003e\u003cspan\u003eMotorcycle LED handlebar \/ side-marker light\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cb\u003eVoltage\u003c\/b\u003e\u003cspan\u003e12V\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cb\u003eBody Color\u003c\/b\u003e\u003cspan\u003eBlack\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cb\u003eMaterial\u003c\/b\u003e\u003cspan\u003eABS (per supplied listing text)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cb\u003eLight Options\u003c\/b\u003e\u003cspan\u003eWhite\/Yellow, White\/Blue, White\/Red\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cb\u003eApprox. Face Diameter\u003c\/b\u003e\u003cspan\u003e3.25 cm \/ 1.27 in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cb\u003eApprox. Front Section\u003c\/b\u003e\u003cspan\u003e2.09 cm \/ 0.82 in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cb\u003eApprox. Body Length\u003c\/b\u003e\u003cspan\u003e3.20 cm \/ 1.25 in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"media-card split reverse\"\u003e\n\u003cdiv class=\"visual\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/2_17afe5eb-3ac7-4b22-8a91-d35d58a6a832.jpg?v=1786348553\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"copy\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eCustom-Build Friendly\u003c\/div\u003e\n\u003cdiv class=\"accent-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eA Cleaner Alternative for Cafe Racers, Street Bikes \u0026amp; Custom Projects\u003c\/h2\u003e\n\u003cp\u003eThe small round design can visually disappear into the motorcycle when off, helping preserve a streamlined look while still providing functional LED signaling when connected correctly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"package\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eWhat’s In The Package\u003c\/div\u003e\n\u003ch3\u003e2 × Motorcycle Handlebar Turn Signal Lights\u003c\/h3\u003e\n\u003cp\u003eA matched pair for left and right installation. No motorcycle, mirrors or other accessories shown in the lifestyle images are included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"section-title\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eQuick Answers\u003c\/div\u003e\n\u003ch2\u003eBefore You Order\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWill these fit every motorcycle?\u003c\/summary\u003e\n\u003cp\u003eThey are designed as a universal-style 12V accessory, but mounting dimensions and wiring can vary by motorcycle. Compare the product dimensions with your bike before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo they work as both running lights and turn signals?\u003c\/summary\u003e\n\u003cp\u003eThe supplied wiring guide shows separate running-light and turn-signal connections. Final light color depends on the variant you select and your motorcycle wiring.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs professional installation required?\u003c\/summary\u003e\n\u003cp\u003eBasic installation is straightforward for riders familiar with 12V motorcycle wiring. If you are unsure about polarity, resistors, relays or local road-lighting rules, use a qualified motorcycle technician.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat colors are available?\u003c\/summary\u003e\n\u003cp\u003eThe supplied listing text shows White\/Yellow, White\/Blue and White\/Red light combinations. Choose the variant that matches your build and local regulations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notice\" style=\"margin-top: 16px;\"\u003eNote: Product photos are for reference. Actual appearance may vary slightly. Confirm fitment and applicable lighting regulations before road use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"final-cta\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eReady to Upgrade Your Motorcycle Lighting?\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003eReturn to the product purchase area above to choose your preferred light color option and complete your order.\u003c\/p\u003e\n\u003ca class=\"back-btn\" href=\"#moto-led-top\"\u003eBuy Now ↑\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Vejir","offers":[{"title":"Yellow + White","offer_id":52778684219704,"sku":"NC0203260811314-黄白一对盒装","price":22.9,"currency_code":"USD","in_stock":true},{"title":"Red + White","offer_id":52778684252472,"sku":"NC0203260811314-红白一对盒装","price":22.9,"currency_code":"USD","in_stock":true},{"title":"Blue + White","offer_id":52778684285240,"sku":"NC0203260811314-蓝白一对盒装","price":22.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/7_ffc29abb-4e1e-4ae1-bcc7-92908f1f4459.jpg?v=1786348553","url":"https:\/\/reemoreemoo.com\/fr\/products\/%f0%9f%8e%96%ef%b8%8f2pcs-motorcycle-led-handle-light-bar-end-indicator-for-car-turn-signal","provider":"reemoreemoo","version":"1.0","type":"link"}