انتقل إلى المحتوى

سلتي

Launch DBScar 7 Universal Arıza Tespit Cihazı / Orjinal

لا توجد تقييمات بعد
| رمز المنتج: OTO0402 | |
WhatsApp Facebook

Launch DBSCAR 7, araç elektronik sistemlerine kablosuz bağlanan kompakt ve güçlü bir arıza tespit cihazıdır. Tüm teşhis işlemlerini akıllı telefonunuz veya tabletinizle yapabilirsiniz.


Arıza Kodu Okuma/Silme

Servis Sıfırlama

40+ Fonksiyon

Cihaz, 1 Yıllık Tam Sürüm Lisans ile birlikte gelmektedir.

18.618,90 ₺ 23.583,90 ₺
متوفر
يحتوي هذا المنتج على خصم %21.
4.965,00 ₺ توفير
اسألنا عبر واتساب احصل على رد سريع ومعلومات السعر والمخزون
هل لديك سؤال حول هذا المنتج؟ اسأل سؤالك وسنجيب في أقرب وقت ممكن.
رضا العملاء أنتم أولويتنا
دفع آمن 3D Secure / SSL
شحن في نفس اليوم توصيل سريع
دعم 24/7 دائماً بجانبكم






Launch DBScar 7 | Profesyonel Arıza Tespit Çözümü /* Fonts */ @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap'); /* Combined CSS Variables */ :root { /* Hero Section Variables (Original) - Updated Red Tones to match Launch Logo */ --primary-red-hero: #E60000; /* Launch Kırmızısı */ --secondary-red-hero: #B30000; /* Daha koyu Launch Kırmızısı */ --light-red-hero: #FF3333; /* Açık/Parlak Launch Kırmızısı */ --dark-gray-hero: #222; --light-gray-hero: #f4f4f4; --white-hero: #fff; --black-hero: #000; /* Gallery Section Variables (From Feedback) - Standardized to Hero Reds */ --primary-red: var(--primary-red-hero); --neon-red: var(--light-red-hero); --dark-red: var(--secondary-red-hero); --neon-glow: 0 0 15px rgba(var(--neon-red-rgb), 0.85), 0 0 30px rgba(var(--neon-red-rgb), 0.5); --dark-bg: transparent; --darker-bg: transparent; -Q-light-text: #333333; --gray-text: #555555; /* Helpers for rgba - Updated to match Launch Logo Reds */ --darker-bg-rgb: 34, 40, 49; --neon-red-rgb: 255, 51, 51; /* Corresponds to --light-red-hero (#FF3333) */ --primary-red-rgb: 230, 0, 0; /* Corresponds to --primary-red-hero (#E60000) */ } /* Global Reset */ #dbscar7-product-page * { margin: 0; padding: 0; box-sizing: border-box; } #dbscar7-product-page { font-family: 'Outfit', sans-serif; line-height: 1.6; color: var(--dark-gray-hero); overflow-x: hidden; background-color: var(--white-hero); } #dbscar7-product-page .font-medium { font-size: medium; } #dbscar7-product-page .center-text { text-align: center; } #dbscar7-product-page .red-text { color: #ff0000; } /* --- Hero Section Styles --- */ #dbscar7-product-page .tech-font { font-family: 'Outfit', sans-serif; } #dbscar7-product-page .hero { position: relative; height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-direction: column; padding: 0 10px; z-index: 10; border-radius: 25px; margin: 20px; min-height: 100vh; border: 1px solid #ddd; } #dbscar7-product-page .hero-logo { position: relative; z-index: 4; margin-bottom: 12px; opacity: 0; animation: fadeInLogo 1s ease forwards 0.1s; max-width: 180px; height: auto; } @keyframes fadeInLogo { to { opacity: 1; } } #dbscar7-product-page .hero-content { position: relative; z-index: 3; text-align: center; padding: 10px 12px; color: var(--dark-gray-hero); max-width: 1200px; width: 100%; display: flex; flex-direction: column; align-items: center; margin-bottom: 60px; } #dbscar7-product-page .hero h1 { font-size: 3.8rem; font-weight: 700; margin-bottom: 3px; text-transform: uppercase; letter-spacing: 3px; color: var(--dark-gray-hero); text-shadow: 0 0 15px rgba(var(--dark-gray-hero), 0.3), 0 0 5px rgba(var(--dark-gray-hero), 0.2); position: relative; display: inline-block; padding-bottom: 8px; padding-left: 30px; padding-right: 30px; } #dbscar7-product-page .hero h1::before, #dbscar7-product-page .hero h1::after { content: ''; position: absolute; width: 18px; height: 18px; border-color: var(--primary-red-hero); border-style: solid; opacity: 0; animation: fadeInBrackets 0.5s ease forwards 0.8s; } #dbscar7-product-page .hero h1::before { top: 0; left: 0; border-width: 4px 0 0 4px; } #dbscar7-product-page .hero h1::after { bottom: 0; right: 0; border-width: 0 4px 4px 0; } @keyframes fadeInBrackets { to { opacity: 0.8; } } #dbscar7-product-page .hero-content > * { opacity: 0; transform: translateY(20px); animation: fadeInUp 0.8s ease forwards; } #dbscar7-product-page .hero-content h1 { animation-delay: 0.2s; } #dbscar7-product-page .hero-content .hero-subtitle { animation-delay: 0.4s; } #dbscar7-product-page .hero-content .feature-icons { animation-delay: 0.6s; } #dbscar7-product-page .hero-content .cta-button { animation-delay: 0.8s; } @keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } } #dbscar7-product-page .hero-subtitle { font-size: 1.4rem; margin-bottom: 5px; font-weight: 300; text-shadow: 0 0 10px rgba(var(--dark-gray-hero), 0.2); } #dbscar7-product-page .feature-icons { display: flex; justify-content: center; align-items: flex-start; margin: 5px auto; gap: 40px; width: 100%; max-width: 900px; } #dbscar7-product-page .feature-icon { display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.3s ease; width: 140px; } #dbscar7-product-page .feature-icon:hover { transform: translateY(-5px); } #dbscar7-product-page .feature-icon i { color: var(--primary-red-hero); font-size: 2.3rem; margin-bottom: 15px; background-color: rgba(255, 255, 255, 0.1); width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.2); transition: all 0.3s ease; } #dbscar7-product-page .feature-icon:hover i { background-color: var(--primary-red-hero); color: var(--white-hero); box-shadow: 0 5px 15px rgba(230, 0, 0, 0.4); } #dbscar7-product-page .feature-icon span { color: var(--dark-gray-hero); font-size: 0.9rem; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; text-align: center; width: 100%; } #dbscar7-product-page .cta-button { display: inline-block; background: linear-gradient(45deg, var(--primary-red-hero), var(--light-red-hero)); color: var(--white-hero); padding: 10px 20px; min-width: 180px; text-align: center; font-size: 0.95rem; font-weight: 600; text-decoration: none; border-radius: 50px; margin-top: 15px; transition: all 0.3s ease; border: none; text-transform: uppercase; letter-spacing: 1.5px; box-shadow: 0 4px 12px rgba(230, 0, 0, 0.4), 0 0 10px rgba(230, 0, 0, 0.2); position: relative; overflow: hidden; z-index: 1; animation: pulseGlow 2.5s infinite ease-in-out; } @keyframes pulseGlow { 0% { box-shadow: 0 4px 12px rgba(230, 0, 0, 0.4), 0 0 10px rgba(230, 0, 0, 0.2); } 50% { box-shadow: 0 6px 18px rgba(230, 0, 0, 0.6), 0 0 20px rgba(255, 51, 51, 0.4); } 100% { box-shadow: 0 4px 12px rgba(230, 0, 0, 0.4), 0 0 10px rgba(230, 0, 0, 0.2); } } #dbscar7-product-page .cta-button i { margin-right: 8px; font-size: 1rem; } #dbscar7-product-page .cta-button::before { content: ''; position: absolute; top: 0; left: -75%; width: 50%; height: 100%; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%); transform: skewX(-25deg); transition: left 0.6s ease; z-index: 2; } #dbscar7-product-page .cta-button:hover::before { left: 125%; } #dbscar7-product-page .cta-button:hover { background: linear-gradient(45deg, var(--secondary-red-hero), var(--primary-red-hero)); color: var(--white-hero); transform: translateY(-3px) scale(1.03); box-shadow: 0 6px 18px rgba(230, 0, 0, 0.6); } #dbscar7-product-page .cta-buttons-container { display: flex; justify-content: center; gap: 20px; margin-top: 15px; width: 100%; } #dbscar7-product-page .mobile-cta-container { display: none; } #dbscar7-product-page .scroll-indicator { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); color: var(--dark-gray-hero); animation: bounce 2s infinite; font-size: 1.5rem; z-index: 5; text-shadow: 0 0 10px rgba(var(--dark-gray-hero), 0.3); } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0) translateX(-50%); } 40% { transform: translateY(-20px) translateX(-50%); } 60% { transform: translateY(-10px) translateX(-50%); } } /* --- Pricing Info Section --- */ #dbscar7-product-page .pricing-info-section { padding: 60px 20px; text-align: center; background-color: #fff; } #dbscar7-product-page .pricing-title { font-size: 2.5rem; font-weight: 700; color: #E60000; margin-bottom: 15px; position: relative; display: inline-block; } #dbscar7-product-page .pricing-title::after { content: ''; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%); width: 60%; height: 3px; background-color: #E60000; } #dbscar7-product-page .pricing-content { display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: 40px; flex-wrap: wrap; } #dbscar7-product-page .pricing-features { display: flex; gap: 40px; } #dbscar7-product-page .pricing-feature-item { display: flex; flex-direction: column; align-items: center; gap: 10px; } #dbscar7-product-page .pricing-feature-item i { font-size: 2.5rem; color: #28a745; background-color: #eaf6ec; width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; } #dbscar7-product-page .pricing-feature-item span { font-weight: 600; color: #555; } #dbscar7-product-page .pricing-notice { background-color: #fffbe6; border: 1px solid #ffe58f; border-radius: 8px; padding: 20px; display: flex; align-items: center; gap: 15px; max-width: 400px; } #dbscar7-product-page .pricing-notice i { color: #f0ad4e; font-size: 1.5rem; } #dbscar7-product-page .pricing-notice p { text-align: left; margin: 0; color: #856404; } #dbscar7-product-page .whatsapp-contact-btn { display: inline-flex; align-items: center; justify-content: center; margin-top: 40px; padding: 15px 30px; background-color: #25D366; color: #fff; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: 1.2rem; box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4); transition: all 0.3s ease; } #dbscar7-product-page .whatsapp-contact-btn:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5); } #dbscar7-product-page .whatsapp-contact-btn i { margin-right: 10px; font-size: 1.5rem; } /* --- Gallery Section Styles --- */ #dbscar7-product-page .gallery-section { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding: 80px 20px; border-radius: 25px; margin: 0 20px 20px 20px; min-height: calc(100vh - 40px); border: 1px solid #ddd; background-color: rgba(230, 0, 0, 0.03); } #dbscar7-product-page .gallery-container { max-width: 1150px; width: 100%; z-index: 5; position: relative; } @keyframes pulseEffect { 0% { opacity: 0.6; transform: scale(1); } 100% { opacity: 0.9; transform: scale(1.1); } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes slideUp { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } @keyframes borderFlow { 0% { left: -100%; } 100% { left: 200%; } } @keyframes rotate360 { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } #dbscar7-product-page .pill-badge { display: block; width: fit-content; margin: 0 auto 25px auto; background-color: rgba(230, 0, 0, 0.15); color: var(--primary-red-hero); padding: 6px 18px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; letter-spacing: 1px; font-family: 'Outfit', sans-serif; border: 1px solid rgba(230, 0, 0, 0.3); box-shadow: 0 2px 8px rgba(230, 0, 0, 0.2); } #dbscar7-product-page .gallery-header { text-align: center; margin-bottom: 60px; position: relative; } #dbscar7-product-page .gallery-title { font-family: 'Outfit', sans-serif; font-size: 2.5rem; color: var(--dark-gray-hero); margin-bottom: 25px; text-transform: uppercase; font-weight: 700; letter-spacing: 1.5px; position: relative; display: inline-block; padding-bottom: 12px; } #dbscar7-product-page .gallery-title .title-highlight { color: var(--primary-red-hero); text-shadow: 0 0 8px rgba(var(--primary-red-rgb), 0.4); } #dbscar7-product-page .gallery-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 75%; height: 3px; background: linear-gradient(to right, var(--primary-red-hero), var(--light-red-hero)); border-radius: 2px; box-shadow: 0 2px 10px rgba(var(--primary-red-rgb), 0.5); } #dbscar7-product-page .gallery-subtitle { color: var(--gray-text); font-size: 1.1rem; font-weight: 300; letter-spacing: 0.8px; max-width: 600px; margin: 15px auto 0 auto; } #dbscar7-product-page .content-box { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 50px; background: rgba(var(--white-hero), 0.9); border-radius: 25px; padding: 50px; position: relative; overflow: hidden; border: 1px solid rgba(var(--primary-red-rgb), 0.25); box-shadow: 0 10px 35px rgba(var(--darker-bg-rgb), 0.1), 0 0 20px rgba(var(--primary-red-rgb), 0.1); z-index: 10; } #dbscar7-product-page .content-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 50% 0%, rgba(230, 0, 0, 0.18) 0%, transparent 70%); z-index: -1; } #dbscar7-product-page .content-box::after { content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 1px; background: linear-gradient(90deg, transparent, var(--primary-red-hero), transparent); animation: borderFlow 4s linear infinite; z-index: 1; box-shadow: 0 0 5px var(--primary-red-hero); } #dbscar7-product-page .gallery-left { flex: 1; min-width: 300px; position: relative; } #dbscar7-product-page .gallery-right { flex: 1; min-width: 300px; display: flex; flex-direction: column; } #dbscar7-product-page .main-image-container { position: relative; width: 100%; aspect-ratio: 1 / 1; border-radius: 15px; overflow: hidden; background: var(--light-gray-hero); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(var(--darker-bg-rgb), 0.1); border: 1px solid #ddd; } #dbscar7-product-page .main-image { display: block; max-width: 90%; max-height: 90%; object-fit: contain; transition: opacity 0.3s ease; border-radius: 15px !important; } #dbscar7-product-page .viewer-360 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background-color: var(--white-hero); border-radius: 15px; overflow: hidden; transition: opacity 0.3s ease; } #dbscar7-product-page .viewer-360 iframe { width: 100%; height: 100%; border: none; } #dbscar7-product-page .viewer-360-tag { position: absolute; top: 15px; right: 15px; background-color: rgba(230, 0, 0, 0.7); color: var(--white-hero); padding: 6px 12px; border-radius: 5px; font-size: 0.85rem; font-weight: 600; z-index: 10; font-family: 'Outfit', sans-serif; letter-spacing: 0.5px; box-shadow: 0 2px 5px rgba(0,0,0,0.3); } #dbscar7-product-page .thumbnails-container { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 25px; } #dbscar7-product-page .thumbnail { width: 80px; height: 80px; border-radius: 12px; overflow: hidden; cursor: pointer; border: 1px solid #ccc; background-color: var(--white-hero); transition: all 0.3s ease, border-color 0.2s ease; padding: 4px; position: relative; box-shadow: 0 3px 10px rgba(var(--darker-bg-rgb), 0.1); display: flex; align-items: center; justify-content: center; } #dbscar7-product-page .thumbnail.active { border-color: var(--primary-red-hero); transform: translateY(-5px) scale(1.05); box-shadow: 0 5px 15px rgba(var(--darker-bg-rgb), 0.15), 0 0 10px rgba(var(--primary-red-rgb), 0.3); } #dbscar7-product-page .thumbnail:hover { border-color: var(--primary-red-hero); transform: translateY(-5px) scale(1.05); box-shadow: 0 5px 15px rgba(var(--darker-bg-rgb), 0.15), 0 0 10px rgba(var(--primary-red-rgb), 0.3); } #dbscar7-product-page .thumbnail::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: var(--primary-red-hero); transition: width 0.3s ease; box-shadow: 0 0 5px var(--primary-red-hero); } #dbscar7-product-page .thumbnail:hover::after, #dbscar7-product-page .thumbnail.active::after { width: 100%; } #dbscar7-product-page .thumbnail img { width: 90%; height: 90%; object-fit: contain; display: block; border-radius: 8px !important; } #dbscar7-product-page .thumbnail-360-indicator { position: absolute; bottom: 5px; right: 5px; background-color: var(--primary-red-hero); color: white; padding: 3px 6px; border-radius: 4px; font-size: 0.65rem; font-weight: bold; line-height: 1; z-index: 1; pointer-events: none; } #dbscar7-product-page .product-info-title { color: var(--primary-red-hero); margin-bottom: 18px; font-size: 1.9rem; border-bottom: 1px solid rgba(var(--primary-red-rgb), 0.4); padding-bottom: 12px; letter-spacing: 1px; text-shadow: 0 0 8px rgba(var(--primary-red-rgb), 0.4); text-align: center; width: fit-content; margin-left: auto; margin-right: auto; } #dbscar7-product-page .product-description { text-align: center; color: var(--gray-text); margin-bottom: 30px; font-size: 1.1rem; line-height: 1.75; font-weight: 300; } #dbscar7-product-page .features-list { list-style: none; padding: 0; margin: 0; color: var(--light-text); } #dbscar7-product-page .features-list li { margin-bottom: 20px; text-align: center; font-size: 1.05rem; font-weight: 400; } #dbscar7-product-page .features-list i { color: var(--primary-red-hero); margin: 0 auto 10px auto; width: auto; display: block; font-size: 1.5rem; text-shadow: 0 0 10px rgba(var(--primary-red-rgb), 0.5); text-align: center; transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease; } #dbscar7-product-page .features-list li:hover i { transform: scale(1.1); color: var(--light-red-hero); text-shadow: 0 0 12px rgba(var(--neon-red-rgb), 0.7); } #dbscar7-product-page .loading-spinner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 50px; height: 50px; display: none; z-index: 2; } #dbscar7-product-page .loading-spinner::before { content: ''; box-sizing: border-box; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; border: 3px solid transparent; border-top-color: var(--primary-red-hero); animation: spinner 0.6s linear infinite; box-shadow: 0 0 15px var(--primary-red-hero); } @keyframes spinner { to {transform: rotate(360deg);} } /* --- Extra Info Section --- */ #dbscar7-product-page .extra-info-section { padding: 60px 20px; background-color: #f9f9f9; } #dbscar7-product-page .extra-info-container { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 1200px; margin: 0 auto; align-items: center; } #dbscar7-product-page .extra-info-item h3 { font-size: 2rem; font-weight: 700; color: var(--dark-gray-hero); margin-bottom: 20px; } #dbscar7-product-page .extra-info-item p { color: var(--gray-text); line-height: 1.7; margin-bottom: 25px; } #dbscar7-product-page .video-container { position: relative; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); overflow: hidden; } #dbscar7-product-page .video-container iframe { width: 100%; height: 450px; border: none; } #dbscar7-product-page .video-container-youtube { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; overflow: hidden; max-width: 100%; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); } #dbscar7-product-page .video-container-youtube iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* --- Software Update Section Styles --- */ #dbscar7-product-page .software-update-section { padding: 80px 20px; background-color: #f9f9f9; border-radius: 25px; margin: 20px; border: 1px solid #ddd; text-align: center; } #dbscar7-product-page .software-update-container { max-width: 1200px; margin: 0 auto; } #dbscar7-product-page .update-section-header { margin-bottom: 50px; } #dbscar7-product-page .update-section-title { font-family: 'Outfit', sans-serif; font-size: 2.8rem; color: var(--dark-gray-hero); margin-bottom: 25px; text-transform: uppercase; font-weight: 700; letter-spacing: 1.5px; position: relative; display: inline-block; padding-bottom: 12px; } #dbscar7-product-page .update-section-title .title-highlight { color: var(--primary-red-hero); text-shadow: 0 0 8px rgba(var(--primary-red-rgb), 0.4); } #dbscar7-product-page .update-section-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 3px; background: linear-gradient(to right, var(--primary-red-hero), var(--light-red-hero)); border-radius: 2px; box-shadow: 0 2px 10px rgba(var(--primary-red-rgb), 0.5); } #dbscar7-product-page .update-section-subtitle { color: var(--gray-text); font-size: 1.1rem; font-weight: 300; letter-spacing: 0.6px; max-width: 750px; margin: 15px auto 0 auto; } #dbscar7-product-page .update-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; align-items: stretch; } #dbscar7-product-page .update-card { background: var(--white-hero); border-radius: 18px; padding: 35px 25px; text-align: center; border: 1px solid #ddd; box-shadow: 0 6px 20px rgba(var(--darker-bg-rgb), 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; } #dbscar7-product-page .update-card:hover { transform: translateY(-8px); box-shadow: 0 10px 30px rgba(var(--darker-bg-rgb), 0.12); } #dbscar7-product-page .update-card-icon { margin-bottom: 20px; } #dbscar7-product-page .update-card-icon i { font-size: 3rem; color: var(--primary-red-hero); } #dbscar7-product-page .update-card-title { font-family: 'Outfit', sans-serif; font-size: 1.5rem; color: var(--dark-gray-hero); margin-bottom: 15px; font-weight: 600; } #dbscar7-product-page .update-card-description { font-size: 0.95rem; color: var(--gray-text); line-height: 1.7; flex-grow: 1; margin-bottom: 25px; } #dbscar7-product-page .update-cta-button { display: inline-flex; align-items: center; justify-content: center; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 1rem; color: #fff; background-color: #25D366; box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3); transition: all 0.3s ease; border: none; margin-top: auto; } #dbscar7-product-page .update-cta-button:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4); } #dbscar7-product-page .update-cta-button i { margin-right: 10px; font-size: 1.2rem; } /* --- 360 & License Policy Section --- */ #dbscar7-product-page .experience-license-section { padding: 80px 20px; background-color: #fff; border-radius: 25px; margin: 20px; border: 1px solid #ddd; text-align: center; overflow: hidden; position: relative; } #dbscar7-product-page .experience-license-section::before { content: ''; position: absolute; top: 0; right: 0; width: 40%; height: 100%; background: linear-gradient(to left, rgba(230, 0, 0, 0.05), transparent); z-index: 0; } #dbscar7-product-page .experience-license-container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; } #dbscar7-product-page .experience-license-section .section-header { margin-bottom: 50px; } #dbscar7-product-page .experience-license-section .section-title { font-family: 'Outfit', sans-serif; font-size: 2.5rem; color: var(--dark-gray-hero); margin-bottom: 15px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; position: relative; display: inline-block; padding-bottom: 12px; } #dbscar7-product-page .experience-license-section .section-title .title-highlight { color: var(--primary-red-hero); } #dbscar7-product-page .experience-license-section .section-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60%; height: 3px; background-color: var(--primary-red-hero); } #dbscar7-product-page .experience-license-section .content-wrapper { display: flex; gap: 40px; align-items: flex-start; text-align: left; } #dbscar7-product-page .experience-license-section .video-placeholder { flex: 1; min-width: 300px; } #dbscar7-product-page .experience-license-section .video-title { font-size: 1.5rem; font-weight: 600; color: var(--primary-red-hero); margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px dashed var(--primary-red-hero); display: inline-block; } #dbscar7-product-page .experience-license-section .video-box { border: 2px dashed var(--primary-red-hero); border-radius: 15px; padding: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 300px; background-color: #f9f9f9; } #dbscar7-product-page .experience-license-section .video-box i { font-size: 4rem; color: #444; margin-bottom: 20px; } #dbscar7-product-page .experience-license-section .video-box p { font-size: 1.1rem; color: #555; font-weight: 500; } #dbscar7-product-page .experience-license-section .license-info { flex: 1.2; min-width: 300px; position: relative; } #dbscar7-product-page .experience-license-section .info-timeline { position: relative; padding-left: 30px; border-left: 2px solid #e0e0e0; } #dbscar7-product-page .experience-license-section .timeline-item { position: relative; margin-bottom: 30px; } #dbscar7-product-page .experience-license-section .timeline-item:last-child { margin-bottom: 0; } #dbscar7-product-page .experience-license-section .timeline-icon { position: absolute; left: -46px; top: 0; width: 30px; height: 30px; border-radius: 50%; background-color: var(--primary-red-hero); border: 3px solid #fff; box-shadow: 0 0 0 3px var(--primary-red-hero); display: flex; align-items: center; justify-content: center; } #dbscar7-product-page .experience-license-section .timeline-icon i { color: #fff; font-size: 0.9rem; } #dbscar7-product-page .experience-license-section .info-card { background-color: #fff; border: 1px solid #e0e0e0; border-radius: 12px; padding: 25px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); border-left: 4px solid var(--primary-red-hero); } #dbscar7-product-page .experience-license-section .info-card h4 { font-size: 1.2rem; font-weight: 700; color: var(--primary-red-hero); margin-bottom: 10px; display: flex; align-items: center; } #dbscar7-product-page .experience-license-section .info-card h4 i { margin-right: 10px; font-size: 1.1em; } #dbscar7-product-page .experience-license-section .info-card p { font-size: 0.95rem; color: var(--gray-text); line-height: 1.6; } #dbscar7-product-page .experience-license-section .purchase-button-container { margin-top: 30px; text-align: center; } #dbscar7-product-page .experience-license-section .purchase-button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: 1rem; color: #fff; background-color: #333; box-shadow: 0 4px 15px rgba(0,0,0,0.2); transition: all 0.3s ease; border: none; } #dbscar7-product-page .experience-license-section .purchase-button:hover { transform: translateY(-px); background-color: #111; box-shadow: 0 6px 20px rgba(0,0,0,0.3); } #dbscar7-product-page .experience-license-section .purchase-button i { margin-right: 10px; font-size: 1.2rem; } @media (max-width: 992px) { #dbscar7-product-page .experience-license-section .content-wrapper { flex-direction: column; gap: 30px; } #dbscar7-product-page .experience-license-section .video-placeholder, #dbscar7-product-page .experience-license-section .license-info { min-width: 100%; } } @media (max-width: 768px) { #dbscar7-product-page .experience-license-section { margin: 0; border-radius: 0; border-left: none; border-right: none; padding: 60px 15px; } #dbscar7-product-page .experience-license-section .section-title { font-size: 2rem; } } /* --- Product Overview Section Styles --- */ #dbscar7-product-page .product-overview-section { padding: 70px 20px; border-radius: 25px; margin: 20px; color: var(--dark-gray-hero); border: 1px solid #ddd; text-align: center; } #dbscar7-product-page .product-overview-container { max-width: 1000px; width: 100%; margin: 0 auto; text-align: left; } #dbscar7-product-page .product-overview-header { text-align: center; margin-bottom: 50px; } #dbscar7-product-page .product-overview-title { font-family: 'Outfit', sans-serif; font-size: 2.8rem; color: var(--dark-gray-hero); margin-bottom: 25px; text-transform: uppercase; font-weight: 700; letter-spacing: 1.5px; position: relative; display: inline-block; padding-bottom: 12px; } #dbscar7-product-page .product-overview-title .title-highlight { color: var(--primary-red-hero); text-shadow: 0 0 8px rgba(var(--primary-red-rgb), 0.4); } #dbscar7-product-page .product-overview-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 75%; height: 3px; background: linear-gradient(to right, var(--primary-red-hero), var(--light-red-hero)); border-radius: 2px; box-shadow: 0 2px 10px rgba(var(--primary-red-rgb), 0.5); } #dbscar7-product-page .product-overview-section p { font-size: 1.05rem; color: var(--gray-text); line-height: 1.7; margin-bottom: 20px; text-align: justify; } #dbscar7-product-page .product-overview-section img { max-width: 100%; height: auto; border-radius: 12px; margin: 20px auto; display: block; box-shadow: 0 5px 15px rgba(0,0,0,0.1); } #dbscar7-product-page .product-overview-section .features-summary-list { list-style: none; padding-left: 0; margin-top: 30px; text-align: left; } #dbscar7-product-page .product-overview-section .features-summary-list li { font-size: 1rem; color: var(--gray-text); margin-bottom: 12px; padding-left: 28px; position: relative; } #dbscar7-product-page .product-overview-section .features-summary-list li::before { content: "f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--primary-red-hero); position: absolute; left: 0; top: 2px; font-size: 1.1em; } #dbscar7-product-page .product-overview-section .features-summary-list h3 { font-size: 1.5rem; color: var(--dark-gray-hero); margin-bottom: 20px; margin-top: 30px; text-align: center; font-family: 'Outfit', sans-serif; } /* --- Software Showcase Section Styles --- */ #dbscar7-product-page .software-showcase-container { margin: 20px; padding: 1px; border-radius: 25px; overflow: hidden; border: 1px solid #ddd; } #dbscar7-product-page .page-title-section { text-align: center; padding: 50px 20px 20px; } #dbscar7-product-page .page-title-section h1 { font-family: 'Outfit', sans-serif; font-size: 2.8rem; color: var(--dark-gray-hero); margin-bottom: 25px; text-transform: uppercase; font-weight: 700; letter-spacing: 1.5px; position: relative; display: inline-block; padding-bottom: 12px; } #dbscar7-product-page .page-title-section h1::after { content: ''; position: absolute; bottom: 0; left: 0; width: 75%; height: 3px; background: linear-gradient(to right, var(--primary-red-hero), var(--light-red-hero)); border-radius: 2px; box-shadow: 0 2px 10px rgba(var(--primary-red-rgb), 0.5); } #dbscar7-product-page .page-title-section p { font-size: 1.15rem; color: var(--gray-text); max-width: 750px; margin: 0 auto; } #dbscar7-product-page .software-feature-section { display: flex; align-items: center; justify-content: center; padding: 40px 40px; position: relative; } #dbscar7-product-page .software-feature-section:not(:last-child) { border-bottom: 1px solid #eee; } #dbscar7-product-page .feature-content-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; max-width: 1200px; width: 100%; } #dbscar7-product-page .software-feature-section:nth-of-type(even) .feature-content-wrapper .feature-text { order: 1; padding-left: 30px; padding-right: 0; } #dbscar7-product-page .software-feature-section:nth-of-type(even) .feature-content-wrapper .feature-image-container { order: -1; } #dbscar7-product-page .software-feature-section:nth-of-type(odd) .feature-content-wrapper .feature-text { padding-right: 30px; padding-left: 0; } #dbscar7-product-page .feature-text h2 { font-size: 2.2rem; color: var(--dark-gray-hero); margin-bottom: 20px; text-shadow: none; font-weight: 600; letter-spacing: 1px; display: flex; flex-direction: column; align-items: center; text-align: center; } #dbscar7-product-page .feature-text h2 i { color: var(--primary-red-hero); font-size: 2.5rem; margin-right: 0; margin-bottom: 15px; } #dbscar7-product-page .feature-text p { font-size: 1.05rem; color: var(--gray-text); margin-bottom: 15px; line-height: 1.75; } #dbscar7-product-page .feature-text ul { list-style: none; padding-left: 0; } #dbscar7-product-page .feature-text ul li { font-size: 0.95rem; color: var(--gray-text); margin-bottom: 8px; padding-left: 25px; position: relative; } #dbscar7-product-page .feature-text ul li::before { content: "f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--light-red-hero); position: absolute; left: 0; top: 1px; } #dbscar7-product-page .feature-image-container { border-radius: 12px; overflow: hidden; box-shadow: 0 8px 25px rgba(var(--darker-bg-rgb), 0.15), 0 0 15px rgba(var(--neon-red-rgb),0.1); border: 1px solid #ddd; } #dbscar7-product-page .feature-image-container img { width: 100%; height: auto; display: block; aspect-ratio: 16/10; object-fit: cover; } /* --- Focused Features Section Styles --- */ #dbscar7-product-page .focused-features-section { min-height: auto; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding: 70px 20px; border-radius: 25px; margin: 20px; color: var(--dark-gray-hero); border: 1px solid #ddd; } #dbscar7-product-page .focused-features-section::before { content: ''; position: absolute; top: -80px; left: 50%; transform: translateX(-50%); width: 500px; height: 300px; background: radial-gradient(ellipse, rgba(var(--neon-red-rgb, 255, 51, 51), 0.15) 0%, transparent 70%); filter: blur(25px); opacity: 0.8; z-index: 0; animation: pulseSubtle 7s ease-in-out infinite alternate; } @keyframes pulseSubtle { 0% { opacity: 0.6; transform: translateX(-50%) scale(1); } 100% { opacity: 0.9; transform: translateX(-50%) scale(1.05); } } #dbscar7-product-page .focused-features-container { max-width: 1300px; width: 100%; z-index: 5; position: relative; padding: 0 15px; } #dbscar7-product-page .focused-features-header { text-align: center; margin-bottom: 50px; position: relative; } #dbscar7-product-page .focused-features-title { font-family: 'Outfit', sans-serif; font-size: 2.8rem; color: var(--dark-gray-hero); margin-bottom: 25px; text-transform: uppercase; font-weight: 700; letter-spacing: 1.5px; position: relative; display: inline-block; padding-bottom: 12px; } #dbscar7-product-page .focused-features-title .title-highlight { color: var(--primary-red-hero); text-shadow: 0 0 8px rgba(var(--primary-red-rgb), 0.4); } #dbscar7-product-page .focused-features-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 75%; height: 3px; background: linear-gradient(to right, var(--primary-red-hero), var(--light-red-hero)); border-radius: 2px; box-shadow: 0 2px 10px rgba(var(--primary-red-rgb), 0.5); } #dbscar7-product-page .focused-features-subtitle { color: var(--gray-text); font-size: 1.05rem; font-weight: 300; letter-spacing: 0.6px; max-width: 750px; margin: 15px auto 0 auto; } #dbscar7-product-page .focused-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 25px; } #dbscar7-product-page .focused-feature-card { background: var(--white-hero); border-radius: 18px; padding: 25px 20px; text-align: center; border: 1px solid #ddd; box-shadow: 0 6px 20px rgba(var(--darker-bg-rgb), 0.1), 0 0 10px rgba(var(--neon-red-rgb), 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; position: relative; overflow: hidden; display: flex; flex-direction: column; } #dbscar7-product-page .focused-feature-card:hover { transform: translateY(-8px); box-shadow: 0 10px 30px rgba(var(--darker-bg-rgb), 0.15), 0 0 20px rgba(var(--neon-red-rgb), 0.15); border-color: rgba(var(--neon-red-rgb), 0.4); } #dbscar7-product-page .focused-feature-card::before { content: ""; position: absolute; top: 0; left: -80%; width: 60%; height: 100%; background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.08) 50%, transparent 100%); transform: skewX(-20deg); transition: left 0.7s cubic-bezier(0.23, 1, 0.32, 1); z-index: 1; } #dbscar7-product-page .focused-feature-card:hover::before { left: 120%; } #dbscar7-product-page .focused-feature-card-icon { margin-bottom: 15px; z-index: 2; position: relative; } #dbscar7-product-page .focused-feature-card-icon i { font-size: 2.5rem; color: var(--light-red-hero); background: rgba(255, 51, 51, 0.08); width: 70px; height: 70px; line-height: 70px; border-radius: 50%; border: 1px solid rgba(255, 51, 51, 0.3); display: inline-block; transition: all 0.3s ease; text-shadow: 0 0 10px rgba(255, 51, 51, 0.6); } #dbscar7-product-page .focused-feature-card:hover .focused-feature-card-icon i { background: var(--light-red-hero); color: var(--white-hero); transform: scale(1.08) rotate(5deg); box-shadow: 0 0 20px var(--light-red-hero); } #dbscar7-product-page .focused-feature-card-title { font-family: 'Outfit', sans-serif; font-size: 1.35rem; color: var(--light-text); margin-bottom: 10px; font-weight: 600; z-index: 2; position: relative; } #dbscar7-product-page .focused-feature-card-description { font-size: 0.85rem; color: var(--gray-text); line-height: 1.6; min-height: 50px; z-index: 2; position: relative; flex-grow: 1; } /* --- FAQ Section Styles --- */ #dbscar7-product-page .faq-section { min-height: auto; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding: 80px 20px; border-radius: 25px; margin: 20px; color: var(--dark-gray-hero); border: 1px solid #ddd; background-color: rgba(230, 0, 0, 0.02); } #dbscar7-product-page .faq-container { max-width: 1000px; width: 100%; z-index: 5; position: relative; } #dbscar7-product-page .faq-header { text-align: center; margin-bottom: 50px; position: relative; } #dbscar7-product-page .faq-title { font-family: 'Outfit', sans-serif; font-size: 2.8rem; color: var(--dark-gray-hero); margin-bottom: 25px; text-transform: uppercase; font-weight: 700; letter-spacing: 1.5px; position: relative; display: inline-block; padding-bottom: 12px; } #dbscar7-product-page .faq-title .title-highlight { color: var(--primary-red-hero); text-shadow: 0 0 8px rgba(var(--primary-red-rgb), 0.4); } #dbscar7-product-page .faq-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 75%; height: 3px; background: linear-gradient(to right, var(--primary-red-hero), var(--light-red-hero)); border-radius: 2px; box-shadow: 0 2px 10px rgba(var(--primary-red-rgb), 0.5); } #dbscar7-product-page .faq-subtitle { color: var(--gray-text); font-size: 1.1rem; font-weight: 300; letter-spacing: 0.6px; max-width: 750px; margin: 15px auto 0 auto; } #dbscar7-product-page .faq-accordion { display: flex; flex-direction: column; gap: 15px; margin-top: 20px; } #dbscar7-product-page .faq-item { border: 1px solid #e0e0e0; border-radius: 12px; overflow: hidden; background-color: var(--white-hero); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; } #dbscar7-product-page .faq-item:hover { box-shadow: 0 6px 15px rgba(var(--primary-red-rgb), 0.1); border-color: rgba(var(--primary-red-rgb), 0.3); } #dbscar7-product-page .faq-question { padding: 20px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 600; font-size: 1.1rem; color: var(--dark-gray-hero); transition: all 0.3s ease; } #dbscar7-product-page .faq-question:hover { color: var(--primary-red-hero); } #dbscar7-product-page .faq-question i { color: var(--primary-red-hero); font-size: 1.2rem; transition: transform 0.3s ease; } #dbscar7-product-page .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; padding: 0 20px; color: var(--gray-text); font-size: 1rem; line-height: 1.7; } #dbscar7-product-page .faq-item.active .faq-question { color: var(--primary-red-hero); border-bottom: 1px solid rgba(var(--primary-red-rgb), 0.2); } #dbscar7-product-page .faq-item.active .faq-question i { transform: rotate(180deg); } #dbscar7-product-page .faq-item.active .faq-answer { max-height: 500px; padding-top: 15px; padding-bottom: 20px; } /* --- New Contact Section --- */ #dbscar7-product-page .new-contact-section { text-align: center; padding: 30px 20px; background-color: #fff5f5; border-radius: 15px; margin: 20px; border: 1px solid #ffe0e0; } #dbscar7-product-page .new-contact-section p { margin-bottom: 20px; font-size: 1.1rem; color: #333; } #dbscar7-product-page .contact-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } #dbscar7-product-page .contact-btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 1rem; color: #fff; background-color: #E60000; box-shadow: 0 4px 15px rgba(230, 0, 0, 0.3); transition: all 0.3s ease; } #dbscar7-product-page .contact-btn:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(230, 0, 0, 0.4); } #dbscar7-product-page .contact-btn i { margin-right: 10px; font-size: 1.2rem; } #dbscar7-product-page .new-contact-section { padding: 80px 20px; background-color: #f8f9fa; } #dbscar7-product-page .contact-wrapper { max-width: 800px; margin: 0 auto; background-color: #fff; padding: 40px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); } #dbscar7-product-page .contact-wrapper .faq-title { margin-bottom: 15px; } #dbscar7-product-page .contact-wrapper p { font-size: 1.1rem; color: var(--gray-text); margin-bottom: 30px; } #dbscar7-product-page .contact-card-section { padding: 80px 20px; background-color: #fff; } #dbscar7-product-page .contact-card-container { max-width: 1100px; margin: 0 auto; text-align: center; width: 100%; } #dbscar7-product-page .contact-card-title { font-size: 2.5rem; font-weight: 700; color: var(--dark-gray-hero); margin-bottom: 15px; position: relative; display: inline-block; padding-bottom: 10px; } #dbscar7-product-page .contact-card-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60%; height: 3px; background-color: var(--primary-red-hero); } #dbscar7-product-page .contact-card-subtitle { font-size: 1.1rem; color: var(--gray-text); margin-bottom: 50px; max-width: 600px; margin-left: auto; margin-right: auto; } #dbscar7-product-page .contact-cards-wrapper { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; } #dbscar7-product-page .contact-card-item { background-color: #fff; padding: 40px 30px; border-radius: 15px; box-shadow: 0 8px 25px rgba(0,0,0,0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #eee; overflow-wrap: break-word; } #dbscar7-product-page .contact-card-item:hover { transform: translateY(-8px); box-shadow: 0 12px 35px rgba(var(--primary-red-rgb), 0.15); } #dbscar7-product-page .contact-card-item i { font-size: 2.8rem; color: var(--primary-red-hero); margin-bottom: 20px; } #dbscar7-product-page .contact-card-item h4 { font-size: 1.4rem; font-weight: 600; color: var(--dark-gray-hero); margin-bottom: 10px; } #dbscar7-product-page .contact-card-item a { font-size: 1.1rem; color: var(--primary-red-hero); font-weight: 500; text-decoration: none; transition: letter-spacing 0.3s ease; } #dbscar7-product-page .contact-card-item a:hover { letter-spacing: .5px; } /* --- Responsive Media Queries --- */ @media (max-width: 992px) { #dbscar7-product-page .gallery-section .content-box { padding: 20px; } #dbscar7-product-page .gallery-section .gallery-title { font-size: 2rem; } #dbscar7-product-page .feature-content-wrapper, #dbscar7-product-page .software-feature-section:nth-of-type(even) .feature-content-wrapper { grid-template-columns: 1fr; gap: 35px; } #dbscar7-product-page .software-feature-section:nth-of-type(even) .feature-content-wrapper .feature-text, #dbscar7-product-page .software-feature-section:nth-of-type(odd) .feature-content-wrapper .feature-text { order: 0; padding-left: 0; padding-right: 0; text-align: center; } #dbscar7-product-page .feature-text ul { display: inline-block; text-align: left; } #dbscar7-product-page .feature-text h2 { font-size: 2.2rem; } #dbscar7-product-page .feature-image-container { margin-top: 25px; max-width: 500px; margin-left: auto; margin-right: auto; } #dbscar7-product-page .page-title-section h1 { font-size: 2.5rem; } #dbscar7-product-page .page-title-section p { font-size: 1.1rem; } #dbscar7-product-page .focused-features-title { font-size: 2.2rem; } #dbscar7-product-page .focused-features-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; } #dbscar7-product-page .focused-feature-card { padding: 20px 15px; } } @media (max-width: 768px) { #dbscar7-product-page .pricing-content { flex-direction: column; gap: 20px; } #dbscar7-product-page .whatsapp-contact-btn { font-size: 1rem; padding: 12px 25px; } #dbscar7-product-page .pricing-title { font-size: 2rem; } #dbscar7-product-page .pricing-features { flex-wrap: wrap; justify-content: center; gap: 25px; } } @media (max-width: 768px) { #dbscar7-product-page .hero, #dbscar7-product-page .gallery-section, #dbscar7-product-page .product-overview-section, #dbscar7-product-page .software-showcase-container, #dbscar7-product-page .focused-features-section, #dbscar7-product-page .faq-section { margin: 0; border-radius: 0; border-left: none; border-right: none; } #dbscar7-product-page .gallery-container, #dbscar7-product-page .product-overview-container, #dbscar7-product-page .faq-container, #dbscar7-product-page .feature-content-wrapper, #dbscar7-product-page .focused-features-container { max-width: 100%; padding-left: 15px; padding-right: 15px; } #dbscar7-product-page .page-title-section { padding-left: 15px; padding-right: 15px; } #dbscar7-product-page .hero { justify-content: center; padding: 15px 0; min-height: auto; margin-bottom: 15px; } #dbscar7-product-page .hero-logo { margin-top: 20px; margin-bottom: 18px; max-width: 160px; } #dbscar7-product-page .hero-content { padding: 0 10px 10px; margin-top: 0; width: 100%; margin-bottom: 40px; } #dbscar7-product-page .hero h1 { font-size: 2.4rem; padding-left: 20px; padding-right: 20px; margin-top: 0; margin-bottom: 8px; } #dbscar7-product-page .feature-icons { flex-direction: column; gap: 18px; margin-top: 12px; margin-bottom: 12px; align-items: center; width: 100%; } #dbscar7-product-page .feature-icon { width: 100%; max-width: 260px; } #dbscar7-product-page .feature-icon i { font-size: 1.9rem; width: 62px; height: 62px; margin-bottom: 8px; } #dbscar7-product-page .feature-icon span { font-size: 0.82rem; } #dbscar7-product-page .cta-buttons-container { flex-direction: column; align-items: center; gap: 8px; width: 100%; } #dbscar7-product-page .cta-button { width: 100%; max-width: 260px; margin-top: 0; padding: 9px 16px; font-size: 0.88rem; } #dbscar7-product-page .cta-button i { font-size: 0.9rem; } #dbscar7-product-page .scroll-indicator { bottom: 20px; } #dbscar7-product-page .hero-subtitle { font-size: 1.25rem; padding: 0 10px; } #dbscar7-product-page .product-overview-section { padding: 60px 15px; } #dbscar7-product-page .product-overview-title { font-size: 2rem; } #dbscar7-product-page .product-overview-section p { font-size: 0.95rem; } #dbscar7-product-page .product-overview-section .features-summary-list li { font-size: 0.9rem; } #dbscar7-product-page .product-overview-section .features-summary-list h3 { font-size: 1.3rem; } #dbscar7-product-page .gallery-section { padding: 60px 15px; } #dbscar7-product-page .gallery-section .gallery-title { font-size: 1.8rem; } #dbscar7-product-page .gallery-section .gallery-subtitle { font-size: 1rem; max-width: 90%; } #dbscar7-product-page .gallery-section .content-box { flex-direction: column; padding: 30px 15px; gap: 30px; } #dbscar7-product-page .gallery-section .gallery-left, #dbscar7-product-page .gallery-section .gallery-right { min-width: 100%; padding: 0; } #dbscar7-product-page .gallery-section .thumbnail { width: 65px; height: 65px; } #dbscar7-product-page .gallery-section .product-info-title { font-size: 1.6rem; } #dbscar7-product-page .gallery-section .product-description { font-size: 1rem; } #dbscar7-product-page .gallery-section .features-list li { font-size: 1rem; } #dbscar7-product-page .software-feature-section { padding: 40px 15px; min-height: auto; } #dbscar7-product-page .feature-text h2 { font-size: 1.9rem; } #dbscar7-product-page .feature-text h2 i { font-size: 1.8rem; } #dbscar7-product-page .feature-text p { font-size: 0.95rem; } #dbscar7-product-page .feature-text ul li { font-size: 0.9rem; } #dbscar7-product-page .page-title-section h1 { font-size: 2.2rem; } #dbscar7-product-page .page-title-section p { font-size: 1rem; } #dbscar7-product-page .focused-features-section { padding: 60px 15px; } #dbscar7-product-page .focused-features-title { font-size: 2rem; } #dbscar7-product-page .focused-features-subtitle { font-size: 1rem; } #dbscar7-product-page .focused-features-grid { grid-template-columns: 1fr; gap: 20px; } #dbscar7-product-page .focused-feature-card-icon i { font-size: 2.2rem; width: 65px; height: 65px; line-height: 65px;} #dbscar7-product-page .focused-feature-card-title { font-size: 1.25rem; } #dbscar7-product-page .faq-section { padding: 60px 15px; } #dbscar7-product-page .faq-title { font-size: 2rem; } #dbscar7-product-page .faq-subtitle { font-size: 1rem; } #dbscar7-product-page .faq-question { font-size: 1rem; padding: 15px; } #dbscar7-product-page .faq-answer { font-size: 0.9rem; padding: 0 15px; } #dbscar7-product-page .faq-item.active .faq-answer { padding-top: 10px; padding-bottom: 15px; } #dbscar7-product-page .contact-card-section { padding: 60px 15px; } #dbscar7-product-page .extra-info-container { grid-template-columns: 1fr; } } @media (max-width: 576px) { #dbscar7-product-page .gallery-section .gallery-title { font-size: 1.5rem; } #dbscar7-product-page .gallery-section .content-box { padding: 15px; } #dbscar7-product-page .gallery-section .thumbnail { width: 50px; height: 50px; } #dbscar7-product-page .gallery-section .product-info-title { font-size: 1.4rem; } #dbscar7-product-page .gallery-section .product-description { font-size: 0.95rem; } #dbscar7-product-page .gallery-section .features-list li { font-size: 0.95rem; } #dbscar7-product-page .gallery-section .gallery-right { padding: 15px; } #dbscar7-product-page .focused-features-grid { grid-template-columns: 1fr; } #dbscar7-product-page .focused-features-title { font-size: 1.8rem; } #dbscar7-product-page .focused-feature-card-icon i { font-size: 2rem; width: 60px; height: 60px; line-height: 60px;} #dbscar7-product-page .focused-feature-card-title { font-size: 1.15rem; } #dbscar7-product-page .focused-feature-card-description { font-size: 0.8rem; min-height: 40px;} #dbscar7-product-page .contact-cards-wrapper { grid-template-columns: 1fr; gap: 15px; } #dbscar7-product-page .contact-card-item { padding: 25px 15px; } }



