{"product_id":"tesery-oem-mud-flaps-splash-guards-for-model-3-highland-model-y-juniper","title":"TESERY OEM Mud Flaps Splash Guards for Model 3 Highland \/ Model Y Juniper","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* === Premium Tesla Accessory Page Styling === *\/\n        :root {\n            --tesla-blue: #2c5e8a;\n            --tesla-light-blue: #3a7cb4;\n            --tesla-dark: #1c1c1c;\n            --tesla-light: #f8f9fa;\n            --tesla-accent: #e82127; \/* Tesla red accent *\/\n            --section-color-1: #ffffff;\n            --section-color-2: #ffffff;\n            --section-color-3: #ffffff;\n            --section-color-4: #ffffff;\n            --body-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            --heading-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n        }\n        \n        \/* Base styling *\/\n        .tesery-product-description-container {\n            font-family: var(--body-font);\n            color: #333;\n            line-height: 1.6;\n            background-color: #ffffff;\n            max-width: 1200px;\n            margin: 0 auto; \n            padding: 0;\n        }\n        \n        \/* Hero section *\/\n        .hero-section {\n            position: relative;\n            text-align: center;\n            padding: 60px 0;\n            margin-bottom: 40px;\n            background: linear-gradient(135deg, var(--tesla-blue), var(--tesla-light-blue));\n            color: white;\n            border-radius: 12px;\n        }\n        \n        .product-title {\n            color: white;\n            font-family: var(--heading-font);\n            font-weight: 700;\n            font-size: 2.8rem;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.5);\n            margin-bottom: 15px;\n        }\n        \n        .product-subtitle {\n            font-weight: 500;\n            color: white;\n            font-size: 1.2rem;\n            margin-bottom: 0;\n            text-shadow: 0 2px 3px rgba(0,0,0,0.5);\n        }\n        \n        \/* Pain point section *\/\n        .pain-point-section {\n            background: linear-gradient(135deg, #ff6b6b, #ee5a52);\n            color: white;\n            padding: 30px;\n            border-radius: 12px;\n            margin: 40px 0;\n            text-align: center;\n            box-shadow: 0 8px 30px rgba(238, 90, 82, 0.3);\n        }\n        \n        .pain-point-text {\n            font-size: 1.3rem;\n            font-weight: 600;\n            margin: 0;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n        }\n        \n        \/* Content container *\/\n        .content-container {\n            padding: 0 24px;\n        }\n        \n        \/* Section styling *\/\n        .section-title {\n            color: var(--tesla-blue);\n            text-align: center;\n            margin: 2.5rem 0 1.5rem;\n            font-family: var(--heading-font);\n            font-weight: 600;\n            font-size: 1.8rem;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        \n        .section-title::after {\n            content: \"\";\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 3px;\n            background: var(--tesla-blue);\n            border-radius: 2px;\n        }\n        \n        \/* Feature grid styling *\/\n        .feature-section {\n            padding: 50px 0;\n            background-color: var(--section-color-1);\n            border-radius: 12px;\n            margin-bottom: 40px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n        }\n        \n        .feature-list {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 30px;\n            margin: 2.5rem 0;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);\n            overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n            text-align: center;\n            padding: 30px 20px;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);\n        }\n        \n        .feature-icon {\n            font-size: 2.2rem;\n            color: var(--tesla-blue);\n            margin-bottom: 20px;\n            display: inline-block;\n        }\n        \n        .feature-title {\n            color: var(--tesla-dark);\n            font-weight: 600;\n            font-size: 1.2rem;\n            margin: 0 0 12px;\n        }\n        \n        .feature-description {\n            color: #555;\n            font-size: 0.95rem;\n            margin: 0;\n        }\n        \n        \/* Video section *\/\n        .video-section {\n            background-color: var(--section-color-2);\n            border-radius: 12px;\n            padding: 40px;\n            margin: 3rem 0;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            text-align: center;\n        }\n        \n        .video-container {\n            position: relative;\n            width: 100%;\n            max-width: 800px;\n            margin: 30px auto 0;\n            padding-bottom: 56.25%; \/* 16:9 aspect ratio *\/\n            height: 0;\n            overflow: hidden;\n            border-radius: 12px;\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);\n        }\n        \n        .video-container iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            border: 0;\n            border-radius: 12px;\n        }\n        \n        \/* Use cases section *\/\n        .use-cases-section {\n            padding: 40px 0;\n            margin: 40px 0;\n        }\n        \n        .use-cases-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 25px;\n            margin-top: 30px;\n        }\n        \n        .use-case-card {\n            background: white;\n            border-radius: 12px;\n            padding: 30px 25px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            text-align: center;\n            transition: transform 0.3s ease;\n        }\n        \n        .use-case-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .use-case-icon {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            display: block;\n        }\n        \n        .use-case-title {\n            color: var(--tesla-dark);\n            font-weight: 600;\n            font-size: 1.1rem;\n            margin-bottom: 15px;\n        }\n        \n        .use-case-desc {\n            color: #555;\n            font-size: 0.95rem;\n            margin: 0;\n        }\n        \n        \/* Testimonial section *\/\n        .testimonial-section {\n            background: linear-gradient(135deg, #f8f9fa, #e9ecef);\n            border-radius: 12px;\n            padding: 40px;\n            margin: 40px 0;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n        }\n        \n        .testimonial-content {\n            max-width: 600px;\n            margin: 0 auto;\n        }\n        \n        .testimonial-stars {\n            color: #ffc107;\n            font-size: 1.5rem;\n            margin-bottom: 20px;\n        }\n        \n        .testimonial-text {\n            font-size: 1.2rem;\n            color: var(--tesla-dark);\n            font-style: italic;\n            margin-bottom: 20px;\n            line-height: 1.6;\n        }\n        \n        .testimonial-author {\n            font-weight: 600;\n            color: var(--tesla-blue);\n            font-size: 1.1rem;\n        }\n        \n        \/* Compatibility section *\/\n        .compatibility-section {\n            padding: 40px 0;\n            margin: 40px 0;\n        }\n        \n        .table-container {\n            margin-top: 30px;\n            overflow-x: auto;\n        }\n        \n        .compatibility-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n        }\n        \n        .compatibility-table th,\n        .compatibility-table td {\n            padding: 15px 20px;\n            text-align: left;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .compatibility-table th {\n            background-color: var(--tesla-blue);\n            color: white;\n            font-weight: 600;\n        }\n        \n        .compatibility-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n        \n        .compatibility-table tr:hover {\n            background-color: #f1f8ff;\n        }\n        \n        \/* FAQ styling *\/\n        .faq-section {\n            margin: 3rem 0;\n            background-color: var(--section-color-4);\n            padding: 40px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n        }\n        \n        .faq-item {\n            margin-bottom: 15px;\n            border-radius: 8px;\n            background: white;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);\n            overflow: hidden;\n            border: 1px solid #f0f0f0;\n        }\n        \n        .faq-question {\n            color: var(--tesla-dark);\n            font-weight: 600;\n            padding: 20px;\n            margin: 0;\n            border-bottom: 1px solid #f0f0f0;\n            position: relative;\n        }\n        \n        .faq-question::before {\n            content: \"Q:\";\n            color: var(--tesla-blue);\n            font-weight: 700;\n            margin-right: 8px;\n        }\n        \n        .faq-answer {\n            color: #555;\n            padding: 15px 20px 20px;\n            margin: 0;\n        }\n        \n        .faq-answer::before { \n            content: \"A:\";\n            color: var(--tesla-accent);\n            font-weight: 700;\n            margin-right: 8px;\n        }\n        \n        \/* CTA Button styling *\/\n        .cta-section {\n            text-align: center;\n            margin: 3rem 0;\n            padding: 20px;\n        }\n        \n        .brand-button {\n            background: var(--tesla-blue);\n            color: white !important;\n            padding: 16px 32px;\n            border-radius: 50px;\n            font-weight: 600;\n            text-transform: uppercase;\n            transition: all 0.3s;\n            border: none;\n            cursor: pointer;\n            display: inline-block;\n            text-decoration: none;\n            font-size: 1rem;\n            letter-spacing: 0.5px;\n            box-shadow: 0 5px 15px rgba(44, 94, 138, 0.3);\n        }\n        \n        .brand-button:hover {\n            background: var(--tesla-light-blue);\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px rgba(44, 94, 138, 0.4);\n        }\n        \n        \/* Shipping section *\/\n        .shipping-section {\n            background-color: var(--section-color-4);\n            border-radius: 12px;\n            padding: 40px;\n            margin: 3rem 0;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            text-align: center;\n        }\n        \n        .shipping-highlight {\n            background: linear-gradient(135deg, var(--tesla-blue), var(--tesla-light-blue));\n            color: white;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n        \n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .feature-list {\n                grid-template-columns: 1fr;\n            }\n            \n            .use-cases-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .video-section,\n            .testimonial-section,\n            .faq-section,\n            .shipping-section {\n                padding: 25px 20px;\n            }\n            \n            .pain-point-text {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"tesery-product-description-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch2 class=\"product-title\"\u003eTESERY OEM Mud Flaps Splash Guards\u003c\/h2\u003e\n\u003cp class=\"product-subtitle\"\u003efor Tesla Model 3 Highland \/ New Model Y\u003c\/p\u003e\n\u003cp class=\"product-subtitle\"\u003e\u003cimg alt=\"TESERY OEM Mud Flaps Splash Guards for Model 3 Highland \/ Y - Tesery Official Store\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/tesery-oem-mud-flaps-splash-guards-for-model-3-highland-y-124884.jpg?v=1745484367\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-container\"\u003e\n\u003c!-- Pain Point Section --\u003e\u003c!-- Installation Video Section --\u003e\n\u003cdiv class=\"video-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eInstallation Video Guide\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 20px; color: #444;\"\u003eWatch our step-by-step installation guide to see how easy it is to install these mud flaps on your Tesla.\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe title=\"TESERY Mud Flaps Installation Guide\" src=\"https:\/\/www.youtube.com\/embed\/FsfRskwla24\"\u003e\n                    \u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Core Features --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eCore Features \u0026amp; Benefits\u003c\/h3\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🎯\u003c\/span\u003e\n\u003ch4 class=\"feature-title\"\u003ePrecision Fitment\u003c\/h4\u003e\n\u003cp class=\"feature-description\"\u003eCustom-designed for Model 3 Highland and Model Y, ensuring a perfect match with your Tesla's exterior contours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🛡️\u003c\/span\u003e\n\u003ch4 class=\"feature-title\"\u003eSuperior Protection\u003c\/h4\u003e\n\u003cp class=\"feature-description\"\u003eBlocks up to 98% of road debris and splash, keeping your underbody and paint clean and protected.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e💪\u003c\/span\u003e\n\u003ch4 class=\"feature-title\"\u003eDurable, Weather-Resistant Materials\u003c\/h4\u003e\n\u003cp class=\"feature-description\"\u003eMade from high-quality PTE\/PP composite, resistant to UV rays, moisture, and extreme temperatures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🚗\u003c\/span\u003e\n\u003ch4 class=\"feature-title\"\u003eImproved Road Safety\u003c\/h4\u003e\n\u003cp class=\"feature-description\"\u003eReduces road splash and debris, enhancing visibility and reducing wear on your car's exterior.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔧\u003c\/span\u003e\n\u003ch4 class=\"feature-title\"\u003eEffortless Installation\u003c\/h4\u003e\n\u003cp class=\"feature-description\"\u003eNo drilling required — simply attach to your vehicle. Guaranteed perfect fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Use Cases Section --\u003e\n\u003cdiv class=\"use-cases-section\"\u003e\n\u003ch3 class=\"section-title\"\u003ePerfect for Every Driving Scenario\u003c\/h3\u003e\n\u003cdiv class=\"use-cases-grid\"\u003e\n\u003cdiv class=\"use-case-card\"\u003e\n\u003cspan class=\"use-case-icon\"\u003e🚗\u003c\/span\u003e\n\u003ch4 class=\"use-case-title\"\u003eDaily Commuting\u003c\/h4\u003e\n\u003cp class=\"use-case-desc\"\u003eKeeps underbody and paint pristine even in harsh weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-case-card\"\u003e\n\u003cspan class=\"use-case-icon\"\u003e🌧️\u003c\/span\u003e\n\u003ch4 class=\"use-case-title\"\u003eRainy Days\u003c\/h4\u003e\n\u003cp class=\"use-case-desc\"\u003e5-layer waterproof coating prevents rust and corrosion on wheel wells.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-case-card\"\u003e\n\u003cspan class=\"use-case-icon\"\u003e❄️\u003c\/span\u003e\n\u003ch4 class=\"use-case-title\"\u003eWinter Driving\u003c\/h4\u003e\n\u003cp class=\"use-case-desc\"\u003eNon-slip base stays bonded even with salt and ice buildup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Testimonial Section --\u003e\n\u003cdiv class=\"testimonial-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eWhat Our Customers Say\u003c\/h3\u003e\n\u003cdiv class=\"testimonial-content\"\u003e\n\u003cdiv class=\"testimonial-stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003cp class=\"testimonial-text\"\u003e\"These mud flaps are a game-changer! They perfectly protect my Model Y from road debris and look factory-finished.\"\u003c\/p\u003e\n\u003cp class=\"testimonial-author\"\u003e- Linda J.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Compatibility Section --\u003e\n\u003cdiv class=\"compatibility-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eCompatibility\u003c\/h3\u003e\n\u003cp style=\"text-align: center; margin-bottom: 30px; color: #e82127; font-weight: 600;\"\u003e⚠️ Important: Please check your car information before purchase\u003c\/p\u003e\n\u003cdiv class=\"table-container\"\u003e\n\u003ctable class=\"compatibility-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eTesla Model\u003c\/th\u003e\n\u003cth\u003eYear\u003c\/th\u003e\n\u003cth\u003eCompatibility\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel 3 Highland\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2024+\u003c\/td\u003e\n\u003ctd\u003e✅ Fully Compatible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel Y\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2020-2024\u003c\/td\u003e\n\u003ctd\u003e✅ Fully Compatible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel Y Juniper\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2025+\u003c\/td\u003e\n\u003ctd\u003e✅ Fully Compatible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel 3 (Pre-Highland)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2017-2023\u003c\/td\u003e\n\u003ctd\u003e❌ Not Compatible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel S\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Years\u003c\/td\u003e\n\u003ctd\u003e❌ Not Compatible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel X\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Years\u003c\/td\u003e\n\u003ctd\u003e❌ Not Compatible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4 class=\"faq-question\"\u003eDoes this fit Model Y Performance variants?\u003c\/h4\u003e\n\u003cp class=\"faq-answer\"\u003eYes, fits all Model Y variants (2020–2024) and Model Y Juniper (2025–Present).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4 class=\"faq-question\"\u003eCan I remove and reuse the flaps?\u003c\/h4\u003e\n\u003cp class=\"faq-answer\"\u003eYes, the adhesive base is removable and reusable. Simply peel off carefully and reinstall as needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4 class=\"faq-question\"\u003eDoes installation affect wheel clearance?\u003c\/h4\u003e\n\u003cp class=\"faq-answer\"\u003eNo, the design maintains 3mm of clearance for all stock and aftermarket wheels.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4 class=\"faq-question\"\u003eDoes it affect paintwork?\u003c\/h4\u003e\n\u003cp class=\"faq-answer\"\u003eNo, uses non-scratch adhesive that ensures zero damage to your original paint finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Shipping Section --\u003e\n\u003cdiv class=\"shipping-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eShipping Information\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 20px; color: #444;\"\u003eAll efforts are made to ensure your item gets to you in perfect condition and ready for installation.\u003c\/p\u003e\n\u003cdiv class=\"shipping-highlight\"\u003e🚚 FREE WORLDWIDE SHIPPING on orders $149 or more!\u003c\/div\u003e\n\u003cp style=\"margin-top: 20px; color: #666;\"\u003eWhen you pay $149 or more for your order, we ship it for free to any city in the world. Your satisfaction is our priority.\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CTA Section --\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"Please Select","offer_id":47661216825484,"sku":"sku-47031862395112","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Model Y Juniper 2025+ TPE+PP","offer_id":47661216858252,"sku":"TSL2877-F","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024+ TPE","offer_id":47661216891020,"sku":"TSL2876-new-A","price":22.99,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.03 TPE Style 1","offer_id":47661216923788,"sku":"TSL2876-new-B","price":22.99,"currency_code":"USD","in_stock":true},{"title":"Model Y 2020-2025.03 TPE Style 2","offer_id":47661216956556,"sku":"TSL2877-D","price":22.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0577\/5858\/0876\/files\/tesery-hidden-mud-flaps-splash-guards-for-model-3-highland-model-y-juniper-7931422.jpg?v=1776424896","url":"https:\/\/gobekusa.com\/products\/tesery-oem-mud-flaps-splash-guards-for-model-3-highland-model-y-juniper","provider":"GobekUSA","version":"1.0","type":"link"}