Autool CT80 Ultrasonik Temizleme Makinesi
AUTOOL CT80 Ultrasonik Temizleme Makinesi | Resmi Distribütör otoeko.com
/* İzole stiller - sadece autool-ct80-wrapper içindeki elementleri etkiler */
#autool-ct80-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-ct80-wrapper * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
#autool-ct80-wrapper .container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
position: relative;
padding: 0 20px;
}
/* Shared Styles */
#autool-ct80-wrapper .section {
padding: 60px 0;
position: relative;
overflow: hidden;
}
#autool-ct80-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-ct80-wrapper .section:last-child::after {
display: none;
}
#autool-ct80-wrapper .section-header {
text-align: center;
margin-bottom: 60px;
position: relative;
z-index: 1;
}
#autool-ct80-wrapper .subtitle-wrapper {
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
margin-bottom: 20px;
flex-wrap: wrap;
}
#autool-ct80-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-ct80-wrapper .subtitle-wrapper .section-subtitle {
margin-bottom: 0;
}
#autool-ct80-wrapper .subtitle-logo {
height: 36px; /* Default size */
width: auto;
display: block;
}
#autool-ct80-wrapper .subtitle-logo-otoeko {
filter: brightness(1.05) saturate(1.1); /* Make logo more vibrant */
}
#autool-ct80-wrapper .subtitle-text-icon-group {
display: flex;
align-items: center;
gap: 8px;
}
#autool-ct80-wrapper .section-title {
font-size: 2.2rem;
font-weight: 800;
color: #111;
margin-bottom: 20px;
position: relative;
display: inline-block;
}
#autool-ct80-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-ct80-wrapper .section-description {
max-width: 700px;
margin: 0 auto;
font-size: 1.1rem;
color: #555;
line-height: 1.7;
}
#autool-ct80-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-ct80-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-ct80-wrapper .btn:hover::after {
transform: scale(1);
}
#autool-ct80-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-ct80-wrapper .btn-primary:hover {
transform: translateY(-5px);
box-shadow: 0 12px 30px rgba(255, 209, 0, 0.4);
}
#autool-ct80-wrapper .btn-secondary {
background: transparent;
color: #111;
border: 2px solid #111;
}
#autool-ct80-wrapper .btn-secondary:hover {
background: rgba(0, 0, 0, 0.05);
transform: translateY(-5px);
}
/* Yellow pattern background */
#autool-ct80-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-ct80-wrapper .hero-section {
position: relative;
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
padding: 60px 0;
overflow: hidden;
text-align: center;
}
#autool-ct80-wrapper .hero-logo-container {
margin-bottom: 25px;
}
#autool-ct80-wrapper .hero-logo {
max-width: 180px; /* Default size */
height: auto;
}
#autool-ct80-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-ct80-wrapper .product-hero {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
position: relative;
z-index: 2;
}
#autool-ct80-wrapper .product-info {
flex: 1;
min-width: 300px;
padding-right: 40px;
text-align: left;
}
#autool-ct80-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-ct80-wrapper .product-badge i {
margin-right: 5px;
animation: pulse 2s infinite;
}
#autool-ct80-wrapper .product-title {
font-size: 2.4rem;
font-weight: 800;
margin-bottom: 20px;
line-height: 1.2;
color: #111;
}
#autool-ct80-wrapper .product-title span {
color: #111;
position: relative;
display: inline-block;
z-index: 1;
}
#autool-ct80-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-ct80-wrapper .product-description {
font-size: 1.1rem;
margin-bottom: 25px;
color: #444;
line-height: 1.7;
}
#autool-ct80-wrapper .product-features {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 30px;
}
#autool-ct80-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-ct80-wrapper .feature-item:hover {
background: rgba(255, 209, 0, 0.2);
transform: translateY(-3px);
}
#autool-ct80-wrapper .feature-icon {
margin-right: 10px;
color: #FFD100;
}
#autool-ct80-wrapper .feature-text {
font-weight: 500;
font-size: 0.9rem;
color: #333;
}
#autool-ct80-wrapper .product-buttons {
display: flex;
gap: 15px;
margin-top: 30px;
}
#autool-ct80-wrapper .product-image {
flex: 1;
min-width: 300px;
position: relative;
padding: 20px;
}
#autool-ct80-wrapper .product-image-main {
width: 100%;
max-width: 450px;
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-ct80-wrapper .product-image-main:hover {
transform: scale(1.03) perspective(1000px) rotateY(-5deg);
}
#autool-ct80-wrapper .product-image-gallery {
display: flex;
flex-direction: column;
align-items: center;
}
#autool-ct80-wrapper .main-image-display {
margin-bottom: 15px;
position: relative;
}
#autool-ct80-wrapper .thumbnail-container {
display: flex;
gap: 10px;
justify-content: center;
flex-wrap: wrap;
}
#autool-ct80-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-ct80-wrapper .thumbnail-item img:hover {
opacity: 1;
transform: scale(1.05);
}
#autool-ct80-wrapper .thumbnail-item.active img {
border-color: #FFD100;
opacity: 1;
}
/* Features Section */
#autool-ct80-wrapper .features-specs {
padding: 80px 0;
background: #fff;
position: relative;
}
#autool-ct80-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-ct80-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-ct80-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-ct80-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-ct80-wrapper .feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
#autool-ct80-wrapper .feature-card:hover::before {
width: 100%;
opacity: 0.05;
}
#autool-ct80-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-ct80-wrapper .feature-card:hover .feature-card-icon {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
}
#autool-ct80-wrapper .feature-card-title {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 15px;
color: #111;
position: relative;
z-index: 1;
}
#autool-ct80-wrapper .feature-card-text {
color: #666;
font-size: 1rem;
line-height: 1.7;
position: relative;
z-index: 1;
}
/* How It Works Section */
#autool-ct80-wrapper .how-it-works {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
position: relative;
}
#autool-ct80-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-ct80-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-ct80-wrapper .steps-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
position: relative;
margin-top: 60px;
z-index: 1;
align-items: center;
}
#autool-ct80-wrapper .how-it-works-image {
width: 100%;
height: auto;
border-radius: 20px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
object-fit: cover;
transition: transform 0.3s ease;
}
#autool-ct80-wrapper .how-it-works-image:hover {
transform: scale(1.02);
}
#autool-ct80-wrapper .steps-list {
display: flex;
flex-direction: column;
gap: 30px;
}
#autool-ct80-wrapper .step {
display: flex;
align-items: flex-start;
gap: 20px;
padding: 25px;
background: #fff;
border-radius: 15px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
transition: all 0.4s ease;
position: relative;
}
#autool-ct80-wrapper .step:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
#autool-ct80-wrapper .step:hover .step-icon {
transform: scale(1.05);
box-shadow: 0 8px 20px rgba(255, 209, 0, 0.4);
}
#autool-ct80-wrapper .step-icon {
width: 70px;
height: 70px;
min-width: 70px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
border-radius: 15px;
font-size: 1.8rem;
position: relative;
box-shadow: 0 5px 15px rgba(255, 209, 0, 0.3);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
z-index: 2;
}
#autool-ct80-wrapper .step-number {
position: absolute;
top: -8px;
right: -8px;
width: 28px;
height: 28px;
background: #111;
color: #FFD100;
border-radius: 50%;
font-size: 0.9rem;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
#autool-ct80-wrapper .step-content {
flex: 1;
}
#autool-ct80-wrapper .step-title {
font-size: 1.2rem;
font-weight: 700;
color: #111;
margin-bottom: 10px;
}
#autool-ct80-wrapper .step-description {
font-size: 0.95rem;
color: #666;
line-height: 1.7;
}
#autool-ct80-wrapper .steps-cta {
text-align: center;
margin-top: 60px;
}
#autool-ct80-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;
}
}
/* Düzeltilmiş Teknik Özellikler Bölümü */
#autool-ct80-wrapper .tech-specs-section {
padding: 100px 0;
position: relative;
overflow: hidden;
background: #fff;
}
#autool-ct80-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-ct80-wrapper .tech-specs-header {
text-align: center;
margin-bottom: 70px;
position: relative;
z-index: 1;
}
#autool-ct80-wrapper .tech-specs-panels {
position: relative;
margin: 0 auto;
max-width: 1100px;
z-index: 1;
}
#autool-ct80-wrapper .specs-tabs {
display: flex;
justify-content: center;
position: relative;
margin-bottom: 40px;
border-radius: 50px;
background: rgba(255, 209, 0, 0.1);
padding: 8px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
}
#autool-ct80-wrapper .specs-tab {
flex: 1;
text-align: center;
padding: 15px 20px;
font-weight: 600;
color: #333;
cursor: pointer;
border-radius: 50px;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
z-index: 1;
margin: 0 5px;
}
#autool-ct80-wrapper .specs-tab.active {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
box-shadow: 0 5px 15px rgba(255, 209, 0, 0.2);
}
#autool-ct80-wrapper .specs-tab:hover:not(.active) {
background: rgba(255, 209, 0, 0.2);
}
#autool-ct80-wrapper .specs-tab i {
margin-right: 8px;
font-size: 1.1rem;
position: relative;
top: 1px;
}
/* 3D Rotating Specs Display - Düzeltilmiş */
#autool-ct80-wrapper .specs-3d-container {
display: flex;
justify-content: center;
align-items: center;
position: relative;
min-height: 450px;
perspective: 1000px;
overflow: hidden;
}
#autool-ct80-wrapper .specs-3d-model {
width: 60%;
position: relative;
transform-style: preserve-3d;
animation: rotate3d 30s infinite linear;
display: flex;
justify-content: center;
}
#autool-ct80-wrapper .specs-3d-model:hover {
animation-play-state: paused;
}
#autool-ct80-wrapper .specs-3d-item {
position: absolute;
transform-style: preserve-3d;
backface-visibility: hidden;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 15px;
width: 120px;
height: 120px;
border-radius: 50%;
background: #fff;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
opacity: 0.8;
transition: all 0.3s ease;
cursor: pointer;
}
#autool-ct80-wrapper .specs-3d-item:hover {
opacity: 1;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
z-index: 10;
}
#autool-ct80-wrapper .specs-3d-item-1 { transform: translateZ(135px); }
#autool-ct80-wrapper .specs-3d-item-2 { transform: rotateY(45deg) translateZ(135px); }
#autool-ct80-wrapper .specs-3d-item-3 { transform: rotateY(90deg) translateZ(135px); }
#autool-ct80-wrapper .specs-3d-item-4 { transform: rotateY(135deg) translateZ(135px); }
#autool-ct80-wrapper .specs-3d-item-5 { transform: rotateY(180deg) translateZ(135px); }
#autool-ct80-wrapper .specs-3d-item-6 { transform: rotateY(225deg) translateZ(135px); }
#autool-ct80-wrapper .specs-3d-item-7 { transform: rotateY(270deg) translateZ(135px); }
#autool-ct80-wrapper .specs-3d-item-8 { transform: rotateY(315deg) translateZ(135px); }
@keyframes rotate3d {
0% {
transform: rotateY(0);
}
100% {
transform: rotateY(360deg);
}
}
#autool-ct80-wrapper .specs-3d-item-icon {
font-size: 1.3rem;
color: #FFD100;
margin-bottom: 8px;
}
#autool-ct80-wrapper .specs-3d-item-label {
font-size: 0.7rem;
color: #555;
text-align: center;
font-weight: 500;
}
#autool-ct80-wrapper .specs-3d-item-value {
font-size: 1.0rem;
font-weight: 700;
color: #111;
text-align: center;
}
/* 3D Product Image - BÜYÜTÜLMüŞ VERSİYON */
#autool-ct80-wrapper .specs-image-container {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 90%; /* MODIFIED */
max-width: 450px; /* MODIFIED */
z-index: 0;
opacity: 0.9;
}
#autool-ct80-wrapper .specs-product-image {
width: 100%;
height: auto;
border-radius: 20px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
/* Specs Detail Panels */
#autool-ct80-wrapper .specs-panel {
position: relative;
display: none;
max-width: 1000px;
margin: 0 auto;
background: #fff;
border-radius: 20px;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
overflow: hidden;
z-index: 1;
}
#autool-ct80-wrapper .specs-panel.active {
display: block;
animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
/* General Specs Panel */
#autool-ct80-wrapper .general-specs {
display: flex;
flex-wrap: wrap;
padding: 30px;
}
#autool-ct80-wrapper .general-specs-diagram {
flex: 1;
min-width: 300px;
position: relative;
}
#autool-ct80-wrapper .specs-diagram {
position: relative;
width: 100%;
height: 400px;
}
#autool-ct80-wrapper .specs-diagram-image {
width: 100%;
height: 100%;
object-fit: contain;
}
#autool-ct80-wrapper .specs-hotspot {
position: absolute;
width: 24px;
height: 24px;
border-radius: 50%;
background: #FFD100;
box-shadow: 0 0 0 5px rgba(255, 209, 0, 0.3);
cursor: pointer;
transition: all 0.3s ease;
z-index: 2;
animation: pulse-hotspot 2s infinite;
}
@keyframes pulse-hotspot {
0% {
box-shadow: 0 0 0 0 rgba(255, 209, 0, 0.7);
}
70% {
box-shadow: 0 0 0 10px rgba(255, 209, 0, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(255, 209, 0, 0);
}
}
#autool-ct80-wrapper .specs-hotspot-1 { top: 15%; left: 45%; }
#autool-ct80-wrapper .specs-hotspot-2 { top: 40%; left: 20%; }
#autool-ct80-wrapper .specs-hotspot-3 { top: 70%; left: 65%; }
#autool-ct80-wrapper .specs-hotspot-4 { top: 80%; left: 30%; }
#autool-ct80-wrapper .specs-hotspot:hover {
transform: scale(1.2);
}
#autool-ct80-wrapper .specs-tooltip {
position: absolute;
top: -70px;
left: 50%;
transform: translateX(-50%);
background: #fff;
padding: 10px 15px;
border-radius: 10px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
font-size: 0.9rem;
color: #333;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
width: max-content;
max-width: 200px;
text-align: center;
z-index: 3;
}
#autool-ct80-wrapper .specs-tooltip::after {
content: '';
position: absolute;
bottom: -8px;
left: 50%;
transform: translateX(-50%);
border-width: 8px 8px 0;
border-style: solid;
border-color: #fff transparent transparent;
}
#autool-ct80-wrapper .specs-hotspot:hover .specs-tooltip {
opacity: 1;
visibility: visible;
top: -80px;
}
#autool-ct80-wrapper .general-specs-details {
flex: 1;
min-width: 300px;
padding-left: 40px;
}
#autool-ct80-wrapper .specs-detail-title {
font-size: 1.5rem;
font-weight: 700;
color: #111;
margin-bottom: 20px;
position: relative;
display: inline-block;
}
#autool-ct80-wrapper .specs-detail-title::after {
content: '';
position: absolute;
bottom: -8px;
left: 0;
width: 50px;
height: 3px;
background: linear-gradient(90deg, #FFD100 0%, #FFA500 100%);
border-radius: 2px;
}
#autool-ct80-wrapper .specs-detail-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 20px;
}
#autool-ct80-wrapper .specs-detail-item {
display: flex;
flex-direction: column;
}
#autool-ct80-wrapper .specs-detail-label {
font-size: 0.9rem;
color: #666;
margin-bottom: 5px;
}
#autool-ct80-wrapper .specs-detail-value {
font-size: 1.1rem;
font-weight: 600;
color: #111;
}
/* Performance Specs Panel */
#autool-ct80-wrapper .performance-specs {
padding: 30px;
}
#autool-ct80-wrapper .specs-gauges {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 40px;
margin: 30px 0;
}
#autool-ct80-wrapper .specs-gauge {
position: relative;
width: 220px;
height: 220px;
}
#autool-ct80-wrapper .gauge-bg {
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
background: rgba(255, 209, 0, 0.1);
}
#autool-ct80-wrapper .gauge-fill {
position: absolute;
width: 80%;
height: 80%;
top: 10%;
left: 10%;
border-radius: 50%;
background: #fff;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 2;
}
#autool-ct80-wrapper .gauge-value {
font-size: 2.5rem;
font-weight: 700;
color: #111;
margin-bottom: 5px;
}
#autool-ct80-wrapper .gauge-label {
font-size: 0.9rem;
color: #666;
text-align: center;
}
#autool-ct80-wrapper .gauge-meter {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 1;
}
#autool-ct80-wrapper .gauge-meter-fill {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 0, 50% 0);
background: conic-gradient(
from 0deg,
#FFD100 0%,
#FFA500 var(--percentage, 75%),
transparent var(--percentage, 75%)
);
transform: rotate(0deg);
}
#autool-ct80-wrapper .gauge-power .gauge-meter-fill { --percentage: 72%; }
#autool-ct80-wrapper .gauge-frequency .gauge-meter-fill { --percentage: 80%; }
#autool-ct80-wrapper .gauge-temp .gauge-meter-fill { --percentage: 65%; }
/* Technical Specs Comparison */
#autool-ct80-wrapper .specs-comparison {
margin-top: 40px;
}
#autool-ct80-wrapper .comparison-title {
font-size: 1.3rem;
font-weight: 700;
color: #111;
margin-bottom: 20px;
text-align: center;
}
#autool-ct80-wrapper .comparison-bars {
display: flex;
flex-direction: column;
gap: 25px;
}
#autool-ct80-wrapper .comparison-item {
display: flex;
align-items: center;
flex-wrap: wrap;
}
#autool-ct80-wrapper .comparison-label {
flex: 0 0 200px;
font-size: 1rem;
font-weight: 600;
color: #333;
padding-right: 20px;
}
#autool-ct80-wrapper .comparison-bar-container {
flex: 1;
height: 30px;
background: rgba(255, 209, 0, 0.1);
border-radius: 15px;
overflow: hidden;
position: relative;
}
#autool-ct80-wrapper .comparison-bar {
height: 100%;
background: linear-gradient(90deg, #FFD100 0%, #FFA500 100%);
border-radius: 15px;
position: relative;
display: flex;
align-items: center;
justify-content: flex-end;
padding-right: 15px;
box-shadow: 0 5px 15px rgba(255, 209, 0, 0.2);
/* animation: growBar 1.5s ease-out forwards; */ /* Animation will be applied when panel is active */
transform-origin: left;
transform: scaleX(0);
}
#autool-ct80-wrapper .specs-panel#performance-specs.active .comparison-bar {
animation: growBar 1.5s ease-out forwards;
}
@keyframes growBar {
0% {
transform: scaleX(0);
}
100% {
transform: scaleX(1);
}
}
#autool-ct80-wrapper .comparison-bar-1 { width: 90%; }
#autool-ct80-wrapper .comparison-bar-2 { width: 75%; }
#autool-ct80-wrapper .comparison-bar-3 { width: 95%; }
#autool-ct80-wrapper .comparison-bar-4 { width: 80%; }
#autool-ct80-wrapper .comparison-value {
color: #111;
font-weight: 700;
font-size: 0.9rem;
}
/* Physical Specs Panel */
#autool-ct80-wrapper .physical-specs {
padding: 30px;
}
#autool-ct80-wrapper .dimension-container {
display: flex;
flex-wrap: wrap;
margin: 30px 0;
gap: 40px;
justify-content: center;
}
#autool-ct80-wrapper .dimension-details {
flex: 1;
min-width: 300px;
display: flex;
flex-direction: column;
justify-content: center;
}
#autool-ct80-wrapper .dimension-title {
font-size: 1.5rem;
font-weight: 700;
color: #111;
margin-bottom: 20px;
position: relative;
display: inline-block;
}
#autool-ct80-wrapper .dimension-title::after {
content: '';
position: absolute;
bottom: -8px;
left: 0;
width: 50px;
height: 3px;
background: linear-gradient(90deg, #FFD100 0%, #FFA500 100%);
border-radius: 2px;
}
#autool-ct80-wrapper .dimension-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
#autool-ct80-wrapper .dimension-item {
display: flex;
flex-direction: column;
}
#autool-ct80-wrapper .dimension-label {
font-size: 0.9rem;
color: #666;
margin-bottom: 5px;
}
#autool-ct80-wrapper .dimension-value {
font-size: 1.1rem;
font-weight: 600;
color: #111;
}
#autool-ct80-wrapper .materials-section {
margin-top: 50px;
padding-top: 40px;
border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#autool-ct80-wrapper .materials-title {
font-size: 1.5rem;
font-weight: 700;
color: #111;
margin-bottom: 30px;
text-align: center;
}
#autool-ct80-wrapper .materials-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
}
#autool-ct80-wrapper .material-item {
background: #fff;
border-radius: 15px;
padding: 20px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
text-align: center;
transition: all 0.3s ease;
}
#autool-ct80-wrapper .material-item:hover {
transform: translateY(-5px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
#autool-ct80-wrapper .material-icon {
font-size: 2rem;
color: #FFD100;
margin-bottom: 15px;
}
#autool-ct80-wrapper .material-name {
font-size: 1.1rem;
font-weight: 700;
color: #111;
margin-bottom: 10px;
}
#autool-ct80-wrapper .material-desc {
font-size: 0.9rem;
color: #666;
}
/* Distributor Section */
#autool-ct80-wrapper .distributor-section {
background: #fff;
color: #333;
padding: 100px 0 80px;
border-radius: 0;
margin: 0;
position: relative;
overflow: hidden;
}
#autool-ct80-wrapper .distributor-section::after {
display: none;
}
#autool-ct80-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-ct80-wrapper .distributor-section .container {
position: relative;
z-index: 2;
}
#autool-ct80-wrapper .distributor-subtitle {
background: rgba(255, 209, 0, 0.1);
color: #111;
}
#autool-ct80-wrapper .distributor-title {
color: #111;
font-size: 2.5rem;
margin-bottom: 25px;
}
#autool-ct80-wrapper .distributor-title::after {
background: linear-gradient(90deg, #FFD100 0%, #FFA500 100%);
height: 5px;
bottom: -15px;
}
#autool-ct80-wrapper .distributor-description {
color: #555;
max-width: 800px;
margin-bottom: 60px;
font-size: 1.15rem;
line-height: 1.8;
}
#autool-ct80-wrapper .distributor-content {
text-align: center;
}
#autool-ct80-wrapper .distributor-benefits {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 30px;
margin-bottom: 60px;
}
#autool-ct80-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-ct80-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-ct80-wrapper .benefit-item:hover {
transform: translateY(-8px);
box-shadow: 0 15px 35px rgba(0,0,0,0.1);
border-color: #ddd;
}
#autool-ct80-wrapper .benefit-item:hover::before {
opacity: 1;
}
#autool-ct80-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-ct80-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-ct80-wrapper .benefit-item:hover .benefit-icon-wrapper {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
}
#autool-ct80-wrapper .benefit-icon {
font-size: 1.8rem;
color: #FFD100;
transition: all 0.3s ease;
}
#autool-ct80-wrapper .benefit-item:hover .benefit-icon {
color: #111;
transform: scale(1.1);
}
#autool-ct80-wrapper .benefit-title {
font-size: 1.25rem;
font-weight: 700;
color: #111;
margin: 0;
}
#autool-ct80-wrapper .benefit-text {
font-size: 0.95rem;
color: #666;
line-height: 1.6;
}
#autool-ct80-wrapper .distributor-contact-cta {
margin-top: 40px;
display: flex;
gap: 20px;
justify-content: center;
flex-wrap: wrap;
}
#autool-ct80-wrapper .distributor-btn {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
padding: 16px 40px;
font-size: 1.1rem;
box-shadow: 0 10px 30px rgba(255, 209, 0, 0.2);
display: inline-flex;
align-items: center;
gap: 10px;
}
#autool-ct80-wrapper .distributor-btn:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(255, 209, 0, 0.3);
}
#autool-ct80-wrapper .distributor-btn-alt {
background: transparent;
color: #111;
border: 2px solid #111;
padding: 16px 40px;
font-size: 1.1rem;
display: inline-flex;
align-items: center;
gap: 10px;
}
#autool-ct80-wrapper .distributor-btn-alt:hover {
background: rgba(0,0,0,0.05);
transform: translateY(-5px);
}
/* Added floating elements */
#autool-ct80-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-ct80-wrapper .floating-1 {
width: 100px;
height: 100px;
top: 10%;
left: 5%;
animation-delay: 0s;
}
#autool-ct80-wrapper .floating-2 {
width: 150px;
height: 150px;
bottom: 20%;
right: 10%;
animation-delay: -5s;
}
#autool-ct80-wrapper .floating-3 {
width: 80px;
height: 80px;
top: 40%;
right: 20%;
animation-delay: -10s;
}
/* Scroll Reveal Animation */
#autool-ct80-wrapper .reveal {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
#autool-ct80-wrapper .reveal.active {
opacity: 1;
transform: translateY(0);
}
/* Sıkça Sorulan Sorular Bölümü */
#autool-ct80-wrapper .faq-section {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
position: relative;
padding: 80px 0;
}
#autool-ct80-wrapper .faq-container {
max-width: 900px;
margin: 50px auto 0;
}
#autool-ct80-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-ct80-wrapper .faq-item:hover {
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#autool-ct80-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-ct80-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-ct80-wrapper .faq-item.active .faq-question::before,
#autool-ct80-wrapper .faq-question:hover::before {
opacity: 1;
}
#autool-ct80-wrapper .faq-question h3 {
font-size: 1.1rem;
font-weight: 600;
color: #333;
margin: 0;
padding-right: 20px;
}
#autool-ct80-wrapper .faq-icon {
color: #FFD100;
font-size: 1rem;
transition: all 0.3s ease;
}
#autool-ct80-wrapper .faq-item.active .faq-icon {
transform: rotate(180deg);
}
#autool-ct80-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-ct80-wrapper .faq-item.active .faq-answer {
max-height: 1000px;
padding: 0 25px 20px;
}
#autool-ct80-wrapper .faq-answer p {
margin-top: 10px;
margin-bottom: 10px;
color: #666;
line-height: 1.6;
}
#autool-ct80-wrapper .faq-answer ul {
margin: 10px 0;
padding-left: 20px;
}
#autool-ct80-wrapper .faq-answer li {
margin-bottom: 5px;
color: #666;
}
/* Destek ve İletişim Bölümü */
#autool-ct80-wrapper .support-contact-section {
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
padding: 80px 0;
position: relative;
}
#autool-ct80-wrapper .support-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 25px;
margin: 50px 0;
}
#autool-ct80-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-ct80-wrapper .support-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
#autool-ct80-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-ct80-wrapper .support-card:hover .support-icon {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
}
#autool-ct80-wrapper .support-icon i {
font-size: 1.8rem;
color: #FFD100;
transition: all 0.3s ease;
}
#autool-ct80-wrapper .support-card:hover .support-icon i {
color: #111;
}
#autool-ct80-wrapper .support-title {
font-size: 1.3rem;
font-weight: 700;
color: #111;
margin-bottom: 15px;
}
#autool-ct80-wrapper .support-text {
color: #666;
font-size: 0.95rem;
line-height: 1.6;
margin-bottom: 20px;
flex-grow: 1;
}
#autool-ct80-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-ct80-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);
}
/* İletişim Formu */
#autool-ct80-wrapper .contact-form-container {
max-width: 800px;
margin: 0 auto;
background: #fff;
border-radius: 20px;
padding: 40px;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0,0,0,0.03);
}
#autool-ct80-wrapper .contact-form-title {
font-size: 1.5rem;
font-weight: 700;
color: #111;
margin-bottom: 30px;
text-align: center;
position: relative;
}
#autool-ct80-wrapper .contact-form-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: linear-gradient(90deg, #FFD100 0%, #FFA500 100%);
border-radius: 2px;
}
#autool-ct80-wrapper .form-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 20px;
}
#autool-ct80-wrapper .form-group {
flex: 1;
min-width: 250px;
}
#autool-ct80-wrapper .form-group label {
display: block;
margin-bottom: 8px;
font-weight: 500;
color: #333;
font-size: 0.95rem;
}
#autool-ct80-wrapper .form-group input,
#autool-ct80-wrapper .form-group select,
#autool-ct80-wrapper .form-group textarea {
width: 100%;
padding: 12px 15px;
border: 1px solid #ddd;
border-radius: 8px;
font-family: 'Poppins', sans-serif;
font-size: 0.95rem;
transition: all 0.3s ease;
}
#autool-ct80-wrapper .form-group input:focus,
#autool-ct80-wrapper .form-group select:focus,
#autool-ct80-wrapper .form-group textarea:focus {
outline: none;
border-color: #FFD100;
box-shadow: 0 0 0 2px rgba(255, 209, 0, 0.1);
}
#autool-ct80-wrapper .form-consent {
display: flex;
align-items: flex-start;
gap: 10px;
margin: 20px 0;
}
#autool-ct80-wrapper .form-consent input {
width: auto;
margin-top: 5px;
}
#autool-ct80-wrapper .form-consent label {
font-size: 0.85rem;
color: #666;
}
#autool-ct80-wrapper .contact-submit {
display: block;
width: 100%;
max-width: 250px;
margin: 30px auto 0;
padding: 14px 20px;
text-align: center;
}
/* Mobile responsive adjustments */
@media (max-width: 992px) { /* Tablet and larger mobile */
#autool-ct80-wrapper .section {
padding: 40px 0;
}
#autool-ct80-wrapper .product-info {
padding-right: 0;
margin-bottom: 25px;
text-align: center;
}
#autool-ct80-wrapper .product-features {
justify-content: center;
}
#autool-ct80-wrapper .product-buttons {
justify-content: center;
}
#autool-ct80-wrapper .steps-container {
flex-direction: column;
align-items: center;
margin-top: 25px;
}
#autool-ct80-wrapper .step {
margin-bottom: 25px;
max-width: 380px;
}
#autool-ct80-wrapper .specs-3d-container {
min-height: 450px;
perspective: 1100px;
}
#autool-ct80-wrapper .specs-3d-model {
width: 65%;
}
#autool-ct80-wrapper .specs-3d-item {
width: 120px;
height: 120px;
padding: 15px;
}
#autool-ct80-wrapper .specs-3d-item-1 { transform: translateZ(140px); }
#autool-ct80-wrapper .specs-3d-item-2 { transform: rotateY(45deg) translateZ(140px); }
#autool-ct80-wrapper .specs-3d-item-3 { transform: rotateY(90deg) translateZ(140px); }
#autool-ct80-wrapper .specs-3d-item-4 { transform: rotateY(135deg) translateZ(140px); }
#autool-ct80-wrapper .specs-3d-item-5 { transform: rotateY(180deg) translateZ(140px); }
#autool-ct80-wrapper .specs-3d-item-6 { transform: rotateY(225deg) translateZ(140px); }
#autool-ct80-wrapper .specs-3d-item-7 { transform: rotateY(270deg) translateZ(140px); }
#autool-ct80-wrapper .specs-3d-item-8 { transform: rotateY(315deg) translateZ(140px); }
#autool-ct80-wrapper .specs-image-container {
width: 70%;
max-width: 350px;
opacity: 0.8;
}
#autool-ct80-wrapper .general-specs {
flex-direction: column;
}
#autool-ct80-wrapper .general-specs-diagram {
margin-bottom: 30px;
}
#autool-ct80-wrapper .general-specs-details {
padding-left: 0;
margin-top: 30px;
}
#autool-ct80-wrapper .dimension-container {
flex-direction: column;
align-items: center;
}
#autool-ct80-wrapper .dimension-details {
margin-top: 30px;
}
/* Distributor Section Responsive */
#autool-ct80-wrapper .distributor-benefits {
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}
@media (max-width: 768px) {
#autool-ct80-wrapper .container {
padding: 0 10px;
}
#autool-ct80-wrapper .section {
padding: 20px 0;
}
#autool-ct80-wrapper .section-header {
margin-bottom: 20px;
}
#autool-ct80-wrapper .subtitle-wrapper {
gap: 5px; /* Further Reduced gap */
margin-bottom: 15px;
}
#autool-ct80-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-ct80-wrapper .subtitle-logo {
height: 22px; /* Further Reduced logo height */
}
#autool-ct80-wrapper .section-title {
font-size: 1.6rem;
margin-bottom: 15px;
}
#autool-ct80-wrapper .section-title::after {
bottom: -8px;
width: 60px;
height: 3px;
}
#autool-ct80-wrapper .section-description {
font-size: 0.9rem;
line-height: 1.5;
}
#autool-ct80-wrapper .product-title {
font-size: 1.8rem;
margin-bottom: 15px;
}
#autool-ct80-wrapper .product-description {
font-size: 0.9rem;
line-height: 1.5;
margin-bottom: 20px;
}
#autool-ct80-wrapper .product-info {
margin-bottom: 20px;
}
#autool-ct80-wrapper .product-hero {
flex-direction: column;
}
#autool-ct80-wrapper .product-image-main {
max-width: 280px;
}
#autool-ct80-wrapper .product-buttons {
flex-direction: column;
width: 100%;
gap: 8px;
}
#autool-ct80-wrapper .btn {
width: 100%;
margin-bottom: 8px;
padding: 10px 20px;
font-size: 0.85rem;
}
#autool-ct80-wrapper .features-grid {
grid-template-columns: 1fr;
gap: 15px;
margin-top: 20px;
}
#autool-ct80-wrapper .feature-card {
padding: 15px;
}
#autool-ct80-wrapper .feature-card-icon {
width: 50px; height: 50px; font-size: 20px; margin-bottom: 10px; /* Reduced margin */
}
#autool-ct80-wrapper .feature-card-title {
font-size: 1rem;
margin-bottom: 10px;
}
#autool-ct80-wrapper .feature-card-text {
font-size: 0.85rem;
line-height: 1.5;
}
#autool-ct80-wrapper .steps-container {
grid-template-columns: 1fr;
gap: 30px;
margin-top: 30px;
}
#autool-ct80-wrapper .how-it-works-image {
border-radius: 15px;
}
#autool-ct80-wrapper .step {
padding: 20px;
gap: 15px;
}
#autool-ct80-wrapper .step-icon {
width: 60px;
height: 60px;
min-width: 60px;
font-size: 1.5rem;
}
#autool-ct80-wrapper .step-number {
width: 24px;
height: 24px;
font-size: 0.8rem;
top: -6px;
right: -6px;
}
#autool-ct80-wrapper .step-title {
font-size: 1.1rem;
margin-bottom: 8px;
}
#autool-ct80-wrapper .step-description {
font-size: 0.9rem;
line-height: 1.6;
}
#autool-ct80-wrapper .steps-cta {
margin-top: 20px;
}
#autool-ct80-wrapper .tech-specs-header { margin-bottom: 20px; }
#autool-ct80-wrapper .specs-tabs {
flex-direction: column;
border-radius: 10px;
gap: 5px;
padding: 5px;
margin-top: 15px;
margin-bottom: 15px;
}
#autool-ct80-wrapper .specs-tab {
width: 100%;
padding: 8px 10px;
font-size: 0.85rem;
}
#autool-ct80-wrapper .specs-3d-container {
min-height: 280px;
perspective: 800px;
}
#autool-ct80-wrapper .specs-3d-model {
width: 85%;
}
#autool-ct80-wrapper .specs-3d-item {
width: 70px; /* Further Reduced size */
height: 70px; /* Further Reduced size */
padding: 4px; /* Further Reduced padding */
}
#autool-ct80-wrapper .specs-3d-item-icon {
font-size: 0.9rem; /* Further Reduced font size */
margin-bottom: 2px; /* Further Reduced margin */
}
#autool-ct80-wrapper .specs-3d-item-label {
font-size: 0.55rem; /* Further Reduced font size */
}
#autool-ct80-wrapper .specs-3d-item-value {
font-size: 0.7rem; /* Further Reduced font size */
}
#autool-ct80-wrapper .specs-3d-item-1 { transform: translateZ(80px); } /* Adjusted translateZ */
#autool-ct80-wrapper .specs-3d-item-2 { transform: rotateY(45deg) translateZ(80px); } /* Adjusted translateZ */
#autool-ct80-wrapper .specs-3d-item-3 { transform: rotateY(90deg) translateZ(80px); } /* Adjusted translateZ */
#autool-ct80-wrapper .specs-3d-item-4 { transform: rotateY(135deg) translateZ(80px); } /* Adjusted translateZ */
#autool-ct80-wrapper .specs-3d-item-5 { transform: rotateY(180deg) translateZ(80px); } /* Adjusted translateZ */
#autool-ct80-wrapper .specs-3d-item-6 { transform: rotateY(225deg) translateZ(80px); } /* Adjusted translateZ */
#autool-ct80-wrapper .specs-3d-item-7 { transform: rotateY(270deg) translateZ(80px); } /* Adjusted translateZ */
#autool-ct80-wrapper .specs-3d-item-8 { transform: rotateY(315deg) translateZ(80px); } /* Adjusted translateZ */
#autool-ct80-wrapper .specs-image-container {
width: 70%; /* Increased size */
max-width: 230px; /* Increased max-width */
opacity: 0.65; /* Slightly less transparent */
}
#autool-ct80-wrapper .specs-panel {
padding: 15px; /* Reduced padding for panels */
}
#autool-ct80-wrapper .general-specs-details { /* Reverted: remove #general-specs specificity and text-align */
padding-left: 0; /* Remove left padding */
}
#autool-ct80-wrapper .specs-detail-title { /* Reverted: remove #general-specs specificity */
font-size: 1.3rem; /* Reduced font size */
margin-bottom: 15px; /* Reduced margin */
/* display: inline-block; is default for this element if not overridden elsewhere */
}
#autool-ct80-wrapper .specs-detail-list { /* Reverted: remove #general-specs specificity and centering */
grid-template-columns: 1fr;
gap: 10px; /* Reduced gap */
/* margin-left: auto; margin-right: auto; width: fit-content; */
}
/* Removed: #autool-ct80-wrapper #general-specs .specs-detail-item { text-align: center; } */
#autool-ct80-wrapper .specs-detail-label { font-size: 0.85rem; }
#autool-ct80-wrapper .specs-detail-value { font-size: 1rem; }
#autool-ct80-wrapper .specs-gauges {
flex-direction: column;
align-items: center;
gap: 20px; /* Reduced gap */
margin: 20px 0; /* Reduced margin */
}
#autool-ct80-wrapper .specs-gauge {
width: 160px; /* Reduced size */
height: 160px; /* Reduced size */
}
#autool-ct80-wrapper .gauge-value {
font-size: 1.8rem; /* Reduced font size */
}
#autool-ct80-wrapper .gauge-label { font-size: 0.8rem; }
#autool-ct80-wrapper .specs-comparison { margin-top: 20px; }
#autool-ct80-wrapper .comparison-title { font-size: 1.1rem; margin-bottom: 15px; }
#autool-ct80-wrapper .comparison-bars { gap: 15px; }
#autool-ct80-wrapper .comparison-item {
flex-direction: column;
align-items: stretch;
}
#autool-ct80-wrapper .comparison-label {
flex: none;
width: 100%;
margin-bottom: 5px;
padding-right: 0;
text-align: center;
font-size: 0.9rem; /* Reduced font size */
}
#autool-ct80-wrapper .comparison-bar-container {
flex: none;
width: 100%;
height: 20px;
}
#autool-ct80-wrapper .comparison-value { font-size: 0.8rem; }
#autool-ct80-wrapper .physical-specs { padding: 15px; }
#autool-ct80-wrapper .dimension-container { margin: 20px 0; gap: 20px; flex-direction: column; align-items: stretch;} /* align-items: stretch for full width */
#autool-ct80-wrapper .dimension-details { margin-top: 20px; text-align: left; } /* Reverted to left align */
#autool-ct80-wrapper .dimension-title { font-size: 1.3rem; margin-bottom: 15px; display: block; } /* Changed to block */
#autool-ct80-wrapper .dimension-title::after {
left: 0; /* Reverted to left */
transform: none; /* Reverted to none */
}
#autool-ct80-wrapper .dimension-grid {
grid-template-columns: 1fr;
gap: 10px; /* Reduced gap */
/* Removed margin-left, margin-right, width: fit-content */
}
#autool-ct80-wrapper .dimension-item {
text-align: left; /* Reverted to left align */
}
#autool-ct80-wrapper .dimension-label { font-size: 0.85rem; }
#autool-ct80-wrapper .dimension-value { font-size: 1rem; }
#autool-ct80-wrapper .materials-section { margin-top: 30px; padding-top: 20px; }
#autool-ct80-wrapper .materials-title { font-size: 1.3rem; margin-bottom: 20px; text-align: left; } /* Align title left */
#autool-ct80-wrapper .materials-grid {
grid-template-columns: 1fr;
gap: 10px; /* Reduced gap */
}
#autool-ct80-wrapper .material-item { padding: 15px; text-align: left; } /* Align content left */
#autool-ct80-wrapper .material-icon { font-size: 1.8rem; margin-bottom: 10px; margin-left:0; margin-right:auto; display:block; width:fit-content;} /* Ensure icon is block and left aligned if needed, or adjust wrapper */
#autool-ct80-wrapper .material-name { font-size: 1rem; margin-bottom: 8px; }
#autool-ct80-wrapper .material-desc { font-size: 0.85rem; }
#autool-ct80-wrapper .floating-element {
display: none;
}
/* Distributor Section Responsive */
#autool-ct80-wrapper .distributor-section {
padding: 30px 0 20px;
}
#autool-ct80-wrapper .distributor-title {
font-size: 1.8rem;
}
#autool-ct80-wrapper .distributor-description {
font-size: 0.9rem;
margin-bottom: 20px;
}
#autool-ct80-wrapper .distributor-benefits {
grid-template-columns: 1fr;
gap: 15px;
margin-bottom: 20px; /* Reduced margin */
}
#autool-ct80-wrapper .benefit-item {
padding: 15px 10px;
}
#autool-ct80-wrapper .benefit-icon-wrapper {
width: 45px; /* Reduced size */
height: 45px; /* Reduced size */
margin-right: 10px; /* Reduced margin */
}
#autool-ct80-wrapper .benefit-icon {
font-size: 1.3rem; /* Reduced size */
}
#autool-ct80-wrapper .benefit-title {
font-size: 1.1rem;
}
#autool-ct80-wrapper .benefit-text {
font-size: 0.85rem;
}
#autool-ct80-wrapper .distributor-contact-cta {
flex-direction: column;
gap: 10px;
margin-top: 20px; /* Reduced margin */
}
#autool-ct80-wrapper .distributor-btn,
#autool-ct80-wrapper .distributor-btn-alt {
width: 100%;
padding: 12px 15px;
font-size: 0.9rem;
justify-content: center;
}
/* FAQ section responsive */
#autool-ct80-wrapper .faq-section,
#autool-ct80-wrapper .support-contact-section {
padding: 40px 0;
}
#autool-ct80-wrapper .faq-container {
margin-top: 30px;
}
#autool-ct80-wrapper .faq-question {
padding: 15px 20px;
}
#autool-ct80-wrapper .faq-question h3 {
font-size: 0.95rem;
}
#autool-ct80-wrapper .faq-answer {
padding: 0 20px;
}
#autool-ct80-wrapper .faq-item.active .faq-answer {
padding: 0 20px 15px;
}
#autool-ct80-wrapper .faq-answer p,
#autool-ct80-wrapper .faq-answer li {
font-size: 0.85rem;
}
#autool-ct80-wrapper .support-grid {
grid-template-columns: 1fr;
gap: 15px;
margin: 30px 0;
}
#autool-ct80-wrapper .support-card {
padding: 20px;
}
#autool-ct80-wrapper .support-icon {
width: 60px;
height: 60px;
margin-bottom: 15px;
}
#autool-ct80-wrapper .support-icon i {
font-size: 1.5rem;
}
#autool-ct80-wrapper .support-title {
font-size: 1.1rem;
margin-bottom: 10px;
}
#autool-ct80-wrapper .support-text {
font-size: 0.85rem;
}
#autool-ct80-wrapper .contact-form-container {
padding: 20px;
}
#autool-ct80-wrapper .form-row {
flex-direction: column;
gap: 15px;
margin-bottom: 0;
}
#autool-ct80-wrapper .form-group {
margin-bottom: 15px;
}
#autool-ct80-wrapper .contact-form-title {
font-size: 1.3rem;
margin-bottom: 20px;
}
}
/* Desktop specific logo sizes */
@media (min-width: 993px) {
#autool-ct80-wrapper .hero-logo {
max-width: 220px; /* Increased size for desktop */
}
#autool-ct80-wrapper .subtitle-logo {
height: 48px; /* Increased size for desktop */
}
}
/* Detaylı Görsel Galeri Bölümü - AUTOOL CT80 */
#autool-ct80-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-ct80-wrapper * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
#autool-ct80-wrapper .container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
position: relative;
padding: 0 20px;
}
/* Shared Styles */
#autool-ct80-wrapper .section {
padding: 60px 0;
position: relative;
overflow: hidden;
}
#autool-ct80-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-ct80-wrapper .section:last-child::after {
display: none;
}
#autool-ct80-wrapper .section-header {
text-align: center;
margin-bottom: 60px;
position: relative;
z-index: 1;
}
#autool-ct80-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-ct80-wrapper .section-title {
font-size: 2.2rem;
font-weight: 800;
color: #111;
margin-bottom: 20px;
position: relative;
display: inline-block;
}
#autool-ct80-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-ct80-wrapper .section-description {
max-width: 700px;
margin: 0 auto;
font-size: 1.1rem;
color: #555;
line-height: 1.7;
}
/* Detaylı Görsel Galeri Bölümü */
#autool-ct80-wrapper .detail-gallery-section {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
padding: 80px 0;
position: relative;
}
#autool-ct80-wrapper .detail-gallery-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 30px;
margin-top: 50px;
}
#autool-ct80-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-ct80-wrapper .detail-gallery-item:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
#autool-ct80-wrapper .detail-gallery-image {
width: 100%;
height: 450px;
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-ct80-wrapper .detail-gallery-item:hover .detail-gallery-image {
transform: scale(1.02);
}
#autool-ct80-wrapper .detail-gallery-content {
padding: 25px;
text-align: center;
}
#autool-ct80-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-ct80-wrapper .detail-gallery-item:hover .detail-gallery-icon {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
transform: scale(1.1);
}
#autool-ct80-wrapper .detail-gallery-title {
font-size: 1.2rem;
font-weight: 700;
color: #111;
margin-bottom: 12px;
text-align: center;
}
#autool-ct80-wrapper .detail-gallery-description {
font-size: 0.95rem;
color: #666;
line-height: 1.7;
}
#autool-ct80-wrapper .animation-wave {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 40px;
background: url('data:image/svg+xml;base64,CHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+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;
}
}
/* Scroll Reveal Animation */
#autool-ct80-wrapper .reveal {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
#autool-ct80-wrapper .reveal.active {
opacity: 1;
transform: translateY(0);
}
/* Mobile responsive adjustments */
@media (max-width: 768px) {
#autool-ct80-wrapper .container {
padding: 0 15px;
max-width: 100%;
overflow-x: hidden;
}
#autool-ct80-wrapper .section {
padding: 20px 0;
}
#autool-ct80-wrapper .section-header {
margin-bottom: 20px;
}
#autool-ct80-wrapper .section-subtitle {
font-size: 0.75rem;
padding: 4px 8px;
margin-bottom: 10px;
}
#autool-ct80-wrapper .section-title {
font-size: 1.6rem;
margin-bottom: 15px;
}
#autool-ct80-wrapper .section-title::after {
bottom: -8px;
width: 60px;
height: 3px;
}
#autool-ct80-wrapper .section-description {
font-size: 0.9rem;
line-height: 1.5;
}
#autool-ct80-wrapper .detail-gallery-grid {
grid-template-columns: 1fr;
gap: 20px;
margin-top: 30px;
}
#autool-ct80-wrapper .detail-gallery-image {
height: 300px;
object-fit: contain;
}
#autool-ct80-wrapper .detail-gallery-content {
padding: 20px;
}
#autool-ct80-wrapper .detail-gallery-title {
font-size: 1.1rem;
}
#autool-ct80-wrapper .detail-gallery-description {
font-size: 0.9rem;
}
}