Launch Logo

DBScar 7

Profesyonel Seviye Arıza Tespit Cihazıdır

Gelişmiş Kablosuz Bağlantı
Geniş Kapsamlı Marka Desteği
Yüksek Hızlı Teşhis
Satın Al

Launch Teknolojisi

Launch DBScar 7: Teknik Özellikler

Launch DBScar 7, araç elektroniği için üst düzey teşhis, kapsamlı özel fonksiyonlar ve dayanıklı bir Bluetooth adaptörü sunar.



360°
Thumbnail 2
Thumbnail 3
Thumbnail 4
Thumbnail 5

DBScar 7 Öne Çıkanlar

Launch DBScar 7, Launch Europe GmbH tarafından geliştirilmiş, 400+ markayı destekleyen, orijinal ve profesyonel bir üniversal Arıza Tespit Cihazıdır. %90-95 başarı oranıyla fiyat/performans sunar. Bluetooth 4.2, 40+ servis fonksiyonu, Android uyumu, geniş marka desteği ve kullanıcı dostu arayüzü ile binek/hafif ticari araçlar için idealdir.

  • Gelişmiş ECU Kodlama ve Programlama
  • Detaylı Canlı Veri Akışı ve Kaydı
  • 40+ Özel Servis Fonksiyonu
  • Hata Kodu Okuma ve Silme

