Autool BT210 Devre ve Tesisat Test Kontrol Cihazı
/* İzole stiller - sadece autool-bt210-wrapper içindeki elementleri etkiler */
#autool-bt210-wrapper {
font-family: 'Poppins', sans-serif;
color: #333;
line-height: 1.6;
max-width: 1300px;
margin: 0 auto;
padding: 0;
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
border-radius: 0;
overflow-x: hidden; /* Prevent horizontal scroll */
position: relative;
}
#autool-bt210-wrapper * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
#autool-bt210-wrapper .container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
position: relative;
padding: 0 20px;
}
/* Shared Styles */
#autool-bt210-wrapper .section {
padding: 60px 0;
position: relative;
overflow: hidden;
}
#autool-bt210-wrapper .section::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80%;
height: 1px;
background: linear-gradient(90deg,
rgba(255,209,0,0) 0%,
rgba(255,209,0,0.5) 50%,
rgba(255,209,0,0) 100%);
}
#autool-bt210-wrapper .section:last-child::after {
display: none;
}
#autool-bt210-wrapper .section-header {
text-align: center;
margin-bottom: 60px;
position: relative;
z-index: 1;
}
#autool-bt210-wrapper .subtitle-wrapper {
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
margin-bottom: 20px;
flex-wrap: wrap;
}
#autool-bt210-wrapper .section-subtitle {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
background: rgba(255, 209, 0, 0.1);
color: #111;
padding: 8px 20px;
border-radius: 50px;
font-size: 0.9rem;
font-weight: 600;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
letter-spacing: 1px;
width: -moz-fit-content;
width: fit-content;
}
#autool-bt210-wrapper .subtitle-wrapper .section-subtitle {
margin-bottom: 0;
}
#autool-bt210-wrapper .subtitle-logo {
height: 36px; /* Default size */
width: auto;
display: block;
}
#autool-bt210-wrapper .subtitle-logo-otoeko {
filter: brightness(1.05) saturate(1.1); /* Make logo more vibrant */
}
#autool-bt210-wrapper .subtitle-text-icon-group {
display: flex;
align-items: center;
gap: 8px;
}
#autool-bt210-wrapper .section-title {
font-size: 2.2rem;
font-weight: 800;
color: #111;
margin-bottom: 20px;
position: relative;
display: inline-block;
}
#autool-bt210-wrapper .section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: linear-gradient(90deg, #FFD100 0%, #FFA500 100%);
border-radius: 2px;
}
#autool-bt210-wrapper .section-description {
max-width: 700px;
margin: 0 auto;
font-size: 1.1rem;
color: #555;
line-height: 1.7;
}
#autool-bt210-wrapper .btn {
display: inline-block;
padding: 14px 32px;
border-radius: 50px;
font-size: 1rem;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
cursor: pointer;
position: relative;
overflow: hidden;
z-index: 1;
}
#autool-bt210-wrapper .btn::after {
content: '';
position: absolute;
bottom: -50%;
left: -10%;
width: 120%;
height: 200%;
background: rgba(255, 255, 255, 0.2);
border-radius: 50%;
transition: all 0.5s ease;
z-index: -1;
transform: scale(0);
}
#autool-bt210-wrapper .btn:hover::after {
transform: scale(1);
}
#autool-bt210-wrapper .btn-primary {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
box-shadow: 0 8px 25px rgba(255, 209, 0, 0.3);
}
#autool-bt210-wrapper .btn-primary:hover {
transform: translateY(-5px);
box-shadow: 0 12px 30px rgba(255, 209, 0, 0.4);
}
#autool-bt210-wrapper .btn-secondary {
background: transparent;
color: #111;
border: 2px solid #111;
}
#autool-bt210-wrapper .btn-secondary:hover {
background: rgba(0, 0, 0, 0.05);
transform: translateY(-5px);
}
/* Yellow pattern background */
#autool-bt210-wrapper .pattern-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FFD100' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
opacity: 0.5;
z-index: 0;
}
/* Hero Section */
#autool-bt210-wrapper .hero-section {
position: relative;
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
padding: 60px 0;
overflow: hidden;
text-align: center;
}
#autool-bt210-wrapper .hero-logo-container {
margin-bottom: 25px;
}
#autool-bt210-wrapper .hero-logo {
max-width: 180px; /* Default size */
height: auto;
}
#autool-bt210-wrapper .hero-bg {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background: radial-gradient(circle at top right, rgba(255, 209, 0, 0.1), transparent 70%);
z-index: 0;
}
#autool-bt210-wrapper .product-hero {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
position: relative;
z-index: 2;
}
#autool-bt210-wrapper .product-info {
flex: 1;
min-width: 300px;
padding-right: 40px;
text-align: left;
}
#autool-bt210-wrapper .product-badge {
display: inline-block;
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
padding: 8px 16px;
border-radius: 50px;
font-weight: 600;
font-size: 0.9rem;
margin-bottom: 20px;
box-shadow: 0 5px 15px rgba(255, 209, 0, 0.2);
position: relative;
}
#autool-bt210-wrapper .product-badge i {
margin-right: 5px;
animation: pulse 2s infinite;
}
#autool-bt210-wrapper .product-title {
font-size: 2.4rem;
font-weight: 800;
margin-bottom: 20px;
line-height: 1.2;
color: #111;
}
#autool-bt210-wrapper .product-title span {
color: #111;
position: relative;
display: inline-block;
z-index: 1;
}
#autool-bt210-wrapper .product-title span::after {
content: '';
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 8px;
background: #FFD100;
z-index: -1;
opacity: 0.6;
}
#autool-bt210-wrapper .product-description {
font-size: 1.1rem;
margin-bottom: 25px;
color: #444;
line-height: 1.7;
}
#autool-bt210-wrapper .product-features {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 30px;
}
#autool-bt210-wrapper .feature-item {
display: flex;
align-items: center;
background: rgba(255, 209, 0, 0.1);
padding: 8px 16px;
border-radius: 50px;
transition: all 0.3s ease;
}
#autool-bt210-wrapper .feature-item:hover {
background: rgba(255, 209, 0, 0.2);
transform: translateY(-3px);
}
#autool-bt210-wrapper .feature-icon {
margin-right: 10px;
color: #FFD100;
}
#autool-bt210-wrapper .feature-text {
font-weight: 500;
font-size: 0.9rem;
color: #333;
}
#autool-bt210-wrapper .product-buttons {
display: flex;
gap: 15px;
margin-top: 30px;
}
#autool-bt210-wrapper .product-image {
flex: 1;
min-width: 300px;
position: relative;
padding: 20px;
}
#autool-bt210-wrapper .product-image-main {
width: 100%;
max-width: 450px;
height: auto;
display: block;
margin: 0 auto;
border-radius: 20px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#autool-bt210-wrapper .product-image-main:hover {
}
#autool-bt210-wrapper .product-image-gallery {
display: flex;
flex-direction: column;
align-items: center;
}
#autool-bt210-wrapper .main-image-display {
margin-bottom: 15px;
position: relative;
width: 100%;
display: flex;
justify-content: center;
}
#autool-bt210-wrapper .thumbnail-container {
display: flex;
gap: 10px;
justify-content: center;
flex-wrap: wrap;
}
#autool-bt210-wrapper .thumbnail-item img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 10px;
cursor: pointer;
border: 2px solid transparent;
transition: border-color 0.3s ease, transform 0.3s ease;
opacity: 0.7;
}
#autool-bt210-wrapper .thumbnail-item img:hover {
opacity: 1;
transform: scale(1.05);
}
#autool-bt210-wrapper .thumbnail-item.active img {
border-color: #FFD100;
opacity: 1;
}
#autool-bt210-wrapper .product-badge-corner {
position: absolute;
top: 20px;
right: 20px;
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
width: auto;
height: auto;
padding: 10px;
border-radius: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
transform: rotate(15deg);
animation: pulse 2s infinite;
z-index: 10;
text-align: center;
}
#autool-bt210-wrapper .product-badge-corner .badge-big {
font-size: 1.2rem;
line-height: 1;
}
#autool-bt210-wrapper .product-badge-corner .badge-small {
font-size: 0.7rem;
opacity: 0.9;
}
/* Features Section */
#autool-bt210-wrapper .features-specs {
padding: 80px 0;
background: #fff;
position: relative;
}
#autool-bt210-wrapper .features-specs::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at bottom left, rgba(255, 209, 0, 0.05), transparent 60%);
}
#autool-bt210-wrapper .features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-top: 50px;
position: relative;
z-index: 1;
}
#autool-bt210-wrapper .feature-card {
background: #fff;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
padding: 30px;
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
position: relative;
overflow: hidden;
border: 1px solid rgba(0,0,0,0.03);
height: 100%;
text-align: center;
}
#autool-bt210-wrapper .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 100%;
background: linear-gradient(180deg, #FFD100 0%, #FFA500 100%);
transition: all 0.3s ease;
z-index: 0;
}
#autool-bt210-wrapper .feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
#autool-bt210-wrapper .feature-card:hover::before {
width: 100%;
opacity: 0.05;
}
#autool-bt210-wrapper .feature-card-icon {
width: 60px;
height: 60px;
border-radius: 15px;
background: rgba(255, 209, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
font-size: 24px;
color: #FFD100;
transition: all 0.3s ease;
position: relative;
z-index: 1;
}
#autool-bt210-wrapper .feature-card:hover .feature-card-icon {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
}
#autool-bt210-wrapper .feature-card-title {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 15px;
color: #111;
position: relative;
z-index: 1;
}
#autool-bt210-wrapper .feature-card-text {
color: #666;
font-size: 1rem;
line-height: 1.7;
position: relative;
z-index: 1;
}
/* How It Works Section */
#autool-bt210-wrapper .how-it-works {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
position: relative;
}
#autool-bt210-wrapper .how-it-works::before {
content: '';
position: absolute;
width: 400px;
height: 400px;
border-radius: 50%;
background: radial-gradient(circle, rgba(255, 209, 0, 0.1) 0%, rgba(255, 209, 0, 0) 70%);
top: -150px;
right: -150px;
z-index: 0;
}
#autool-bt210-wrapper .how-it-works::after {
content: '';
position: absolute;
width: 300px;
height: 300px;
border-radius: 50%;
background: radial-gradient(circle, rgba(255, 165, 0, 0.1) 0%, rgba(255, 165, 0, 0) 70%);
bottom: -100px;
left: -100px;
z-index: 0;
}
#autool-bt210-wrapper .steps-container {
display: flex;
position: relative;
margin-top: 80px;
z-index: 1;
}
#autool-bt210-wrapper .step-line {
position: absolute;
top: 50px;
left: 50px;
right: 50px;
height: 4px;
background: linear-gradient(90deg, #FFD100 0%, #FFA500 100%);
z-index: -1;
border-radius: 2px;
}
#autool-bt210-wrapper .step {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 0 15px;
position: relative;
transition: all 0.4s ease;
}
#autool-bt210-wrapper .step:hover {
transform: translateY(-10px);
}
#autool-bt210-wrapper .step:hover .step-icon {
transform: scale(1.1) rotate(10deg);
box-shadow: 0 15px 30px rgba(255, 209, 0, 0.3);
}
#autool-bt210-wrapper .step-icon {
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
border-radius: 50%;
font-size: 2.5rem;
margin-bottom: 25px;
position: relative;
box-shadow: 0 10px 25px rgba(255, 209, 0, 0.2);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
z-index: 2;
}
#autool-bt210-wrapper .step-number {
position: absolute;
top: -5px;
right: -5px;
width: 30px;
height: 30px;
background: #111;
color: #FFD100;
border-radius: 50%;
font-size: 1rem;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
}
#autool-bt210-wrapper .step-title {
font-size: 1.3rem;
font-weight: 700;
color: #111;
margin-bottom: 15px;
}
#autool-bt210-wrapper .step-description {
font-size: 1rem;
color: #666;
line-height: 1.6;
}
#autool-bt210-wrapper .steps-cta {
text-align: center;
margin-top: 60px;
}
#autool-bt210-wrapper .animation-wave {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 40px;
background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRDEwMCI+PHBhdGggZD0iTTEyODAgMEw2NDAgNzAgMCAwdjE0MGgxMjgweiIgZmlsbC1vcGFjaXR5PSIuMDUiLz48L2c+PC9zdmc+') center/cover no-repeat;
opacity: 0.3;
z-index: 0;
animation: wave 15s linear infinite;
}
@keyframes wave {
0% {
background-position-x: 0;
}
100% {
background-position-x: 1280px;
}
}
/* Teknik Özellikler Bölümü */
#autool-bt210-wrapper .tech-specs-section {
padding: 100px 0;
position: relative;
overflow: hidden;
background: #fff;
}
#autool-bt210-wrapper .tech-specs-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(255, 209, 0, 0.05) 0%, rgba(255, 165, 0, 0.05) 100%);
z-index: 0;
}
#autool-bt210-wrapper .tech-specs-header {
text-align: center;
margin-bottom: 70px;
position: relative;
z-index: 1;
}
#autool-bt210-wrapper .tech-specs-panels {
position: relative;
margin: 0 auto;
max-width: 1100px;
z-index: 1;
}
/* General Specs Panel */
#autool-bt210-wrapper .general-specs {
display: flex;
flex-wrap: wrap;
padding: 30px;
}
#autool-bt210-wrapper .general-specs-details {
width: 100%; /* Full width for card container */
}
#autool-bt210-wrapper .specs-detail-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Responsive card layout */
gap: 25px;
margin-top: 40px; /* Space above cards */
}
#autool-bt210-wrapper .specs-detail-item {
background: #fff;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
padding: 25px;
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
display: flex;
flex-direction: column;
align-items: center; /* Center content */
text-align: center;
border: 1px solid rgba(0,0,0,0.04);
}
#autool-bt210-wrapper .specs-detail-item:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
#autool-bt210-wrapper .specs-detail-icon {
font-size: 2.2rem;
color: #FFD100;
margin-bottom: 15px;
width: 60px;
height: 60px;
background: rgba(255, 209, 0, 0.1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
#autool-bt210-wrapper .specs-detail-item:hover .specs-detail-icon {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
}
#autool-bt210-wrapper .specs-detail-label {
font-size: 1rem; /* Slightly larger label */
color: #333;
font-weight: 600; /* Bolder label */
margin-bottom: 8px;
}
#autool-bt210-wrapper .specs-detail-value {
font-size: 0.95rem; /* Slightly smaller value for balance */
color: #555;
line-height: 1.5;
}
/* Distributor Section */
#autool-bt210-wrapper .distributor-section {
background: #fff;
color: #333;
padding: 100px 0 80px;
border-radius: 0;
margin: 0;
position: relative;
overflow: hidden;
}
#autool-bt210-wrapper .distributor-section::after {
display: none;
}
#autool-bt210-wrapper .distributor-waves {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 120px;
background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMjBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmOGY4ZjgiPjxwYXRoIGQ9Ik0xMjgwIDBsLTI2Mi4xIDExNi4yNmE3My4yOSA3My4yOSAwIDAgMS0zOS4wOSA2TDAgMHYxNDBoMTI4MHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCAwbC0yNjIuMSAxMTYuMjZhNzMuMjkgNzMuMjkgMCAwIDEtMzkuMDkgNkwwIDB2MTQwaDEyODB6Ii8+PC9nPjwvc3ZnPg==') center top no-repeat;
background-size: 100% 120px;
z-index: 1;
transform: rotateX(180deg);
}
#autool-bt210-wrapper .distributor-section .container {
position: relative;
z-index: 2;
}
#autool-bt210-wrapper .distributor-subtitle {
background: rgba(255, 209, 0, 0.1);
color: #111;
}
#autool-bt210-wrapper .distributor-title {
color: #111;
font-size: 2.5rem;
margin-bottom: 25px;
}
#autool-bt210-wrapper .distributor-title::after {
background: linear-gradient(90deg, #FFD100 0%, #FFA500 100%);
height: 5px;
bottom: -15px;
}
#autool-bt210-wrapper .distributor-description {
color: #555;
max-width: 800px;
margin-bottom: 60px;
font-size: 1.15rem;
line-height: 1.8;
}
#autool-bt210-wrapper .distributor-content {
text-align: center;
}
#autool-bt210-wrapper .distributor-benefits {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 30px;
margin-bottom: 60px;
}
#autool-bt210-wrapper .benefit-item {
background: #f8f8f8;
padding: 30px 25px;
border-radius: 15px;
box-shadow: 0 8px 25px rgba(0,0,0,0.05);
border: 1px solid #eee;
transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
text-align: center; /* Center align title and text */
position: relative;
overflow: hidden;
}
#autool-bt210-wrapper .benefit-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: linear-gradient(90deg, #FFD100, #FFA500);
opacity: 0;
transition: opacity 0.3s ease;
}
#autool-bt210-wrapper .benefit-item:hover {
transform: translateY(-8px);
box-shadow: 0 15px 35px rgba(0,0,0,0.1);
border-color: #ddd;
}
#autool-bt210-wrapper .benefit-item:hover::before {
opacity: 1;
}
#autool-bt210-wrapper .benefit-header {
display: flex;
flex-direction: column; /* Stack icon and title vertically */
align-items: center; /* Center items horizontally */
justify-content: center;
margin-bottom: 15px; /* Adjusted margin */
}
#autool-bt210-wrapper .benefit-icon-wrapper {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, rgba(255, 209, 0, 0.1) 0%, rgba(255, 165, 0, 0.1) 100%);
border-radius: 50%;
margin-right: 0; /* Removed margin-right as items are stacked */
margin-bottom: 10px; /* Add space between icon and title */
transition: all 0.3s ease;
}
#autool-bt210-wrapper .benefit-item:hover .benefit-icon-wrapper {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
}
#autool-bt210-wrapper .benefit-icon {
font-size: 1.8rem;
color: #FFD100;
transition: all 0.3s ease;
}
#autool-bt210-wrapper .benefit-item:hover .benefit-icon {
color: #111;
transform: scale(1.1);
}
#autool-bt210-wrapper .benefit-title {
font-size: 1.25rem;
font-weight: 700;
color: #111;
margin: 0;
}
#autool-bt210-wrapper .benefit-text {
font-size: 0.95rem;
color: #666;
line-height: 1.6;
}
/* Added floating elements */
#autool-bt210-wrapper .floating-element {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, rgba(255, 209, 0, 0.1) 0%, rgba(255, 165, 0, 0.1) 100%);
z-index: 0;
animation: float 15s infinite ease-in-out;
}
#autool-bt210-wrapper .floating-1 {
width: 100px;
height: 100px;
top: 10%;
left: 5%;
animation-delay: 0s;
}
#autool-bt210-wrapper .floating-2 {
width: 150px;
height: 150px;
bottom: 20%;
right: 10%;
animation-delay: -5s;
}
#autool-bt210-wrapper .floating-3 {
width: 80px;
height: 80px;
top: 40%;
right: 20%;
animation-delay: -10s;
}
/* Scroll Reveal Animation */
#autool-bt210-wrapper .reveal {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
#autool-bt210-wrapper .reveal.active {
opacity: 1;
transform: translateY(0);
}
/* Sıkça Sorulan Sorular Bölümü */
#autool-bt210-wrapper .faq-section {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
position: relative;
padding: 80px 0;
}
#autool-bt210-wrapper .faq-container {
max-width: 900px;
margin: 50px auto 0;
}
#autool-bt210-wrapper .faq-item {
background: #fff;
border-radius: 10px;
margin-bottom: 15px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
overflow: hidden;
transition: all 0.3s ease;
border: 1px solid rgba(0,0,0,0.03);
}
#autool-bt210-wrapper .faq-item:hover {
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#autool-bt210-wrapper .faq-question {
padding: 20px 25px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
background: #fff;
transition: all 0.3s ease;
position: relative;
}
#autool-bt210-wrapper .faq-question::before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 5px;
background: linear-gradient(180deg, #FFD100 0%, #FFA500 100%);
opacity: 0;
transition: opacity 0.3s ease;
}
#autool-bt210-wrapper .faq-item.active .faq-question::before,
#autool-bt210-wrapper .faq-question:hover::before {
opacity: 1;
}
#autool-bt210-wrapper .faq-question h3 {
font-size: 1.1rem;
font-weight: 600;
color: #333;
margin: 0;
padding-right: 20px;
}
#autool-bt210-wrapper .faq-icon {
color: #FFD100;
font-size: 1rem;
transition: all 0.3s ease;
}
#autool-bt210-wrapper .faq-item.active .faq-icon {
transform: rotate(180deg);
}
#autool-bt210-wrapper .faq-answer {
max-height: 0;
overflow: hidden;
padding: 0 25px;
transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
}
#autool-bt210-wrapper .faq-item.active .faq-answer {
max-height: 1000px;
padding: 0 25px 20px;
}
#autool-bt210-wrapper .faq-answer p {
margin-top: 10px;
margin-bottom: 10px;
color: #666;
line-height: 1.6;
}
#autool-bt210-wrapper .faq-answer ul {
margin: 10px 0;
padding-left: 20px;
}
#autool-bt210-wrapper .faq-answer li {
margin-bottom: 5px;
color: #666;
}
/* Destek ve İletişim Bölümü */
#autool-bt210-wrapper .support-contact-section {
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
padding: 80px 0;
position: relative;
}
#autool-bt210-wrapper .support-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 25px;
margin: 50px 0;
}
#autool-bt210-wrapper .support-card {
background: #fff;
border-radius: 15px;
padding: 30px;
text-align: center;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
border: 1px solid rgba(0,0,0,0.03);
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
#autool-bt210-wrapper .support-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
#autool-bt210-wrapper .support-icon {
width: 70px;
height: 70px;
border-radius: 50%;
background: rgba(255, 209, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
transition: all 0.3s ease;
}
#autool-bt210-wrapper .support-card:hover .support-icon {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
}
#autool-bt210-wrapper .support-icon i {
font-size: 1.8rem;
color: #FFD100;
transition: all 0.3s ease;
}
#autool-bt210-wrapper .support-card:hover .support-icon i {
color: #111;
}
#autool-bt210-wrapper .support-title {
font-size: 1.3rem;
font-weight: 700;
color: #111;
margin-bottom: 15px;
}
#autool-bt210-wrapper .support-text {
color: #666;
font-size: 0.95rem;
line-height: 1.6;
margin-bottom: 20px;
flex-grow: 1;
}
#autool-bt210-wrapper .support-link {
display: inline-block;
padding: 8px 20px;
background: rgba(255, 209, 0, 0.1);
color: #111;
border-radius: 50px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
font-size: 0.9rem;
}
#autool-bt210-wrapper .support-link:hover {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(255, 209, 0, 0.2);
}
/* Mobile responsive adjustments from ccc.html, adapted for #autool-bt210-wrapper */
@media (max-width: 992px) { /* Tablet and larger mobile */
#autool-bt210-wrapper .section {
padding: 40px 0;
}
#autool-bt210-wrapper .product-info {
padding-right: 0;
margin-bottom: 25px;
text-align: center;
}
#autool-bt210-wrapper .product-features {
justify-content: center;
}
#autool-bt210-wrapper .product-buttons {
justify-content: center;
}
#autool-bt210-wrapper .steps-container {
flex-direction: column;
align-items: center;
margin-top: 25px;
}
#autool-bt210-wrapper .step {
margin-bottom: 25px;
max-width: 380px;
}
#autool-bt210-wrapper .step-line {
display: none;
}
#autool-bt210-wrapper .specs-3d-container {
min-height: 450px;
perspective: 1100px;
}
#autool-bt210-wrapper .specs-3d-model {
width: 65%;
}
#autool-bt210-wrapper .specs-3d-item {
width: 120px;
height: 120px;
padding: 15px;
}
#autool-bt210-wrapper .specs-3d-item-1 { transform: translateZ(140px); }
#autool-bt210-wrapper .specs-3d-item-2 { transform: rotateY(45deg) translateZ(140px); }
#autool-bt210-wrapper .specs-3d-item-3 { transform: rotateY(90deg) translateZ(140px); }
#autool-bt210-wrapper .specs-3d-item-4 { transform: rotateY(135deg) translateZ(140px); }
#autool-bt210-wrapper .specs-3d-item-5 { transform: rotateY(180deg) translateZ(140px); }
#autool-bt210-wrapper .specs-3d-item-6 { transform: rotateY(225deg) translateZ(140px); }
#autool-bt210-wrapper .specs-3d-item-7 { transform: rotateY(270deg) translateZ(140px); }
#autool-bt210-wrapper .specs-3d-item-8 { transform: rotateY(315deg) translateZ(140px); }
#autool-bt210-wrapper .specs-image-container {
width: 70%;
max-width: 350px;
opacity: 0.8;
}
#autool-bt210-wrapper .general-specs {
flex-direction: column;
}
#autool-bt210-wrapper .general-specs-diagram {
margin-bottom: 30px;
}
#autool-bt210-wrapper .general-specs-details {
padding-left: 0;
margin-top: 30px;
}
#autool-bt210-wrapper .dimension-container {
flex-direction: column;
align-items: center;
}
#autool-bt210-wrapper .dimension-details {
margin-top: 30px;
}
/* Distributor Section Responsive */
#autool-bt210-wrapper .distributor-benefits {
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}
@media (max-width: 768px) {
#autool-bt210-wrapper .container {
padding: 0 10px;
}
#autool-bt210-wrapper .hero-logo {
margin-left: auto;
margin-right: auto;
}
#autool-bt210-wrapper .section {
padding: 20px 0;
}
#autool-bt210-wrapper .section-header {
margin-bottom: 20px;
}
#autool-bt210-wrapper .subtitle-wrapper {
gap: 5px; /* Further Reduced gap */
margin-bottom: 15px;
}
#autool-bt210-wrapper .section-subtitle {
font-size: 0.75rem; /* Slightly smaller font for subtitle text */
padding: 4px 8px; /* Further Reduced padding for subtitle text */
margin-bottom: 10px;
}
#autool-bt210-wrapper .subtitle-logo {
height: 22px; /* Further Reduced logo height */
}
#autool-bt210-wrapper .section-title {
font-size: 1.6rem; /* Adjusted from 1.5rem to 1.6rem for c350 consistency */
margin-bottom: 15px;
}
#autool-bt210-wrapper .section-title::after {
bottom: -8px;
width: 60px;
height: 3px;
}
#autool-bt210-wrapper .section-description {
font-size: 0.9rem;
line-height: 1.5;
}
#autool-bt210-wrapper .product-title {
font-size: 1.8rem; /* Adjusted from 1.7rem to 1.8rem for c350 consistency */
margin-bottom: 15px;
}
#autool-bt210-wrapper .product-description {
font-size: 0.9rem;
line-height: 1.5;
margin-bottom: 20px;
}
#autool-bt210-wrapper .product-info {
margin-bottom: 20px;
width: 100%; /* Added for consistency */
min-width: auto; /* Added for consistency */
}
#autool-bt210-wrapper .product-image { /* Added for consistency */
width: 100%;
min-width: auto;
}
#autool-bt210-wrapper .product-hero {
flex-direction: column;
}
#autool-bt210-wrapper .gallery-main-content-area { /* Specific to ccc.html gallery, may not apply */
max-width: 300px !important;
height: 300px !important;
}
#autool-bt210-wrapper .thumbnail-item > div, /* Specific to ccc.html gallery */
#autool-bt210-wrapper .thumbnail-item img {
width: 60px !important;
height: 60px !important;
}
#autool-bt210-wrapper .thumbnail-item .fa-sync-alt { /* Specific to ccc.html gallery */
font-size: 24px !important;
}
#autool-bt210-wrapper .product-image-main { /* Retaining aaa.html's specific style for this */
max-width: 280px;
}
#autool-bt210-wrapper .product-badge-corner {
width: 60px;
height: 60px;
top: 20px;
right: 20px;
}
#autool-bt210-wrapper .badge-big {
font-size: 1.1rem;
}
#autool-bt210-wrapper .badge-small {
font-size: 0.65rem;
}
#autool-bt210-wrapper .product-buttons {
flex-direction: column;
width: 100%;
gap: 8px;
}
#autool-bt210-wrapper .btn {
width: 100%;
margin-bottom: 8px;
padding: 10px 20px;
font-size: 0.85rem;
}
#autool-bt210-wrapper .features-grid {
grid-template-columns: 1fr;
gap: 15px;
margin-top: 20px;
}
#autool-bt210-wrapper .feature-card {
padding: 15px;
}
#autool-bt210-wrapper .feature-card-icon {
width: 50px; height: 50px; font-size: 20px; margin-bottom: 10px;
}
#autool-bt210-wrapper .feature-card-title {
font-size: 1rem;
margin-bottom: 10px;
}
#autool-bt210-wrapper .feature-card-text {
font-size: 0.85rem;
line-height: 1.5;
}
#autool-bt210-wrapper .steps-container {
margin-top: 20px;
}
#autool-bt210-wrapper .step {
margin-bottom: 15px;
padding: 0 5px;
}
#autool-bt210-wrapper .step-icon {
width: 80px; height: 80px; font-size: 2rem; margin-bottom: 10px;
}
#autool-bt210-wrapper .step-number {
width: 25px; height: 25px; font-size: 0.9rem;
}
#autool-bt210-wrapper .step-title {
font-size: 1.1rem;
margin-bottom: 10px;
}
#autool-bt210-wrapper .step-description {
font-size: 0.85rem;
line-height: 1.5;
}
#autool-bt210-wrapper .steps-cta {
margin-top: 20px;
}
#autool-bt210-wrapper .tech-specs-header { margin-bottom: 20px; }
#autool-bt210-wrapper .specs-detail-list { /* Adapted from .specs-card-grid */
grid-template-columns: 1fr;
gap: 15px;
}
#autool-bt210-wrapper .specs-detail-item { /* Adapted from .spec-card */
/* flex-direction: column; align-items: flex-start; text-align: left; _/ /_ Keeping aaa.html's centered style */
gap: 10px;
padding: 20px; /* Retaining from aaa.html's previous mobile style */
}
#autool-bt210-wrapper .specs-detail-icon { /* Adapted from .spec-card-icon */
margin-bottom: 10px;
font-size: 2rem; /* Retaining from aaa.html's previous mobile style */
width: 50px; /* Retaining from aaa.html's previous mobile style */
height: 50px; /* Retaining from aaa.html's previous mobile style */
}
#autool-bt210-wrapper .specs-detail-label { /* Retaining from aaa.html's previous mobile style */
font-size: 0.9rem;
}
#autool-bt210-wrapper .specs-detail-value { /* Retaining from aaa.html's previous mobile style */
font-size: 0.85rem;
}
#autool-bt210-wrapper .floating-element {
display: none;
}
/* Distributor Section Responsive */
#autool-bt210-wrapper .distributor-section {
padding: 30px 0 20px;
}
#autool-bt210-wrapper .distributor-title {
font-size: 1.8rem;
}
#autool-bt210-wrapper .distributor-description {
font-size: 0.9rem;
margin-bottom: 20px;
}
#autool-bt210-wrapper .distributor-benefits {
grid-template-columns: 1fr;
gap: 15px;
margin-bottom: 20px;
}
#autool-bt210-wrapper .benefit-item {
padding: 15px 10px;
}
#autool-bt210-wrapper .benefit-icon-wrapper {
width: 45px;
height: 45px;
margin-right: 10px;
}
#autool-bt210-wrapper .benefit-icon {
font-size: 1.3rem;
}
#autool-bt210-wrapper .benefit-title {
font-size: 1.1rem;
}
#autool-bt210-wrapper .benefit-text {
font-size: 0.85rem;
}
#autool-bt210-wrapper .distributor-contact-cta {
flex-direction: column;
gap: 10px;
margin-top: 20px;
}
#autool-bt210-wrapper .distributor-btn,
#autool-bt210-wrapper .distributor-btn-alt {
width: 100%;
padding: 12px 15px;
font-size: 0.9rem;
justify-content: center;
}
/* FAQ section responsive */
#autool-bt210-wrapper .faq-section,
#autool-bt210-wrapper .support-contact-section {
padding: 40px 0;
}
#autool-bt210-wrapper .faq-container {
margin-top: 30px;
}
#autool-bt210-wrapper .faq-question {
padding: 15px 20px;
}
#autool-bt210-wrapper .faq-question h3 {
font-size: 0.95rem;
}
#autool-bt210-wrapper .faq-answer {
padding: 0 20px;
}
#autool-bt210-wrapper .faq-item.active .faq-answer {
padding: 0 20px 15px;
}
#autool-bt210-wrapper .faq-answer p,
#autool-bt210-wrapper .faq-answer li {
font-size: 0.85rem;
}
#autool-bt210-wrapper .support-grid {
grid-template-columns: 1fr;
gap: 15px;
margin: 30px 0;
}
#autool-bt210-wrapper .support-card {
padding: 20px;
}
#autool-bt210-wrapper .support-icon {
width: 60px;
height: 60px;
margin-bottom: 15px;
}
#autool-bt210-wrapper .support-icon i {
font-size: 1.5rem;
}
#autool-bt210-wrapper .support-title {
font-size: 1.1rem;
margin-bottom: 10px;
}
#autool-bt210-wrapper .support-text {
font-size: 0.85rem;
}
#autool-bt210-wrapper .contact-form-container {
padding: 20px;
}
#autool-bt210-wrapper .form-row {
flex-direction: column;
gap: 15px;
margin-bottom: 0;
}
#autool-bt210-wrapper .form-group {
margin-bottom: 15px;
width: 100%;
min-width: auto;
}
#autool-bt210-wrapper .contact-form-title {
font-size: 1.3rem;
margin-bottom: 20px;
}
#autool-bt210-wrapper img {
max-width: 100%;
height: auto;
display: block;
}
}
/* Desktop specific logo sizes */
@media (min-width: 993px) {
#autool-bt210-wrapper .hero-logo {
max-width: 220px; /* Increased size for desktop */
}
#autool-bt210-wrapper .subtitle-logo {
height: 48px; /* Increased size for desktop */
}
}