Premium Model
AUTOOL CT80 Ultrasonik Temizleme Makinesi
Otomotiv parçaları, enjektörler, karbüratörler ve hassas metal parçaları için en gelişmiş ultrasonik temizleme teknolojisi. Mikro gözeneklerdeki kirleri bile çıkararak parçalarınızı yeni gibi yapın.
40KHz Frekans
2L Kapasite
SUS304 Çelik
Hemen Satın Al
Detaylı Bilgi





Premium Özellikler
Üstün Teknoloji ile AUTOOL CT80
AUTOOL CT80, profesyonel atölyeler için tasarlanmış güçlü ve verimli bir ultrasonik temizleme makinesidir. Kaliteli malzemeler ve hassas mühendislik ile üretilmiştir.
Güçlü Ultrasonik Teknoloji
40KHz frekansında yüksek performanslı ultrasonik dalgalar, en küçük gözeneklerdeki kirleri bile temizler, manuel temizliğin ulaşamayacağı yerlere etki eder.
Isıtma Fonksiyonu
Ortam sıcaklığından ~50°C'ye kadar ısıtma ile inatçı yağ ve karbon birikintilerini kolayca çözebilirsiniz. Isıtma manuel düğme ile kontrol edilir.
Dijital Zamanlayıcı
0-40 dakika arasında dijital butonlarla ayarlanabilen zamanlayıcı ile temizleme süresini optimize edebilirsiniz. Süre sonunda otomatik kapanır.
1600 ml Tank Kapasitesi
1600 ml (0,42 galon) efektif kapasiteye sahip geniş temizlik tankı ile çeşitli parçaları temizleyebilirsiniz.
Paslanmaz Çelik Gövde
SUS304 kalitesinde paslanmaz çelik tank ve gövde, uzun ömürlü kullanım sağlar ve temizlik solüsyonlarına karşı dayanıklıdır.
Kontrol Paneli
Aç/kapa düğmesi, manuel ısıtma düğmesi ve dijital süre ayar butonları ile kolay kullanım. 2 haneli LED ekranda süreyi takip edebilirsiniz.
Kolay Kullanım
AUTOOL CT80 Nasıl Çalışır?
Ultrasonik temizleme, ses dalgalarının sıvı içerisinde oluşturduğu kavitasyon etkisiyle en inatçı kirleri bile söker. Bu teknoloji sayesinde manuel temizliğin ulaşamadığı alanlardaki kirleri bile etkili şekilde temizleyebilirsiniz.