DBScar 7 Üstün Yetenekleri

Launch DBScar 7, temel arıza tespitinden en gelişmiş profesyonel bakım ve programlama işlemlerine kadar geniş bir yelpazede size rakipsiz güç katar.

Tam Sistem Teşhisi

Tüm araç sistemlerinde derinlemesine arıza tespiti ve analizi.

Akıllı Araç Tanıma

VIN ile otomatik araç tespiti ve sistem topolojisi.

Dinamik Veri Akışı

Canlı sensör verilerini grafiksel ve karşılaştırmalı izleme.

Çevrimiçi ECU Programlama

Desteklenen markalarda online ECU kodlama ve yazılım güncelleme.

Geniş Protokol Desteği

CAN FD dahil en yeni iletişim protokolleri ve geniş marka uyumu.

Sezgisel XDIAG Arayüzü

Hızlı, kullanıcı dostu ve özelleştirilebilir profesyonel yazılım.

Kapsamlı Servis Fonksiyonları

40+ özel servis: Yağ, EPB, SAS, DPF, IMMO ve daha fazlası.

Akü Sağlık Analizi

Detaylı akü testi, kayıt ve sağlık durumu değerlendirmesi.

ADAS Kalibrasyon Desteği

Gelişmiş sürücü destek sistemleri için hassas kalibrasyon.

