AUTOOL SPT101 Buji Ateşleme Test Kontrol Cihazı
AUTOOL SPT-101 Profesyonel Buji Test Cihazı | Resmi Distribütör otoeko.com
/* İzole stiller - sadece autool-spt101-wrapper içindeki elementleri etkiler */
#autool-spt101-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-spt101-wrapper * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
#autool-spt101-wrapper .container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
position: relative;
padding: 0 20px;
}
/* Shared Styles */
#autool-spt101-wrapper .section {
padding: 60px 0;
position: relative;
overflow: hidden;
}
#autool-spt101-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-spt101-wrapper .section:last-child::after {
display: none;
}
#autool-spt101-wrapper .section-header {
text-align: center;
margin-bottom: 60px;
position: relative;
z-index: 1;
}
#autool-spt101-wrapper .subtitle-wrapper {
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
margin-bottom: 20px;
flex-wrap: wrap;
}
#autool-spt101-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-spt101-wrapper .subtitle-wrapper .section-subtitle {
margin-bottom: 0;
}
#autool-spt101-wrapper .subtitle-logo {
height: 36px; /* Default size */
width: auto;
display: block;
}
#autool-spt101-wrapper .subtitle-logo-otoeko {
filter: brightness(1.05) saturate(1.1); /* Make logo more vibrant */
}
#autool-spt101-wrapper .subtitle-text-icon-group {
display: flex;
align-items: center;
gap: 8px;
}
#autool-spt101-wrapper .section-title {
font-size: 2.2rem;
font-weight: 800;
color: #111;
margin-bottom: 20px;
position: relative;
display: inline-block;
}
#autool-spt101-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-spt101-wrapper .section-description {
max-width: 700px;
margin: 0 auto;
font-size: 1.1rem;
color: #555;
line-height: 1.7;
}
#autool-spt101-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-spt101-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-spt101-wrapper .btn:hover::after {
transform: scale(1);
}
#autool-spt101-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-spt101-wrapper .btn-primary:hover {
transform: translateY(-5px);
box-shadow: 0 12px 30px rgba(255, 209, 0, 0.4);
}
#autool-spt101-wrapper .btn-secondary {
background: transparent;
color: #111;
border: 2px solid #111;
}
#autool-spt101-wrapper .btn-secondary:hover {
background: rgba(0, 0, 0, 0.05);
transform: translateY(-5px);
}
/* Yellow pattern background */
#autool-spt101-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-spt101-wrapper .hero-section {
position: relative;
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
padding: 60px 0;
overflow: hidden;
text-align: center;
}
#autool-spt101-wrapper .hero-logo-container {
margin-bottom: 25px;
}
#autool-spt101-wrapper .hero-logo {
max-width: 180px; /* Default size */
height: auto;
}
#autool-spt101-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-spt101-wrapper .product-hero {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
position: relative;
z-index: 2;
}
#autool-spt101-wrapper .product-info {
flex: 1;
min-width: 300px;
padding-right: 40px;
text-align: left;
}
#autool-spt101-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-spt101-wrapper .product-badge i {
margin-right: 5px;
animation: pulse 2s infinite;
}
#autool-spt101-wrapper .product-title {
font-size: 2.4rem;
font-weight: 800;
margin-bottom: 20px;
line-height: 1.2;
color: #111;
}
#autool-spt101-wrapper .product-title span {
color: #111;
position: relative;
display: inline-block;
z-index: 1;
}
#autool-spt101-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-spt101-wrapper .product-description {
font-size: 1.1rem;
margin-bottom: 25px;
color: #444;
line-height: 1.7;
}
#autool-spt101-wrapper .product-features {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 30px;
}
#autool-spt101-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-spt101-wrapper .feature-item:hover {
background: rgba(255, 209, 0, 0.2);
transform: translateY(-3px);
}
#autool-spt101-wrapper .feature-icon {
margin-right: 10px;
color: #FFD100;
}
#autool-spt101-wrapper .feature-text {
font-weight: 500;
font-size: 0.9rem;
color: #333;
}
#autool-spt101-wrapper .product-buttons {
display: flex;
gap: 15px;
margin-top: 30px;
}
#autool-spt101-wrapper .product-image {
flex: 1;
min-width: 300px;
position: relative;
padding: 20px;
}
#autool-spt101-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-spt101-wrapper .product-image-main:hover {
}
#autool-spt101-wrapper .product-image-gallery {
display: flex;
flex-direction: column;
align-items: center;
}
#autool-spt101-wrapper .main-image-display {
margin-bottom: 15px;
position: relative;
width: 100%;
display: flex;
justify-content: center;
}
#autool-spt101-wrapper .thumbnail-container {
display: flex;
gap: 10px;
justify-content: center;
flex-wrap: wrap;
}
#autool-spt101-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-spt101-wrapper .thumbnail-item img:hover {
opacity: 1;
transform: scale(1.05);
}
#autool-spt101-wrapper .thumbnail-item.active img {
border-color: #FFD100;
opacity: 1;
}
#autool-spt101-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-spt101-wrapper .product-badge-corner .badge-big {
font-size: 1.2rem;
line-height: 1;
}
#autool-spt101-wrapper .product-badge-corner .badge-small {
font-size: 0.7rem;
opacity: 0.9;
}
/* Features Section */
#autool-spt101-wrapper .features-specs {
padding: 80px 0;
background: #fff;
position: relative;
}
#autool-spt101-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-spt101-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-spt101-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-spt101-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-spt101-wrapper .feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
#autool-spt101-wrapper .feature-card:hover::before {
width: 100%;
opacity: 0.05;
}
#autool-spt101-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-spt101-wrapper .feature-card:hover .feature-card-icon {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
}
#autool-spt101-wrapper .feature-card-title {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 15px;
color: #111;
position: relative;
z-index: 1;
}
#autool-spt101-wrapper .feature-card-text {
color: #666;
font-size: 1rem;
line-height: 1.7;
position: relative;
z-index: 1;
}
/* How It Works Section */
#autool-spt101-wrapper .how-it-works {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
position: relative;
}
#autool-spt101-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-spt101-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-spt101-wrapper .steps-container {
display: flex;
position: relative;
margin-top: 80px;
z-index: 1;
}
#autool-spt101-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-spt101-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-spt101-wrapper .step:hover {
transform: translateY(-10px);
}
#autool-spt101-wrapper .step:hover .step-icon {
transform: scale(1.1) rotate(10deg);
box-shadow: 0 15px 30px rgba(255, 209, 0, 0.3);
}
#autool-spt101-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-spt101-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-spt101-wrapper .step-title {
font-size: 1.3rem;
font-weight: 700;
color: #111;
margin-bottom: 15px;
}
#autool-spt101-wrapper .step-description {
font-size: 1rem;
color: #666;
line-height: 1.6;
}
#autool-spt101-wrapper .steps-cta {
text-align: center;
margin-top: 60px;
}
#autool-spt101-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-spt101-wrapper .tech-specs-section {
padding: 100px 0;
position: relative;
overflow: hidden;
background: #fff;
}
#autool-spt101-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-spt101-wrapper .tech-specs-header {
text-align: center;
margin-bottom: 70px;
position: relative;
z-index: 1;
}
#autool-spt101-wrapper .tech-specs-panels {
position: relative;
margin: 0 auto;
max-width: 1100px;
z-index: 1;
}
/* General Specs Panel */
#autool-spt101-wrapper .general-specs {
display: flex;
flex-wrap: wrap;
padding: 30px;
}
#autool-spt101-wrapper .general-specs-details {
width: 100%; /* Full width for card container */
}
#autool-spt101-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-spt101-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-spt101-wrapper .specs-detail-item:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
#autool-spt101-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-spt101-wrapper .specs-detail-item:hover .specs-detail-icon {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
}
#autool-spt101-wrapper .specs-detail-label {
font-size: 1rem; /* Slightly larger label */
color: #333;
font-weight: 600; /* Bolder label */
margin-bottom: 8px;
}
#autool-spt101-wrapper .specs-detail-value {
font-size: 0.95rem; /* Slightly smaller value for balance */
color: #555;
line-height: 1.5;
}
/* Distributor Section */
#autool-spt101-wrapper .distributor-section {
background: #fff;
color: #333;
padding: 100px 0 80px;
border-radius: 0;
margin: 0;
position: relative;
overflow: hidden;
}
#autool-spt101-wrapper .distributor-section::after {
display: none;
}
#autool-spt101-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-spt101-wrapper .distributor-section .container {
position: relative;
z-index: 2;
}
#autool-spt101-wrapper .distributor-subtitle {
background: rgba(255, 209, 0, 0.1);
color: #111;
}
#autool-spt101-wrapper .distributor-title {
color: #111;
font-size: 2.5rem;
margin-bottom: 25px;
}
#autool-spt101-wrapper .distributor-title::after {
background: linear-gradient(90deg, #FFD100 0%, #FFA500 100%);
height: 5px;
bottom: -15px;
}
#autool-spt101-wrapper .distributor-description {
color: #555;
max-width: 800px;
margin-bottom: 60px;
font-size: 1.15rem;
line-height: 1.8;
}
#autool-spt101-wrapper .distributor-content {
text-align: center;
}
#autool-spt101-wrapper .distributor-benefits {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 30px;
margin-bottom: 60px;
}
#autool-spt101-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-spt101-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-spt101-wrapper .benefit-item:hover {
transform: translateY(-8px);
box-shadow: 0 15px 35px rgba(0,0,0,0.1);
border-color: #ddd;
}
#autool-spt101-wrapper .benefit-item:hover::before {
opacity: 1;
}
#autool-spt101-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-spt101-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-spt101-wrapper .benefit-item:hover .benefit-icon-wrapper {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
}
#autool-spt101-wrapper .benefit-icon {
font-size: 1.8rem;
color: #FFD100;
transition: all 0.3s ease;
}
#autool-spt101-wrapper .benefit-item:hover .benefit-icon {
color: #111;
transform: scale(1.1);
}
#autool-spt101-wrapper .benefit-title {
font-size: 1.25rem;
font-weight: 700;
color: #111;
margin: 0;
}
#autool-spt101-wrapper .benefit-text {
font-size: 0.95rem;
color: #666;
line-height: 1.6;
}
/* Added floating elements */
#autool-spt101-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-spt101-wrapper .floating-1 {
width: 100px;
height: 100px;
top: 10%;
left: 5%;
animation-delay: 0s;
}
#autool-spt101-wrapper .floating-2 {
width: 150px;
height: 150px;
bottom: 20%;
right: 10%;
animation-delay: -5s;
}
#autool-spt101-wrapper .floating-3 {
width: 80px;
height: 80px;
top: 40%;
right: 20%;
animation-delay: -10s;
}
/* Scroll Reveal Animation */
#autool-spt101-wrapper .reveal {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
#autool-spt101-wrapper .reveal.active {
opacity: 1;
transform: translateY(0);
}
/* Sıkça Sorulan Sorular Bölümü */
#autool-spt101-wrapper .faq-section {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
position: relative;
padding: 80px 0;
}
#autool-spt101-wrapper .faq-container {
max-width: 900px;
margin: 50px auto 0;
}
#autool-spt101-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-spt101-wrapper .faq-item:hover {
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#autool-spt101-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-spt101-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-spt101-wrapper .faq-item.active .faq-question::before,
#autool-spt101-wrapper .faq-question:hover::before {
opacity: 1;
}
#autool-spt101-wrapper .faq-question h3 {
font-size: 1.1rem;
font-weight: 600;
color: #333;
margin: 0;
padding-right: 20px;
}
#autool-spt101-wrapper .faq-icon {
color: #FFD100;
font-size: 1rem;
transition: all 0.3s ease;
}
#autool-spt101-wrapper .faq-item.active .faq-icon {
transform: rotate(180deg);
}
#autool-spt101-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-spt101-wrapper .faq-item.active .faq-answer {
max-height: 1000px;
padding: 0 25px 20px;
}
#autool-spt101-wrapper .faq-answer p {
margin-top: 10px;
margin-bottom: 10px;
color: #666;
line-height: 1.6;
}
#autool-spt101-wrapper .faq-answer ul {
margin: 10px 0;
padding-left: 20px;
}
#autool-spt101-wrapper .faq-answer li {
margin-bottom: 5px;
color: #666;
}
/* Destek ve İletişim Bölümü */
#autool-spt101-wrapper .support-contact-section {
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
padding: 80px 0;
position: relative;
}
#autool-spt101-wrapper .support-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 25px;
margin: 50px 0;
}
#autool-spt101-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-spt101-wrapper .support-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
#autool-spt101-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-spt101-wrapper .support-card:hover .support-icon {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
}
#autool-spt101-wrapper .support-icon i {
font-size: 1.8rem;
color: #FFD100;
transition: all 0.3s ease;
}
#autool-spt101-wrapper .support-card:hover .support-icon i {
color: #111;
}
#autool-spt101-wrapper .support-title {
font-size: 1.3rem;
font-weight: 700;
color: #111;
margin-bottom: 15px;
}
#autool-spt101-wrapper .support-text {
color: #666;
font-size: 0.95rem;
line-height: 1.6;
margin-bottom: 20px;
flex-grow: 1;
}
#autool-spt101-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-spt101-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-spt101-wrapper */
@media (max-width: 992px) { /* Tablet and larger mobile */
#autool-spt101-wrapper .section {
padding: 40px 0;
}
#autool-spt101-wrapper .product-info {
padding-right: 0;
margin-bottom: 25px;
text-align: center;
}
#autool-spt101-wrapper .product-features {
justify-content: center;
}
#autool-spt101-wrapper .product-buttons {
justify-content: center;
}
#autool-spt101-wrapper .steps-container {
flex-direction: column;
align-items: center;
margin-top: 25px;
}
#autool-spt101-wrapper .step {
margin-bottom: 25px;
max-width: 380px;
}
#autool-spt101-wrapper .step-line {
display: none;
}
#autool-spt101-wrapper .specs-3d-container {
min-height: 450px;
perspective: 1100px;
}
#autool-spt101-wrapper .specs-3d-model {
width: 65%;
}
#autool-spt101-wrapper .specs-3d-item {
width: 120px;
height: 120px;
padding: 15px;
}
#autool-spt101-wrapper .specs-3d-item-1 { transform: translateZ(140px); }
#autool-spt101-wrapper .specs-3d-item-2 { transform: rotateY(45deg) translateZ(140px); }
#autool-spt101-wrapper .specs-3d-item-3 { transform: rotateY(90deg) translateZ(140px); }
#autool-spt101-wrapper .specs-3d-item-4 { transform: rotateY(135deg) translateZ(140px); }
#autool-spt101-wrapper .specs-3d-item-5 { transform: rotateY(180deg) translateZ(140px); }
#autool-spt101-wrapper .specs-3d-item-6 { transform: rotateY(225deg) translateZ(140px); }
#autool-spt101-wrapper .specs-3d-item-7 { transform: rotateY(270deg) translateZ(140px); }
#autool-spt101-wrapper .specs-3d-item-8 { transform: rotateY(315deg) translateZ(140px); }
#autool-spt101-wrapper .specs-image-container {
width: 70%;
max-width: 350px;
opacity: 0.8;
}
#autool-spt101-wrapper .general-specs {
flex-direction: column;
}
#autool-spt101-wrapper .general-specs-diagram {
margin-bottom: 30px;
}
#autool-spt101-wrapper .general-specs-details {
padding-left: 0;
margin-top: 30px;
}
#autool-spt101-wrapper .dimension-container {
flex-direction: column;
align-items: center;
}
#autool-spt101-wrapper .dimension-details {
margin-top: 30px;
}
/* Distributor Section Responsive */
#autool-spt101-wrapper .distributor-benefits {
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}
@media (max-width: 768px) {
#autool-spt101-wrapper .container {
padding: 0 10px;
}
#autool-spt101-wrapper .hero-logo {
margin-left: auto;
margin-right: auto;
max-width: 150px; /* Reduced for smaller screens */
}
#autool-spt101-wrapper .section {
padding: 20px 0;
}
#autool-spt101-wrapper .section-header {
margin-bottom: 20px;
}
#autool-spt101-wrapper .subtitle-wrapper {
gap: 5px; /* Further Reduced gap */
margin-bottom: 15px;
}
#autool-spt101-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-spt101-wrapper .subtitle-logo {
height: 22px; /* Further Reduced logo height */
}
#autool-spt101-wrapper .section-title {
font-size: 1.6rem; /* Adjusted from 1.5rem to 1.6rem for c350 consistency */
margin-bottom: 15px;
}
#autool-spt101-wrapper .section-title::after {
bottom: -8px;
width: 60px;
height: 3px;
}
#autool-spt101-wrapper .section-description {
font-size: 0.9rem;
line-height: 1.5;
}
#autool-spt101-wrapper .product-title {
font-size: 1.8rem; /* Adjusted from 1.7rem to 1.8rem for c350 consistency */
margin-bottom: 15px;
}
#autool-spt101-wrapper .product-description {
font-size: 0.9rem;
line-height: 1.5;
margin-bottom: 20px;
}
#autool-spt101-wrapper .product-info {
margin-bottom: 20px;
width: 100%; /* Added for consistency */
min-width: auto; /* Added for consistency */
}
#autool-spt101-wrapper .product-image { /* Added for consistency */
width: 100%;
min-width: auto;
}
#autool-spt101-wrapper .product-hero {
flex-direction: column;
}
#autool-spt101-wrapper .gallery-main-content-area { /* Specific to ccc.html gallery, may not apply */
max-width: 300px !important;
height: 300px !important;
}
#autool-spt101-wrapper .thumbnail-item > div, /* Specific to ccc.html gallery */
#autool-spt101-wrapper .thumbnail-item img {
width: 60px !important;
height: 60px !important;
}
#autool-spt101-wrapper .thumbnail-item .fa-sync-alt { /* Specific to ccc.html gallery */
font-size: 24px !important;
}
#autool-spt101-wrapper .product-image-main { /* Retaining aaa.html's specific style for this */
max-width: 100%; /* Adjusted for better mobile responsiveness */
}
#autool-spt101-wrapper .product-badge-corner {
width: 60px;
height: 60px;
top: 20px;
right: 20px;
}
#autool-spt101-wrapper .badge-big {
font-size: 1.1rem;
}
#autool-spt101-wrapper .badge-small {
font-size: 0.65rem;
}
#autool-spt101-wrapper .product-buttons {
flex-direction: column;
width: 100%;
gap: 8px;
}
#autool-spt101-wrapper .btn {
width: 100%;
margin-bottom: 8px;
padding: 10px 20px;
font-size: 0.85rem;
}
#autool-spt101-wrapper .features-grid {
grid-template-columns: 1fr;
gap: 15px;
margin-top: 20px;
}
#autool-spt101-wrapper .feature-card {
padding: 15px;
}
#autool-spt101-wrapper .feature-card-icon {
width: 50px; height: 50px; font-size: 20px; margin-bottom: 10px;
}
#autool-spt101-wrapper .feature-card-title {
font-size: 1rem;
margin-bottom: 10px;
}
#autool-spt101-wrapper .feature-card-text {
font-size: 0.85rem;
line-height: 1.5;
}
#autool-spt101-wrapper .steps-container {
margin-top: 20px;
}
#autool-spt101-wrapper .step {
margin-bottom: 15px;
padding: 0 5px;
}
#autool-spt101-wrapper .step-icon {
width: 80px; height: 80px; font-size: 2rem; margin-bottom: 10px;
}
#autool-spt101-wrapper .step-number {
width: 25px; height: 25px; font-size: 0.9rem;
}
#autool-spt101-wrapper .step-title {
font-size: 1.1rem;
margin-bottom: 10px;
}
#autool-spt101-wrapper .step-description {
font-size: 0.85rem;
line-height: 1.5;
}
#autool-spt101-wrapper .steps-cta {
margin-top: 20px;
}
#autool-spt101-wrapper .tech-specs-header { margin-bottom: 20px; }
#autool-spt101-wrapper .specs-detail-list { /* Adapted from .specs-card-grid */
grid-template-columns: 1fr;
gap: 15px;
}
#autool-spt101-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-spt101-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-spt101-wrapper .specs-detail-label { /* Retaining from aaa.html's previous mobile style */
font-size: 0.9rem;
}
#autool-spt101-wrapper .specs-detail-value { /* Retaining from aaa.html's previous mobile style */
font-size: 0.85rem;
}
#autool-spt101-wrapper .floating-element {
display: none;
}
/* Distributor Section Responsive */
#autool-spt101-wrapper .distributor-section {
padding: 30px 0 20px;
}
#autool-spt101-wrapper .distributor-title {
font-size: 1.8rem;
}
#autool-spt101-wrapper .distributor-description {
font-size: 0.9rem;
margin-bottom: 20px;
}
#autool-spt101-wrapper .distributor-benefits {
grid-template-columns: 1fr;
gap: 15px;
margin-bottom: 20px;
}
#autool-spt101-wrapper .benefit-item {
padding: 15px 10px;
}
#autool-spt101-wrapper .benefit-icon-wrapper {
width: 45px;
height: 45px;
margin-right: 10px;
}
#autool-spt101-wrapper .benefit-icon {
font-size: 1.3rem;
}
#autool-spt101-wrapper .benefit-title {
font-size: 1.1rem;
}
#autool-spt101-wrapper .benefit-text {
font-size: 0.85rem;
}
#autool-spt101-wrapper .distributor-contact-cta {
flex-direction: column;
gap: 10px;
margin-top: 20px;
}
#autool-spt101-wrapper .distributor-btn,
#autool-spt101-wrapper .distributor-btn-alt {
width: 100%;
padding: 12px 15px;
font-size: 0.9rem;
justify-content: center;
}
/* FAQ section responsive */
#autool-spt101-wrapper .faq-section,
#autool-spt101-wrapper .support-contact-section {
padding: 40px 0;
}
#autool-spt101-wrapper .faq-container {
margin-top: 30px;
}
#autool-spt101-wrapper .faq-question {
padding: 15px 20px;
}
#autool-spt101-wrapper .faq-question h3 {
font-size: 0.95rem;
}
#autool-spt101-wrapper .faq-answer {
padding: 0 20px;
}
#autool-spt101-wrapper .faq-item.active .faq-answer {
padding: 0 20px 15px;
}
#autool-spt101-wrapper .faq-answer p,
#autool-spt101-wrapper .faq-answer li {
font-size: 0.85rem;
}
#autool-spt101-wrapper .support-grid {
grid-template-columns: 1fr;
gap: 15px;
margin: 30px 0;
}
#autool-spt101-wrapper .support-card {
padding: 20px;
}
#autool-spt101-wrapper .support-icon {
width: 60px;
height: 60px;
margin-bottom: 15px;
}
#autool-spt101-wrapper .support-icon i {
font-size: 1.5rem;
}
#autool-spt101-wrapper .support-title {
font-size: 1.1rem;
margin-bottom: 10px;
}
#autool-spt101-wrapper .support-text {
font-size: 0.85rem;
}
#autool-spt101-wrapper .contact-form-container {
padding: 20px;
}
#autool-spt101-wrapper .form-row {
flex-direction: column;
gap: 15px;
margin-bottom: 0;
}
#autool-spt101-wrapper .form-group {
margin-bottom: 15px;
width: 100%;
min-width: auto;
}
#autool-spt101-wrapper .contact-form-title {
font-size: 1.3rem;
margin-bottom: 20px;
}
#autool-spt101-wrapper img {
max-width: 100%;
height: auto;
display: block;
}
}
/* Detaylı Görsel Galeri Bölümü Stilleri */
#autool-spt101-wrapper .detail-gallery-section {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
padding: 80px 0;
position: relative;
}
#autool-spt101-wrapper .detail-gallery-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 30px;
margin-top: 50px;
}
#autool-spt101-wrapper .detail-gallery-item {
background: #fff;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
border: 1px solid rgba(0,0,0,0.03);
}
#autool-spt101-wrapper .detail-gallery-item:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
#autool-spt101-wrapper .detail-gallery-image {
width: 100%;
height: 380px;
object-fit: contain;
object-position: center;
display: block;
transition: transform 0.3s ease;
background: #f8f8f8;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
image-rendering: high-quality;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
padding: 10px;
box-sizing: border-box;
}
#autool-spt101-wrapper .detail-gallery-item:hover .detail-gallery-image {
transform: scale(1.02);
}
#autool-spt101-wrapper .detail-gallery-content {
padding: 25px;
text-align: center;
}
#autool-spt101-wrapper .detail-gallery-icon {
width: 60px;
height: 60px;
border-radius: 15px;
background: rgba(255, 209, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 15px;
font-size: 1.8rem;
color: #FFD100;
transition: all 0.3s ease;
}
#autool-spt101-wrapper .detail-gallery-item:hover .detail-gallery-icon {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
transform: scale(1.1);
}
#autool-spt101-wrapper .detail-gallery-title {
font-size: 1.2rem;
font-weight: 700;
color: #111;
margin-bottom: 12px;
text-align: center;
}
#autool-spt101-wrapper .detail-gallery-description {
font-size: 0.95rem;
color: #666;
line-height: 1.7;
}
/* iframe özel stilleri */
#autool-spt101-wrapper .product-image-main[src*="spinzam"] {
width: 100% !important;
height: 100% !important;
max-width: 450px !important;
max-height: 450px !important;
aspect-ratio: 1/1;
object-fit: contain;
}
#autool-spt101-wrapper .main-image-display iframe {
width: 100% !important;
height: 100% !important;
max-width: 450px !important;
max-height: 450px !important;
aspect-ratio: 1/1;
border: none;
}
/* Desktop specific logo sizes */
@media (min-width: 993px) {
#autool-spt101-wrapper .hero-logo {
max-width: 220px; /* Increased size for desktop */
}
#autool-spt101-wrapper .subtitle-logo {
height: 48px; /* Increased size for desktop */
}
}
/* Mobile responsive adjustments for detail gallery */
@media (max-width: 768px) {
#autool-spt101-wrapper .detail-gallery-grid {
grid-template-columns: 1fr;
gap: 20px;
margin-top: 30px;
}
#autool-spt101-wrapper .detail-gallery-image {
height: 250px;
object-fit: contain;
}
#autool-spt101-wrapper .detail-gallery-content {
padding: 20px;
}
#autool-spt101-wrapper .detail-gallery-title {
font-size: 1.1rem;
}
#autool-spt101-wrapper .detail-gallery-description {
font-size: 0.9rem;
}
}