1
Parçaları Yerleştirin
Temizlenecek eşyaları temizleme tankına dikkatli bir şekilde yerleştirin. Hassas parçalar için paslanmaz çelik tel sepet kullanarak güvenli bir şekilde konumlandırın.
2
Temizleme Sıvısını Ekleyin
Temizleme tankına uygun temizleme solüsyonunu ekleyin. Parçaların tamamen sıvı içinde kalmasına dikkat edin. Tank kapasitesi 1600 ml'ye kadar sıvı alabilir.
3
Güç Bağlantısı
Güç kablosunu uygun elektrik prizine bağlayın ve cihazın arkasındaki güç anahtarını açın. Cihaz 110V/220V güç kaynağı ile çalışır.
4
Temizliği Başlatın
Temizliği başlatmak için operasyon panelindeki ON/OFF düğmesine basın. İsteğe bağlı olarak, temizleme sıvısını ısıtmak için ısıtma modu düğmesine basabilirsiniz. Dijital zamanlayıcı ile temizleme süresini 0-40 dakika arasında ayarlayabilirsiniz.
Detaylı Görseller
AUTOOL CT80 Detaylı Görsel Galeri
AUTOOL CT80'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.

AUTOOL CT80 Ultrasonik Temizleme Makinesi - Tasarım ve Yapı
AUTOOL CT80 Ultrasonik Temizleme Makinesi, profesyonel kullanım için optimize edilmiş dayanıklı yapısı ve ergonomik tasarımı ile öne çıkmaktadır. Cihaz, paslanmaz çelik kulplar ile donatılmış olup, kolay kaldırma ve konforlu taşıma imkanı sunar. Paslanmaz çelik temizlik tankı, korozyona ve yüksek sıcaklığa karşı üstün dayanıklılık göstererek uzun ömürlü kullanım sağlar. Cihazın içinde bulunan temizlik standı, temizlik sırasında enjektör gibi hassas bileşenlerin güvenli bir şekilde yerleştirilmesine olanak tanır. Ayrıca, arttırılmış denge ve stabilite için şok emici ve kaymayı önleyici kauçuk ayak pedleri ile donatılmıştır. Bu özellikler, cihazın hem güvenli kullanımını hem de uzun vadeli performansını garanti eder.