Anahtar & IMMO Uzmanlığı

Gelişmiş immobilizer ve anahtar programlama çözümleri.

Özellik Aktivasyonu

Araç özelliklerini etkinleştirme ve kişiselleştirme.

Ve Çok Daha Fazlası

DBScar 7'nin tüm yeteneklerini ve sürekli eklenen güncel özelliklerini keşfedin.

Launch XDIAG Pro Yazılımı

Launch DBScar 7 ile tam uyumlu XDIAG Pro yazılımı, kapsamlı teşhis ve profesyonel bakım fonksiyonlarını gelişmiş bir arayüzle sunar.

Gelişmiş XDIAG Pro Arayüzü

Launch XDIAG Pro yazılımı, DBScar 7'nin tüm yeteneklerini ortaya çıkaran, modern, hızlı ve son derece kullanıcı dostu bir arayüze sahiptir. Ana menü üzerinden tüm modüllere, özel fonksiyonlara ve online programlama seçeneklerine kolayca ulaşabilirsiniz.

  • Optimize edilmiş menü yapısı ve hızlı navigasyon
  • Yüksek çözünürlüklü ekranlar için tasarlanmış arayüz
  • Akıllı arama ve filtreleme fonksiyonları
  • Entegre teknik veri ve yardım kılavuzları

