# Title: TESERY Footwell / Puddle / Glovebox / Frunk / Trunk LED Lights for Model 3/Y/S/X ## Description: @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap'); .ts-pdp-wrap * { box-sizing: border-box; font-family: 'Montserrat', sans-serif; } .ts-pdp-wrap { max-width: 100%; margin: 0 auto; color: #1a1a1a; line-height: 1.6; } /* Hero */ .ts-hero { background: #ffffff; border-bottom: 2px solid #0065b3; padding: 56px 0 44px; text-align: center; margin-bottom: 56px; } .ts-hero-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #0065b3; margin-bottom: 14px; } .ts-hero-title { font-size: 34px; font-weight: 700; color: #111111; margin: 0 0 18px; line-height: 1.2; } .ts-hero-sub { font-size: 15px; color: #555; max-width: 600px; margin: 0 auto; } /* Alert / Note */ .ts-alert { background: #fffbf0; border-left: 3px solid #f59e0b; border-radius: 8px; padding: 14px 18px; font-size: 13px; color: #6b4c00; margin-bottom: 14px; } .ts-note { background: #f0f6ff; border-left: 3px solid #0065b3; border-radius: 8px; padding: 14px 18px; font-size: 13px; color: #003d6b; margin-bottom: 56px; } /* Section */ .ts-section { margin-bottom: 72px; } .ts-section-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #0065b3; margin-bottom: 10px; text-align: center; } .ts-section-title { font-size: 30px; font-weight: 700; color: #111; margin: 0 0 12px; text-align: center; } .ts-section-sub { font-size: 14px; color: #666; margin-bottom: 36px; text-align: center; } /* Image-Text Selling Points */ .ts-imgtext-item { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: center; margin-bottom: 24px; background: #ffffff; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,0.07); } .ts-imgtext-item.reverse { direction: rtl; } .ts-imgtext-item.reverse > * { direction: ltr; } .ts-imgtext-img { width: 100%; display: block; object-fit: cover; aspect-ratio: 1 / 1; border-radius: 16px; } .ts-imgtext-content { padding: 40px 44px; } .ts-imgtext-num { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #0065b3; margin-bottom: 12px; } .ts-imgtext-title { font-size: 19px; font-weight: 700; color: #111; margin-bottom: 14px; line-height: 1.3; } .ts-imgtext-desc { font-size: 13px; color: #555; line-height: 1.75; } /* Kit Options */ .ts-kit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 36px; } .ts-kit-card { background: #ffffff; border-radius: 16px; padding: 36px 20px; text-align: center; box-shadow: 0 2px 12px rgba(0,0,0,0.06); display: flex; flex-direction: column; align-items: center; } .ts-kit-card.featured { background: #f4f9ff; box-shadow: 0 4px 20px rgba(0,101,179,0.12); border: 2px solid #0065b3; } .ts-kit-badge { display: inline-block; background: #0065b3; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; margin-bottom: 14px; } .ts-kit-pcs { font-size: 48px; font-weight: 700; color: #0065b3; line-height: 1; margin-bottom: 2px; } .ts-kit-unit { font-size: 12px; font-weight: 600; color: #0065b3; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 18px; } .ts-kit-divider { width: 32px; height: 2px; background: #e0e0e0; margin: 0 auto 18px; border-radius: 2px; } .ts-kit-card.featured .ts-kit-divider { background: #0065b3; opacity: 0.3; } .ts-kit-coverage { font-size: 12px; color: #555; line-height: 1.7; } /* Location Images Row */ .ts-location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; } .ts-location-card { text-align: center; } .ts-location-img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 14px; display: block; margin-bottom: 12px; } .ts-location-label { font-size: 12px; font-weight: 600; color: #333; text-transform: uppercase; letter-spacing: 1px; } /* Install Steps */ .ts-steps { margin-bottom: 0; } .ts-step { display: flex; gap: 20px; margin-bottom: 16px; align-items: flex-start; background: #ffffff; border-radius: 12px; padding: 28px; box-shadow: 0 1px 8px rgba(0,0,0,0.05); } .ts-step-num { flex-shrink: 0; width: 36px; height: 36px; background: #0065b3; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; } .ts-step-content-title { font-size: 15px; font-weight: 700; color: #1a1a1a; margin-bottom: 6px; } .ts-step-content-desc { font-size: 13px; color: #555; line-height: 1.6; } /* FAQ Accordion */ .ts-faq-title { font-size: 30px; font-weight: 700; color: #111; margin-bottom: 24px; text-align: center; } .ts-faq-item { background: #ffffff; border-radius: 12px; margin-bottom: 14px; overflow: hidden; box-shadow: 0 1px 6px rgba(0,0,0,0.06); } .ts-faq-toggle { display: none; } .ts-faq-label { display: flex; justify-content: space-between; align-items: center; padding: 24px 28px; cursor: pointer; font-size: 16px; font-weight: 600; color: #1a1a1a; user-select: none; gap: 12px; min-height: 76px; } .ts-faq-label-text { display: flex; align-items: baseline; gap: 10px; flex: 1; } .ts-faq-qnum { font-size: 13px; font-weight: 700; color: #0065b3; letter-spacing: 1px; flex-shrink: 0; } .ts-faq-label::after { content: '+'; font-size: 24px; font-weight: 300; color: #0065b3; flex-shrink: 0; line-height: 1; } .ts-faq-toggle:checked + .ts-faq-label::after { content: '−'; } .ts-faq-body { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; font-size: 14px; color: #666; line-height: 1.7; padding: 0 28px; } .ts-faq-anum { font-size: 13px; font-weight: 700; color: #0065b3; letter-spacing: 1px; margin-right: 6px; } .ts-faq-toggle:checked ~ .ts-faq-body { max-height: 300px; padding: 0 28px 24px; } @media (max-width: 640px) { .ts-hero { padding: 36px 16px 28px; margin-bottom: 36px; } .ts-hero-title { font-size: 26px; } .ts-section { margin-bottom: 48px; } .ts-section-title { font-size: 22px; } .ts-faq-title { font-size: 22px; } .ts-imgtext-item { grid-template-columns: 1fr; } .ts-imgtext-item.reverse { direction: ltr; } .ts-imgtext-content { padding: 24px; } .ts-kit-grid { grid-template-columns: 1fr; gap: 12px; } .ts-location-grid { gap: 10px; } .ts-faq-label { font-size: 14px; padding: 18px 20px; } .ts-faq-body { padding: 0 20px; } .ts-faq-toggle:checked ~ .ts-faq-body { padding: 0 20px 18px; } } Tesla Interior Lighting Four Colors. One Perfect Glow. Plug-and-play footwell LED lights engineered for Tesla Model 3, Y, S & X — no wiring, no tools, just instant ambiance. Compatibility Notice: Designed for Tesla Model 3 / Model Y (all years), Model S (2012–2021), and Model X (2016–2021). Not guaranteed to fit other vehicle brands. Important: The factory rear door welcome lights on some Tesla models are round-shaped and NOT compatible with this product. Only square-shaped factory light sockets are compatible. Please verify your vehicle’s socket shape before purchasing. Product Highlights Why Drivers Love It Four reasons this is the most popular interior lighting upgrade for Tesla owners. 01 Brighter Cabin, Lower Power Draw Powered by high-output LED chips, these lights deliver noticeably brighter illumination than factory bulbs — while drawing a fraction of the power. No range anxiety, just a better-lit cabin every time you open the door. 02 Set the Mood with Your Color Choose from Blue, White, Purple, or Red to match your style. Whether you prefer a cool, calm glow or a bold, vibrant accent, there’s a color that makes your Tesla feel uniquely yours — every single drive. 03 Full-Cabin Ambiance, Every Corner From footwells and door panels to the glovebox, front trunk, and rear trunk — cover every zone of your Tesla’s interior. The more positions you light, the more immersive the atmosphere becomes. 04 Done in Minutes, No Experience Needed No wiring. No drilling. No trips to the shop. Simply pop out the factory light with a flat-head screwdriver, plug in the Tesery LED, and snap it back into place. Most owners complete the full install in under 15 minutes. Package Options Choose Your Coverage From essential footwell lighting to a full cabin transformation — pick the kit that fits your needs. 4 PCS Footwell & Puddle LightsFront + Rear Most Popular 7 PCS Footwell · Door PanelsGlove Compartment 11 PCS Footwell · Door · GloveboxFront Trunk · Rear Trunk Footwell Door Glovebox Installation 3 Steps to a Transformed Cabin No professional installation needed. All you need is a small flat-head screwdriver. 1 Remove the Factory Light Use a flat-head screwdriver to gently pry out the original footwell light from its housing. No cutting or splicing required. 2 Plug In the Tesery LED Connect the Tesery LED unit directly to the existing socket. The plug-and-play connector ensures a secure, rattle-free fit. 3 Snap Into Place & Enjoy Press the unit firmly into the housing until it clicks. Power on your Tesla and enjoy your upgraded cabin ambiance instantly. Frequently Asked Questions Q1 Are these LED lights compatible with all Tesla models? A1 Yes — these are designed for Tesla Model 3, Model Y (all years), Model S (2012–2021), and Model X (2016–2021). Compatibility with other vehicle brands is not guaranteed. Q2 Do I need any special tools for installation? A2 No special tools needed. A small flat-head screwdriver is all that’s required to remove the factory light and install the Tesery LED unit. Q3 Will these LED lights drain my Tesla’s battery? A3 No. These lights are designed for ultra-low power consumption and will not have a meaningful impact on your Tesla’s battery or range. Q4 Can these LED lights be used in other cars? A4 They are specifically designed for Tesla models. Compatibility with other car brands is not guaranteed as the connector and housing dimensions are Tesla-specific. Q5 How many LED lights are included in the 4 PCS package? A5 The 4 PCS kit includes 2 pieces for the foot pedal position and 2 pieces for the front seat under position, covering all four footwell areas. ## Product type: Ambient Lighting ## Vendor: Tesery Official Store ## Tags: Shopify Collective, Tesery Official Store ## Price range: 37.99 - 79.99 USD ## Link: https://shop.water-services.us/products/tesery-footwell-puddle-glovebox-frunk-trunk-led-lights-for-model-3-y-s-x ## Compare-at price range: 49.99 - 49.99 USD ## Options - Please Select Style: Blue, White, Purple, Red - Option: Footwell/Puddle Light【4PCS】, 7 PCS Basic Set【Footwell/Door/Glovebox】, 11 PCS Full Set 【Footwell/Door/Glovebox/Frunk/Trunk】 ## Variants - Blue / Footwell/Puddle Light【4PCS】, SKU: TSL1907-B, Available: yes, Inventory: 0, Delivery profile: Shopify Collective - Blue / 7 PCS Basic Set【Footwell/Door/Glovebox】, SKU: TSL1907-B-7, Available: yes, Inventory: 27, Delivery profile: Shopify Collective - Blue / 11 PCS Full Set 【Footwell/Door/Glovebox/Frunk/Trunk】, SKU: TSL1907-B+TSL1907-B-7, Available: yes, Inventory: 0, Delivery profile: Shopify Collective - White / Footwell/Puddle Light【4PCS】, SKU: TSL1907-A, Available: yes, Inventory: 80, Delivery profile: Shopify Collective - White / 7 PCS Basic Set【Footwell/Door/Glovebox】, SKU: TSL1907-A-7, Available: yes, Inventory: 94, Delivery profile: Shopify Collective - White / 11 PCS Full Set 【Footwell/Door/Glovebox/Frunk/Trunk】, SKU: TSL1907-A+TSL1907-A-7, Available: yes, Inventory: 0, Delivery profile: Shopify Collective - Purple / Footwell/Puddle Light【4PCS】, SKU: TSL1907-C, Available: yes, Inventory: 639, Delivery profile: Shopify Collective - Purple / 7 PCS Basic Set【Footwell/Door/Glovebox】, SKU: TSL1907-C-7, Available: yes, Inventory: 652, Delivery profile: Shopify Collective - Purple / 11 PCS Full Set 【Footwell/Door/Glovebox/Frunk/Trunk】, SKU: TSL1907-C+TSL1907-C-7, Available: yes, Inventory: 0, Delivery profile: Shopify Collective - Red / Footwell/Puddle Light【4PCS】, SKU: TSL1907-D, Available: yes, Inventory: 0, Delivery profile: Shopify Collective - Red / 7 PCS Basic Set【Footwell/Door/Glovebox】, SKU: TSL1907-D-7, Available: yes, Inventory: 0, Delivery profile: Shopify Collective - Red / 11 PCS Full Set 【Footwell/Door/Glovebox/Frunk/Trunk】, SKU: TSL1907-D+TSL1907-D-7, Available: yes, Inventory: 0, Delivery profile: Shopify Collective ## Metafields - google_product_category: 3318 - badge:
- widget: - review_widget_data: {"number_of_reviews":0,"average_rating":"0.00","number_of_questions":0,"product_name":"TESERY Footwell / Puddle / Glovebox / Frunk / Trunk LED Lights for Model 3/Y/S/X","product_external_id":7420155920464,"product_coupons_enabled":true,"image_url":"https://cdn.shopify.com/s/files/1/0242/9940/5392/files/tesery-footwell-led-lights-for-model-3ysx-5527750.png?v=1788180461","histogram":[{"rating":5,"frequency":0,"percentage":0,"extra_class":null},{"rating":4,"frequency":0,"percentage":0,"extra_class":null},{"rating":3,"frequency":0,"percentage":0,"extra_class":null},{"rating":2,"frequency":0,"percentage":0,"extra_class":null},{"rating":1,"frequency":0,"percentage":0,"extra_class":null}],"review_keywords":null,"product_medals":[],"custom_form_filters_and_averages":null,"photo_gallery":null,"review_summary_text":"Be the first to write a review","ai_summary_text":"","sort_key":"created_at","multi_language_sorting_enabled":true,"metafield_updated_at":"2026-08-31T12:48:56Z","primary_language":"en","primary_language_reviews":[],"primary_language_pagination":{"total_pages":0,"current_page":1,"per_page":5},"other_language_reviews":[],"other_language_pagination":{"total_pages":0,"current_page":1,"per_page":3},"reviews":[]} - product_status: {"pending":12,"failed":0,"approved":0}