Premium Plus Model
AUTOOL SPT-101 Profesyonel Buji Test Cihazı
Benzinli araçlarda buji ve ateşleme sistemindeki sorunları çift delikli test sistemi ve ayarlanabilir frekans (0-6000 RPM) ile tespit eden profesyonel test cihazı. Şeffaf koruyucu kapağı ve kolay kullanımıyla otomotiv servislerinin vazgeçilmez ürünü.
Çift Delikli Test
0-6000 RPM
Koruyucu Kapak
Tüm Benzinli Araçlar
Hemen Satın Al
Detaylı Bilgi
360°
GÖRÜNÜM




Premium Plus Özellikler
Üstün Teknoloji ile AUTOOL SPT-101
AUTOOL SPT-101, benzinli araçların buji ve ateşleme sistemlerindeki arızaları hassas ve hızlı şekilde tespit etmek için tasarlanmış profesyonel bir test cihazıdır. Çift delikli test sistemi, ayarlanabilir test frekansı ve güvenli koruyucu kapağı ile buji sorunlarını dakikalar içinde belirleyin.
Çift Delikli Karşılaştırmalı Test
İki bujiyi aynı anda test ederek karşılaştırma yapabilirsiniz. Eski ve yeni bujileri veya şüpheli ve sağlam bujileri yan yana test ederek arızalı olanı anında tespit edin.
Ayarlanabilir Test Frekansı
0-6000 RPM arasında ayarlanabilir frekans ile gerçek motor koşullarını simüle ederek bujilerin farklı devirlerdeki performansını test edin. Düşük ve yüksek devirlerde ortaya çıkan sorunları belirleyin.
Güvenli Koruyucu Kapak
Şeffaf koruyucu kapak, test sırasında oluşan yüksek voltajlı kıvılcımlara karşı tam koruma sağlarken aynı zamanda bujilerin performansını net şekilde gözlemlemenize olanak tanır.
Geniş Araç Uyumluluğu
Tüm 12V benzinli araçlar, motosikletler, ATV'ler ve teknelerle uyumludur. Standart boyutlu (12mm) tüm buji tipleriyle kullanılabilir, dizel araçlarda kullanıma uygun değildir.
Kıvılcım Kalitesi Analizi
Buji kıvılcımının rengini, gücünü ve düzenliliğini görsel olarak değerlendirerek arızaları hızlı şekilde teşhis edin. Zayıf, kesintili veya anormal renkli kıvılcımları anında tespit edin.
Tak-Çalıştır Kolaylığı
Özel eğitim gerektirmeden herkesin kolayca kullanabileceği sezgisel tasarım. 220V prize takın, bujiyi yerleştirin ve hemen test etmeye başlayın. Kullanıcı dostu arayüzü ile zamandan tasarruf sağlar.
Detaylı Görseller
AUTOOL SPT-101 Detaylı Görsel Galeri
AUTOOL SPT-101'in tüm özelliklerini, kullanım adımlarını ve teknik detaylarını görsel olarak keşfedin. Her görsel, cihazın farklı bir yönünü ve işlevini açıklamaktadır.