Ayarlanabilir Temizlik Süresi
AUTOOL CT80 Ultrasonik Temizleme Makinesi, kullanıcı dostu dijital kontrol paneli ile ayarlanabilir temizlik süresi özelliği sunmaktadır. Temizleme süresi 0 ile 40 dakika arasında esnek bir şekilde ayarlanabilir, böylece farklı parça türleri ve kirlilik seviyelerine göre optimize edilmiş temizleme işlemleri gerçekleştirilebilir. Bu özellik sayesinde, hafif kirlenmiş parçalar için kısa süreli temizlik yapılabilirken, inatçı kir ve yağ birikintileri için daha uzun süreli temizleme seansları ayarlanabilir. Dijital zamanlayıcı, belirlenen süre sonunda otomatik olarak cihazı kapatarak enerji tasarrufu sağlar ve kullanıcı müdahalesi gerektirmeden güvenli bir şekilde çalışır.

Isıtma Moduyla Temizlik
AUTOOL CT80 Ultrasonik Temizleme Makinesi, gelişmiş ısıtma modu ile donatılmış olup, temizleme tankındaki sıvıyı ısıtarak temizleme etkinliğini önemli ölçüde artırır. Cihaz, 50°C'ye kadar ısıtma kapasitesi sunarak, inatçı yağ birikintileri, karbon kalıntıları ve diğer zorlu kirlerin daha hızlı ve etkili bir şekilde çözülmesini sağlar. Isıtma fonksiyonu, ultrasonik dalgaların etkisini güçlendirerek, özellikle motor parçaları, enjektörler ve karbüratör gibi hassas bileşenlerin derinlemesine temizlenmesine olanak tanır. Manuel kontrol düğmesi ile kullanıcılar, ihtiyaç duydukları sıcaklık seviyesini kolayca ayarlayabilir ve optimum temizleme sonuçları elde edebilir.

