{"product_id":"168-inch-waterproof-car-trunk-led-light-strip-with-motion-sensor","title":"168 Inch Waterproof Car Trunk LED Light Strip with Motion Sensor","description":"\u003cstyle\u003e\n  .led-detail-page {\n    font-family: Arial, Helvetica, sans-serif;\n    background: #ffffff;\n    color: #222222;\n    line-height: 1.65;\n  }\n\n  .led-detail-page * {\n    box-sizing: border-box;\n  }\n\n  .led-container {\n    max-width: 1080px;\n    margin: 0 auto;\n    padding: 42px 20px;\n    background: #ffffff;\n  }\n\n  .led-section {\n    padding: 42px 0;\n    border-bottom: 1px solid #eeeeee;\n    background: #ffffff;\n  }\n\n  .led-hero {\n    text-align: center;\n    padding: 24px 0 46px;\n    border-bottom: 1px solid #eeeeee;\n    background: #ffffff;\n  }\n\n  .led-label {\n    color: #b8862b;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    margin-bottom: 12px;\n  }\n\n  .led-hero h1 {\n    font-size: 42px;\n    line-height: 1.18;\n    margin: 0 auto 18px;\n    max-width: 860px;\n    color: #1f1f1f;\n    font-weight: 800;\n  }\n\n  .led-hero p {\n    max-width: 760px;\n    margin: 0 auto;\n    font-size: 18px;\n    color: #555555;\n  }\n\n  .led-section-title {\n    text-align: center;\n    margin-bottom: 32px;\n  }\n\n  .led-section-title h2 {\n    font-size: 32px;\n    line-height: 1.25;\n    margin: 0 0 12px;\n    color: #222222;\n    font-weight: 800;\n  }\n\n  .led-section-title p {\n    max-width: 760px;\n    margin: 0 auto;\n    color: #666666;\n    font-size: 16.5px;\n  }\n\n  .led-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 22px;\n  }\n\n  .led-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 22px;\n  }\n\n  .led-card {\n    background: #ffffff;\n    border: 1px solid #e6e6e6;\n    padding: 24px;\n    border-radius: 14px;\n  }\n\n  .led-card h3 {\n    margin: 0 0 10px;\n    font-size: 20px;\n    color: #222222;\n  }\n\n  .led-card p {\n    margin: 0;\n    color: #666666;\n    font-size: 15.5px;\n  }\n\n  .led-icon {\n    color: #b8862b;\n    font-weight: 800;\n    font-size: 18px;\n    margin-bottom: 12px;\n  }\n\n  .led-content {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  .led-content h2 {\n    font-size: 31px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #222222;\n    font-weight: 800;\n  }\n\n  .led-content p {\n    color: #606060;\n    margin: 0 0 16px;\n    font-size: 16.5px;\n  }\n\n  .led-highlight {\n    color: #b8862b;\n    font-weight: 800;\n  }\n\n  .led-list {\n    list-style: none;\n    padding: 0;\n    margin: 22px 0 0;\n  }\n\n  .led-list li {\n    position: relative;\n    padding-left: 28px;\n    margin-bottom: 12px;\n    color: #555555;\n    font-size: 16px;\n  }\n\n  .led-list li:before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: #b8862b;\n    font-weight: 800;\n  }\n\n  .led-ba-box {\n    background: #ffffff;\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 24px;\n  }\n\n  .led-ba-box strong {\n    display: block;\n    font-size: 22px;\n    margin-bottom: 10px;\n    color: #222222;\n  }\n\n  .led-ba-box p {\n    margin: 0;\n    color: #666666;\n  }\n\n  .led-specs {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n  }\n\n  .led-spec {\n    background: #ffffff;\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 18px;\n  }\n\n  .led-spec strong {\n    display: block;\n    color: #222222;\n    margin-bottom: 4px;\n    font-size: 16px;\n  }\n\n  .led-spec span {\n    color: #666666;\n    font-size: 15px;\n  }\n\n  .led-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 22px;\n    counter-reset: step;\n  }\n\n  .led-step {\n    background: #ffffff;\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 24px;\n  }\n\n  .led-step:before {\n    counter-increment: step;\n    content: \"0\" counter(step);\n    display: block;\n    color: #b8862b;\n    font-weight: 800;\n    margin-bottom: 12px;\n    font-size: 18px;\n  }\n\n  .led-step h3 {\n    margin: 0 0 8px;\n    font-size: 20px;\n    color: #222222;\n  }\n\n  .led-step p {\n    margin: 0;\n    color: #666666;\n    font-size: 15.5px;\n  }\n\n  .led-use-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 18px;\n  }\n\n  .led-use-item {\n    background: #ffffff;\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 20px;\n  }\n\n  .led-use-item strong {\n    display: block;\n    color: #222222;\n    margin-bottom: 8px;\n    font-size: 18px;\n  }\n\n  .led-use-item span {\n    color: #666666;\n    font-size: 14.5px;\n  }\n\n  .led-faq {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .led-faq details {\n    background: #ffffff;\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 18px 20px;\n    margin-bottom: 12px;\n  }\n\n  .led-faq summary {\n    font-weight: 800;\n    color: #222222;\n    cursor: pointer;\n  }\n\n  .led-faq p {\n    margin: 12px 0 0;\n    color: #666666;\n  }\n\n  .led-final {\n    text-align: center;\n    padding: 48px 0 20px;\n    background: #ffffff;\n  }\n\n  .led-final h2 {\n    font-size: 34px;\n    line-height: 1.25;\n    margin: 0 0 14px;\n    color: #222222;\n  }\n\n  .led-final p {\n    max-width: 760px;\n    margin: 0 auto;\n    color: #606060;\n    font-size: 17px;\n  }\n\n  .led-note {\n    margin-top: 20px;\n    font-size: 13.5px;\n    color: #777777;\n  }\n\n  @media (max-width: 900px) {\n    .led-hero h1 {\n      font-size: 32px;\n    }\n\n    .led-section-title h2,\n    .led-content h2,\n    .led-final h2 {\n      font-size: 26px;\n    }\n\n    .led-grid-3,\n    .led-grid-2,\n    .led-specs,\n    .led-steps,\n    .led-use-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .led-container {\n      padding: 32px 16px;\n    }\n\n    .led-section {\n      padding: 36px 0;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"led-detail-page\"\u003e\n  \u003cdiv class=\"led-container\"\u003e\n\n    \u003csection class=\"led-hero\"\u003e\n      \u003cdiv class=\"led-label\"\u003e168 Inch Waterproof Car Trunk LED Light Strip\u003c\/div\u003e\n      \u003ch1\u003eLight Up Your Trunk the Moment You Open It\u003c\/h1\u003e\n      \u003cp\u003e\n        Upgrade your vehicle with a warm white LED trunk light strip designed to make nighttime loading,\n        travel, camping, grocery runs, and everyday trunk use brighter, easier, and more convenient.\n      \u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"led-section\"\u003e\n      \u003cdiv class=\"led-section-title\"\u003e\n        \u003cdiv class=\"led-label\"\u003eNo More Dark Trunk\u003c\/div\u003e\n        \u003ch2\u003eSee Everything Clearly at Night\u003c\/h2\u003e\n        \u003cp\u003e\n          Factory trunk lights are often too dim or only shine in one small corner.\n          This LED light strip helps brighten the full trunk area, so you can find what you need faster.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"led-grid-2\"\u003e\n        \u003cdiv class=\"led-ba-box\"\u003e\n          \u003cstrong\u003eBefore\u003c\/strong\u003e\n          \u003cp\u003e\n            Dim trunk lighting makes it harder to find groceries, luggage, tools, sports gear,\n            or camping equipment after dark.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"led-ba-box\"\u003e\n          \u003cstrong\u003eAfter\u003c\/strong\u003e\n          \u003cp\u003e\n            A bright warm white light strip helps illuminate the trunk space with a cleaner,\n            more premium look.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"led-section\"\u003e\n      \u003cdiv class=\"led-section-title\"\u003e\n        \u003cdiv class=\"led-label\"\u003eSmart Everyday Upgrade\u003c\/div\u003e\n        \u003ch2\u003eDesigned for Convenience, Visibility, and Style\u003c\/h2\u003e\n        \u003cp\u003e\n          A simple car upgrade that makes your trunk easier to use while giving your vehicle\n          a cleaner and more refined lighting effect.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"led-grid-3\"\u003e\n        \u003cdiv class=\"led-card\"\u003e\n          \u003cdiv class=\"led-icon\"\u003e01\u003c\/div\u003e\n          \u003ch3\u003eAutomatic Magnetic Sensing\u003c\/h3\u003e\n          \u003cp\u003e\n            The magnetic sensing design helps the light turn on when the trunk opens and turn off\n            when the trunk closes, when installed correctly.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"led-card\"\u003e\n          \u003cdiv class=\"led-icon\"\u003e02\u003c\/div\u003e\n          \u003ch3\u003e168 Inch Long Coverage\u003c\/h3\u003e\n          \u003cp\u003e\n            The extended 168 inch light strip is designed to cover a wider trunk area,\n            helping reduce dark corners inside the vehicle.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"led-card\"\u003e\n          \u003cdiv class=\"led-icon\"\u003e03\u003c\/div\u003e\n          \u003ch3\u003eWarm White Ambient Light\u003c\/h3\u003e\n          \u003cp\u003e\n            Soft warm white lighting creates a brighter, cleaner, and more premium look\n            without feeling too harsh.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"led-card\"\u003e\n          \u003cdiv class=\"led-icon\"\u003e04\u003c\/div\u003e\n          \u003ch3\u003e12V Plug-In Power\u003c\/h3\u003e\n          \u003cp\u003e\n            Powered by a cigarette lighter plug, making it easier to use without complicated\n            hardwiring for most drivers.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"led-card\"\u003e\n          \u003cdiv class=\"led-icon\"\u003e05\u003c\/div\u003e\n          \u003ch3\u003eWaterproof Silicone Strip\u003c\/h3\u003e\n          \u003cp\u003e\n            The flexible silicone waterproof design is made for daily trunk use,\n            travel storage, rainy days, and outdoor gear.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"led-card\"\u003e\n          \u003cdiv class=\"led-icon\"\u003e06\u003c\/div\u003e\n          \u003ch3\u003eUniversal Vehicle Fit\u003c\/h3\u003e\n          \u003cp\u003e\n            Suitable for most cars, SUVs, vans, and trucks with a 12V cigarette lighter port\n            and enough trunk space for installation.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"led-section\"\u003e\n      \u003cdiv class=\"led-content\"\u003e\n        \u003cdiv class=\"led-label\"\u003eAutomatic Lighting\u003c\/div\u003e\n        \u003ch2\u003eTurns On When the Trunk Opens\u003c\/h2\u003e\n        \u003cp\u003e\n          The magnetic sensing setup is designed for hands-free convenience.\n          When you open your trunk, the light can automatically brighten the space.\n          When the trunk closes, the light turns off.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          This is especially useful when your hands are full with groceries, luggage,\n          tools, sports equipment, or camping gear.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          \u003cspan class=\"led-highlight\"\u003eMore light. Less hassle. A cleaner trunk experience.\u003c\/span\u003e\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"led-section\"\u003e\n      \u003cdiv class=\"led-content\"\u003e\n        \u003cdiv class=\"led-label\"\u003ePremium Lighting Effect\u003c\/div\u003e\n        \u003ch2\u003eStarting Streamer Scanning Effect\u003c\/h2\u003e\n        \u003cp\u003e\n          When powered on, the light creates a stylish starting scanning effect\n          that adds a modern and premium feel to your vehicle.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          It is not only practical for visibility, but also helps make your trunk\n          look cleaner, brighter, and more upgraded every time you open it.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"led-section\"\u003e\n      \u003cdiv class=\"led-section-title\"\u003e\n        \u003cdiv class=\"led-label\"\u003eMade for Real Life\u003c\/div\u003e\n        \u003ch2\u003ePerfect for Night Driving, Travel, and Outdoor Use\u003c\/h2\u003e\n        \u003cp\u003e\n          This is the kind of small upgrade you notice every time you open your trunk after dark.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"led-use-grid\"\u003e\n        \u003cdiv class=\"led-use-item\"\u003e\n          \u003cstrong\u003eGrocery Runs\u003c\/strong\u003e\n          \u003cspan\u003eSee every bag clearly when unloading after dark.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"led-use-item\"\u003e\n          \u003cstrong\u003eRoad Trips\u003c\/strong\u003e\n          \u003cspan\u003eFind luggage, jackets, and travel items faster.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"led-use-item\"\u003e\n          \u003cstrong\u003eCamping\u003c\/strong\u003e\n          \u003cspan\u003eLight up outdoor gear when parked at night.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"led-use-item\"\u003e\n          \u003cstrong\u003eWork Tools\u003c\/strong\u003e\n          \u003cspan\u003eGrab tools and equipment with better visibility.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"led-section\"\u003e\n      \u003cdiv class=\"led-content\"\u003e\n        \u003cdiv class=\"led-label\"\u003eWhy Upgrade\u003c\/div\u003e\n        \u003ch2\u003eA Simple Way to Make Your Car Feel More Premium\u003c\/h2\u003e\n        \u003cp\u003e\n          A dark trunk can make everyday use frustrating, especially at night.\n          This LED trunk light strip adds practical brightness while improving\n          the overall look of your vehicle.\n        \u003c\/p\u003e\n\n        \u003cul class=\"led-list\"\u003e\n          \u003cli\u003eBrightens the trunk area with soft warm white lighting\u003c\/li\u003e\n          \u003cli\u003eHelps reduce dark corners inside the trunk\u003c\/li\u003e\n          \u003cli\u003eAutomatic sensing design for easier daily use\u003c\/li\u003e\n          \u003cli\u003eWaterproof silicone strip for daily travel and outdoor storage\u003c\/li\u003e\n          \u003cli\u003eGreat for cars, SUVs, trucks, vans, and family vehicles\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"led-section\"\u003e\n      \u003cdiv class=\"led-section-title\"\u003e\n        \u003cdiv class=\"led-label\"\u003eProduct Details\u003c\/div\u003e\n        \u003ch2\u003eBuilt for Practical Car Trunk Lighting\u003c\/h2\u003e\n        \u003cp\u003e\n          Designed around everyday use, simple power connection, wider light coverage,\n          and a clean warm white lighting effect.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"led-specs\"\u003e\n        \u003cdiv class=\"led-spec\"\u003e\n          \u003cstrong\u003eLength\u003c\/strong\u003e\n          \u003cspan\u003e168 inch LED light strip\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"led-spec\"\u003e\n          \u003cstrong\u003eLight Color\u003c\/strong\u003e\n          \u003cspan\u003eWarm white ambient lighting\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"led-spec\"\u003e\n          \u003cstrong\u003ePower Supply\u003c\/strong\u003e\n          \u003cspan\u003e12V cigarette lighter plug\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"led-spec\"\u003e\n          \u003cstrong\u003eSensing Design\u003c\/strong\u003e\n          \u003cspan\u003eMagnetic sensing for automatic trunk lighting\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"led-spec\"\u003e\n          \u003cstrong\u003eMaterial\u003c\/strong\u003e\n          \u003cspan\u003eFlexible silicone waterproof light strip\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"led-spec\"\u003e\n          \u003cstrong\u003eVehicle Fit\u003c\/strong\u003e\n          \u003cspan\u003eFits most cars, SUVs, vans, and trucks\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"led-section\"\u003e\n      \u003cdiv class=\"led-section-title\"\u003e\n        \u003cdiv class=\"led-label\"\u003eSimple Setup\u003c\/div\u003e\n        \u003ch2\u003eEasy Installation for Everyday Drivers\u003c\/h2\u003e\n        \u003cp\u003e\n          No complicated hardwiring is required. Install the strip around your trunk area,\n          connect the 12V plug, and position the magnetic sensor properly.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"led-steps\"\u003e\n        \u003cdiv class=\"led-step\"\u003e\n          \u003ch3\u003ePlace the LED Strip\u003c\/h3\u003e\n          \u003cp\u003e\n            Position the 168 inch light strip around the trunk edge or your preferred lighting area\n            for wider coverage.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"led-step\"\u003e\n          \u003ch3\u003eConnect the 12V Plug\u003c\/h3\u003e\n          \u003cp\u003e\n            Plug it into your vehicle’s cigarette lighter power port for a simple power connection.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"led-step\"\u003e\n          \u003ch3\u003eSet the Magnetic Sensor\u003c\/h3\u003e\n          \u003cp\u003e\n            Install the magnetic sensing parts so the light can respond when the trunk opens and closes.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"led-section\"\u003e\n      \u003cdiv class=\"led-section-title\"\u003e\n        \u003cdiv class=\"led-label\"\u003eQuestions\u003c\/div\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"led-faq\"\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eWill it fit my car?\u003c\/summary\u003e\n          \u003cp\u003e\n            It is designed to fit most cars, SUVs, vans, and trucks with a 12V cigarette lighter port.\n            Please check your trunk size and power port position before ordering.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eDoes it turn on automatically?\u003c\/summary\u003e\n          \u003cp\u003e\n            Yes. The magnetic sensing design helps the light turn on when the trunk opens\n            and turn off when it closes, when installed correctly.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eIs the light too harsh?\u003c\/summary\u003e\n          \u003cp\u003e\n            No. The warm white ambient light is designed to brighten your trunk while keeping\n            the look soft, clean, and comfortable.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eDoes it require complicated wiring?\u003c\/summary\u003e\n          \u003cp\u003e\n            No complicated hardwiring is required. It uses a 12V cigarette lighter plug\n            for easier installation.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eCan I use it for camping or road trips?\u003c\/summary\u003e\n          \u003cp\u003e\n            Yes. It is useful for night travel, camping gear, groceries, luggage, tools,\n            and outdoor equipment.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"led-final\"\u003e\n      \u003ch2\u003eMake Every Trunk Opening Brighter\u003c\/h2\u003e\n      \u003cp\u003e\n        Upgrade your vehicle with a 168 inch waterproof LED trunk light strip that adds\n        automatic sensing, warm white ambient lighting, and everyday convenience to your car.\n      \u003c\/p\u003e\n      \u003cdiv class=\"led-note\"\u003e\n        Note: Fits most vehicles with a 12V cigarette lighter port. Installation position may vary by vehicle model.\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"LLY","offers":[{"title":"Warm White","offer_id":48006529187994,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":48006529220762,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/1c7ee8ed47ad4d5fb87cf3c49fbd5f9d_tplv-fhlh96nyum-crop-webp_2080_2080.webp?v=1778399570","url":"https:\/\/povlya.com\/products\/168-inch-waterproof-car-trunk-led-light-strip-with-motion-sensor","provider":"povlya.com","version":"1.0","type":"link"}