Ürünün iade politikasını öğrenmek için tıklayın.
Bu ürün ATOM BİLİŞİM tarafından gönderilecektir.
Bu satıcının ürünlerinde geçerli 350,00 TL Üzeri Kargo Bedava
Bu Satıcının Tüm Ürünlerini Görüntüle
Ürün sayfasında gördüğünüz fiyat bilgileri, satıcı tarafından belirlenmektedir.
<!--.landing{ font-family:Arial,Helvetica,sans-serif; background:#000000; color:#f7f7f7; max-width:1400px; margin:auto; overflow:hidden; } .landing img{ width:100%; display:block; } .landing *{ box-sizing:border-box; } .hero{ position:relative; min-height:650px; display:flex; align-items:center; background-size:cover; background-position:center; background-color:#000000; } .hero::before{ content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.55) 40%,rgba(0,0,0,.10) 100%); } .hero-inner{ position:relative; max-width:1200px; width:100%; margin:auto; padding:80px 20px; } .eyebrow{ font-size:12px; letter-spacing:4px; color:#a1a7b0; margin-bottom:15px; text-transform:uppercase; font-weight:bold; } .hero-title{ font-size:60px; font-weight:900; line-height:1; margin-bottom:20px; text-transform:uppercase; } .hero-text{ color:#a1a7b0; max-width:700px; line-height:1.7; font-size:16px; } .chips{ display:flex; gap:10px; flex-wrap:wrap; margin-top:25px; } .chip{ border:1px solid #1d1f23; padding:10px 14px; border-radius:999px; font-size:12px; background:#0c0d10; color:#f7f7f7; text-transform:uppercase; font-weight:bold; } .section{ padding:80px 20px; max-width:1200px; margin:auto; } .section-title{ font-size:40px; font-weight:900; margin-bottom:20px; text-transform:uppercase; } .section-text{ color:#a1a7b0; max-width:700px; line-height:1.7; font-size:16px; } .band{ position:relative; min-height:600px; display:flex; align-items:flex-end; background-size:cover; background-position:center; background-color:#000000; } .band::before{ content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.2)); } .band-inner{ position:relative; max-width:1200px; width:100%; margin:auto; padding:80px 20px; } .band-copy{ max-width:620px; } .band-copy.right{ margin-left:auto; text-align:right; } .band-title{ font-size:42px; font-weight:900; text-transform:uppercase; } .band-text{ color:#a1a7b0; max-width:600px; margin-top:10px; line-height:1.7; font-size:16px; } .band-copy.right .band-text{ margin-left:auto; } .features{ padding:80px 20px; max-width:1200px; margin:auto; } .feature-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:40px; } .feature{ background:#0c0d10; border:1px solid #1d1f23; padding:25px; border-radius:15px; } .feature h3{ color:#ffffff; font-weight:700; font-size:18px; letter-spacing:0.3px; } .feature p{ margin:0; color:#a1a7b0; line-height:1.7; } .specs{ padding:80px 20px; max-width:1200px; margin:auto; } .spec-row{ display:grid; grid-template-columns:250px 1fr; gap:20px; border:1px solid #1d1f23; padding:18px; margin-bottom:10px; border-radius:12px; background:#0c0d10; } .spec-label{ font-weight:700; text-transform:uppercase; } .download{ padding:80px 20px; max-width:1200px; margin:auto; } .download-box{ background-image:linear-gradient(180deg, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.56) 100%), background-size:cover; background-position:center; border:1px solid #1d1f23; border-radius:20px; padding:40px; overflow:hidden; } .download-btn{ display:inline-block; margin-top:20px; padding:14px 24px; background:#f2f4f7; color:#0d0f12; text-decoration:none; font-weight:bold; border-radius:10px; } .download-note{ margin-top:18px; color:#a1a7b0; line-height:1.7; font-size:14px; } .faq{ padding:80px 20px; max-width:1200px; margin:auto; } .faq-item{ border-bottom:1px solid #1d1f23; padding:20px 0; } .faq-q{ width:100%; border:0; background:none; color:#f7f7f7; font-weight:bold; font-size:18px; display:flex; align-items:center; justify-content:space-between; gap:14px; cursor:pointer; padding:0; text-align:left; } .faq-a{ display:none; margin-top:10px; color:#a1a7b0; line-height:1.7; } .faq-item.active .faq-a{ display:block; } .reveal{opacity:0} .reveal.show{ animation-duration:0.8s; animation-fill-mode:forwards; animation-timing-function:cubic-bezier(.2,.7,.2,1) } .fadeUp.show{animation-name:fadeUp} .fadeLeft.show{animation-name:fadeLeft} .fadeRight.show{animation-name:fadeRight} .zoomIn.show{animation-name:zoomIn} .blurIn.show{animation-name:blurIn} .floatUp.show{animation-name:floatUp} .clipReveal.show{animation-name:clipReveal} .none{opacity:1 !important} @keyframes fadeUp{ from{opacity:0;transform:translateY(32px)} to{opacity:1;transform:translateY(0)} } @keyframes fadeLeft{ from{opacity:0;transform:translateX(-36px)} to{opacity:1;transform:translateX(0)} } @keyframes fadeRight{ from{opacity:0;transform:translateX(36px)} to{opacity:1;transform:translateX(0)} } @keyframes zoomIn{ from{opacity:0;transform:scale(.92)} to{opacity:1;transform:scale(1)} } @keyframes blurIn{ from{opacity:0;filter:blur(14px);transform:translateY(18px)} to{opacity:1;filter:blur(0);transform:translateY(0)} } @keyframes floatUp{ 0%{opacity:0;transform:translateY(42px) scale(.98)} 60%{opacity:1;transform:translateY(-4px) scale(1)} 100%{opacity:1;transform:translateY(0) scale(1)} } @keyframes clipReveal{ 0%{opacity:0;clip-path:inset(0 0 100% 0);transform:translateY(26px)} 100%{opacity:1;clip-path:inset(0 0 0 0);transform:translateY(0)} } @media(max-width:900px){ .hero-title{ font-size:38px; } .feature-grid{ grid-template-columns:1fr; } .spec-row{ grid-template-columns:1fr; } .band-title{ font-size:32px; } }-->
DRAGOS
DRAGOS 750W 80+ PSU
750W gücündeki bu güç kaynağı, yüksek performanslı sistemler için stabil ve güvenilir enerji sağlar. 80+ White sertifikası sayesinde verimli çalışırken, aktif PFC teknolojisi ile enerji kayıplarını minimize eder. Sessiz çalışan 12 cm fanı ve flat kablo yapısı ile hem performans hem de düzenli kasa içi kullanım sunar.
750W 80+
Aktif PFC
12cm Sessiz Fan
Zengin Bağlantı
White Sertifika
GENEL BAKIŞ
Güçlü ve Stabil Performans
Dragos 750W 80+ gerçek güç kapasitesi sayesinde oyun ve performans sistemleri için kesintisiz ve güvenilir enerji sağlar.
Bağlantı
Zengin Bağlantı Seçenekleri
Çoklu SATA, PCI-E ve CPU bağlantıları ile geniş donanım desteği sağlar. Flat kablo tasarımı sayesinde kasa içinde daha iyi hava akışı ve kolay kablo yönetimi sağlar.
Verimli
Sessiz ve Verimli Çalışma
12 cm fanı ile düşük ses seviyesinde çalışırken, 80+ White verimlilik ile enerji tasarrufu sunar.
ÖNE ÇIKAN ÖZELLİKLER
BİR BAKIŞTA ÖNE ÇIKAN ÖZELLİKLER
Güçlü ve Stabil Performans
750W gerçek güç kapasitesi sayesinde oyun ve performans sistemleri için kesintisiz ve güvenilir enerji sağlar.
Sessiz ve Verimli Çalışma
12 cm fanı ile düşük ses seviyesinde çalışırken, 80+ White verimlilik ile enerji tasarrufu sunar.
Zengin Bağlantı Seçenekleri
Çoklu SATA, PCI-E ve CPU bağlantıları ile geniş donanım desteği sağlar.
Düzenli ve Şık Kablo Yapısı
Flat kablo tasarımı sayesinde kasa içinde daha iyi hava akışı ve kolay kablo yönetimi