Büyük Kapasiteli Temizlik Tankı
AUTOOL CT80 Ultrasonik Temizleme Makinesi, büyük kapasiteli temizlik tankı ile donatılmış olup, büyük boyutlu bileşenlerin temizliği için ideal bir çözüm sunar. Cihaz, 1600 ml (0,42 gal) efektif kapasiteye sahip geniş tank hacmi sayesinde, enjektörler, karbüratörler, motor parçaları ve diğer büyük otomotiv bileşenlerini rahatlıkla temizleyebilir. Bu büyük kapasite, aynı anda birden fazla küçük parçanın veya tek bir büyük parçanın etkili bir şekilde temizlenmesine olanak tanır. Paslanmaz çelik yapısı sayesinde, tank hem dayanıklı hem de korozyona karşı dirençlidir, böylece uzun yıllar boyunca güvenilir performans sağlar.

Geniş Uygulama Yelpazesi
AUTOOL CT80 Ultrasonik Temizleme Makinesi, geniş uygulama yelpazesi ile çok çeşitli sektörlerde ve alanlarda yaygın olarak kullanılmaktadır. Cihaz, otomotiv aksesuarları ve parçalarının temizliğinde profesyonel çözümler sunarken, laboratuvar cihazları ve hassas aletlerin sterilizasyonu için de ideal bir seçenektir. Mücevher ve değerli eşyaların derinlemesine temizliği için güvenli ve etkili bir yöntem sağlar. Donanım parçaları ve mekanik bileşenlerin yağ, kir ve karbon birikintilerinden arındırılmasında üstün performans gösterir. Ayrıca, devre kartları ve elektronik bileşenlerin hassas temizliği için de kullanılabilir. Bu çok yönlü kullanım alanları sayesinde, AUTOOL CT80, atölyelerden laboratuvarlara, mücevher atölyelerinden elektronik servislere kadar geniş bir kullanıcı kitlesine hizmet eder.