XDIAG Pro Yazılım Arayüzü

Kapsamlı Özel Fonksiyonlar ve Online Kodlama

Yetkili servis düzeyinde birçok özel fonksiyonu ve online ECU kodlama/programlama işlemlerini XDIAG Pro yazılımı ile kolayca gerçekleştirin. En karmaşık bakım ve onarım işlemlerini profesyonelce tamamlayın.

  • Gelişmiş servis ve yağ sıfırlama seçenekleri
  • Online ECU programlama ve adaptasyonlar
  • ADAS kalibrasyon desteği (ek donanım gerekebilir)
  • Komponent aktivasyon testleri ve parametre ayarları

XDIAG Yazılım Özellikleri

Akıllı Araç Tanıma ve Bulut Tabanlı Raporlama

XDIAG Pro, VIN (Şasi Numarası) üzerinden aracınızı otomatik olarak tanır ve doğru sistemlere hızla erişmenizi sağlar. Kapsamlı teşhis raporları oluşturarak bulut üzerinde saklayabilir, müşterilerinizle paylaşabilir veya kendi kayıtlarınıza ekleyebilirsiniz.

  • CAN FD protokol desteği ile hızlı araç tespiti
  • Detaylı ve özelleştirilebilir tam sistem tarama raporu
  • Bulut tabanlı rapor yönetimi ve paylaşımı