Ekonomik Model
AUTOOL BT210 Devre Kontrol Kalemi
Temel otomotiv elektrik devre testi için tasarlanmış, standart sinyal vericili ve kompakt ekranlı ekonomik test cihazı. Kısa devre, açık devre, kablo, sigorta ve röle problemlerini tespit eder.
9V - 30V Uyumlu
Temel Hassasiyet
Standart Sinyal Verici
Kompakt LCD Ekran
Hemen Satın Al
Detaylı Bilgi




Ekonomik Özellikler
Temel Teknoloji ile AUTOOL BT210
AUTOOL BT210, otomotiv elektrik sistemlerinde temel arıza tespiti için geliştirilmiş ekonomik bir test cihazıdır. Standart kablosuz verici, kompakt LCD ekran ve temel çok fonksiyonlu yapısı ile araç elektrik sorunlarını tespit eder.
Temel Arıza Tespiti
Açık devre, kısa devre, arızalı kablo, sigorta ve röle sorunlarını tespit eder. Standart sensörler sayesinde elektrik sorunlarını belirler.
Standart Verici Teknolojisi
Dahili kablosuz verici sayesinde tesisat kontrolü yapabilme imkanı. Standart sinyal vericisi, temel tesisatlarda doğru kabloyu tespit etmenizi sağlar.
Kompakt LCD Ekran
Kompakt LCD ekran, test sonuçlarını ve ölçüm değerlerini gösterir. Ekran sayesinde temel aydınlatma ile kullanım sağlar.
Geniş Voltaj Aralığı
9V - 30V arasındaki tüm araç elektrik sistemlerinde kullanılabilir. Hem binek araçlar hem de ticari araçlar için uygundur. Temel voltaj tanıma özelliği ile çalışma.
Temel Güvenlik
Temel seviye aşırı voltaj, ters polarite ve kısa devre korumaları sayesinde cihazı ve test edilen sistemi korur. Temel otomatik devre kesme özelliği ile test imkanı.
Çok Fonksiyonlu Yapı
Kablo takibi, sigorta kontrolü, röle testi, gerilim ölçümü, kısa devre tespiti gibi temel fonksiyonları tek bir cihazda toplar. Hafif ve dayanıklı gövdesi ile temel kullanım için tasarlanmıştır.
Kolay Kullanım
AUTOOL BT210 Nasıl Çalışır?
AUTOOL BT210 devre test cihazı, elektrik arızalarını bulmak için basit ve etkili bir kullanım sunar. Aşağıdaki adımları takip ederek elektrik sistemlerindeki sorunları tespit edebilirsiniz.
1
Bağlantı
Test cihazını araç aküsüne veya 12-24V güç kaynağına bağlayın. Cihaz otomatik olarak açılacak ve kompakt LCD ekran aktif hale gelecektir.
2
Mod Seçimi
Temel kontrol panelinden test etmek istediğiniz fonksiyonu seçin: Kablo takibi, kısa devre tespiti, sigorta kontrolü, röle testi veya voltaj ölçümü gibi.
3
Test İşlemi
Standart kablosuz vericiyi test edilecek kabloya veya devreye bağlayın. Ana cihaz sinyal takibi yapar ve arızayı tespit eder.
4
Sonuç
Cihaz, ekranda test sonucunu gösterir ve sesli uyarı verir. Arızalı bileşen veya kablonun yeri belirlenebilir.
Teknik Detaylar
AUTOOL BT210 Teknik Özellikleri
AUTOOL BT210 Devre ve Tesisat Test Kontrol Cihazı, temel teşhis işlemleri için tasarlanmış ekonomik bir cihazdır. Uygun fiyatlı ve dayanıklı malzemelerle üretilmiş, temel bir test cihazıdır.
Model
AUTOOL BT210
Ürün Tipi
Temel Devre ve Tesisat Test Kontrol Cihazı
Çalışma Voltajı
9V - 30V DC
Ekran
Kompakt LCD Ekran
Test Tipleri
Kablo Takibi, Kısa Devre, Açık Devre, Sigorta, Röle, Voltaj Ölçümü
Kablosuz Verici
Var (Standart Verici)
Maksimum Test Mesafesi
2 metre
Kablo Uzunluğu
1.2 metre
Korumalar
Temel Aşırı Voltaj, Ters Polarite, Kısa Devre

