{"product_id":"tesla-projection-lights-for-model-y","title":"Projection Lights for Model Y \/ 3 | Sikunuo","description":"\u003cstyle\u003e  .tesla-puddle-wrapper {    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;    line-height: 1.6;    color: #333333;    background-color: #ffffff;    max-width: 850px;    margin: 0 auto;    padding: 40px 15px;  }  .tesla-puddle-wrapper h2 {    font-size: 2.2rem;    color: #111111;    margin-bottom: 20px;    font-weight: 800;    letter-spacing: -0.8px;    line-height: 1.2;  }  .hero-intro {    font-size: 1.15rem;    color: #555555;    margin-bottom: 40px;    line-height: 1.8;  }  .blue-highlight {    color: #0056B3;    font-weight: 600;  }  .video-wrapper {    position: relative;    padding-bottom: 56.25%;    height: 0;    margin-bottom: 50px;    background-color: #f4f5f7;    border-radius: 12px;    overflow: hidden;    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);  }  .video-wrapper iframe {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    border: none;  }  .section-heading {    font-size: 1.6rem;    color: #111111;    margin: 60px 0 30px;    padding-bottom: 15px;    border-bottom: 2px solid #f0f2f5;    display: flex;    align-items: center;    font-weight: 700;    letter-spacing: -0.5px;  }  .section-heading::before {    content: '';    display: inline-block;    width: 6px;    height: 24px;    background-color: #0056B3;    margin-right: 15px;    border-radius: 4px;  }  .benefit-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 25px;    margin-bottom: 50px;  }  .benefit-card {    background-color: #ffffff;    border: 1px solid #e5e7eb;    padding: 30px 25px;    border-radius: 12px;    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);    box-shadow: 0 2px 8px rgba(0,0,0,0.02);  }  .benefit-card:hover {    border-color: #0056B3;    box-shadow: 0 12px 24px rgba(0, 86, 179, 0.08);    transform: translateY(-4px);  }  .benefit-icon {    margin-bottom: 15px;    display: inline-block;    padding: 10px;    background-color: #f5f9ff;    border-radius: 8px;    color: #0056B3;  }  .benefit-card h4 {    color: #111111;    margin-top: 0;    margin-bottom: 12px;    font-size: 1.2rem;    font-weight: 700;  }  .benefit-card p {    margin: 0;    font-size: 0.95rem;    color: #555555;    line-height: 1.6;  }  .specs-container {    border: 1px solid #e5e7eb;    border-radius: 12px;    margin-bottom: 25px;    overflow: hidden;  }  .specs-list {    list-style: none;    padding: 0;    margin: 0;  }  .specs-list li {    display: flex;    border-bottom: 1px solid #e5e7eb;  }  .specs-list li:last-child {    border-bottom: none;  }  .specs-list strong {    background-color: #f9fafb;    color: #333333;    flex: 0 0 180px;    padding: 16px 20px;    font-weight: 600;    border-right: 1px solid #e5e7eb;  }  .specs-list span {    background-color: #ffffff;    flex: 1;    color: #444444;    padding: 16px 20px;  }  .package-box {    background-color: #f8fafc;    border: 1px solid #e2e8f0;    border-left: 5px solid #0056B3;    padding: 20px 25px;    border-radius: 8px;    margin-bottom: 50px;    font-size: 1.05rem;    display: flex;    align-items: center;    gap: 15px;    color: #333333;  }  .package-box strong {    color: #111111;  }  .fitment-notice {    display: flex;    align-items: flex-start;    gap: 16px;    background-color: #f5f9ff;    border: 1px solid #d6e6fa;    border-left: 5px solid #0056B3;    border-radius: 10px;    padding: 22px 25px;    margin-bottom: 50px;    font-size: 0.98rem;    color: #444444;  }  .fitment-notice-icon {    flex-shrink: 0;    width: 44px;    height: 44px;    border-radius: 50%;    background-color: #ffffff;    border: 1px solid #d6e6fa;    color: #0056B3;    display: flex;    align-items: center;    justify-content: center;  }  .fitment-notice h4 {    color: #111111;    margin: 0 0 10px;    font-size: 1.15rem;    font-weight: 700;  }  .fitment-notice p {    margin: 0 0 10px;    color: #555555;    line-height: 1.7;  }  .fitment-notice p:last-child {    margin-bottom: 0;  }  .faq-container {    margin-bottom: 50px;  }  .faq-item {    background-color: #ffffff;    border: 1px solid #e5e7eb;    border-radius: 10px;    margin-bottom: 15px;    transition: all 0.3s ease;  }  .faq-item:hover {    border-color: #d1d5db;    background-color: #fafafa;  }  .faq-item[open] {    border-color: #0056B3;    box-shadow: 0 4px 12px rgba(0, 86, 179, 0.05);    background-color: #ffffff;  }  .faq-item summary {    padding: 20px 25px;    font-weight: 600;    font-size: 1.1rem;    cursor: pointer;    color: #111111;    list-style: none;    position: relative;    outline: none;  }  .faq-item summary::-webkit-details-marker {    display: none;  }  .faq-item summary::after {    content: '+';    position: absolute;    right: 25px;    color: #0056B3;    font-size: 1.6rem;    line-height: 1;    top: 50%;    transform: translateY(-50%);    font-weight: 300;    transition: transform 0.3s ease;  }  .faq-item[open] summary::after {    content: '−';    transform: translateY(-50%) rotate(180deg);  }  .faq-content {    padding: 0 25px 25px;    color: #555555;    font-size: 1rem;    line-height: 1.7;    border-top: 1px solid transparent;  }  .faq-item[open] .faq-content {    border-top: 1px solid #f0f2f5;    padding-top: 20px;    margin-top: -5px;  }  .bottom-trust-badges {    display: flex;    justify-content: space-between;    align-items: center;    gap: 20px;    margin-top: 60px;    padding-top: 40px;    border-top: 1px solid #e5e7eb;    text-align: center;  }  .trust-badge-item {    flex: 1;    display: flex;    flex-direction: column;    align-items: center;    gap: 12px;  }  .trust-badge-icon {    color: #0056B3;    background-color: #f5f9ff;    width: 56px;    height: 56px;    border-radius: 50%;    display: flex;    align-items: center;    justify-content: center;  }  .trust-badge-item span {    font-size: 0.95rem;    font-weight: 600;    color: #111111;  }  @media (max-width: 600px) {    .specs-list li {      flex-direction: column;    }    .specs-list strong {      flex: 0 0 auto;      border-right: none;      border-bottom: 1px solid #e5e7eb;      padding: 12px 20px;    }    .specs-list span {      padding: 12px 20px;    }    .tesla-puddle-wrapper {      padding: 20px 10px;    }    .benefit-grid {      grid-template-columns: 1fr;    }    .fitment-notice {      padding: 18px;      gap: 12px;    }    .fitment-notice-icon {      width: 38px;      height: 38px;    }    .tesla-puddle-wrapper h2 {      font-size: 1.8rem;    }    .bottom-trust-badges {      flex-wrap: wrap;      gap: 30px 10px;    }    .trust-badge-item {      flex: 1 1 40%;    }  }\u003c\/style\u003e\u003cdiv class=\"tesla-puddle-wrapper\"\u003e\n\u003ch2\u003ePremium Ultra-HD Glass Puddle Lights for Tesla Model Y \u0026amp; 3\u003c\/h2\u003e\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\u003cdiv class=\"video-wrapper\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/ukkOx-UsqZg?si=5J1wnHgtVaAXANEP\" title=\"Tesla Puddle Light Installation\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"fitment-notice\"\u003e\n\u003cdiv class=\"fitment-notice-icon\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eWhich Set Should I Choose — 2pcs or 4pcs?\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003eModel 3 Highland:\u003c\/strong\u003e Rear doors do not have factory puddle lights, so there is nothing to replace at the back — Highland owners only need to select the \u003cspan class=\"blue-highlight\"\u003e2pcs set\u003c\/span\u003e (front doors only).\u003c\/p\u003e\n\u003cp\u003eFor Teslas with factory puddle lights in all four doors — such as the Model 3 (2017–2023) or Model Y (2020+) — choose the \u003cspan class=\"blue-highlight\"\u003e4pcs set\u003c\/span\u003e for a complete front + rear upgrade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"section-heading\"\u003eWhy Choose Our Premium Projectors?\u003c\/h3\u003e\n\u003cdiv class=\"benefit-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\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\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\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\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\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\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\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\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\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\u003ch3 class=\"section-heading\"\u003eSpecifications \u0026amp; Installation\u003c\/h3\u003e\n\u003cdiv class=\"specs-container\"\u003e\u003cul class=\"specs-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatibility\u003c\/strong\u003e \u003cspan\u003eModel 3 \u0026amp; Model Y 2017+ (all versions, including Highland \u0026amp; Juniper \u0026amp; YL)\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\u003c\/div\u003e\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\u003cdiv\u003e\n\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e 2pcs × LED Door Projector Puddle Lights\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"section-heading\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eShould I choose 2pcs or 4pcs for my Model 3 Highland?\u003c\/summary\u003e\u003cdiv class=\"faq-content\"\u003eThe Model 3 Highland's rear doors do not have factory puddle lights, so only the front doors can be upgraded — Highland owners should choose the \u003cstrong\u003e2pcs set\u003c\/strong\u003e. The 4pcs set is designed for Teslas with factory puddle lights in all four doors, providing a complete front + rear upgrade.\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eWill these cause the window drop issue on my Model Y?\u003c\/summary\u003e\u003cdiv class=\"faq-content\"\u003eAbsolutely 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.\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eDo the logos fade over time like other cheap brands?\u003c\/summary\u003e\u003cdiv class=\"faq-content\"\u003eNo. 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.\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eDoes this void my Tesla warranty?\u003c\/summary\u003e\u003cdiv class=\"faq-content\"\u003eNo, 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.\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bottom-trust-badges\"\u003e\n\u003cdiv class=\"trust-badge-item\"\u003e\n\u003cdiv class=\"trust-badge-icon\"\u003e\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\u003c\/div\u003e\n\u003cspan\u003e1-Year Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-badge-item\"\u003e\n\u003cdiv class=\"trust-badge-icon\"\u003e\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\u003c\/div\u003e\n\u003cspan\u003ePlug \u0026amp; Play\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-badge-item\"\u003e\n\u003cdiv class=\"trust-badge-icon\"\u003e\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\u003c\/div\u003e\n\u003cspan\u003eFast Shipping\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-badge-item\"\u003e\n\u003cdiv class=\"trust-badge-icon\"\u003e\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\u003c\/div\u003e\n\u003cspan\u003eSecure Checkout\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sikunuo","offers":[{"title":"Model Y \u0026 Model 3 \u0026 Model YL (2017+) \/ Front Door 2PCS","offer_id":43896527454271,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Model Y \u0026 Model 3 \u0026 Model YL (2017+) \/ Front \u0026 Rear Door 4PCS","offer_id":43896527487039,"sku":null,"price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/4207\/5967\/files\/projection-lights-for-tesla-model-y-286176.jpg?v=1789719896","url":"https:\/\/sikunuo.com\/products\/tesla-projection-lights-for-model-y","provider":"Sikunuo","version":"1.0","type":"link"}