RPM TESTİNİ SİMÜLE ET
Bu özellik, motor çalışması sırasında bujilerin çalışma durumunu simüle ederek ayarlanabilir simüle edilmiş devir sayısı sunar. AUTOOL SPT-101 ile 0-6000 RPM arasında profesyonel test yapabilir, farklı motor devirlerinde buji performansını değerlendirebilirsiniz. Rölanti, normal sürüş, yüksek performans ve maksimum devir testleri ile gerçek motor koşullarını simüle ederek buji arızalarını hassas şekilde tespit edebilirsiniz.

ÇALIŞMA ADIMLARI
AUTOOL SPT-101 buji test cihazının profesyonel kullanımı için izlenmesi gereken sistematik adımlar: 1. Test edilecek bujiyi 1 numaralı test deliğine dikkatle yerleştirin ve sıkıca oturtun. 2. Güvenlik için şeffaf koruyucu kapağı tamamen kapatın ve kilitlendiğinden emin olun. 3. Güç kaynağını cihaza bağlayın ve istenen motor devir sayısını (0-6000 RPM) ayarlayın. 4. Test işlemini başlatın ve buji kıvılcım durumunu, renk kalitesini ve düzenliliğini dikkatle gözlemleyerek performans değerlendirmesi yapın.

ÇİFT DELİKLİ TASARIM
AUTOOL SPT-101'in yenilikçi çift delikli tasarımı, iki bujiyi aynı anda test etmeye olanak tanıyarak karşılaştırmalı analiz imkanı sunar. Bu profesyonel özellik, 12V araç bujilerini incelemek için idealdir ve otomotiv teknisyenlerinin iş verimliliğini önemli ölçüde artırır. Eski ve yeni buji performansını yan yana değerlendirerek, arızalı bujileri hızlıca tespit edebilir, zamandan tasarruf sağlayabilir ve müşterilerinize daha doğru teşhis sunabilirsiniz.

