{"product_id":"tesla-y-juniper-3-highland-all-weather-ice-silk-seat-cover","title":"オールウェザーアイスシルククッション for Model Y Juniper \u0026 Model 3 Highland","description":"\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    --ambient-purple: #8b5cf6;\n    --ambient-pink: #ec4899;\n    --ambient-cyan: #06b6d4;\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 with ambient light effect *\/\n.hero-section {\n    position: relative;\n    text-align: center;\n    padding: 80px 0;\n    margin-bottom: 40px;\n    background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460);\n    color: white;\n    border-radius: 12px;\n    overflow: hidden;\n}\n\n.hero-section::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    background: linear-gradient(45deg,\n        rgba(139, 92, 246, 0.3) 0%,\n        rgba(236, 72, 153, 0.3) 25%,\n        rgba(6, 182, 212, 0.3) 50%,\n        rgba(34, 197, 94, 0.3) 75%,\n        rgba(251, 191, 36, 0.3) 100%);\n    animation: ambientGlow 4s linear infinite;\n}\n\n@keyframes ambientGlow {\n    0%, 100% { opacity: 0.3; }\n    50% { opacity: 0.6; }\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    position: relative;\n    z-index: 2;\n}\n\n.product-subtitle {\n    font-weight: 500;\n    color: white;\n    font-size: 1.3rem;\n    margin-bottom: 0;\n    text-shadow: 0 2px 3px rgba(0,0,0,0.5);\n    position: relative;\n    z-index: 2;\n}\n\n\/* Product Images Gallery *\/\n.product-gallery {\n    margin: 40px 0;\n    padding: 40px 0;\n    background: linear-gradient(135deg, #f8fafc, #e2e8f0);\n    border-radius: 12px;\n}\n\n.gallery-title {\n    text-align: center;\n    color: var(--tesla-blue);\n    font-size: 1.8rem;\n    font-weight: 600;\n    margin-bottom: 30px;\n}\n\n.image-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 25px;\n    padding: 0 20px;\n}\n\n.product-image {\n    width: 100%;\n    height: 200px;\n    object-fit: cover;\n    border-radius: 15px;\n    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);\n    transition: all 0.3s ease;\n    cursor: pointer;\n}\n\n.product-image:hover {\n    transform: translateY(-5px) scale(1.02);\n    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n}\n\n.image-caption {\n    text-align: center;\n    margin-top: 10px;\n    color: #666;\n    font-size: 0.9rem;\n    font-style: italic;\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: linear-gradient(90deg, var(--ambient-purple), var(--ambient-pink));\n    border-radius: 2px;\n}\n\n\/* Key Features Section *\/\n.features-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.features-grid {\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    border: 2px solid transparent;\n}\n\n.feature-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);\n    border-color: var(--ambient-purple);\n}\n\n.feature-icon {\n    font-size: 2.2rem;\n    margin-bottom: 20px;\n    display: inline-block;\n    background: linear-gradient(135deg, var(--ambient-purple), var(--ambient-pink));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\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\/* Installation Showcase *\/\n.installation-showcase {\n    margin: 40px 0;\n    padding: 40px;\n    background: white;\n    border-radius: 12px;\n    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n}\n\n.installation-images {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin-top: 30px;\n}\n\n.installation-step {\n    text-align: center;\n}\n\n.step-image {\n    width: 100%;\n    height: 180px;\n    object-fit: cover;\n    border-radius: 12px;\n    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);\n    margin-bottom: 15px;\n}\n\n.step-title {\n    font-weight: 600;\n    color: var(--tesla-dark);\n    margin-bottom: 8px;\n}\n\n.step-description {\n    color: #666;\n    font-size: 0.9rem;\n}\n\n\/* Tips section *\/\n.tips-section {\n    background: linear-gradient(135deg, #f8fafc, #e2e8f0);\n    border-radius: 12px;\n    padding: 40px;\n    margin: 40px 0;\n    border-left: 5px solid var(--ambient-purple);\n    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n}\n\n.tips-title {\n    color: var(--tesla-blue);\n    font-weight: 600;\n    font-size: 1.4rem;\n    margin-bottom: 20px;\n    display: flex;\n    align-items: center;\n}\n\n.tips-title::before {\n    content: \"💡\";\n    margin-right: 10px;\n    font-size: 1.5rem;\n}\n\n.tips-content {\n    color: #555;\n    font-size: 1.1rem;\n    line-height: 1.7;\n}\n\n\/* Specifications section *\/\n.specs-section {\n    background-color: var(--section-color-3);\n    border-radius: 12px;\n    padding: 40px;\n    margin: 3rem 0;\n    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n}\n\n.specs-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 25px;\n    margin-top: 30px;\n}\n\n.spec-item {\n    display: flex;\n    align-items: center;\n    background: white;\n    padding: 20px;\n    border-radius: 8px;\n    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);\n}\n\n.spec-icon {\n    font-size: 1.5rem;\n    margin-right: 15px;\n    color: var(--ambient-purple);\n    flex-shrink: 0;\n}\n\n.spec-content {\n    flex-grow: 1;\n}\n\n.spec-name {\n    font-weight: 600;\n    color: var(--tesla-dark);\n    margin: 0 0 5px 0;\n}\n\n.spec-value {\n    font-size: 0.95rem;\n    color: #555;\n    margin: 0;\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: linear-gradient(135deg, var(--tesla-blue), var(--tesla-light-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\/* CTA Button styling *\/\n.cta-section {\n    text-align: center;\n    margin: 3rem 0;\n    padding: 20px;\n}\n\n.brand-button {\n    background: linear-gradient(135deg, var(--ambient-purple), var(--ambient-pink));\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(139, 92, 246, 0.3);\n}\n\n.brand-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 20px rgba(139, 92, 246, 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    .features-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .specs-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .specs-section,\n    .tips-section,\n    .shipping-section,\n    .product-gallery,\n    .installation-showcase {\n        padding: 25px 20px;\n    }\n\n    .image-grid {\n        grid-template-columns: 1fr;\n        padding: 0 10px;\n    }\n\n    .installation-images {\n        grid-template-columns: 1fr;\n    }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"tesery-product-description-container\"\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch1 class=\"product-title\"\u003e全天候型アイスシルククッション\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eTesla Model Y Juniper \u0026amp; Model 3 Highland用\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-gallery\"\u003e\n\u003ch3 class=\"gallery-title\"\u003e製品ショーケース\u003c\/h3\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/All-weathericesilkcushionforTeslaModelYJuniper_Model3Highland_2.jpg?v=1749620713\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/All-weathericesilkcushionforTeslaModelYJuniper_Model3Highland_2.png?v=1749620713\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-container\"\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e主な特徴と利点\u003c\/h3\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✨\u003c\/span\u003e\n\u003ch4 class=\"feature-title\"\u003eオリジナルカー1:1カスタムフィット\u003c\/h4\u003e\n\u003cp class=\"feature-description\"\u003eオリジナル工場の金型を使用して精密に設計された1:1のカスタムフィット。滑り止めの粒状ベースにより、カーブや急停止時でもクッションがしっかりと固定されます。\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\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🌬️\u003c\/span\u003e\n\u003ch4 class=\"feature-title\"\u003e3D通気デザイン\u003c\/h4\u003e\n\u003cp class=\"feature-description\"\u003e背面には3Dクッションエア層があり、各柱状ラインがサポートを提供します。このオールシーズン対応のユニバーサルデザインは適切な通気を確保し、長時間のドライブでも蒸れを防ぎます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"installation-showcase\"\u003e\n\u003ch3 class=\"section-title\"\u003e簡単取り付け\u003c\/h3\u003e\n\u003ch4 class=\"feature-title\" style=\"text-align: center;\"\u003eフック＆プラムバックル固定\u003c\/h4\u003e\n\u003cdiv class=\"installation-images\"\u003e\n\u003cdiv class=\"installation-step\" style=\"text-align: center;\"\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/All-weathericesilkcushionforTeslaModelYJuniper_Model3Highland_1.png?v=1749620713\"\u003e\u003cbr\u003e\n\u003cdiv class=\"step-description\"\u003eフックとプラムバックルを使ってクッションをシートに固定するだけ。穴あけ不要で、簡単かつダメージなしでしっかり取り付けられます。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tips-section\"\u003e\n\u003ch4 class=\"tips-title\"\u003eお手入れとメンテナンスのヒント\u003c\/h4\u003e\n\u003cdiv class=\"tips-content\"\u003eアイスシルククッションを良好な状態に保つために、軽い汚れは湿った布で拭き取ることをお勧めします。より深い洗浄には、優しく手洗いしてください。生地の品質としわ防止機能を保つため、強い洗剤や洗濯機の使用は避けてください。\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch3 class=\"section-title\"\u003e製品仕様\u003c\/h3\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e📦\u003c\/span\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003ch4 class=\"spec-name\"\u003eパッケージ内容\u003c\/h4\u003e\n\u003cp class=\"spec-value\"\u003e1 x オールウェザーアイスシルククッション（ご希望の数量を選択してください）\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🔧\u003c\/span\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003ch4 class=\"spec-name\"\u003e取り付け方法\u003c\/h4\u003e\n\u003cp class=\"spec-value\"\u003eフック＆プラムバックル固定（非破壊）\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🏗️\u003c\/span\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003ch4 class=\"spec-name\"\u003e素材\u003c\/h4\u003e\n\u003cp class=\"spec-value\"\u003eプレミアムアイスシルク生地、滑り止め粒子ベース\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-icon\"\u003e📏\u003c\/span\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003ch4 class=\"spec-name\"\u003eデザイン特徴\u003c\/h4\u003e\n\u003cp class=\"spec-value\"\u003e1:1オリジナル型カスタマイズ、3D通気層、しわ防止\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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\u003eModel Y ジュニパー\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2025.03以降（予定）\u003c\/td\u003e\n\u003ctd\u003e✅ 完全対応\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eモデル3 ハイランド\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2023.10以降\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.10\u003c\/td\u003e\n\u003ctd\u003e✅ 完全対応\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✅ 完全対応\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eModel S \/ Model 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\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カスタムフィットのアイスシルククッションで運転の快適さを向上させましょう。追跡付きの迅速かつ安全な世界発送。違いを体験してください！\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-section\"\u003e\u003ca class=\"brand-button\" href=\"#\"\u003e今すぐ購入してドライブを快適に\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"選択してください \/ ブラック","offer_id":47411281330408,"sku":"","price":30800.0,"currency_code":"JPY","in_stock":true},{"title":"選択してください \/ ホワイト","offer_id":47411798343912,"sku":null,"price":30800.0,"currency_code":"JPY","in_stock":true},{"title":"モデルY ジュニパー 5シーター（2025.3-現在 | 7ピース） \/ ブラック","offer_id":47411281395944,"sku":"TSL2911-B","price":30800.0,"currency_code":"JPY","in_stock":true},{"title":"モデルY ジュニパー 5シーター（2025.3-現在 | 7ピース） \/ ホワイト","offer_id":47411798376680,"sku":"TSL2911-C","price":30800.0,"currency_code":"JPY","in_stock":true},{"title":"モデル3 ハイランド（2024-現在 | 7ピース） \/ ブラック","offer_id":47411281461480,"sku":"TSL2911","price":30800.0,"currency_code":"JPY","in_stock":true},{"title":"モデル3 ハイランド（2024-現在 | 7ピース） \/ ホワイト","offer_id":47411798409448,"sku":"TSL2911-A","price":30800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/all-weather-ice-silk-cushion-for-tesla-model-y-juniper-model-3-highland-298731.jpg?v=1749698361","url":"https:\/\/www.tesery.com\/ja-jp\/products\/tesla-y-juniper-3-highland-all-weather-ice-silk-seat-cover","provider":"Tesery Official Store","version":"1.0","type":"link"}