XDIAG Pro Özel Fonksiyonlar

360° DENEYİM & LİSANS POLİTİKASI

Cihazın Videosu

1 Yıl Ücretsiz Online Kullanım

Launch DBScar 7 cihazınızı satın aldığınızda, bir (1) yıl boyunca tüm online güncellemelere ve yeni araç desteğine ücretsiz olarak erişebilirsiniz. Bu süre boyunca cihazınız her zaman en güncel yazılımlarla tam performans çalışır.

Lisans Yenileme Süreci

İlk yılın sonunda online kullanım süreniz dolar. Cihazınız offline modda çalışmaya devam eder, ancak yeni güncellemeleri alamaz. Tam kapasite kullanıma devam etmek için lisansınızı yenilemeniz gerekmektedir.


GÜNCELLEME SATIN AL

Fiyat Bilgilendirme

Özel İndirimler
Fiyat Hesaplama
Kişisel Destek

Fiyatlara KDV dahil değildir. KDV'siz özel fiyat için satış danışmanımızla iletişime geçin.

WhatsApp ile İletişim

DBScar 7 Hakkında Merak Edilenler

Launch DBScar 7 hakkında en çok sorulan sorular ve cevapları.

Launch DBScar 7'yi satın aldığımda kutu içeriğinde neler bulunur?