GÜVENLİK KAPAĞI
AUTOOL SPT-101'in şeffaf güvenlik kapağı, test işlemine başlamadan önce mutlaka kapatılması gereken kritik bir güvenlik bileşenidir. Bu profesyonel koruyucu sistem, kıvılcımlardan kaynaklanabilecek yaralanmaları etkili bir şekilde önler ve operatör güvenliğini maksimum seviyede sağlar. Şeffaf yapısı sayesinde test süreci boyunca buji performansını net bir şekilde gözlemleyebilir, aynı zamanda yüksek voltajlı elektrik çarpması riskinden tamamen korunabilirsiniz.

AYARLANABİLİR ÇALIŞMA FREKANSI
AUTOOL SPT-101'in gelişmiş ayarlanabilir çalışma frekansı özelliği, 0-6000 RPM geniş ayar aralığı sunarak gerçek motor koşullarını hassas bir şekilde simüle eder. Bu profesyonel özellik sayesinde rölanti (800-1000 RPM), şehir içi sürüş (1500-3000 RPM), otoyol sürüşü (3000-4500 RPM) ve maksimum performans (4500-6000 RPM) koşullarında buji davranışını test edebilir, farklı motor yüklerinde ortaya çıkabilecek arızaları önceden tespit edebilirsiniz.