Ürün Özellikleri ve Teknik Detaylar
AUTOOL CT80 Ultrasonik Temizleme Makinesi, kapsamlı teknik özellikleri ile profesyonel kullanım için optimize edilmiştir. Cihaz, 110V/220V güç kaynağı desteği ile dünya çapında kullanıma uygundur. 1600 ml (0,42 galon) temizleme tankı kapasitesi ile büyük parçaların temizliğine olanak tanır. 0~40 dakika arasında ayarlanabilir temizlik süresi ile esnek kullanım sağlar. 40kHz ultrasonik frekans ile en inatçı kirleri bile etkili şekilde temizler. Cihazın 1,95 kg ağırlığı ile taşınabilir ve kompakt bir yapıya sahiptir. 60W ultrasonik güç ile yüksek performanslı temizleme gerçekleştirir. 175 mm (6,9 inç) x 160 mm (6,3 inç) x 225 mm (8,9 inç) boyutları ile kompakt tasarım sunar. Operasyon paneli üzerinde güç anahtarı, ısıtma modu, zamanlayıcı ve açık/kapalı kontrolleri bulunur. Bu özellikler, cihazın hem kullanıcı dostu hem de profesyonel ihtiyaçları karşılayan bir çözüm olmasını sağlar.
Teknik Detaylar
AUTOOL CT80 Teknik Özellikleri
AUTOOL CT80, profesyonel atölyeler için tasarlanmış, yüksek performanslı ultrasonik temizleme çözümü sunar. Yüksek kaliteli malzemeler ve hassas mühendislik ile üretilmiştir.