Güvenilir Kaynak

Resmi Türkiye Distribütörü: otoeko.com
AUTOOL ürünlerini otoeko.com güvencesiyle, doğrudan resmi distribütöründen temin edin.
Orijinal ürün garantisi, 1 Yıl resmi Türkiye garantisi ve uzman teknik destek otoeko.com'da.
Orijinal Ürün Garantisi
Tüm AUTOOL ürünleri %100 orijinaldir ve doğrudan üreticiden temin edilir. Sahte ürün riski olmadan güvenle alışveriş yapın.
1 Yıl Resmi Garanti
Türkiye genelinde geçerli, fatura tarihinden itibaren 1 yıl resmi otoeko.com garantisi. Herhangi bir sorun yaşarsanız hızlı çözüm.
Uzman Teknik Destek
Satın alma öncesi ve sonrası tüm sorularınız için profesyonel teknik destek hizmeti. Kullanım ve bakım konusunda uzman desteği.
Hızlı ve Güvenli Teslimat
Siparişiniz özenle paketlenir ve en kısa sürede adresinize teslim edilir. Kargo takibi ve güvenli teslimat garantisi.
Özel Kampanyalar
Resmi distribütör olarak sunduğumuz özel fiyatlar ve kampanyalardan yararlanın. Düzenli olarak sunulan fırsatları kaçırmayın.
Ödeme Kolaylığı
Kredi kartı, havale/EFT seçenekleriyle size en uygun ödeme yöntemini seçin. Güvenli alışveriş deneyimi.
Neden Tercih Edilir
Neden AUTOOL BT210?
AUTOOL BT210, otomotiv ile ilgilenen hobi amaçlı tamircilere ve temel arıza tespiti yapmak isteyenlere yönelik tasarlanmış ekonomik ve kullanışlı bir test cihazıdır. Uygun fiyatlı yapısı ve temel kullanıcı dostu arayüzü ile elektrik arıza tespitini kolaylaştırır.
AUTOOL BT210 ile hangi arıza türlerini tespit edebilirim?
AUTOOL BT210 ekonomik devre test cihazı ile araç elektrik sistemlerinde temel arıza türlerini tespit edebilirsiniz:
- Kısa Devre Tespiti: Elektrik sistemindeki kısa devreleri temel düzeyde tespit eder
- Açık Devre Analizi: Kopmuş, gevşek veya hasar görmüş kabloları belirler
- Sigorta Kontrolü: Atık sigortaları tesisat sökülmeden bulmanızı sağlar
- Röle Test İşlemi: Arızalı röleleri tespit eder
- Kablo Takibi: Basit tesisat içinde kabloları takip etmenizi sağlar
- Voltaj Testi: Devrelerde temel voltaj ölçümü yapabilirsiniz
Cihaz, 12V ve 24V elektrik sistemine sahip otomobil, SUV ve hafif ticari araçlarda temel performansla kullanılabilir.
BT210'un standart kablosuz vericisi nasıl çalışır?
AUTOOL BT210'un standart kablosuz verici teknolojisi şu şekilde çalışır:
- Temel Sinyal İletimi: Verici, bağlandığı kabloya temel düzeyde bir sinyal gönderir.
- Standart Mesafe Testi: Yaklaşık 2 metreye kadar sinyal algılama imkanı sunar.
- Temel Akım Takibi: Kablo boyunca ilerleyen standart sinyal sayesinde basit tesisatlarda kablo takibi yapılabilir.
- Zaman Tasarrufu: Temel arıza tespitini tek başınıza yapabilmenize yardımcı olur.
- Temel Sinyal İşleme: BT210'un temel sinyal işleme teknolojisi, elektrik sinyallerini temel seviyede algılar.
Bu özellik sayesinde, basit elektronik sistemlerde ve temel kablo demetlerinde arıza tespiti yapabilirsiniz. Daha karmaşık sistemler için üst model BT280 tercih edilebilir.
BT210'un kompakt ekranı nasıl bir deneyim sunar?
AUTOOL BT210'un kompakt LCD ekranı size şu özellikleri sunar:
- Temel Görüntü: Standart boyuttaki ekran, test sonuçlarını göstermeye yeterlidir.
- Temel Parametre Gösterimi: Temel test parametrelerini gösterebilir.
- Basit Arayüz: Kolay anlaşılır temel bir arayüz ile işlemleri yapabilirsiniz.
- Standart Aydınlatma: Ekran aydınlatması ile normal ışıklı ortamlarda kullanım sağlar.
BT210'un kompakt ekranı, temel elektrik sistem arızalarını tespit etmeye yardımcı olur. Daha detaylı ve karmaşık analizler için üst model BT280 daha uygundur.
BT210'i hangi araç türlerinde kullanabilirim?
AUTOOL BT210, temel araç yelpazesinde kullanılabilecek şekilde tasarlanmıştır:
- Binek Otomobiller: Standart sedan, hatchback ve spor araçlar
- SUV ve Crossoverlar: Temel SUV modelleri
- Hafif Ticari Araçlar: Temel panelvanlar ve minibüsler
- Motosikletler: 12V elektrik sistemine sahip motosikletler
- Standart Araç Sistemleri: BT210, temel elektrik sistemlerinde yeterli performans sunar
Cihaz hem 12V hem de 24V sistemleri desteklediği için birçok standart araçta kullanılabilir. Temel voltaj algılama özelliği ile güvenli test yapabilirsiniz. Daha karmaşık ve ağır ticari araçlar için BT280 modeli önerilir.
BT210 ve BT280 arasındaki farklar nelerdir?
AUTOOL BT210, BT280 modeline göre daha ekonomik bir seçenektir ve şu farklılıklar bulunur:
- Sinyal Gücü: BT210 standart sinyal gücü sunarken, BT280 daha güçlü ve hassas sinyal sunar
- Ekran Boyutu: BT210 kompakt ekrana sahipken, BT280 daha geniş ve net LCD ekran sunar
- Ölçüm Hassasiyeti: BT210 temel hassasiyete sahipken, BT280 daha gelişmiş hassasiyet sunar
- Test Mesafesi: BT210 2 metre test mesafesine sahipken, BT280 3.5 metreye kadar test yapabilir
- Kablo Uzunluğu: BT210 1.2 metre kablo uzunluğuna sahipken, BT280 1.5 metre kablo sunar
- Arayüz: BT210 temel arayüze sahipken, BT280 daha kullanıcı dostu gelişmiş arayüz sunar
- Parazit Filtreleme: BT280'de gelişmiş filtreleme bulunurken, BT210'da temel filtreleme vardır
- Tasarım: BT210 daha hafif ve kompakt yapıdadır, BT280 ise daha sağlam gövdeye sahiptir
BT210, hobi amaçlı kullanıcılar ve temel ihtiyaçlar için yeterli olurken, BT280 profesyonel kullanıcılar ve daha karmaşık arıza tespitleri için daha uygundur. Bütçenize ve ihtiyaçlarınıza göre tercih yapabilirsiniz.
Cihazın garanti süresi nedir?
AUTOOL BT210 Devre ve Tesisat Test Kontrol Cihazı, otoeko.com tarafından sağlanan 1 yıl resmi Türkiye garantisi kapsamındadır. Bu garanti sadece fabrikasyon hatalara karşı geçerlidir. Yanlış kullanım, düşürme, sıvı teması, yetkisiz tamir girişimleri gibi durumlar garanti kapsamı dışındadır. Garanti hizmeti için faturanızla birlikte otoeko.com ile iletişime geçmeniz yeterlidir.
Size Özel Destek
Destek ve İletişim
AUTOOL BT210 ile ilgili her türlü soru ve destek talebiniz için otoeko.com yanınızda. Size yardımcı olmaktan mutluluk duyarız.
Telefon Desteği
Hafta içi 09:00-18:00 saatleri arasında telefon ile teknik destek ve sipariş konularında yardım alabilirsiniz.
E-posta Desteği
7/24 e-posta desteğimiz ile sorularınızı iletebilir, en geç 24 saat içinde yanıt alabilirsiniz.
WhatsApp Desteği
WhatsApp üzerinden bize ulaşarak hızlı destek alabilirsiniz.
لم يتم طرح أي أسئلة حول هذا المنتج بعد.
كن أول من يسأل!اطرح سؤالاً
لا توجد تقييمات بعد
هل جربت هذا المنتج؟ شارك تجربتك وساعد العملاء الآخرين في اتخاذ القرار الصحيح. سيتم نشر مراجعتك بعد الموافقة.
Türkçe
English
العربية