ÖZELLİKLER
AUTOOL SPT-101'in profesyonel teknik özellikleri: Güç Kaynağı: 110V/220V evrensel voltaj desteği ile dünya çapında kullanım imkanı. Kompakt Tasarım: 145x85x113mm ana ünite boyutları ve sadece 354g ağırlık ile taşınabilir profesyonel çözüm. Performans: 0-6000 devir/dakika analog hız ayarı ile hassas test kontrolü. Fonksiyonel Bileşenler: Koruyucu kapak, çift buji soketi, güç ve çalışma göstergeleri, döner anahtar ve güç arayüzü ile kullanıcı dostu profesyonel tasarım.
Kolay Kullanım
AUTOOL SPT-101 Nasıl Çalışır?
AUTOOL SPT-101 buji test cihazı, benzinli araçlardaki buji ve ateşleme sistemi sorunlarını tespit etmek için sezgisel ve etkili bir kullanım sunar. Aşağıdaki adımları takip ederek buji performansını hızlıca ve doğru şekilde değerlendirebilirsiniz.
1
Bujiyi Yerleştirin
Test etmek istediğiniz bujiyi (veya karşılaştırma yapmak istiyorsanız iki bujiyi) cihazın üst kısmındaki test deliklerine dikkatle yerleştirin.
2
Koruyucu Kapağı Kapatın
Güvenlik için şeffaf koruyucu kapağı sıkıca kapatın. Bu adım, test sırasındaki elektrik çarpması riskini önler ve kıvılcımları güvenle gözlemlemenizi sağlar.
3
Frekansı Ayarlayın
Güç adaptörünü prize takın ve cihazı açın. Döner düğmeyi kullanarak test frekansını ayarlayın (0-6000 RPM arasında), düşük devirlerden başlayarak yavaşça arttırabilirsiniz.
4
Sonuçları Değerlendirin
Koruyucu kapaktan içeri bakarak bujinin kıvılcım atıp atmadığını, kıvılcımın rengini, gücünü ve düzenliliğini gözlemleyin. İki buji test ediyorsanız performanslarını karşılaştırın.
Teknik Detaylar
AUTOOL SPT-101 Teknik Özellikleri
AUTOOL SPT-101 Profesyonel Buji Test Cihazı, benzinli motorların ateşleme sistemi sorunlarının teşhisi için tasarlanmış, yüksek kaliteli malzemelerden üretilmiş gelişmiş bir test cihazıdır.
Model
AUTOOL SPT-101
Ürün Tipi
Profesyonel Buji Test Cihazı
Giriş Voltajı
AC 220V (Şebeke Elektriği)
Test Deliği Sayısı
2 (Çift Delikli) - Eşzamanlı Test İmkanı
Simüle Edilen Hız
0 - 6000 RPM (Ayarlanabilir)
Uyumluluk
12V Benzinli Araçlar, Motosikletler, ATV'ler
Buji Deliği Çapı
12 mm (Standart buji ölçüsü)
Güvenlik Özellikleri
Şeffaf Koruyucu Kapak, Dayanıklı ABS Gövde
Güç Adaptörü
Dahil (Türkiye prizleriyle uyumlu)
Boyutlar
145 x 85 x 113 mm
Ağırlık
Yaklaşık 354 g
Paket İçeriği
1x SPT-101 Ana Ünite, 1x Güç Adaptörü, 1x Kullanım Kılavuzu

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, 6 Ay 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, satın alma tarihinden itibaren 6 ay 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 SPT-101?
AUTOOL SPT-101, otomotiv profesyonellerinden hobi amaçlı tamircilere kadar, benzinli araçlarda buji ve ateşleme sistemi sorunlarını tespit etmek isteyen herkes için tasarlanmış hassas ve güvenilir bir test cihazıdır. Çift delikli test sistemi ve ayarlanabilir frekansı ile motor performans sorunlarını kolayca belirler.
AUTOOL SPT-101 ile hangi tür buji sorunlarını tespit edebilirim?
AUTOOL SPT-101 profesyonel buji test cihazı ile benzinli motor sistemlerinde çeşitli buji sorunlarını hassas şekilde tespit edebilirsiniz:
- Buji Ateşleme Sorunları: Zayıf kıvılcım, düzensiz ateşleme veya ateşleme olmama durumlarını tespit eder
- Buji Aşınması: Elektrot aşınması ve yıpranma seviyelerini belirler
- Isıl Değer Uyumsuzluğu: Buji ısıl değeri sorunlarını gösterir
- Karbon Birikintisi: Elektrotlarda ve izolasyon kısmında karbon birikimi tespiti yapar
- Silindir Basınç Sorunları: Silindir içi basınç düşüklüğünü veya dengesizliğini gösterir
- Yanma Verimliliği: Silindir içindeki yanma kalitesini değerlendirir
- Buji Boşluk Mesafesi: Uygun olmayan buji boşluk mesafesini belirler
Cihaz, tüm benzinli motorlarda (otomobil, SUV, motosiklet, tekne motorları vb.) kullanılabilir ve çeşitli buji tiplerini test edebilir.
Sağlam bir bujinin ve arızalı bir bujinin farkı nasıl anlaşılır?
Sağlam bir buji, test edildiğinde güçlü, parlak mavi/beyaz bir kıvılcım üretir ve bu kıvılcım düzenli ve sabit bir şekilde atar. Arızalı bir buji ise şu belirtileri gösterebilir:
- Zayıf Kıvılcım: Soluk, düşük yoğunluklu kıvılcım
- Sarı/Turuncu Kıvılcım: Normal mavi/beyaz yerine sarı veya turuncu renkte kıvılcım
- Düzensiz Ateşleme: Kesintili veya düzensiz aralıklarla kıvılcım
- Kıvılcım Yok: Hiç kıvılcım oluşturmaması
- Atlamalı Kıvılcım: Normal yolundan sapan, yan atlamalar yapan kıvılcım
Çift delikli test özelliği, iki bujiyi yan yana karşılaştırmanıza olanak tanıyarak farkı net bir şekilde görmenizi sağlar. Bu sayede sağlam bir buji ile arızalı olanı doğrudan kıyaslayabilirsiniz.
Neden 0-6000 RPM arasında test frekansını değiştirmek önemlidir?
Farklı devirlerde test yapmak, bujinin gerçek sürüş koşullarındaki performansını değerlendirmeniz için önemlidir. Buji sorunları genellikle belirli motor devirlerinde daha belirgin hale gelebilir:
- Düşük Devirler (0-2000 RPM): Rölanti ve düşük hız sorunlarını tespit etmek için idealdir. Rölantide titreme veya stop etme sorunları burada tespit edilebilir.
- Orta Devirler (2000-4000 RPM): Normal sürüş koşullarındaki buji performansını değerlendirir. Çoğu sürüş bu aralıkta gerçekleşir.
- Yüksek Devirler (4000-6000 RPM): Yüksek yük altında veya hızlanma sırasında ortaya çıkan buji sorunlarını tespit eder. Bazı bujiler düşük devirlerde sorunsuz çalışırken yüksek devirlerde yetersiz kalabilir.
Ayarlanabilir frekans özelliği, aralıklı sorunların belirlenmesinde ve motorun tüm çalışma aralığında bujinin performansını değerlendirmede kritik rol oynar, böylece daha doğru ve kapsamlı bir teşhis yapmanızı sağlar.
SPT-101'i hangi araç türlerinde kullanabilirim?
AUTOOL SPT-101, çeşitli benzinli motor tiplerinde kullanılabilecek şekilde tasarlanmıştır:
- Binek Otomobiller: Tüm benzinli sedan, hatchback ve spor araçlar
- SUV ve Crossoverlar: Benzinli SUV ve crossover modelleri
- Motosikletler: Çeşitli silindir hacimlerine sahip motosikletler
- Deniz Araçları: Benzinli tekne motorları ve deniz taşıtları
- ATV ve UTV'ler: Arazi araçları ve rekreasyonel taşıtlar
- Hafif Ticari Araçlar: Benzinli panelvanlar ve kamyonetler
- Çim Biçme Makineleri: Bahçe ekipmanları ve küçük motorlar
- Jeneratörler: Benzinli jeneratör motorları
Cihaz 12V elektrik sistemine sahip tüm benzinli motorlarda kullanılabilir. Dizel motorlarda kullanıma uygun değildir çünkü dizel motorlarda buji bulunmaz. Çeşitli buji tipleriyle (standart, platin, iridyum, vb.) uyumlu şekilde çalışır.
Koruyucu kapak neden bu kadar önemli?
Koruyucu kapak, SPT-101 buji test cihazı kullanımında birkaç kritik görevi yerine getirir:
- Güvenlik: Buji test cihazı, ateşleme sistemini simüle ederken yüksek voltajda elektrik üretir. Koruyucu kapak, bu kıvılcımlardan kullanıcıyı korur ve elektrik çarpması riskini ortadan kaldırır.
- Görsel Gözlem: Şeffaf yapısı, test sırasında bujilerin performansını güvenle gözlemlemenizi sağlar. Kıvılcımın rengini, gücünü ve düzenliliğini net şekilde görebilirsiniz.
- Hassas Test Ortamı: Kapalı bir test ortamı oluşturarak dış etkenlerden etkilenmeyen, tutarlı bir test süreci sağlar.
- Çift Buji Karşılaştırması: İki bujiyi yan yana test ederken, her iki bujinin de performansını aynı koşullar altında değerlendirmenize olanak tanır.
SPT-101'in koruyucu kapağı, hem güvenli bir test ortamı sağlar hem de test sonuçlarının doğru ve tutarlı olmasını garanti eder.
Cihazın garanti süresi nedir?
AUTOOL SPT-101 Profesyonel Buji Test Cihazı, otoeko.com tarafından sağlanan 6 ay 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 otoeko.com ile iletişime geçmeniz yeterlidir.
Size Özel Destek
Destek ve İletişim
AUTOOL SPT-101 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
العربية