{"product_id":"projection-lights-for-model-y-3-tesery","title":"Projection Lights for Model Y \/ 3 | TESERY","description":"\u003cstyle\u003e\n  .tesla-puddle-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    line-height: 1.6;\n    color: #333333; \n    background-color: #ffffff; \n    max-width: 850px;\n    margin: 0 auto;\n    padding: 40px 15px;\n  }\n  .tesla-puddle-wrapper h2 {\n    font-size: 2.2rem;\n    color: #111111; \n    margin-bottom: 20px;\n    font-weight: 800;\n    letter-spacing: -0.8px;\n    line-height: 1.2;\n  }\n  .hero-intro {\n    font-size: 1.15rem;\n    color: #555555;\n    margin-bottom: 40px;\n    line-height: 1.8;\n  }\n  .blue-highlight {\n    color: #0056B3;\n    font-weight: 600;\n  }\n\n  .video-wrapper {\n    position: relative;\n    padding-bottom: 56.25%; \n    height: 0;\n    margin-bottom: 50px;\n    background-color: #f4f5f7;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);\n  }\n  .video-wrapper iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: none;\n  }\n\n  .section-heading {\n    font-size: 1.6rem;\n    color: #111111;\n    margin: 60px 0 30px;\n    padding-bottom: 15px;\n    border-bottom: 2px solid #f0f2f5; \n    display: flex;\n    align-items: center;\n    font-weight: 700;\n    letter-spacing: -0.5px;\n  }\n  .section-heading::before {\n    content: '';\n    display: inline-block;\n    width: 6px;\n    height: 24px;\n    background-color: #0056B3; \n    margin-right: 15px;\n    border-radius: 4px;\n  }\n  \n  .benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 25px;\n    margin-bottom: 50px;\n  }\n  .benefit-card {\n    background-color: #ffffff; \n    border: 1px solid #e5e7eb; \n    padding: 30px 25px;\n    border-radius: 12px;\n    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    box-shadow: 0 2px 8px rgba(0,0,0,0.02);\n  }\n  .benefit-card:hover {\n    border-color: #0056B3; \n    box-shadow: 0 12px 24px rgba(0, 86, 179, 0.08);\n    transform: translateY(-4px); \n  }\n  .benefit-icon {\n    margin-bottom: 15px;\n    display: inline-block;\n    padding: 10px;\n    background-color: #f5f9ff;\n    border-radius: 8px;\n    color: #0056B3;\n  }\n  .benefit-card h4 {\n    color: #111111;\n    margin-top: 0;\n    margin-bottom: 12px;\n    font-size: 1.2rem;\n    font-weight: 700;\n  }\n  .benefit-card p {\n    margin: 0;\n    font-size: 0.95rem;\n    color: #555555;\n    line-height: 1.6;\n  }\n\n  .specs-container {\n    border: 1px solid #e5e7eb;\n    border-radius: 12px;\n    margin-bottom: 25px;\n    overflow: hidden;\n  }\n  .specs-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .specs-list li {\n    display: flex;\n    border-bottom: 1px solid #e5e7eb;\n  }\n  .specs-list li:last-child {\n    border-bottom: none;\n  }\n  .specs-list strong {\n    background-color: #f9fafb;\n    color: #333333;\n    flex: 0 0 180px; \n    padding: 16px 20px;\n    font-weight: 600;\n    border-right: 1px solid #e5e7eb;\n  }\n  .specs-list span {\n    background-color: #ffffff;\n    flex: 1;\n    color: #444444;\n    padding: 16px 20px;\n  }\n  \n  .package-box {\n    background-color: #f8fafc;\n    border: 1px solid #e2e8f0;\n    border-left: 5px solid #0056B3;\n    padding: 20px 25px;\n    border-radius: 8px;\n    margin-bottom: 50px;\n    font-size: 1.05rem;\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    color: #333333;\n  }\n  .package-box strong {\n    color: #111111;\n  }\n\n  .faq-container {\n    margin-bottom: 50px;\n  }\n  .faq-item {\n    background-color: #ffffff;\n    border: 1px solid #e5e7eb;\n    border-radius: 10px;\n    margin-bottom: 15px;\n    transition: all 0.3s ease;\n  }\n  .faq-item:hover {\n    border-color: #d1d5db;\n    background-color: #fafafa;\n  }\n  .faq-item[open] {\n    border-color: #0056B3;\n    box-shadow: 0 4px 12px rgba(0, 86, 179, 0.05);\n    background-color: #ffffff;\n  }\n  .faq-item summary {\n    padding: 20px 25px;\n    font-weight: 600;\n    font-size: 1.1rem;\n    cursor: pointer;\n    color: #111111;\n    list-style: none; \n    position: relative;\n    outline: none;\n  }\n  .faq-item summary::-webkit-details-marker {\n    display: none; \n  }\n  .faq-item summary::after {\n    content: '+';\n    position: absolute;\n    right: 25px;\n    color: #0056B3;\n    font-size: 1.6rem;\n    line-height: 1;\n    top: 50%;\n    transform: translateY(-50%);\n    font-weight: 300;\n    transition: transform 0.3s ease;\n  }\n  .faq-item[open] summary::after {\n    content: '−';\n    transform: translateY(-50%) rotate(180deg);\n  }\n  .faq-content {\n    padding: 0 25px 25px;\n    color: #555555;\n    font-size: 1rem;\n    line-height: 1.7;\n    border-top: 1px solid transparent;\n  }\n  .faq-item[open] .faq-content {\n    border-top: 1px solid #f0f2f5;\n    padding-top: 20px;\n    margin-top: -5px;\n  }\n\n  .bottom-trust-badges {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 20px;\n    margin-top: 60px;\n    padding-top: 40px;\n    border-top: 1px solid #e5e7eb;\n    text-align: center;\n  }\n  .trust-badge-item {\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 12px;\n  }\n  .trust-badge-icon {\n    color: #0056B3;\n    background-color: #f5f9ff;\n    width: 56px;\n    height: 56px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  .trust-badge-item span {\n    font-size: 0.95rem;\n    font-weight: 600;\n    color: #111111;\n  }\n  \n  @media (max-width: 600px) {\n    .specs-list li {\n      flex-direction: column;\n    }\n    .specs-list strong {\n      flex: 0 0 auto;\n      border-right: none;\n      border-bottom: 1px solid #e5e7eb;\n      padding: 12px 20px;\n    }\n    .specs-list span {\n      padding: 12px 20px;\n    }\n    .tesla-puddle-wrapper {\n      padding: 20px 10px;\n    }\n    .benefit-grid {\n      grid-template-columns: 1fr;\n    }\n    .tesla-puddle-wrapper h2 {\n      font-size: 1.8rem;\n    }\n    .bottom-trust-badges {\n      flex-wrap: wrap;\n      gap: 30px 10px;\n    }\n    .trust-badge-item {\n      flex: 1 1 40%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tesla-puddle-wrapper\"\u003e\n\n  \u003ch2\u003ePremium Ultra-HD Glass Puddle Lights for Tesla Model Y \u0026amp; 3\u003c\/h2\u003e\n  \n  \u003cp class=\"hero-intro\"\u003eElevate your Tesla's entrance with a touch of OEM+ luxury. Say goodbye to dim factory ground illumination and cheap aftermarket plastic projectors that blur and fade within months. Our Premium Projection Lights cast a razor-sharp, high-definition \u003cstrong\u003eTESLA wordmark\u003c\/strong\u003e onto the ground every time you open your door, combining safety with an undeniable premium feel.\u003c\/p\u003e\n\n  \u003cdiv class=\"video-wrapper\"\u003e\n    \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/ukkOx-UsqZg?si=5J1wnHgtVaAXANEP\" title=\"Tesla Puddle Light Installation\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\u003c\/iframe\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"section-heading\"\u003eWhy Choose Our Premium Projectors?\u003c\/h3\u003e\n  \n  \u003cdiv class=\"benefit-grid\"\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"benefit-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"2\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch4\u003eLaser-Engraved Glass Lens\u003c\/h4\u003e\n      \u003cp\u003eUnlike 90% of cheap alternatives that use plastic film (which burns and blurs over time), our lights utilize laser-engraved coated quartz glass. This guarantees a precise, vibrant, and \u003cspan class=\"blue-highlight\"\u003enever-fading\u003c\/span\u003e projection.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"benefit-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch4\u003e5 Ultra-HD Optical Lenses\u003c\/h4\u003e\n      \u003cp\u003eEquipped with a sophisticated five-lens optical system, these puddle lights deliver a crisp, distortion-free, and ultra-bright projection, significantly enhancing nighttime visibility and style.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"benefit-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch4\u003eADC12 Aluminum Heat Sink\u003c\/h4\u003e\n      \u003cp\u003eHeat is the enemy of LEDs. We replaced standard plastic backings with an anodized ADC12 aluminum alloy rear casing. This provides superior heat dissipation and corrosion resistance.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"benefit-icon\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch4\u003e5-Minute Plug \u0026amp; Play\u003c\/h4\u003e\n      \u003cp\u003eDesigned as a seamless, direct replacement for your original factory lights. No wire cutting, no drilling, and perfectly calibrated circuitry ensures \u003cspan class=\"blue-highlight\"\u003ezero issues\u003c\/span\u003e with your Tesla's systems.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"section-heading\"\u003eSpecifications \u0026amp; Installation\u003c\/h3\u003e\n  \n  \u003cdiv class=\"specs-container\"\u003e\n    \u003cul class=\"specs-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCompatibility\u003c\/strong\u003e \u003cspan\u003eTesla Model 3 \u0026amp; Model Y 2017+ (all versions, including Highland \u0026amp; Juniper)\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eProjection\u003c\/strong\u003e \u003cspan\u003e“TESLA” logo (high-definition lens)\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMaterial\u003c\/strong\u003e \u003cspan\u003eABS plastic + aluminum alloy base\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eLight Source\u003c\/strong\u003e \u003cspan\u003eHigh-brightness LED\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eOperating Voltage\u003c\/strong\u003e \u003cspan\u003e12 V\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePower Consumption\u003c\/strong\u003e \u003cspan\u003e5 W per unit\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eProtection Rating\u003c\/strong\u003e \u003cspan\u003eIP65 (water- and dust-resistant)\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTemperature Control\u003c\/strong\u003e \u003cspan\u003eBuilt-in intelligent heat management chip\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eActivation\u003c\/strong\u003e \u003cspan\u003eAutomatic door sensor\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eInstallation\u003c\/strong\u003e \u003cspan\u003e\u003cspan class=\"blue-highlight\"\u003ePlug-and-play, no wiring modification\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"package-box\"\u003e\n    \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0056B3\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\u003cline x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n    \u003cdiv\u003e\n\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e 2pcs × LED Door Projector Puddle Lights\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"section-heading\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n  \n  \u003cdiv class=\"faq-container\"\u003e\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eWill these cause the window drop issue on my Model Y?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n        Absolutely not. Our puddle lights feature a built-in upgraded decoding chip perfectly calibrated for Tesla's circuitry. They are 100% safe and will not interfere with your automatic window drop function.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eDo the logos fade over time like other cheap brands?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n        No. Cheap brands use plastic films that burn and blur under LED heat. Our lights use \u003cstrong\u003elaser-engraved coated quartz glass lenses\u003c\/strong\u003e, ensuring the logo remains crisp, bright, and never fades over the lifetime of your vehicle.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eDoes this void my Tesla warranty?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n        No, installing these lights will not void your Tesla warranty. They are a 100% plug-and-play, non-destructive upgrade. No wire cutting or splicing is required, and you can easily swap the original factory lights back in at any time.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bottom-trust-badges\"\u003e\n    \u003cdiv class=\"trust-badge-item\"\u003e\n      \u003cdiv class=\"trust-badge-icon\"\u003e\n        \u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 12 11 14 15 10\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan\u003e1-Year Warranty\u003c\/span\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"trust-badge-item\"\u003e\n      \u003cdiv class=\"trust-badge-icon\"\u003e\n        \u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan\u003ePlug \u0026amp; Play\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"trust-badge-item\"\u003e\n      \u003cdiv class=\"trust-badge-icon\"\u003e\n        \u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan\u003eFast Shipping\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"trust-badge-item\"\u003e\n      \u003cdiv class=\"trust-badge-icon\"\u003e\n        \u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 11V7a5 5 0 0 1 10 0v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan\u003eSecure Checkout\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"Model Y 2020-Present \u0026 Model 3 2017-Present \/ Front Door 2PCS","offer_id":47661217087628,"sku":"TSL1904-y-front","price":32.99,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-Present \u0026 Model 3 2017-Present \/ Front \u0026 Rear Door 4PCS","offer_id":47661217120396,"sku":"TSL1904-y-4","price":45.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0577\/5858\/0876\/files\/projection-lights-for-tesla-model-y-286176.jpg?v=1776424896","url":"https:\/\/gobekusa.com\/products\/projection-lights-for-model-y-3-tesery","provider":"GobekUSA","version":"1.0","type":"link"}