Description
.tesery-product-detail { font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, sans-serif; max-width: 1200px; margin: 0 auto; padding: 20px; color: #333; background: linear-gradient(180deg, #fafcff 0%, #f5f9ff 50%, #fafcff 100%); min-height: 100vh;}/* Module 1: Hero Section */.hero-section { text-align: center; padding: 60px 40px; background: #ffffff; border-radius: 12px; margin-bottom: 30px; box-shadow: 0 4px 20px rgba(0,0,0,0.08);}.hero-title { font-size: 36px; font-weight: 700; margin-bottom: 20px; color: #1e40af;}.hero-description { font-size: 18px; line-height: 1.6; margin-bottom: 40px; color: #555; max-width: 800px; margin-left: auto; margin-right: auto;}.hero-highlights { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; margin-bottom: 40px;}.highlight-badge { background: white; border: 2px solid #1e40af; border-radius: 50px; padding: 15px 30px; font-size: 16px; font-weight: 600; color: #1e40af; box-shadow: 0 4px 12px rgba(30, 64, 175, 0.2);}.video-container { position: relative; width: 100%; max-width: 980px; margin: 30px auto 0; padding-bottom: 55.1%; height: 0; overflow: hidden; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.15);}.video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; border-radius: 12px;}/* Module 2: Features Section */.features-section { padding: 20px 40px; margin-bottom: 30px;}.section-header { text-align: center; margin-bottom: 40px;}.section-title { font-size: 32px; font-weight: 700; margin-bottom: 15px; color: #1e40af; position: relative; display: inline-block; padding-bottom: 15px;}.section-title::after { content: ”; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 80px; height: 4px; background: #1e40af; border-radius: 2px;}.section-description { font-size: 16px; color: #666; max-width: 700px; margin: 20px auto 0; line-height: 1.6;}.feature-item { display: flex; align-items: center; gap: 40px; margin-bottom: 30px; background: #ffffff; border-radius: 12px; padding: 25px 30px; box-shadow: 0 4px 16px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;}.feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 24px rgba(0,0,0,0.15);}.feature-item:nth-child(odd) { flex-direction: row-reverse;}.feature-image { flex: 1; min-width: 0;}.feature-image img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 12px;}.feature-content { flex: 1; padding: 0 20px;}.feature-title { font-size: 24px; font-weight: 700; margin-bottom: 15px; color: #1e40af; position: relative; padding-bottom: 15px;}.feature-title::after { content: ”; position: absolute; left: 0; bottom: 0; width: 60px; height: 3px; background: #1e40af; border-radius: 2px;}.feature-description { font-size: 16px; line-height: 1.8; color: #666;}/* Module 3: Quality Section */.quality-section { padding: 60px 40px; margin: 30px 0; background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 50%, #eff6ff 100%); border-radius: 12px;}.quality-title { text-align: center; font-size: 32px; font-weight: 700; margin-bottom: 15px; color: #1e40af; position: relative; display: inline-block; padding-bottom: 15px; width: 100%;}.quality-title::after { content: ”; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 80px; height: 4px; background: #1e40af; border-radius: 2px;}.quality-description { text-align: center; font-size: 16px; color: #666; max-width: 700px; margin: 20px auto 40px; line-height: 1.6;}.quality-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px;}.quality-item { background: #ffffff; padding: 30px; border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.08); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease;}.quality-item:hover { transform: translateY(-5px); box-shadow: 0 8px 24px rgba(0,0,0,0.12);}.quality-item img { width: 100%; max-width: 280px; height: auto; margin-bottom: 20px; border-radius: 8px;}.quality-item h3 { font-size: 20px; font-weight: 700; margin-bottom: 15px; color: #1e40af;}.quality-item p { font-size: 14px; line-height: 1.6; color: #666;}/* Module 4: Specifications Section */.specs-section { padding: 40px 40px; background: #ffffff; border-radius: 12px; margin-bottom: 30px; box-shadow: 0 4px 20px rgba(0,0,0,0.08);}.specs-header { text-align: center; margin-bottom: 40px;}.specs-title { font-size: 32px; font-weight: 700; margin-bottom: 15px; color: #1e40af; position: relative; display: inline-block; padding-bottom: 15px;}.specs-title::after { content: ”; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 80px; height: 4px; background: #1e40af; border-radius: 2px;}.specs-description { font-size: 16px; color: #666; max-width: 700px; margin: 20px auto 0; line-height: 1.6;}.specs-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); gap: 30px;}.spec-table { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease;}.spec-table:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.1);}.spec-table h3 { background: linear-gradient(135deg, #64748b 0%, #475569 100%); color: white; padding: 20px 25px; margin: 0; font-size: 20px; font-weight: 700;}.spec-table table { width: 100%; border-collapse: collapse; background: white;}.spec-table tr { border-bottom: 1px solid #e2e8f0; transition: background-color 0.2s ease;}.spec-table tr:hover { background-color: #f8fafc;}.spec-table tr:last-child { border-bottom: none;}.spec-table td { padding: 16px 25px; font-size: 15px;}.spec-table td:first-child { font-weight: 600; color: #475569; width: 45%;}.spec-table td:last-child { color: #1e293b;}/* Module 5: FAQ Section */.faq-section { padding: 40px 40px; background: #ffffff; border-radius: 12px; margin-top: 30px; box-shadow: 0 4px 20px rgba(0,0,0,0.08);}.faq-header { text-align: center; margin-bottom: 40px;}.faq-title { font-size: 32px; font-weight: 700; margin-bottom: 15px; color: #1e40af; position: relative; display: inline-block; padding-bottom: 15px;}.faq-title::after { content: ”; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 80px; height: 4px; background: #1e40af; border-radius: 2px;}.faq-description { font-size: 16px; color: #666; max-width: 700px; margin: 20px auto 0; line-height: 1.6;}.faq-grid { display: flex; flex-direction: column; gap: 15px; max-width: 900px; margin: 0 auto;}.faq-item { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; transition: box-shadow 0.3s ease;}.faq-item:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1);}.faq-toggle { display: none;}.faq-question { font-size: 16px; font-weight: 700; padding: 20px 25px; color: #1a1a1a; cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; transition: background-color 0.3s ease;}.faq-question:hover { background-color: #eff6ff;}.faq-question::before { content: ‘Q: ‘; color: #1e40af; font-weight: 800; margin-right: 8px;}.faq-question::after { content: ‘+’; color: #1e40af; font-size: 24px; font-weight: 700; transition: transform 0.3s ease; flex-shrink: 0; margin-left: 10px;}.faq-toggle:checked + .faq-question::after { transform: rotate(45deg);}.faq-answer { font-size: 14px; line-height: 1.7; color: #555; padding: 0 25px; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease;}.faq-toggle:checked ~ .faq-answer { max-height: 500px; padding: 0 25px 20px 25px;}@media (max-width: 768px) { .hero-section { padding: 40px 20px; } .features-section { padding: 20px; } .quality-section { padding: 40px 20px; } .specs-section { padding: 30px 20px; } .faq-section { padding: 30px 20px; } .hero-title { font-size: 28px; } .feature-item, .feature-item:nth-child(odd) { flex-direction: column; } .specs-container { grid-template-columns: 1fr; } .hero-highlights { flex-direction: column; align-items: center; } .video-container { max-width: 100%; }}
All-Weather TPE Floor Mats for Model Y Standard (LHD)
Premium TPE floor mats with baby-grade eco-friendly materials and all-weather protection. Precision fit keeps your Tesla interior pristine.
🌱 Baby-Grade Eco TPE 💧 All-Weather Waterproof 🎯 Precision Fit Design
Why Choose Our TPE Floor Mats?
Experience unmatched protection and comfort with premium features designed specifically for your Tesla Model Y.
Customized Comfort for Every Drive
Floor mats designed specifically for Tesla Model Y Standard, providing perfect floor coverage while harmonizing seamlessly with your interior style.
Baby-Grade Eco-Friendly TPE Material
Formaldehyde-free, non-toxic, and odorless, creating a healthy and comfortable riding environment for you and your family.
All-Round & All-Weather Protection
3D raised edge design provides optimal protection year-round, keeping your interior clean in all seasons.
Simple Cleaning and Maintenance
Quick dirt removal with simple soap and water or hose rinse, easily restoring your floor mats to like-new condition.
No Jamming of Brakes and Accelerators
Precision-fit vehicle design ensures no interference with brake or accelerator operation, giving you worry-free driving.
Anti-Slip Backing Design
Effective anti-slip backing ensures mats stay firmly in place, preventing displacement when entering and exiting the vehicle.
Excellence in Quality and Details
Premium TPE material engineered for durability, protection, and long-lasting performance in all conditions.
🛡️ Scratch & Wear Resistant
TPE material offers excellent puncture resistance, easily withstanding daily scratches and wear.
💧 Waterproof & Leak-Proof
Waterproof performance keeps your feet dry in wet and rainy weather with complete barrier protection.
🔄 Excellent Flexibility
Outstanding flexibility allows mats to quickly return to their original shape without deformation.
Product Details
Complete specifications and versatile application scenarios for your Tesla Model Y floor mats.
📋 Product Specifications
| Compatible Model | Tesla Model Y Standard |
| Material | Baby-Grade Eco-Friendly TPE |
| Color | Black |
| Package Contents | 2 Front Pieces + 1 Rear Piece |
| Thickness | Approx. 5mm (Raised edges up to 40mm) |
| Weight | Approx. 3.5kg/set |
| Installation | Direct placement, no tools required |
🎯 Application Scenarios
| Rainy & Snowy Weather | Prevents rain and snow from entering |
| Outdoor Activities | Easy cleaning after hiking and camping |
| Pet Travel | Prevents pet paw prints and fur |
| Children Riding | Prevents food and beverage spills |
| Daily Commute | Maintains interior cleanliness |
| Long-Distance Travel | Provides comfortable foot feel |
| All-Season Use | Suitable for -40°C to 80°C |
Frequently Asked Questions
Find answers to common questions about our TPE floor mats for Tesla Model Y Standard.
Yes, this product is specifically designed for Model Y Standard, compatible with all versions from 2025-Present. Precision mold development ensures a perfect fit. Absolutely not. We use baby-grade eco-friendly TPE material that is non-toxic, odorless, and contains no formaldehyde or harmful substances. Ready to use right out of the box, no airing out required. No. The mat backing features hundreds of anti-slip nibs that firmly grip the original carpet. Combined with precision sizing that perfectly fits the interior space, the mats won’t shift even with frequent entry and exit. Cleaning is very simple! Daily maintenance can be done with a damp cloth. For heavier dirt, remove and rinse with water or soapy water, then air dry before continued use. TPE material doesn’t absorb water and dries quickly. No. Premium TPE material has excellent temperature adaptability and can be used normally in environments from -40°C to 80°C. Whether in cold winter or hot summer, the mats maintain good flexibility and shape. Not at all! This is a ready-to-use product. Simply remove the mats from the packaging and place them directly in the corresponding positions. The entire installation process takes less than 2 minutes.
Explore more from our collection.






Reviews
There are no reviews yet.