TESEVO Projection Lights for Model 3 & Model Y 2017-2026
:root { --primary-green: #27ae60; --deep-green: #1e5631; --light-bg: #f0f9f1; --white: #ffffff; --gray-text: #555555; --dark-text: #1a1a1a; --border-color: #d4edda; } body { margin : 0; background: #f7f8f7; }.tesevo-container,.tesevo-container * { box-sizing: border-box; }.tesevo-container { max-width: 1000px; margin: 40px auto; overflow: hidden; border-radius: 20px; background: var(--white); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); color: var(--dark-text); font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }.tesevo-container img { display: block; width: 100%; border: 0; }.tesevo-hero { padding: 60px 40px 80px; text-align: center; background: linear-gradient(135deg, var(--light-bg) 0%, #ffffff 100%); }.tesevo-badge { display: inline-block; margin-bottom: 20px; padding: 6px 16px; border-radius: 50px; background: var(--primary-green); color: #ffffff; font-size: 0.9em; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }.tesevo-hero h1 { margin: 0 0 20px; color: var(--deep-green); font-size: 2.5em; line-height: 1.2; }.tesevo-hero p { max-width: 780px; margin: 0 auto; color: var(--gray-text); font-size: 1.1em; line-height: 1.7; }.tesevo-main-image { margin-top: -45px; padding: 0 40px; text-align: center; }.tesevo-main-image img { max-width: 900px; margin: 0 auto; border-radius: 15px; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); }.tesevo-video-section { padding: 55px 40px 20px; background: #ffffff; }.tesevo-video-wrapper { position: relative; height: 0; overflow: hidden; padding-bottom: 56.25%; border-radius: 15px; background: #eaf4ec; box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08); }.tesevo-video-wrapper iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }.tesevo-section-header { margin-bottom: 40px; text-align: center; }.tesevo-section-header h2 { margin: 0 0 10px; color: var(--deep-green); font-size: 2em; }.tesevo-section-header p { margin: 0; color: var(--primary-green); font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }.tesevo-compatibility { padding: 60px 40px 40px; background: #ffffff; }.tesevo-compatibility-card { max-width: 780px; margin: 0 auto; padding: 30px; border: 1px solid var(--border-color); border-radius: 16px; background: var(--light-bg); }.tesevo-compatibility-item { padding: 13px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.06); color: var(--deep-green); font-weight: 650; line-height: 1.5; }.tesevo-compatibility-item:last-child { border-bottom: 0; }.tesevo-key-features { padding: 60px 40px; background: #ffffff; }.tesevo-key-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.tesevo-key-feature-card { padding: 28px 24px; border: 1px solid var(--border-color); border-radius: 16px; background: var(--white); text-align: left; }.tesevo-key-feature-label { display: inline-block; margin-bottom: 14px; padding: 5px 10px; border-radius: 6px; background: var(--light-bg); color: var(--primary-green); font-size: 0.78em; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; }.tesevo-key-feature-card h3 { margin: 0 0 10px; color: var(--deep-green); font-size: 1.1em; }.tesevo-key-feature-card p { margin: 0; color: var(--gray-text); font-size: 0.96em; line-height: 1.65; }.tesevo-problem-solution { padding: 60px 40px; background: var(--light-bg); }.tesevo-solution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }.tesevo-solution-card { padding: 30px; border-radius: 16px; background: #ffffff; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }.tesevo-solution-card h3 { margin: 0 0 18px; color: var(--deep-green); }.tesevo-solution-card p { margin: 0 0 12px; color: var(--gray-text); line-height: 1.65; }.tesevo-comparison { padding: 60px 40px; background: #ffffff; }.tesevo-table-wrap { overflow-x: auto; border: 1px solid var(--border-color); border-radius: 15px; }.tesevo-table { width: 100%; min-width: 620px; border-collapse: collapse; }.tesevo-table th { padding: 18px; background: var(--deep-green); color: #ffffff; text-align: center; }.tesevo-table th:nth-child(2) { background: var(--primary-green); }.tesevo-table td { padding: 16px; border-bottom: 1px solid #eeeeee; color: var(--gray-text); text-align: center; }.tesevo-table tr:last-child td { border-bottom: 0; }.tesevo-table td:first-child { background: #fcfdfc; color: var(--deep-green); font-weight: 700; text-align: left; }.tesevo-table td:nth-child(2) { background: var(--light-bg); color: var(--primary-green); font-weight: 700; }.tesevo-specs { padding: 60px 40px; background: #ffffff; }.tesevo-specs-list { max-width: 820px; margin: 0 auto; padding: 0; overflow: hidden; border: 1px solid var(--border-color); border-radius: 15px; list-style: none; }.tesevo-specs-list li { display: flex; border-bottom: 1px solid #e8eee9; }.tesevo-specs-list li:last-child { border-bottom: 0; }.tesevo-specs-list strong { flex: 0 0 210px; padding: 16px 20px; border-right: 1px solid #e8eee9; background: var(--light-bg); color: var(--deep-green); }.tesevo-specs-list span { flex: 1; padding: 16px 20px; color: var(--gray-text); line-height: 1.5; }.tesevo-install { padding: 60px 40px; background: var(--light-bg); text-align: center; }.tesevo-install-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }.tesevo-step-card { padding: 30px 20px; border-radius: 15px; background: var(--white); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }.tesevo-step-num { display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; margin: 0 auto 15px; border-radius: 50%; background: var(--primary-green); color: #ffffff; font-size: 1.2em; font-weight: 800; }.tesevo-step-card strong { display: block; margin-bottom: 8px; color: var(--deep-green); font-size: 1.1em; }.tesevo-step-card p { margin: 0; color: var(--gray-text); line-height: 1.55; }.tesevo-package { padding: 0 40px 60px; background: var(--light-bg); }.tesevo-package-box { max-width: 760px; margin: 0 auto; padding: 24px 28px; border: 1px solid var(--border-color); border-left: 5px solid var(--primary-green); border-radius: 10px; background: #ffffff; color: var(--gray-text); line-height: 1.6; }.tesevo-package-box strong { color: var(--deep-green); }.tesevo-faq { padding: 60px 40px; background: #ffffff; }.tesevo-faq-item { margin-bottom: 16px; border: 1px solid var(--border-color); border-radius: 10px; background: #ffffff; }.tesevo-faq-item summary { position: relative; padding: 20px 52px 20px 22px; color: var(--deep-green); cursor: pointer; font-weight: 700; list-style: none; }.tesevo-faq-item summary::-webkit-details-marker { display: none; }.tesevo-faq-item summary::after { content: "+"; position: absolute; top: 50%; right: 22px; color: var(--primary-green); font-size: 1.5em; transform: translateY(-50%); }.tesevo-faq-item[open] summary::after { content: "-"; }.tesevo-faq-a { padding: 0 22px 22px; color: var(--gray-text); line-height: 1.7; }.tesevo-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0 40px 60px; background: #ffffff; }.tesevo-trust-item { padding: 18px 12px; border: 1px solid var(--border-color); border-radius: 10px; background: var(--light-bg); color: var(--deep-green); font-size: 0.94em; font-weight: 700; text-align: center; }.tesevo-collection-cta { padding: 60px 40px; background: var(--light-bg); text-align: center; }.tesevo-collection-box { max-width: 760px; margin: 0 auto; padding: 40px 28px; border: 1px solid var(--border-color); border-radius: 18px; background: #ffffff; }.tesevo-collection-box h2 { margin: 0 0 12px; color: var(--deep-green); font-size: 2em; }.tesevo-collection-box p { margin: 0 0 24px; color: var(--gray-text); line-height: 1.6; }.tesevo-collection-btn { display: inline-block; padding: 14px 28px; border-radius: 999px; background: var(--primary-green); color: #ffffff; font-weight: 700; text-decoration: none; }.tesevo-collection-btn:hover { background: var(--deep-green); } @media (max-width: 768px) {.tesevo-container { margin: 20px 12px; border-radius: 16px; }.tesevo-hero,.tesevo-video-section,.tesevo-compatibility,.tesevo-key-features,.tesevo-problem-solution,.tesevo-comparison,.tesevo-specs,.tesevo-install,.tesevo-faq,.tesevo-collection-cta { padding: 40px 20px; }.tesevo-main-image { padding: 0 20px; }.tesevo-hero h1,.tesevo-section-header h2 { font-size: 1.8em; }.tesevo-key-feature-grid,.tesevo-solution-grid,.tesevo-install-grid { grid-template-columns: 1fr; }.tesevo-specs-list li { display: block; }.tesevo-specs-list strong,.tesevo-specs-list span { display: block; width: 100%; }.tesevo-specs-list strong { border-right: 0; border-bottom: 1px solid #e8eee9; }.tesevo-package { padding: 0 20px 40px; }.tesevo-trust { grid-template-columns: repeat(2, 1fr); padding: 0 20px 40px; } } Tesevo Premium Ultra-HD Puddle Lights for Tesla Model 3 & Model Y Turn every door opening into a sharper, brighter welcome. Tesevo puddle lights combine a laser-engraved glass lens, five-lens optics, an aluminum heat sink, and Tesla-friendly plug-and-play installation for an OEM-style lighting upgrade. Vehicle Compatibility Designed Specifically for Tesla Doors ✅️Compatible with Tesla Model 3 2017-Present ✅️Compatible with Tesla Model Y 2020--Present Key Features Clearer Projection, Smarter Construction Ultra-HD Output Five-Lens Optical System Five precision optical elements focus the LED output into a bright, clean, distortion-controlled projection for improved visibility at night. Thermal Control ADC12 Aluminum Heat Sink The anodized aluminum-alloy rear housing dissipates heat more efficiently than a standard plastic backing while adding corrosion resistance. Simple Setup Five-Minute Plug and Play The direct-fit module installs without cutting wires or drilling. Calibrated circuitry is designed to work with the vehicle's automatic door and window functions. A Better Door-Light Upgrade Built Around Real Tesla Owner Concerns Common Projector Problems Plastic projection film can blur or discolor under LED heat. Basic optics may create a dim or distorted logo. Plastic housings can trap heat during repeated use. Poorly matched electronics may affect door or window behavior. The Tesevo Solution Coated, laser-engraved glass supports long-lasting clarity. Five-lens optics create a brighter, more focused projection. An ADC12 aluminum base improves heat dissipation. A Tesla-specific plug and decoding chip support clean integration. The Tesevo Advantage Premium Design Compared with Generic Options Feature TESEVO Generic Projector Projection lens Laser-engraved coated glass Plastic film or basic lens Optical system Five-lens ultra-HD design Basic single-stage optics Heat management ADC12 aluminum heat sink and control chip Plastic backing with limited dissipation Installation Direct plug-and-play replacement Fit or wiring may require adjustment Product Specifications Essential Fitment and Performance Details Compatibility Tesla Model 3 2017-Present & Model Y 2020-Present Projection High-definition "TESLA" wordmark Lens Laser-engraved coated quartz glass with five-lens optics Housing Material ABS body with ADC12 aluminum-alloy heat-dissipation base Light Source High-brightness LED Operating Voltage 12 V Power Consumption 5 W per unit Protection Rating IP65 water- and dust-resistant construction Heat Management Built-in intelligent temperature-control chip Activation Automatic activation when the door opens Installation Plug and play; no wire cutting, splicing, or drilling Frequently Asked Questions Helpful Details Before You Install Will these lights interfere with the Model Y window-drop function? The built-in decoding chip is designed for Tesla circuitry and normal automatic window operation. Always test the window-drop function before pressing the replacement module fully into place. Will the projected wordmark fade or blur over time? The coated quartz-glass lens is laser engraved rather than printed on plastic film. Combined with the aluminum heat sink, this construction is designed to maintain a crisp projection during long-term use. Does installation require permanent vehicle modification? No cutting, splicing, or drilling is required. The upgrade is designed as a reversible replacement, so the original factory lights can be reinstalled later. Warranty coverage can vary by region and issue, so consult Tesla or your warranty terms when needed. How many lights are included? Each package includes two LED puddle lights, suitable for upgrading two doors. Order the appropriate quantity if you plan to replace additional compatible door lights. 1-Year Warranty Plug-and-Play Fit Fast Shipping Secure Checkout Explore More Tesla Light Accessories Discover more Tesevo upgrades designed to improve the look, protection, and everyday usability of your Tesla. Shop the Collection
More you might like
Related
TESEVO High Mount Brake Projection Board for Model 3 / Model
Related
Tesevo Dragon Scale Tail Lights for Tesla Model 3/Y
Related
TESEVO LED Logo Tesla Puddle Lights for Model 3 / Y / S / X
Related