Launch DBScar 7 profesyonel paketiniz özenle hazırlanmış olup, içerisinde şunları bulacaksınız:

  • Launch DBScar 7 Ana Ünite (Gelişmiş Bluetooth VCI)
  • Gelişmiş Kablosuz Bağlantı
  • Giriş ve şifre bilgisi WhatsApp üzerinden iletilir

Bu sayede cihazınızı hemen kullanmaya başlayabilir ve profesyonel teşhis işlemlerinizi gerçekleştirebilirsiniz.

Cihaz kurulumu ve aktivasyonu karmaşık mıdır?

Cihaz kurulumu ve aktivasyonu kullanıcı dostu bir süreçtir. XDIAG Pro yazılımını tabletinize kurduktan sonra, DBScar 7 VCI (Araç İletişim Arayüzü) ile Bluetooth üzerinden bağlantı kurmanız gerekir. Aktivasyon için gerekli kullanıcı bilgileri (Seri Numarası ve Aktivasyon Kodu) ve kurulum yönergeleri size WhatsApp üzerinden iletilecektir. Bu bilgilerle sisteme giriş yaparak cihazınızı ve yazılımınızı kolayca aktif hale getirebilirsiniz. Kurulum ve aktivasyon sürecinde teknik destek ekibimiz size her zaman yardımcı olacaktır.

XDIAG Pro yazılımı hangi cihazlarda çalışır?

Launch XDIAG Pro yazılımı genellikle Android tabanlı tabletlerle kullanılmak üzere tasarlanmıştır. Optimum performans ve tüm özelliklerden faydalanabilmek iin güncel Android sürümüne (genellikle Android 7.0 ve üzeri), yeterli RAM ve depolama alanına sahip bir tablet kullanılması önerilir. Bazı DBScar 7 paketleri kendi tableti ile birlikte gelebilir.

Launch DBScar 7 cihazı hangi araçlarla uyumludur?

Launch DBScar 7, 2000 sonrası üretilen ve OBD-II standardını destekleyen hemen hemen tüm araçlarla uyumludur. Avrupa, Asya ve Amerika menşeili 120'den fazla araç markasını destekler. CAN, CAN FD gibi en yeni iletişim protokollerini destekleyerek modern araçlarla tam uyumluluk sağlar. Başlıca desteklenen markalar arasında Volkswagen Grubu, BMW, Mercedes-Benz, Toyota, Honda, Hyundai/Kia, Ford, GM, Stellantis Grubu (Fiat, Chrysler, Peugeot, Citroen vb.) ve daha birçok marka bulunmaktadır.

Cihazın yazılım güncelleme süresi ne kadardır ve nasıl yenilenir?

Launch DBScar 7 cihazı satın alındığında bir (1) yıl ücretsiz yazılım güncelleme hakkı ile gelir. Bu süre sonunda cihaz offline modda temel fonksiyonlarla kullanılmaya devam edilebilir ancak en son güncellemeler, yeni model araç desteği ve online fonksiyonlar için yazılım aboneliğinin yenilenmesi gerekir. Yıllık yenileme bedeli ve koşulları hakkında güncel bilgi için satış temsilcimizle iletişime geçebilirsiniz.

Launch DBScar 7 Türkçe dil desteği sunuyor mu?

Evet, Launch DBScar 7 ve XDIAG Pro yazılımı kapsamlı Türkçe dil desteğine sahiptir. Yazılımı kurduktan sonra Ayarlar menüsünden dil seçeneğini Türkçe olarak değiştirebilirsiniz. Bu sayede menüler, arıza kodları, açıklamalar, canlı veri parametreleri ve özel fonksiyonlar Türkçe olarak görüntülenecektir, bu da kullanım kolaylığı sağlar.

Online ECU programlama için ek bir ücret gerekir mi?

Launch DBScar 7 ile sunulan online ECU programlama ve kodlama fonksiyonları genellikle aktif yazılım aboneliği kapsamında sunulur. Bazı markalar veya özel işlemler için ek modül veya üretici bazlı ek abonelikler gerekebilir. Bu konuda en güncel bilgiyi ve markaya özel gereksinimleri satış danışmanlarımızdan alabilirsiniz.

Destek ve İletişim

Launch DBScar 7 ile ilgili her türlü soru, öneri veya teknik destek talepleriniz için bize ulaşabilirsiniz.

Telefon

+90 850 532 05 50

E-posta

info@otoeko.com

WhatsApp

0850 532 05 50