Frekans
40 KHz
Ultrasonik Güç
60W
Isıtıcı Gücü
~100W
Tank Kapasitesi
1600 ml
Sıcaklık Aralığı
~50°C
Zamanlayıcı
0-40 dk
Toplam Güç
~160W
Malzeme
SUS304
Genel Özellikler
Performans
Fiziksel Özellikler

Paslanmaz Çelik Tank
Açma/Kapama Düğmesi
Dijital Kontrol Paneli
Teknik Özellikler
Model
AUTOOL CT80
Renk
AUTOOL Sarı
Tank Kapasitesi
1600 ml (0,42 galon)
Efektif Hacim
~1600 ml
Ultrasonik Frekans
40 kHz
Ultrasonik Güç
60 Watt
Isıtıcı Gücü
~100 Watt
Toplam Güç
~160 Watt
Isıtma Aralığı
Ortamdan ~50°C'ye kadar
Zamanlayıcı
0–40 dakika (Dijital)
Ekran Tipi
2 haneli LED dijital
Güç Kaynağı
110V/220V
Performans Değerleri
60W
Ultrasonik Güç
40kHz
Çalışma Frekansı
~50°C
Maksimum Sıcaklık
Performans Karşılaştırması
Temizleme Gücü
90%
Enerji Verimliliği
75%
Kullanım Kolaylığı
95%
Dayanıklılık
80%
Boyutlar ve Ağırlık
Tank İç Boyutları (UxGxY)
150 x 135 x 100 mm
Cihaz Dış Boyutları (UxGxY)
175 x 160 x 225 mm
Tank Kapasitesi
1600 ml (0,42 galon)
Net Ağırlık
1.95 kg
Taşıma
Üstte entegre kulp
Ayaklar
Kaymaz lastik
Malzemeler ve Yapı
SUS304 Paslanmaz Çelik
Korozyona dayanıklı tank. Gövde paslanmaz çelik ve sert plastikten yapılmıştır.
Tank Kapağı & Sepet
Metal veya plastik kapak. Paslanmaz çelik tel parça sepeti dahildir.
Dijital Kontrol Paneli
Hassas sıcaklık ve zaman kontrolü için yüksek kaliteli elektronik bileşenler.
Ultrasonik Transdüserler
Yüksek verimli 40KHz transdüserler optimum temizleme için.

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, 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.
Merak Edilenler
Sıkça Sorulan Sorular
AUTOOL CT80 Ultrasonik Temizleme Makinesi hakkında merak ettiğiniz soruların cevaplarını burada bulabilirsiniz.
AUTOOL CT80 ile hangi parçaları temizleyebilirim?
AUTOOL CT80 ile enjektörler, karbüratörler, metal parçalar, takılar, saat parçaları, gözlükler, diş protezleri, PCB kartlar ve daha birçok küçük-orta boy hassas parçayı temizleyebilirsiniz. Ultrasonik teknoloji sayesinde manuel temizliğin ulaşamadığı yerlerdeki kirleri bile çıkarır.
Ne tür temizleme solüsyonu kullanmalıyım?
Temizlenecek parçanın türüne göre özel ultrasonik temizleme solüsyonları kullanmanızı öneririz. Otomotiv parçaları için yağ çözücü solüsyonlar, hassas metal parçalar için pH nötr solüsyonlar tercih edilebilir. İhtiyacınıza uygun temizleme solüsyonlarını otoeko.com'dan temin edebilirsiniz. Solüsyon yoksa ılık su ve az miktarda bulaşık deterjanı da başlangıç için kullanılabilir.
Isıtma fonksiyonu ne işe yarar?
Isıtma fonksiyonu, temizleme solüsyonunun sıcaklığını yaklaşık 50°C'ye kadar artırarak temizleme verimliliğini yükseltir. Isı, özellikle yağ ve gres gibi inatçı kirlerin çözülmesine yardımcı olur. Manuel olarak açılıp kapatılabilir ve ultrasonik fonksiyondan bağımsız çalışır.
AUTOOL CT80'in temizleme prensibi nasıl çalışır?
Ultrasonik temizleme, yüksek frekanslı ses dalgaları (40kHz) kullanarak sıvı içinde milyonlarca mikroskobik kabarcık oluşturur. Bu kabarcıklar, yüzeylere çarparak patlar (kavitasyon) ve bu şekilde en küçük gözeneklere bile nüfuz ederek kiri söker. Bu işlem, manuel temizliğin ulaşamadığı alanlarda bile etkilidir.
Cihazın garanti süresi ne kadar ve garantiye dahil olan durumlar nelerdir?
AUTOOL CT80, 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.
Cihazın kullanım ömrü ne kadardır?
Düzenli bakım ve doğru kullanım koşullarında AUTOOL CT80, 5-7 yıl veya daha uzun süre kullanılabilir. SUS304 paslanmaz çelik tank ve kaliteli elektronik bileşenler, cihazın dayanıklılığını artırır. Ultrasonik transdüserler, cihazın en kritik parçalarıdır ve zamanla verimliliği azalabilir, ancak düzenli bakımla ömürleri uzatılabilir.
Hangi temizleme süresi idealdir?
İdeal temizleme süresi, parçanın kirlilik derecesine ve tipine bağlıdır. Genel olarak:
- Hafif kirli parçalar: 3-5 dakika
- Orta derecede kirli parçalar: 5-10 dakika
- Ağır kirli veya yağlı parçalar: 10-20 dakika
Çok hassas parçalar için kısa süreler tercih edilmeli, gerekirse işlem tekrarlanmalıdır. Isıtma fonksiyonu kullanıldığında temizleme süresi kısalabilir.
Size Özel Destek
Destek ve İletişim
AUTOOL CT80 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.
No questions have been asked about this product yet.
Be the first to ask a question!Ask a Question
No reviews yet
Have you tried this product? Share your experience and help other customers make the right choice. Your review will be published after approval.
Türkçe
English
العربية