{"product_id":"rgb-led-aircraft-strobe-light","title":"🚗🚨RGB Led Aircraft Strobe Light（Remote Wireless ）","description":"\u003c!--  Shopify product-description HTML  Replace IMAGE_01_URL through IMAGE_06_URL with Shopify CDN image URLs.  If needed, replace #AddToCart with your theme's product-form anchor.--\u003e\n\u003cstyle\u003e  .rcslp,  .rcslp * {    box-sizing: border-box;  }  .rcslp {    --ink: #10233f;    --muted: #617086;    --blue: #246bfe;    --blue-dark: #174fca;    --sky: #eef6ff;    --ice: #f6faff;    --line: #dce7f4;    --white: #ffffff;    --green: #198754;    max-width: 1120px;    margin: 0 auto;    color: var(--ink);    background: var(--white);    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial,      sans-serif;    font-size: 16px;    line-height: 1.65;    overflow: hidden;  }  .rcslp img {    display: block;    width: 100%;    height: auto;    border-radius: 20px;  }  .rcslp h1,  .rcslp h2,  .rcslp h3,  .rcslp p {    margin-top: 0;  }  .rcslp h1,  .rcslp h2,  .rcslp h3 {    color: var(--ink);    line-height: 1.15;    letter-spacing: -0.025em;  }  .rcslp h1 {    margin-bottom: 18px;    font-size: clamp(34px, 5.4vw, 62px);    font-weight: 850;  }  .rcslp h2 {    margin-bottom: 14px;    font-size: clamp(28px, 4vw, 44px);    font-weight: 820;  }  .rcslp h3 {    margin-bottom: 9px;    font-size: 20px;    font-weight: 780;  }  .rcslp p {    color: var(--muted);  }  .rcslp-section {    padding: 76px 28px;  }  .rcslp-sky {    background: var(--sky);  }  .rcslp-ice {    background: var(--ice);  }  .rcslp-center {    max-width: 760px;    margin: 0 auto 38px;    text-align: center;  }  .rcslp-center p {    margin-bottom: 0;    font-size: 18px;  }  .rcslp-eyebrow {    display: inline-block;    margin-bottom: 13px;    color: var(--blue-dark);    font-size: 13px;    font-weight: 800;    letter-spacing: 0.12em;    text-transform: uppercase;  }  .rcslp-hero {    display: grid;    grid-template-columns: 1.04fr 0.96fr;    align-items: center;    gap: 48px;    padding: 64px 28px;    background:      radial-gradient(circle at 88% 12%, #dbeaff 0, transparent 35%),      linear-gradient(135deg, #ffffff 0%, #f1f7ff 100%);  }  .rcslp-hero-copy {    padding-left: 18px;  }  .rcslp-hero-copy \u003e p {    max-width: 610px;    margin-bottom: 24px;    font-size: 18px;  }  .rcslp-pills {    display: flex;    flex-wrap: wrap;    gap: 9px;    margin-bottom: 28px;  }  .rcslp-pill {    padding: 8px 13px;    border: 1px solid #cbdcf2;    border-radius: 999px;    color: #27445f;    background: rgba(255, 255, 255, 0.9);    font-size: 13px;    font-weight: 720;  }  .rcslp-button {    display: inline-flex;    min-height: 54px;    align-items: center;    justify-content: center;    padding: 15px 27px;    border-radius: 999px;    color: #ffffff !important;    background: var(--blue);    box-shadow: 0 13px 26px rgba(36, 107, 254, 0.25);    font-size: 15px;    font-weight: 820;    letter-spacing: 0.035em;    text-decoration: none;    transition: transform 0.2s ease, background 0.2s ease;  }  .rcslp-button:hover {    color: #ffffff !important;    background: var(--blue-dark);    transform: translateY(-2px);  }  .rcslp-microcopy {    margin: 13px 0 0 !important;    color: #728196 !important;    font-size: 13px !important;  }  .rcslp-media {    min-height: 480px;    display: flex;    align-items: center;    justify-content: center;    overflow: hidden;    border: 1px solid rgba(204, 220, 240, 0.8);    border-radius: 24px;    background: #ffffff;    box-shadow: 0 22px 50px rgba(16, 35, 63, 0.1);  }  .rcslp-media img {    min-height: 480px;    object-fit: cover;    border-radius: 0;  }  .rcslp-placeholder {    width: 100%;    padding: 34px 20px;    color: #71839a;    text-align: center;    font-size: 13px;    font-weight: 700;    letter-spacing: 0.08em;  }  .rcslp-trust {    display: grid;    grid-template-columns: repeat(4, 1fr);    border-top: 1px solid var(--line);    border-bottom: 1px solid var(--line);    background: #ffffff;  }  .rcslp-trust-item {    padding: 23px 15px;    text-align: center;  }  .rcslp-trust-item + .rcslp-trust-item {    border-left: 1px solid var(--line);  }  .rcslp-trust-item strong {    display: block;    color: var(--ink);    font-size: 15px;  }  .rcslp-trust-item span {    color: var(--muted);    font-size: 13px;  }  .rcslp-problem {    display: grid;    grid-template-columns: 0.92fr 1.08fr;    align-items: center;    gap: 48px;  }  .rcslp-checks {    display: grid;    gap: 11px;    margin-top: 23px;  }  .rcslp-check {    display: flex;    gap: 12px;    align-items: flex-start;    color: #34465e;  }  .rcslp-check::before {    content: \"✓\";    flex: 0 0 24px;    width: 24px;    height: 24px;    border-radius: 50%;    color: var(--green);    background: #e9f8ef;    font-size: 14px;    font-weight: 900;    line-height: 24px;    text-align: center;  }  .rcslp-grid {    display: grid;    grid-template-columns: repeat(3, 1fr);    gap: 18px;  }  .rcslp-card {    padding: 27px;    border: 1px solid var(--line);    border-radius: 18px;    background: #ffffff;    box-shadow: 0 10px 30px rgba(20, 48, 83, 0.055);  }  .rcslp-card p {    margin-bottom: 0;    font-size: 15px;  }  .rcslp-icon {    display: inline-flex;    width: 46px;    height: 46px;    margin-bottom: 18px;    align-items: center;    justify-content: center;    border-radius: 14px;    color: var(--blue-dark);    background: var(--sky);    font-size: 19px;    font-weight: 850;  }  .rcslp-feature {    display: grid;    grid-template-columns: 1fr 1fr;    align-items: center;    gap: 50px;  }  .rcslp-feature + .rcslp-feature {    margin-top: 58px;  }  .rcslp-feature-reverse .rcslp-feature-image {    order: 2;  }  .rcslp-feature-reverse .rcslp-feature-copy {    order: 1;  }  .rcslp-feature-image {    overflow: hidden;    border: 1px solid var(--line);    border-radius: 22px;    background: #ffffff;  }  .rcslp-feature-image img {    aspect-ratio: 1 \/ 1;    object-fit: cover;    border-radius: 0;  }  .rcslp-colors {    display: grid;    grid-template-columns: repeat(8, minmax(0, 1fr));    gap: 11px;    max-width: 860px;    margin: 32px auto 0;  }  .rcslp-color {    text-align: center;  }  .rcslp-swatch {    display: block;    width: 44px;    height: 44px;    margin: 0 auto 8px;    border: 4px solid #ffffff;    border-radius: 50%;    box-shadow: 0 0 0 1px #cfdbea, 0 6px 13px rgba(16, 35, 63, 0.12);  }  .rcslp-color small {    color: #51647c;    font-size: 12px;    font-weight: 700;  }  .rcslp-modes {    display: flex;    flex-wrap: wrap;    justify-content: center;    gap: 9px;    max-width: 830px;    margin: 29px auto 0;  }  .rcslp-mode {    padding: 9px 14px;    border: 1px solid #cfe0f5;    border-radius: 999px;    color: #375575;    background: #ffffff;    font-size: 13px;    font-weight: 720;  }  .rcslp-use-grid {    display: grid;    grid-template-columns: repeat(4, 1fr);    gap: 14px;  }  .rcslp-use {    padding: 22px 12px;    border: 1px solid var(--line);    border-radius: 16px;    background: #ffffff;    color: #314962;    font-size: 14px;    font-weight: 760;    text-align: center;  }  .rcslp-use span {    display: block;    margin-bottom: 9px;    font-size: 27px;  }  .rcslp-install-grid {    display: grid;    grid-template-columns: 1fr 1fr;    gap: 18px;  }  .rcslp-install {    padding: 28px;    border: 1px solid var(--line);    border-radius: 18px;    background: #ffffff;  }  .rcslp-install strong {    display: block;    margin-bottom: 8px;    color: var(--ink);    font-size: 18px;  }  .rcslp-install p {    margin-bottom: 0;  }  .rcslp-install-label {    display: inline-block;    margin-bottom: 15px;    padding: 6px 11px;    border-radius: 999px;    color: var(--blue-dark);    background: var(--sky);    font-size: 12px;    font-weight: 820;    letter-spacing: 0.06em;    text-transform: uppercase;  }  .rcslp-steps {    display: grid;    grid-template-columns: repeat(4, 1fr);    gap: 16px;  }  .rcslp-step {    position: relative;    padding: 27px 22px;    border: 1px solid var(--line);    border-radius: 18px;    background: #ffffff;  }  .rcslp-step-number {    display: inline-flex;    width: 34px;    height: 34px;    margin-bottom: 16px;    align-items: center;    justify-content: center;    border-radius: 50%;    color: #ffffff;    background: var(--blue);    font-size: 14px;    font-weight: 850;  }  .rcslp-step p {    margin-bottom: 0;    font-size: 14px;  }  .rcslp-notice {    margin-top: 22px;    padding: 20px 22px;    border: 1px solid #cfe0f5;    border-left: 4px solid var(--blue);    border-radius: 14px;    background: #f8fbff;  }  .rcslp-notice p {    margin: 0;    color: #42566e;    font-size: 14px;  }  .rcslp-specs {    max-width: 820px;    margin: 0 auto;    overflow: hidden;    border: 1px solid var(--line);    border-radius: 18px;    background: #ffffff;  }  .rcslp-spec {    display: grid;    grid-template-columns: minmax(150px, 0.38fr) 1fr;    gap: 20px;    padding: 17px 21px;  }  .rcslp-spec + .rcslp-spec {    border-top: 1px solid var(--line);  }  .rcslp-spec strong {    color: var(--ink);  }  .rcslp-spec span {    color: var(--muted);  }  .rcslp-faq {    max-width: 850px;    margin: 0 auto;  }  .rcslp-faq details {    margin-bottom: 12px;    border: 1px solid var(--line);    border-radius: 15px;    background: #ffffff;  }  .rcslp-faq summary {    position: relative;    padding: 20px 52px 20px 21px;    color: var(--ink);    cursor: pointer;    font-weight: 760;    list-style: none;  }  .rcslp-faq summary::-webkit-details-marker {    display: none;  }  .rcslp-faq summary::after {    content: \"+\";    position: absolute;    top: 50%;    right: 21px;    color: var(--blue);    font-size: 24px;    font-weight: 500;    transform: translateY(-50%);  }  .rcslp-faq details[open] summary::after {    content: \"−\";  }  .rcslp-answer {    padding: 0 21px 20px;    color: var(--muted);  }  .rcslp-final {    padding: 78px 28px;    text-align: center;    background:      radial-gradient(circle at 12% 15%, #ddecff 0, transparent 31%),      linear-gradient(145deg, #f7fbff, #eaf4ff);  }  .rcslp-final p {    max-width: 680px;    margin: 0 auto 25px;    font-size: 18px;  }  @media (max-width: 820px) {    .rcslp-section {      padding: 56px 18px;    }    .rcslp-hero,    .rcslp-problem,    .rcslp-feature {      grid-template-columns: 1fr;      gap: 30px;    }    .rcslp-hero {      padding: 48px 18px;    }    .rcslp-hero-copy {      padding-left: 0;    }    .rcslp-media {      min-height: 340px;    }    .rcslp-media img {      min-height: 340px;    }    .rcslp-feature-reverse .rcslp-feature-image,    .rcslp-feature-reverse .rcslp-feature-copy {      order: initial;    }    .rcslp-grid {      grid-template-columns: 1fr 1fr;    }    .rcslp-trust,    .rcslp-use-grid,    .rcslp-steps {      grid-template-columns: 1fr 1fr;    }    .rcslp-trust-item:nth-child(3) {      border-left: 0;    }    .rcslp-trust-item:nth-child(n + 3) {      border-top: 1px solid var(--line);    }    .rcslp-colors {      grid-template-columns: repeat(4, 1fr);      row-gap: 18px;    }  }  @media (max-width: 560px) {    .rcslp h1 {      font-size: 36px;    }    .rcslp h2 {      font-size: 29px;    }    .rcslp-center {      margin-bottom: 29px;    }    .rcslp-center p,    .rcslp-hero-copy \u003e p,    .rcslp-final p {      font-size: 16px;    }    .rcslp-grid,    .rcslp-install-grid {      grid-template-columns: 1fr;    }    .rcslp-card {      padding: 23px;    }    .rcslp-steps {      grid-template-columns: 1fr;    }    .rcslp-spec {      grid-template-columns: 1fr;      gap: 4px;    }    .rcslp-button {      width: 100%;    }  }\u003c\/style\u003e\n\u003cdiv class=\"rcslp\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"rcslp-hero\"\u003e\n\u003cp class=\"rcslp-hero-copy\"\u003eCOMPACT LIGHTING. TOTAL CONTROL.\u003c\/p\u003e\n\u003ch2 class=\"rcslp-hero-copy\"\u003e\n\u003cspan style=\"color: rgb(26, 84, 209);\"\u003eBe Seen. Stand Out. Light Up Every Adventure.\u003c\/span\u003e\u003cbr\u003e\n\u003c\/h2\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/9bf3c3c2-82f0-44f3-8c12-163d46db09bb.png?v=1785135228\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eAdd bright, customizable lighting to bikes, drones, vehicles, boats, camping gear and more—with 8 colors, 10 light modes and convenient wireless control.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"rcslp-pills\"\u003e\n\u003cspan class=\"rcslp-pill\"\u003e8 Colors\u003c\/span\u003e \u003cspan class=\"rcslp-pill\"\u003e10 Light Modes\u003c\/span\u003e \u003cspan class=\"rcslp-pill\"\u003eUp to 7 m Remote Range\u003c\/span\u003e \u003cspan class=\"rcslp-pill\"\u003eUSB Rechargeable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"rcslp-hero-copy\"\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003cp class=\"rcslp-microcopy\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eTool-free setup • Two mounting options • Compact design\u003c\/span\u003e\u003c!-- IMAGE 01: Hero lifestyle\/product image --\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"rcslp-trust\"\u003e\n\u003cdiv class=\"rcslp-trust-item\"\u003e\n\u003cstrong\u003e8 Colors\u003c\/strong\u003e \u003cspan\u003eMatch your setup\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-trust-item\"\u003e\n\u003cstrong\u003e10 Modes\u003c\/strong\u003e \u003cspan\u003eStatic to warning flash\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-trust-item\"\u003e\n\u003cstrong\u003e60-Min Charge\u003c\/strong\u003e \u003cspan\u003eFast USB recharging\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-trust-item\"\u003e\n\u003cstrong\u003eUp to 60 Hours\u003c\/strong\u003e \u003cspan\u003eRuntime varies by mode\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PROBLEM \/ SOLUTION --\u003e\n\u003csection class=\"rcslp-section\"\u003e\n\u003cdiv class=\"rcslp-problem\"\u003e\n\u003cdiv class=\"rcslp-feature-image\"\u003e\n\u003c!-- IMAGE 02: Night visibility before\/after or use scene --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/2be0bd60f2c04fdb88bf286aeb7c3c50_tplv-fhlh96nyum-resize-webp_800_800.webp?v=1777534113\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"rcslp-eyebrow\"\u003eVisibility Meets Personality\u003c\/span\u003e\n\u003ch2\u003eSmall Lights. A Big Visual Upgrade.\u003c\/h2\u003e\n\u003cp\u003eWhether you want a more noticeable setup, a colorful ambient effect or a compact emergency light, these high-brightness LEDs give you flexible illumination without bulky wiring.\u003c\/p\u003e\n\u003cdiv class=\"rcslp-checks\"\u003e\n\u003cdiv class=\"rcslp-check\"\u003eChange colors and effects in seconds\u003c\/div\u003e\n\u003cdiv class=\"rcslp-check\"\u003eControl multiple settings from a distance\u003c\/div\u003e\n\u003cdiv class=\"rcslp-check\"\u003eMount without drilling or special tools\u003c\/div\u003e\n\u003cdiv class=\"rcslp-check\"\u003eRecharge instead of replacing batteries\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CORE BENEFITS --\u003e\n\u003csection class=\"rcslp-section rcslp-ice\"\u003e\n\u003cdiv class=\"rcslp-center\"\u003e\n\u003cspan class=\"rcslp-eyebrow\"\u003eMade for Everyday Flexibility\u003c\/span\u003e\n\u003ch2\u003eEverything You Need in One Compact Light\u003c\/h2\u003e\n\u003cp\u003eEasy control, flexible mounting and customizable effects make it simple to adapt the lights to your ride, gear or environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-grid\"\u003e\n\u003carticle class=\"rcslp-card\"\u003e\u003cspan class=\"rcslp-icon\"\u003e8\u003c\/span\u003e\n\u003ch3\u003eEight Vibrant Colors\u003c\/h3\u003e\n\u003cp\u003eSwitch between white, red, green, blue, yellow, pink, purple and ice blue.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"rcslp-card\"\u003e\u003cspan class=\"rcslp-icon\"\u003e10\u003c\/span\u003e\n\u003ch3\u003eTen Lighting Modes\u003c\/h3\u003e\n\u003cp\u003eChoose from static, fast flash, breathing, warning flash, slow blink and additional patterns.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"rcslp-card\"\u003e\u003cspan class=\"rcslp-icon\"\u003e↗\u003c\/span\u003e\n\u003ch3\u003eWireless Remote Control\u003c\/h3\u003e\n\u003cp\u003eAdjust the color and flashing mode from up to 7 meters away in suitable conditions.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"rcslp-card\"\u003e\u003cspan class=\"rcslp-icon\"\u003eM\u003c\/span\u003e\n\u003ch3\u003eMode Memory\u003c\/h3\u003e\n\u003cp\u003eThe controller remembers your selected setting for more convenient everyday use.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"rcslp-card\"\u003e\u003cspan class=\"rcslp-icon\"\u003eUSB\u003c\/span\u003e\n\u003ch3\u003eRechargeable Power\u003c\/h3\u003e\n\u003cp\u003eThe built-in 110 mAh battery recharges with the included USB cable in approximately 60 minutes.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"rcslp-card\"\u003e\u003cspan class=\"rcslp-icon\"\u003e2×\u003c\/span\u003e\n\u003ch3\u003eTwo Mounting Options\u003c\/h3\u003e\n\u003cp\u003eUse the included hook-and-loop fastener or rubber rings to suit different surfaces and gear.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COLORS \/ MODES --\u003e\n\u003csection class=\"rcslp-section\"\u003e\n\u003cdiv class=\"rcslp-center\"\u003e\n\u003cspan class=\"rcslp-eyebrow\"\u003eOne Light. Endless Possibilities.\u003c\/span\u003e\n\u003ch2\u003eChoose Your Color. Set Your Mode.\u003c\/h2\u003e\n\u003cp\u003eGo bright and bold, keep it steady or select an attention-grabbing pattern for the moment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-colors\"\u003e\n\u003cdiv class=\"rcslp-color\"\u003e\n\u003cspan class=\"rcslp-swatch\" style=\"background: #f4f7ff;\"\u003e\u003c\/span\u003e \u003csmall\u003eWhite\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-color\"\u003e\n\u003cspan class=\"rcslp-swatch\" style=\"background: #ff3b3b;\"\u003e\u003c\/span\u003e \u003csmall\u003eRed\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-color\"\u003e\n\u003cspan class=\"rcslp-swatch\" style=\"background: #35c76f;\"\u003e\u003c\/span\u003e \u003csmall\u003eGreen\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-color\"\u003e\n\u003cspan class=\"rcslp-swatch\" style=\"background: #2878ff;\"\u003e\u003c\/span\u003e \u003csmall\u003eBlue\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-color\"\u003e\n\u003cspan class=\"rcslp-swatch\" style=\"background: #ffd237;\"\u003e\u003c\/span\u003e \u003csmall\u003eYellow\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-color\"\u003e\n\u003cspan class=\"rcslp-swatch\" style=\"background: #ff62ad;\"\u003e\u003c\/span\u003e \u003csmall\u003ePink\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-color\"\u003e\n\u003cspan class=\"rcslp-swatch\" style=\"background: #9457e7;\"\u003e\u003c\/span\u003e \u003csmall\u003ePurple\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-color\"\u003e\n\u003cspan class=\"rcslp-swatch\" style=\"background: #7ceaff;\"\u003e\u003c\/span\u003e \u003csmall\u003eIce Blue\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-modes\"\u003e\n\u003cspan class=\"rcslp-mode\"\u003eStatic\u003c\/span\u003e \u003cspan class=\"rcslp-mode\"\u003eFast Flash\u003c\/span\u003e \u003cspan class=\"rcslp-mode\"\u003eBreathing\u003c\/span\u003e \u003cspan class=\"rcslp-mode\"\u003eWarning Flash\u003c\/span\u003e \u003cspan class=\"rcslp-mode\"\u003eSlow Blink\u003c\/span\u003e \u003cspan class=\"rcslp-mode\"\u003e+ More Patterns\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE STORY --\u003e\n\u003csection class=\"rcslp-section rcslp-sky\"\u003e\n\u003cdiv class=\"rcslp-feature\"\u003e\n\u003cdiv class=\"rcslp-feature-image\"\u003e\n\u003c!-- IMAGE 03: Remote control and range --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/d9508993949c49de9725967eae14f892_tplv-fhlh96nyum-resize-webp_800_800.webp?v=1777534113\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-feature-copy\"\u003e\n\u003cspan class=\"rcslp-eyebrow\"\u003eControl From a Distance\u003c\/span\u003e\n\u003ch2\u003eChange the Look Without Touching the Light\u003c\/h2\u003e\n\u003cp\u003eUse the included wireless remote to change colors or patterns from up to 7 meters away—ideal when the lights are mounted on a drone, vehicle, bike or hard-to-reach surface.\u003c\/p\u003e\n\u003cdiv class=\"rcslp-checks\"\u003e\n\u003cdiv class=\"rcslp-check\"\u003eConvenient color selection\u003c\/div\u003e\n\u003cdiv class=\"rcslp-check\"\u003eQuick mode changes\u003c\/div\u003e\n\u003cdiv class=\"rcslp-check\"\u003ePower-saving sleep function\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-feature rcslp-feature-reverse\"\u003e\n\u003cdiv class=\"rcslp-feature-image\"\u003e\n\u003c!-- IMAGE 04: USB charging and battery --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/c7fde73eb7f9474482f1a05496699fd6_tplv-fhlh96nyum-resize-webp_800_800.webp?v=1777534113\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-feature-copy\"\u003e\n\u003cspan class=\"rcslp-eyebrow\"\u003eRecharge and Go\u003c\/span\u003e\n\u003ch2\u003eReliable Lighting Without Disposable Batteries\u003c\/h2\u003e\n\u003cp\u003eA high-brightness LED and 110 mAh \/ 3.7 V rechargeable battery deliver practical cordless use in a compact form.\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"RGB Led Aircraft Strobe Light Remote Wireless Motorcycle Flash Light Warning Lights for   Bike Car Multifunctional\" src=\"https:\/\/p16-oec-general-useast8.ttcdn-us.com\/tos-useast8-i-rt0ujvrtvp-tx2\/c9a994dc3433425da1a860497236ab09~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast8\u0026amp;from=2739998086\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"rcslp-checks\"\u003e\n\u003cdiv class=\"rcslp-check\"\u003eApproximately 60-minute full charge\u003c\/div\u003e\n\u003cdiv class=\"rcslp-check\"\u003eUp to 60 hours depending on the selected mode\u003c\/div\u003e\n\u003cdiv class=\"rcslp-check\"\u003eUSB cable included for convenient charging\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003csection class=\"rcslp-section\"\u003e\n\u003cdiv class=\"rcslp-center\"\u003e\n\u003cspan class=\"rcslp-eyebrow\"\u003eOne Compact Light, Many Uses\u003c\/span\u003e\n\u003ch2\u003eMount It Almost Anywhere\u003c\/h2\u003e\n\u003cp\u003eAdd customizable lighting to everyday transportation, outdoor gear, hobby equipment or an emergency kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-use-grid\"\u003e\n\u003cdiv class=\"rcslp-use\"\u003e\n\u003cspan\u003e🏍️\u003c\/span\u003eMotorcycles\u003c\/div\u003e\n\u003cdiv class=\"rcslp-use\"\u003e\n\u003cspan\u003e🚲\u003c\/span\u003eBikes\u003c\/div\u003e\n\u003cdiv class=\"rcslp-use\"\u003e\n\u003cspan\u003e🚁\u003c\/span\u003eDrones\u003c\/div\u003e\n\u003cdiv class=\"rcslp-use\"\u003e\n\u003cspan\u003e🚙\u003c\/span\u003eCars \u0026amp; Trucks\u003c\/div\u003e\n\u003cdiv class=\"rcslp-use\"\u003e\n\u003cspan\u003e🛥️\u003c\/span\u003eBoats\u003c\/div\u003e\n\u003cdiv class=\"rcslp-use\"\u003e\n\u003cspan\u003e⛺\u003c\/span\u003eCamping Gear\u003c\/div\u003e\n\u003cdiv class=\"rcslp-use\"\u003e\n\u003cspan\u003e🚨\u003c\/span\u003eEmergency Kits\u003c\/div\u003e\n\u003cdiv class=\"rcslp-use\"\u003e\n\u003cspan\u003e✨\u003c\/span\u003eAmbient Lighting\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"max-width: 780px; margin: 32px auto 0;\"\u003e\n\u003c!-- IMAGE 05: Multi-use lifestyle scene --\u003e \u003cimg alt=\"RGB Led Aircraft Strobe Light Remote Wireless Motorcycle Flash Light Warning Lights for   Bike Car Multifunctional\" src=\"https:\/\/p16-oec-general-useast8.ttcdn-us.com\/tos-useast8-i-rt0ujvrtvp-tx2\/0de0bb7e05ad4d02acddce296026a6fa~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast8\u0026amp;from=2739998086\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-notice\"\u003e\n\u003cp\u003e\u003cstrong\u003eSafety note:\u003c\/strong\u003e Use only where permitted. Do not imitate emergency-service lighting, obstruct required vehicle lights or use flashing modes in ways that may distract other road users. Local laws regarding color, placement and road use vary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INSTALLATION --\u003e\n\u003csection class=\"rcslp-section rcslp-ice\"\u003e\n\u003cdiv class=\"rcslp-center\"\u003e\n\u003cspan class=\"rcslp-eyebrow\"\u003eTool-Free Setup\u003c\/span\u003e\n\u003ch2\u003eInstall in Minutes\u003c\/h2\u003e\n\u003cp\u003eChoose the mounting method that best fits your surface, then secure the light firmly before use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-install-grid\"\u003e\n\u003cdiv class=\"rcslp-install\"\u003e\n\u003cspan class=\"rcslp-install-label\"\u003eOption 1\u003c\/span\u003e \u003cstrong\u003eHook-and-Loop Fastener\u003c\/strong\u003e\n\u003cp\u003eIdeal for clean, flat surfaces where you want quick attachment and removal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-install\"\u003e\n\u003cspan class=\"rcslp-install-label\"\u003eOption 2\u003c\/span\u003e \u003cstrong\u003eRubber Rings\u003c\/strong\u003e\n\u003cp\u003eA flexible option for compatible bars, frames and other rounded mounting points.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"max-width: 780px; margin: 30px auto 0;\"\u003e\n\u003c!-- IMAGE 06: Installation options or package contents --\u003e \u003cimg alt=\"RGB Led Aircraft Strobe Light Remote Wireless Motorcycle Flash Light Warning Lights for   Bike Car Multifunctional\" src=\"https:\/\/p19-oec-general-useast8.ttcdn-us.com\/tos-useast8-i-rt0ujvrtvp-tx2\/6a0569bfbb884984afdbe6a42d417276~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast8\u0026amp;from=2739998086\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ACTIVATION --\u003e\n\u003csection class=\"rcslp-section\"\u003e\n\u003cdiv class=\"rcslp-center\"\u003e\n\u003cspan class=\"rcslp-eyebrow\"\u003eFirst-Time Activation\u003c\/span\u003e\n\u003ch2\u003eActivate Each Light in Four Simple Steps\u003c\/h2\u003e\n\u003cp\u003eComplete this short activation sequence before using the light for the first time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-steps\"\u003e\n\u003cdiv class=\"rcslp-step\"\u003e\n\u003cspan class=\"rcslp-step-number\"\u003e1\u003c\/span\u003e\n\u003ch3\u003eConnect Power\u003c\/h3\u003e\n\u003cp\u003eCharge each strobe light for at least 5 seconds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-step\"\u003e\n\u003cspan class=\"rcslp-step-number\"\u003e2\u003c\/span\u003e\n\u003ch3\u003eUnplug the Cable\u003c\/h3\u003e\n\u003cp\u003eDisconnect the charging cable from the light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-step\"\u003e\n\u003cspan class=\"rcslp-step-number\"\u003e3\u003c\/span\u003e\n\u003ch3\u003ePress and Hold ON\u003c\/h3\u003e\n\u003cp\u003ePress and hold the ON button on the remote controller.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-step\"\u003e\n\u003cspan class=\"rcslp-step-number\"\u003e4\u003c\/span\u003e\n\u003ch3\u003eFinish Within 1 Minute\u003c\/h3\u003e\n\u003cp\u003eComplete activation within 1 minute after unplugging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-notice\"\u003e\n\u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e The remote controller cannot operate the strobe light while the light is charging. If the remote has been idle for more than 60 seconds, it enters power-saving sleep mode; press and hold the button to wake it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECS --\u003e\n\u003csection class=\"rcslp-section rcslp-sky\"\u003e\n\u003cdiv class=\"rcslp-center\"\u003e\n\u003cspan class=\"rcslp-eyebrow\"\u003eProduct Information\u003c\/span\u003e\n\u003ch2\u003eDetails \u0026amp; Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-specs\"\u003e\n\u003cdiv class=\"rcslp-spec\"\u003e\n\u003cstrong\u003eProduct Type\u003c\/strong\u003e \u003cspan\u003eWireless Remote Control LED Strobe Light\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-spec\"\u003e\n\u003cstrong\u003eLight Colors\u003c\/strong\u003e \u003cspan\u003eWhite, Red, Green, Blue, Yellow, Pink, Purple, Ice Blue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-spec\"\u003e\n\u003cstrong\u003eLight Modes\u003c\/strong\u003e \u003cspan\u003e10 Modes, Including Static, Flash, Breathing and Slow Blink\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-spec\"\u003e\n\u003cstrong\u003eRemote Range\u003c\/strong\u003e \u003cspan\u003eUp to 7 m \/ 23 ft in Suitable Conditions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-spec\"\u003e\n\u003cstrong\u003eBattery\u003c\/strong\u003e \u003cspan\u003e110 mAh \/ 3.7 V Rechargeable Battery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-spec\"\u003e\n\u003cstrong\u003eCharging Time\u003c\/strong\u003e \u003cspan\u003eApproximately 60 Minutes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-spec\"\u003e\n\u003cstrong\u003eOperating Time\u003c\/strong\u003e \u003cspan\u003eUp to 60 Hours; Varies by Color, Mode and Usage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-spec\"\u003e\n\u003cstrong\u003eCharging Method\u003c\/strong\u003e \u003cspan\u003eUSB Cable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-spec\"\u003e\n\u003cstrong\u003eMounting Options\u003c\/strong\u003e \u003cspan\u003eHook-and-Loop Fastener or Rubber Rings\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-spec\"\u003e\n\u003cstrong\u003eSuggested Uses\u003c\/strong\u003e \u003cspan\u003eBikes, Drones, Vehicles, Boats, Camping and Emergency Lighting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"rcslp-section\"\u003e\n\u003cdiv class=\"rcslp-center\"\u003e\n\u003cspan class=\"rcslp-eyebrow\"\u003eGood to Know\u003c\/span\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rcslp-faq\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eHow do I activate the light for the first time?\u003c\/summary\u003e\n\u003cdiv class=\"rcslp-answer\"\u003eCharge the light for at least 5 seconds, unplug it, then press and hold the ON button on the remote within 1 minute of unplugging.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy is the remote not responding?\u003c\/summary\u003e\n\u003cdiv class=\"rcslp-answer\"\u003eIf the remote has not been used for more than 60 seconds, it enters power-saving sleep mode. Press and hold the button to wake it. Also make sure the light is not connected to the charger.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the remote while the light is charging?\u003c\/summary\u003e\n\u003cdiv class=\"rcslp-answer\"\u003eNo. Disconnect the charging cable before using the remote controller.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long does the battery last?\u003c\/summary\u003e\n\u003cdiv class=\"rcslp-answer\"\u003eBattery life can reach up to 60 hours. Actual runtime varies depending on the selected brightness, color, flashing pattern, battery condition and operating environment.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow can I mount the lights?\u003c\/summary\u003e\n\u003cdiv class=\"rcslp-answer\"\u003eUse either the included hook-and-loop fastener on a suitable clean, flat surface or the rubber rings on a compatible bar or frame. Confirm that each light is secure before moving the vehicle or equipment.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan these lights be used on public roads?\u003c\/summary\u003e\n\u003cdiv class=\"rcslp-answer\"\u003eRules differ by location. Check local regulations before using colored or flashing lights on a road vehicle, and never imitate restricted emergency-service lighting.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"rcslp-final\"\u003e\u003cspan class=\"rcslp-eyebrow\"\u003eReady for Your Next Ride or Adventure\u003c\/span\u003e\n\u003ch2\u003eCustomize Your Light in Seconds\u003c\/h2\u003e\n\u003cp\u003eEight colors, ten modes, wireless control and rechargeable power—all in one compact, easy-to-mount design.\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"RGB Led Aircraft Strobe Light Remote Wireless Motorcycle Flash Light Warning Lights for   Bike Car Multifunctional\" src=\"https:\/\/p16-oec-general-useast8.ttcdn-us.com\/tos-useast8-i-rt0ujvrtvp-tx2\/9ad754c0f3fb4be49a3dc02f75a8733c~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast8\u0026amp;from=2739998086\"\u003e\u003c\/p\u003e\n\u003cp class=\"rcslp-microcopy\"\u003eUSB rechargeable • Remote controlled • Flexible installation\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"zlz","offers":[{"title":"2PCS","offer_id":47933784359101,"sku":null,"price":16.99,"currency_code":"USD","in_stock":true},{"title":"4PCS","offer_id":47933784162493,"sku":"WYP260430186-四灯一遥控","price":24.99,"currency_code":"USD","in_stock":true},{"title":"6PCS","offer_id":47933784129725,"sku":"WYP260430186- 二灯一遥控","price":31.99,"currency_code":"USD","in_stock":true},{"title":"8PCS Free shipping","offer_id":47933784326333,"sku":null,"price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/9bf3c3c2-82f0-44f3-8c12-163d46db09bb.png?v=1785555179","url":"https:\/\/valorsnet.us\/products\/rgb-led-aircraft-strobe-light","provider":"Valors-net","version":"1.0","type":"link"}