Axess 12 تقسيط
دفعة واحدة 18.618,90 ₺ 18.618,90 ₺
2 تقسيط 9.778,65 ₺ 19.557,29 ₺
3 تقسيط 6.652,53 ₺ 19.957,60 ₺
4 تقسيط 5.092,74 ₺ 20.370,94 ₺
5 تقسيط 4.159,46 ₺ 20.797,31 ₺
6 تقسيط 3.540,07 ₺ 21.240,44 ₺
7 تقسيط 3.101,64 ₺ 21.711,50 ₺
8 تقسيط 2.772,59 ₺ 22.180,70 ₺
9 تقسيط 2.518,52 ₺ 22.666,65 ₺
10 تقسيط 2.317,68 ₺ 23.176,81 ₺
11 تقسيط 2.153,53 ₺ 23.688,83 ₺
12 تقسيط 2.018,29 ₺ 24.219,47 ₺
Bonus 12 تقسيط
دفعة واحدة 18.618,90 ₺ 18.618,90 ₺
2 تقسيط 9.778,65 ₺ 19.557,29 ₺
3 تقسيط 6.651,29 ₺ 19.953,88 ₺
4 تقسيط 5.090,87 ₺ 20.363,49 ₺
5 تقسيط 4.156,48 ₺ 20.782,42 ₺
6 تقسيط 3.536,97 ₺ 21.221,82 ₺
7 تقسيط 3.097,39 ₺ 21.681,71 ₺
8 تقسيط 2.768,40 ₺ 22.147,18 ₺
9 تقسيط 2.513,55 ₺ 22.621,96 ₺
10 تقسيط 2.312,47 ₺ 23.124,67 ₺
11 تقسيط 2.147,94 ₺ 23.627,38 ₺
12 تقسيط 2.012,24 ₺ 24.146,85 ₺
Paraf 12 تقسيط
دفعة واحدة 18.618,90 ₺ 18.618,90 ₺
2 تقسيط 9.706,97 ₺ 19.413,93 ₺
3 تقسيط 6.592,33 ₺ 19.777,00 ₺
4 تقسيط 5.035,95 ₺ 20.143,79 ₺
5 تقسيط 4.103,23 ₺ 20.516,17 ₺
6 تقسيط 3.481,74 ₺ 20.890,41 ₺
7 تقسيط 3.039,67 ₺ 21.277,68 ₺
8 تقسيط 2.707,65 ₺ 21.661,23 ₺
9 تقسيط 2.449,01 ₺ 22.041,05 ₺
10 تقسيط 2.243,76 ₺ 22.437,64 ₺
11 تقسيط 2.074,65 ₺ 22.821,19 ₺
12 تقسيط 1.934,04 ₺ 23.208,46 ₺
World 12 تقسيط
دفعة واحدة 18.618,90 ₺ 18.618,90 ₺
2 تقسيط 9.801,92 ₺ 19.603,84 ₺
3 تقسيط 6.763,63 ₺ 20.290,88 ₺
4 تقسيط 5.186,30 ₺ 20.745,18 ₺
5 تقسيط 4.240,64 ₺ 21.203,20 ₺
6 تقسيط 3.610,52 ₺ 21.663,09 ₺
7 تقسيط 3.162,29 ₺ 22.136,01 ₺
8 تقسيط 2.824,95 ₺ 22.599,62 ₺
9 تقسيط 2.562,37 ₺ 23.061,37 ₺
10 تقسيط 2.353,80 ₺ 23.538,01 ₺
11 تقسيط 2.181,63 ₺ 23.997,90 ₺
12 تقسيط 2.038,30 ₺ 24.459,65 ₺
Maximum 12 تقسيط
دفعة واحدة 18.618,90 ₺ 18.618,90 ₺
2 تقسيط 9.778,65 ₺ 19.557,29 ₺
3 تقسيط 6.652,53 ₺ 19.957,60 ₺
4 تقسيط 5.092,74 ₺ 20.370,94 ₺
5 تقسيط 4.159,46 ₺ 20.797,31 ₺
6 تقسيط 3.540,07 ₺ 21.240,44 ₺
7 تقسيط 3.101,64 ₺ 21.711,50 ₺
8 تقسيط 2.772,59 ₺ 22.180,70 ₺
9 تقسيط 2.518,52 ₺ 22.666,65 ₺
10 تقسيط 2.317,68 ₺ 23.176,81 ₺
11 تقسيط 2.153,53 ₺ 23.688,83 ₺
12 تقسيط 2.018,29 ₺ 24.219,47 ₺
BankKart 12 تقسيط
دفعة واحدة 18.618,90 ₺ 18.618,90 ₺
2 تقسيط 9.760,96 ₺ 19.521,92 ₺
3 تقسيط 6.638,88 ₺ 19.916,64 ₺
4 تقسيط 5.082,03 ₺ 20.328,12 ₺
5 تقسيط 4.149,78 ₺ 20.748,90 ₺
6 تقسيط 3.532,63 ₺ 21.195,76 ₺
7 تقسيط 3.092,33 ₺ 21.646,33 ₺
8 تقسيط 2.765,37 ₺ 22.122,98 ₺
9 تقسيط 2.509,62 ₺ 22.586,59 ₺
10 تقسيط 2.299,81 ₺ 22.998,07 ₺
11 تقسيط 2.140,16 ₺ 23.541,74 ₺
12 تقسيط 2.008,51 ₺ 24.102,17 ₺
CardFinans 12 تقسيط
دفعة واحدة 18.618,90 ₺ 18.618,90 ₺
2 تقسيط 9.778,65 ₺ 19.557,29 ₺
3 تقسيط 6.652,53 ₺ 19.957,60 ₺
4 تقسيط 5.092,74 ₺ 20.370,94 ₺
5 تقسيط 4.159,46 ₺ 20.797,31 ₺
6 تقسيط 3.540,07 ₺ 21.240,44 ₺
7 تقسيط 3.101,64 ₺ 21.711,50 ₺
8 تقسيط 2.772,59 ₺ 22.180,70 ₺
9 تقسيط 2.518,52 ₺ 22.666,65 ₺
10 تقسيط 2.317,68 ₺ 23.176,81 ₺
11 تقسيط 2.153,53 ₺ 23.688,83 ₺
12 تقسيط 2.018,29 ₺ 24.219,47 ₺
Kuveyt Türk 12 تقسيط
دفعة واحدة 18.618,90 ₺ 18.618,90 ₺
2 تقسيط 9.742,34 ₺ 19.484,68 ₺
3 تقسيط 6.616,54 ₺ 19.849,61 ₺
4 تقسيط 5.054,57 ₺ 20.218,26 ₺
5 تقسيط 4.118,50 ₺ 20.592,50 ₺
6 تقسيط 3.494,46 ₺ 20.966,74 ₺
7 تقسيط 3.050,57 ₺ 21.354,02 ₺
8 تقسيط 2.716,96 ₺ 21.735,70 ₺
9 تقسيط 2.457,49 ₺ 22.117,39 ₺
10 تقسيط 2.251,40 ₺ 22.513,97 ₺
11 تقسيط 2.081,76 ₺ 22.899,39 ₺
12 تقسيط 1.940,40 ₺ 23.284,80 ₺
اطلب قبل الساعة 4:00 مساءً، يُشحن في نفس اليوم!
الأسرع
1-2 أيام عمل
أعرق شركة شحن في تركيا. شبكة فروع واسعة في 81 مدينة مع تتبع لحظي.
200
اقتصادي
2-3 أيام عمل
واحدة من أكبر شبكات الشحن في تركيا مع أكثر من 5,500 فرع. توصيل سريع وبأسعار مناسبة.
175
شائع
2-3 أيام عمل
اختر الوقت المناسب لاستلام طلبك. بنية تقنية متطورة مع إشعارات فورية.
125
شحن في نفس اليوم الطلبات قبل 4 م أيام الأسبوع، 12 ظ السبت
مجاني فوق 30,000₺ بدون رسوم شحن للطلبات المحلية
67+ دولة عبر DHL، UPS، FedEx — 3-10 أيام عمل
استلام من المتجر أنطاليا مراد باشا مجاني
فريقنا المحترف يغلف كل منتج بعناية ويضمن وصوله بأمان إلى باب منزلك.

لم يتم طرح أي أسئلة حول هذا المنتج بعد.

كن أول من يسأل!

اطرح سؤالاً

لا توجد تقييمات بعد

هل جربت هذا المنتج؟ شارك تجربتك وساعد العملاء الآخرين في اتخاذ القرار الصحيح. سيتم نشر مراجعتك بعد الموافقة.

خصوصيتك محمية
يستغرق ثوانٍ فقط
ساعد المجتمع

اكتب مراجعة

تقييمك
حد أقصى 3 صور، 5 ميغابايت
رمز المنتج OTO0402
الباركود OTO0402
1/8
إشعار ملفات تعريف الارتباط

نستخدم ملفات تعريف الارتباط لتقديم أفضل تجربة تسوق لك. تساعدنا ملفات تعريف الارتباط على تذكر تفضيلاتك وتحسين خدماتنا. لمزيد من التفاصيل، راجع سياسة ملفات تعريف الارتباط