{"product_id":"tesla-model-3-highland-2024wheel-hub-center-caps","title":"Tesla Model 3 Highland (2024+) 18’’ Photon Jantlar için Göbek Kapakları – Dişli Tip | Tesery","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c!-- Main Container --\u003e\n\u003cstyle\u003e\n        \/* --- CSS Reset \u0026 Variables --- *\/\n        #tesla-hub-caps-product-wrapper {\n            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            width: 100%;\n            max-width: 100%;\n            margin: 0 auto;\n            background-color: #fff;\n            box-sizing: border-box;\n        }\n\n        #tesla-hub-caps-product-wrapper * {\n            box-sizing: border-box;\n        }\n\n        \/* --- Color Scheme --- *\/\n        #tesla-hub-caps-product-wrapper .accent-color {\n            color: #007BFF;\n        }\n      \n        \/* SEO Title Style *\/\n        .seo-product-title {\n            font-size: 2.2rem;\n            font-weight: 800;\n            text-align: center;\n            margin: 0 0 30px 0;\n            color: #111;\n            line-height: 1.2;\n            padding: 0 15px;\n        }\n\n        #tesla-hub-caps-product-wrapper h2 {\n            color: #007BFF;\n            font-weight: 700;\n            margin-bottom: 20px;\n            font-size: 2rem;\n            text-align: center;\n        }\n\n        #tesla-hub-caps-product-wrapper h3 {\n            color: #111;\n            font-size: 1.5rem;\n            margin-bottom: 10px;\n        }\n\n        \/* --- Top Visual Section (Image Only) --- *\/\n        .visual-header {\n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            margin-bottom: 40px;\n        }\n\n        .media-placeholder {\n            width: 100%;\n            background-color: #f0f2f5;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #666;\n            font-weight: 600;\n            font-size: 1.2rem;\n            border-radius: 12px;\n            border: 2px dashed #ddd;\n            position: relative;\n            overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .media-placeholder:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0,0,0,0.05);\n        }\n\n        \/* Aspect Ratios *\/\n        .img-ratio { aspect-ratio: 16 \/ 9; }\n\n        \/* --- Feature Sections (Alternating Layout) --- *\/\n        .feature-row {\n            display: flex;\n            align-items: center; \/* Center vertically *\/\n            width: 100%;\n            margin-bottom: 0; \n            overflow: hidden;\n            \/* Allow height to grow based on content, but minimum is controlled by image *\/\n        }\n\n        .feature-image-side {\n            width: 60%;\n            \/* 1:1 Aspect Ratio logic *\/\n            aspect-ratio: 1 \/ 1; \n            background-color: #f8f9fa;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #888;\n            font-size: 1.1rem;\n            border: 1px solid #eee; \n            border-radius: 12px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        \/* Placeholder style inside the container *\/\n        .feature-image-placeholder {\n            width: 100%;\n            height: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #eef1f5;\n            transition: all 0.4s ease;\n            text-align: center;\n            padding: 10px;\n        }\n\n        .feature-row:hover .feature-image-placeholder {\n            background: #e2e6eb;\n            transform: scale(1.02);\n        }\n\n        .feature-text-side {\n            width: 40%;\n            padding: 40px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: flex-start; \n            transition: transform 0.3s ease;\n        }\n\n        .feature-row:hover .feature-text-side {\n            transform: translateX(5px);\n        }\n      \n        \/* Alternating Order *\/\n        .feature-row.reverse {\n            flex-direction: row-reverse;\n        }\n\n        \/* Feature Typography *\/\n        .feature-title {\n            font-size: 1.8rem;\n            font-weight: 700;\n            color: #000;\n            margin: 0 0 10px 0;\n            line-height: 1.2;\n        }\n      \n        .feature-title span {\n            color: #007BFF;\n        }\n\n        .blue-divider {\n            width: 50px;\n            height: 3px;\n            background-color: #007BFF;\n            margin: 15px 0 20px 0;\n            border-radius: 2px;\n        }\n\n        .feature-desc {\n            font-size: 1rem;\n            color: #444;\n            max-width: 100%; \n        }\n\n        \/* --- Compatibility Section --- *\/\n        .compatibility-section {\n            background-color: #f9f9f9;\n            padding: 40px;\n            border-radius: 12px;\n            margin: 40px 0;\n            text-align: center;\n            border-left: 5px solid #007BFF;\n            transition: background-color 0.3s ease;\n        }\n\n        .compatibility-section:hover {\n            background-color: #f0f8ff;\n        }\n\n        .compat-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n            display: inline-block;\n            text-align: left;\n        }\n\n        .compat-item {\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n            display: flex;\n            align-items: center;\n        }\n\n        .compat-icon {\n            color: #007BFF;\n            font-weight: bold;\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n\n        \/* --- FAQ CSS (No Javascript Method) --- *\/\n        .shopify-faq-container {\n            max-width: 900px;\n            margin: 40px auto;\n        }\n        \n        .faq-tab {\n            position: relative;\n            margin-bottom: 1px;\n            width: 100%;\n            border-bottom: 1px solid #eee;\n        }\n\n        \/* Hide the checkbox *\/\n        .faq-tab input {\n            position: absolute;\n            opacity: 0;\n            z-index: -1;\n        }\n\n        \/* Label acts as the clickable header *\/\n        .faq-tab label {\n            position: relative;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px 0;\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #222;\n            cursor: pointer;\n            width: 100%;\n            transition: color 0.3s ease;\n            margin: 0; \/* Reset default label margin *\/\n        }\n\n        .faq-tab label:hover {\n            color: #007BFF;\n        }\n\n        \/* Icon styling *\/\n        .faq-tab label::after {\n            content: \"+\";\n            font-size: 1.5rem;\n            color: #007BFF;\n            font-weight: bold;\n            transition: transform 0.3s;\n        }\n\n        \/* Answer content area *\/\n        .faq-content {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.35s ease-out;\n            color: #555;\n            padding-right: 10px;\n        }\n\n        .faq-content p {\n            margin: 0 0 20px 0;\n            line-height: 1.6;\n        }\n\n        \/* --- Toggle Logic (CSS Only) --- *\/\n        .faq-tab input:checked ~ .faq-content {\n            max-height: 200px; \/* Limits height, adjust if text is very long *\/\n        }\n\n        .faq-tab input:checked ~ label::after {\n            transform: rotate(45deg);\n        }\n\n        .faq-tab input:checked ~ label {\n            color: #007BFF;\n        }\n\n        \/* --- Responsive Design (\u003c 768px) --- *\/\n        @media screen and (max-width: 768px) {\n            .seo-product-title {\n                font-size: 1.6rem;\n                margin-bottom: 20px;\n            }\n\n            .feature-row, .feature-row.reverse {\n                flex-direction: column;\n                height: auto;\n                margin-bottom: 30px;\n            }\n\n            .feature-image-side {\n                width: 100%;\n                \/* Maintain square aspect ratio on mobile *\/\n                aspect-ratio: 1 \/ 1; \n                border-radius: 12px 12px 0 0;\n            }\n\n            .feature-text-side {\n                width: 100%;\n                padding: 25px;\n                align-items: center;\n                text-align: center;\n                border: 1px solid #eee;\n                border-top: none;\n                border-radius: 0 0 12px 12px;\n            }\n\n            .blue-divider {\n                margin: 15px auto 20px auto; \n            }\n\n            #tesla-hub-caps-product-wrapper h2 {\n                font-size: 1.6rem;\n            }\n\n            .feature-title {\n                font-size: 1.4rem;\n            }\n            \n            .faq-tab label {\n                font-size: 1.1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv id=\"tesla-hub-caps-product-wrapper\"\u003e\n\u003c!-- SEO Title --\u003e\n\u003ch2 class=\"seo-product-title\"\u003eTesla Model 3 Highland (2024+) Yarım Çerçeve Göbek Kapakları | Mat Siyah \u0026amp; Su Geçirmez\u003c\/h2\u003e\n\u003c!-- Header Image Only (Video Removed) --\u003e\n\u003cdiv class=\"visual-header\"\u003e\n\u003cdiv class=\"media-placeholder img-ratio\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Hub_Center_Caps_for_Tesla_Model_3_Highland_2024_18_Photon_Wheels_Threaded_Style_2.jpg?v=1769657084\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003ePremium Mühendislik \u0026amp; Koruma\u003c\/h2\u003e\n\u003c!-- Feature 1: Left Image, Right Text --\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-image-side\"\u003e\n\u003cdiv class=\"feature-image-placeholder\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Tesla_Model_3_Highland_2024_Thread_pattern_Hub_Center_Caps.jpg?v=1769657476\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-text-side\"\u003e\n\u003ch3 class=\"feature-title\"\u003e\n\u003cspan\u003ePremium ABS\u003c\/span\u003e Yapı\u003c\/h3\u003e\n\u003cdiv class=\"blue-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eYüksek kaliteli, darbeye dayanıklı ABS plastikten üretilmiştir. Bu malzeme dayanıklılığı, ısı direnci ve günlük sürüş zorluklarına karşı çatlama veya solma olmadan dayanabilme yeteneği nedeniyle seçilmiştir.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Right Image, Left Text (Reverse) --\u003e\n\u003cdiv class=\"feature-row reverse\"\u003e\n\u003cdiv class=\"feature-image-side\"\u003e\n\u003cdiv class=\"feature-image-placeholder\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Hub_Center_Caps_for_Tesla_Model_3_Highland_2024_18_Photon_Wheels_Threaded_Style_3.jpg?v=1769658768\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-text-side\"\u003e\n\u003ch3 class=\"feature-title\"\u003eTemel \u003cspan\u003eÇizik \u0026amp; Aşınma\u003c\/span\u003e Koruması\u003c\/h3\u003e\n\u003cdiv class=\"blue-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eYarım jant tasarımı, göbeğinizin en savunmasız alanı için fedakar bir kalkan görevi görür. Kaldırım çiziklerini, taş çarpmalarını ve günlük aşınmayı pahalı orijinal jantlarınızın zarar görmesini önleyin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Left Image, Right Text --\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-image-side\"\u003e\n\u003cdiv class=\"feature-image-placeholder\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Tesla_Model_3_Highland_2024_Thread_pattern_Hub_Center_Caps_7.jpg?v=1769658799\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-text-side\"\u003e\n\u003ch3 class=\"feature-title\"\u003e\n\u003cspan\u003eDayanıklılık \u0026amp; Uzun Ömürlü \u003c\/span\u003ePerformans\u003c\/h3\u003e\n\u003cdiv class=\"blue-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eHer hava koşuluna uygun olarak üretilmiş bu jant merkez kapağı, aşırı yüksek ve düşük sıcaklıklara ve güneş kaynaklı yaşlanmaya karşı dayanıklıdır. Premium yüzey işlemi, uzun süreli dış mekan kullanımı ve düzenli araba yıkamaya rağmen \u003cstrong\u003esolma, çatlama, düşme yapmaz\u003c\/strong\u003e, uzun ömürlü güvenilir performans sağlar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Right Image, Left Text (Reverse) --\u003e\n\u003cdiv class=\"feature-row reverse\"\u003e\n\u003cdiv class=\"feature-image-side\"\u003e\n\u003cdiv class=\"feature-image-placeholder\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Tesla_Model_3_Highland_2024_Thread_pattern_Hub_Center_Caps_13.jpg?v=1769658817\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-text-side\"\u003e\n\u003ch3 class=\"feature-title\"\u003e\n\u003cspan\u003eDüşük Bakım\u003c\/span\u003e Tasarımı\u003c\/h3\u003e\n\u003cdiv class=\"blue-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003ePürüzsüz ABS yüzey fren tozunu ve yol kirini itmektedir. Temizliği zahmetsizdir—düzenli araba yıkamanız sırasında sadece silin, böylece yepyeni gibi görünürler.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Compatibility Section --\u003e\n\u003cdiv class=\"compatibility-section\"\u003e\n\u003ch2\u003eAraç Uyumluluğu\u003c\/h2\u003e\n\u003cul class=\"compat-list\"\u003e\n\u003cli class=\"compat-item\"\u003e\n\u003cspan class=\"compat-icon\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eMarka:\u003c\/strong\u003e Tesla\u003c\/li\u003e\n\u003cli class=\"compat-item\"\u003e\n\u003cspan class=\"compat-icon\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eModel:\u003c\/strong\u003e Model 3 Highland (Yenilenmiş Versiyon)\u003c\/li\u003e\n\u003cli class=\"compat-item\"\u003e\n\u003cspan class=\"compat-icon\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eYıl:\u003c\/strong\u003e 2024 ve sonrası\u003c\/li\u003e\n\u003cli class=\"compat-item\" style=\"color: #666; font-size: 0.95em; margin-top: 10px;\"\u003e\n\u003cspan class=\"compat-icon\" style=\"color: #dc3545;\"\u003e✕\u003c\/span\u003e \u003cem\u003eEski Model 3 versiyonları (2017-2023) veya Model Y ile uyumlu değildir.\u003c\/em\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section (Optimized for Shopify - No JS) --\u003e\n\u003cdiv class=\"shopify-faq-container\"\u003e\n\u003ch2\u003eSıkça Sorulan Sorular\u003c\/h2\u003e\n\u003cdiv class=\"faq-tab\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq-1\" name=\"faq-1\"\u003e \u003clabel for=\"faq-1\"\u003eBunları takmak için jantı çıkarmam gerekiyor mu?\u003c\/label\u003e\n\u003cdiv class=\"faq-content\"\u003e\n\u003cp\u003eKesinlikle hayır. Tak-çıkar tasarımı, arabanız park halindeyken tüm dört kapağı 2 dakikadan kısa sürede takmanızı sağlar. Kriko veya alet gerekmez.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-tab\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq-2\" name=\"faq-2\"\u003e \u003clabel for=\"faq-2\"\u003eBunlar otoyol hızlarında uçup gider mi?\u003c\/label\u003e\n\u003cdiv class=\"faq-content\"\u003e\n\u003cp\u003eHayır. Klipsler, otoyol hızlarına, tümseklere ve titreşimlere dayanacak güvenli bir tutuş sağlamak için yüksek gerilimli ABS plastikten tasarlanmıştır.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-tab\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq-3\" name=\"faq-3\"\u003e \u003clabel for=\"faq-3\"\u003e\"Orijinal Araba Siyahı\" Photon jantlarıyla uyumlu mu?\u003c\/label\u003e\n\u003cdiv class=\"faq-content\"\u003e\n\u003cp\u003eEvet, \"Orijinal Araba Siyahı\" yeni Model 3'te sunulan standart koyu tekerlek kaplamalarıyla kusursuz uyum sağlamak için renk eşleştirilmiştir.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-tab\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq-4\" name=\"faq-4\"\u003e \u003clabel for=\"faq-4\"\u003eJant koruyucularım takılıysa bunları kullanabilir miyim?\u003c\/label\u003e\n\u003cdiv class=\"faq-content\"\u003e\n\u003cp\u003eBu bir \"yarım jant\" \/ merkez kapak tasarımı olduğundan, genellikle alaşımın çok kenarında oturan dış jant koruyuculara (kaldırım çizik koruyucuları) müdahale etmez. Ancak, jant koruyucularınız olağanüstü kalınsa boşluğu kontrol edin lütfen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"Dişli Stil - Gizli Siyah","offer_id":48023997022440,"sku":"TCC003-UN","price":2340.0,"currency_code":"TRY","in_stock":true},{"title":"Dişli Stil - Siyah Logo","offer_id":48023997055208,"sku":"TCC003-WL","price":2340.0,"currency_code":"TRY","in_stock":true},{"title":"Somun Şekli - Gümüş Logo","offer_id":48023997087976,"sku":"TCC004-SI","price":2340.0,"currency_code":"TRY","in_stock":true},{"title":"Somun Şekli - Beyaz Logo","offer_id":48023997120744,"sku":"TCC004-WH","price":2340.0,"currency_code":"TRY","in_stock":true},{"title":"Dişli - Kırmızı T-Logo","offer_id":48023997153512,"sku":"TCC004-RD","price":2340.0,"currency_code":"TRY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/hub-center-caps-for-tesla-model-3-highland-2024-18-photon-wheels-threaded-style-tesery-3790911.png?v=1769714534","url":"https:\/\/tr.tesery.com\/products\/tesla-model-3-highland-2024wheel-hub-center-caps","provider":"Tesery Official Store","version":"1.0","type":"link"}