{"product_id":"flash-sale-model-y-oem-mud-flaps-splash-guards","title":"TESERY OEM マッドフラップ スプラッシュガード モデル3 ハイランド \/ モデルY ジュニパー用","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 マッドフラップ スプラッシュガード\u003c\/h2\u003e\n\u003cp class=\"product-subtitle\"\u003eテスラ Model 3 Highland \/ 新型 Model Y 用\u003c\/p\u003e\n\u003cp class=\"product-subtitle\"\u003e\u003cimg alt=\"TESERY OEM マッドフラップ スプラッシュガード Model 3 Highland \/ Y 用 - Tesery 公式ストア\" 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\"\u003e取り付けビデオガイド\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 20px; color: #444;\"\u003eこれらのマッドフラップをテスラに取り付けるのがどれほど簡単か、ステップバイステップのインストールガイドをご覧ください。\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\"\u003e主な特徴と利点\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\"\u003e精密なフィット感\u003c\/h4\u003e\n\u003cp class=\"feature-description\"\u003eModel 3 HighlandおよびModel Y専用設計で、Teslaの外装の輪郭に完璧にフィットします。\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\"\u003e優れた保護性能\u003c\/h4\u003e\n\u003cp class=\"feature-description\"\u003e路面のゴミや跳ね返りを最大98％ブロックし、車体下部と塗装を清潔かつ保護します。\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\"\u003e耐久性のある耐候性素材\u003c\/h4\u003e\n\u003cp class=\"feature-description\"\u003e高品質のPTE\/PP複合素材を使用し、紫外線、湿気、極端な温度に耐性があります。\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\"\u003e向上した道路安全性\u003c\/h4\u003e\n\u003cp class=\"feature-description\"\u003e路面の跳ね返りやゴミを減らし、視界を向上させ、車の外装の摩耗を軽減します。\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\"\u003e簡単取り付け\u003c\/h4\u003e\n\u003cp class=\"feature-description\"\u003e穴あけ不要 — 車両に簡単に取り付けられます。完璧なフィットを保証。\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\"\u003eあらゆる運転シナリオに最適\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\"\u003e毎日の通勤\u003c\/h4\u003e\n\u003cp class=\"use-case-desc\"\u003e過酷な天候条件でも車体下部と塗装を美しく保ちます。\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\"\u003e雨の日\u003c\/h4\u003e\n\u003cp class=\"use-case-desc\"\u003e5層の防水コーティングがホイールウェルの錆と腐食を防ぎます。\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\"\u003e冬の運転\u003c\/h4\u003e\n\u003cp class=\"use-case-desc\"\u003e滑り止めベースは、塩や氷の付着があっても密着したままです。\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\"\u003eお客様の声\u003c\/h3\u003e\n\u003cdiv class=\"testimonial-content\"\u003e\n\u003cdiv class=\"testimonial-stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003cp class=\"testimonial-text\"\u003e「このマッドフラップは画期的です！私のModel Yを路上の破片から完璧に守り、まるで純正品のように見えます。」\u003c\/p\u003e\n\u003cp class=\"testimonial-author\"\u003e- リンダ・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\"\u003e互換性\u003c\/h3\u003e\n\u003cp style=\"text-align: center; margin-bottom: 30px; color: #e82127; font-weight: 600;\"\u003e⚠️ 重要：ご購入前にお車の情報を必ずご確認ください\u003c\/p\u003e\n\u003cdiv class=\"table-container\"\u003e\n\u003ctable class=\"compatibility-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eテスラモデル\u003c\/th\u003e\n\u003cth\u003e年\u003c\/th\u003e\n\u003cth\u003e互換性\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eモデル3 ハイランド\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2024年以降\u003c\/td\u003e\n\u003ctd\u003e✅ 完全対応\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eモデルY\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2020-2024\u003c\/td\u003e\n\u003ctd\u003e✅ 完全対応\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✅ 完全対応\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel 3（ハイランド以前）\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2017-2023\u003c\/td\u003e\n\u003ctd\u003e❌ 非対応\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eモデルS\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eすべての年式\u003c\/td\u003e\n\u003ctd\u003e❌ 非対応\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eモデルX\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eすべての年式\u003c\/td\u003e\n\u003ctd\u003e❌ 非対応\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\"\u003eよくある質問\u003c\/h3\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4 class=\"faq-question\"\u003eこれはModel Y Performanceバリアントに適合しますか？\u003c\/h4\u003e\n\u003cp class=\"faq-answer\"\u003eはい、すべてのModel Yバリアント（2020年～2024年）およびModel Y Juniper（2025年～現在）に適合します。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4 class=\"faq-question\"\u003eマッドフラップは取り外して再利用できますか？\u003c\/h4\u003e\n\u003cp class=\"faq-answer\"\u003eはい、接着ベースは取り外し可能で再利用できます。慎重に剥がして必要に応じて再取り付けしてください。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4 class=\"faq-question\"\u003e取り付けはホイールのクリアランスに影響しますか？\u003c\/h4\u003e\n\u003cp class=\"faq-answer\"\u003eいいえ、デザインはすべての純正およびアフターマーケットホイールに対して3mmのクリアランスを維持しています。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch4 class=\"faq-question\"\u003e塗装に影響はありますか？\u003c\/h4\u003e\n\u003cp class=\"faq-answer\"\u003eいいえ、オリジナルの塗装仕上げに全くダメージを与えない、傷つかない接着剤を使用しています。\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\"\u003e配送情報\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 20px; color: #444;\"\u003eお客様の商品が完璧な状態で、取り付け準備が整った状態で届くよう、あらゆる努力をしています。\u003c\/p\u003e\n\u003cdiv class=\"shipping-highlight\"\u003e🚚 149ドル以上のご注文で世界中どこでも送料無料！\u003c\/div\u003e\n\u003cp style=\"margin-top: 20px; color: #666;\"\u003eご注文が149ドル以上の場合、世界中のどの都市へでも送料無料で発送いたします。お客様の満足が私たちの最優先事項です。\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":"選択してください","offer_id":48674227257576,"sku":null,"price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"Model Y 2020-2025.03 TPE スタイル 2","offer_id":48674227421416,"sku":"TSL2877-D","price":3300.0,"currency_code":"JPY","in_stock":true},{"title":"モデルY 2020-2025.03 TPEスタイル1","offer_id":48674227388648,"sku":"TSL2876-new-B","price":4300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/tesery-hidden-mud-flaps-splash-guards-for-model-3-highland-model-y-juniper-522017.jpg?v=1757472528","url":"https:\/\/www.tesery.com\/ja-jp\/products\/flash-sale-model-y-oem-mud-flaps-splash-guards","provider":"Tesery Official Store","version":"1.0","type":"link"}