LOQ Gaming Notebook i5-12600HX 64GB RAM 1TB SSD RTX3050 6GB 15.6" FHD 144Hz IPS FreeDOS 83GS00P8TR ATL82 +Çanta

Lenovo LOQ Gaming Notebook i5-12600HX 64GB RAM 1TB SSD RTX3050 6GB 15.6" FHD 144Hz IPS FreeDOS 83GS00P8TR ATL82 +Çanta

Sepette İndirim
78.752,13 TL82.896,98 TL
  • Ürün Açıklaması
  • Ürünün Özellikleri
  • Kampanyalar
  • İptal İade Koşulları
  • Taksit Bilgileri
  • Soru ve Cevap (0)

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Rajdhani:wght@300;400;500;600;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } .loq-page { min-height: 100vh; background: #0a0a0f; color: #e0e0e8; font-family: 'Rajdhani', sans-serif; overflow-x: hidden; position: relative; } .loq-page::before { content: ''; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at 20% 50%, rgba(0, 180, 255, 0.06) 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, rgba(255, 60, 60, 0.04) 0%, transparent 50%), radial-gradient(ellipse at 50% 80%, rgba(0, 255, 150, 0.03) 0%, transparent 50%); pointer-events: none; z-index: 0; } .hero-section { position: relative; z-index: 1; min-height: 92vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 60px 20px 40px; text-align: center; } .brand-tag { font-weight: 300; font-size: 14px; letter-spacing: 8px; text-transform: uppercase; color: rgba(0, 200, 255, 0.6); margin-bottom: 12px; animation: fadeSlideDown 1s ease-out; } .hero-title { font-family: 'Orbitron', sans-serif; font-weight: 900; font-size: clamp(48px, 8vw, 96px); line-height: 1; background: linear-gradient(135deg, #ffffff 0%, #00c8ff 40%, #00ff96 70%, #ffffff 100%); background-size: 200% 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: gradientShift 4s ease-in-out infinite, fadeSlideDown 1s ease-out 0.2s both; margin-bottom: 8px; } .hero-subtitle { font-family: 'Orbitron', sans-serif; font-weight: 400; font-size: clamp(16px, 2.5vw, 24px); color: rgba(255,255,255,0.35); letter-spacing: 6px; margin-bottom: 16px; animation: fadeSlideDown 1s ease-out 0.4s both; } .hero-tagline { font-weight: 300; font-size: 17px; color: rgba(255,255,255,0.3); max-width: 520px; line-height: 1.6; margin-bottom: 40px; animation: fadeSlideDown 1s ease-out 0.5s both; } .hero-image-container { position: relative; width: 100%; max-width: 750px; animation: floatUp 1.2s ease-out 0.5s both; } .hero-image-container::before { content: ''; position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); width: 80%; height: 60px; background: radial-gradient(ellipse, rgba(0, 200, 255, 0.2) 0%, transparent 70%); filter: blur(20px); z-index: -1; } .hero-image-container img { width: 100%; height: auto; filter: drop-shadow(0 20px 60px rgba(0, 200, 255, 0.15)); transition: transform 0.6s ease; } .hero-image-container:hover img { transform: scale(1.03) translateY(-8px); } .glow-line { width: 120px; height: 2px; background: linear-gradient(90deg, transparent, #00c8ff, transparent); margin: 50px auto 0; animation: fadeSlideDown 1s ease-out 0.8s both; } /* ── SECTION ── */ .section-wrap { position: relative; z-index: 1; padding: 60px 20px 80px; max-width: 1100px; margin: 0 auto; } .section-label { font-family: 'Orbitron', sans-serif; font-weight: 700; font-size: clamp(24px, 4vw, 36px); text-align: center; margin-bottom: 16px; color: #fff; } .section-label::after { content: ''; display: block; width: 60px; height: 3px; background: linear-gradient(90deg, #00c8ff, #00ff96); margin: 16px auto 0; border-radius: 2px; } .section-desc { text-align: center; color: rgba(255,255,255,0.35); font-size: 16px; max-width: 640px; margin: 0 auto 50px; line-height: 1.6; } /* ── SPEC CARDS ── */ .spec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-bottom: 60px; } .spec-card { background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)); border: 1px solid rgba(255,255,255,0.06); border-radius: 20px; padding: 36px 32px; position: relative; overflow: hidden; transition: all 0.4s ease; backdrop-filter: blur(10px); } .spec-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--card-accent, #00c8ff), transparent); opacity: 0; transition: opacity 0.4s ease; } .spec-card:hover { border-color: rgba(0, 200, 255, 0.15); transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.4); } .spec-card:hover::before { opacity: 1; } .spec-icon { width: 40px; height: 40px; margin-bottom: 18px; display: block; } .spec-icon svg { width: 100%; height: 100%; } .spec-card-title { font-family: 'Orbitron', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: rgba(0, 200, 255, 0.7); margin-bottom: 10px; } .spec-card-value { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 26px; color: #ffffff; line-height: 1.2; margin-bottom: 8px; } .spec-card-desc { font-weight: 400; font-size: 15px; color: rgba(255,255,255,0.4); line-height: 1.5; } /* ── FEATURE PILLS ── */ .features-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-bottom: 60px; } .feature-pill { display: flex; align-items: center; gap: 14px; padding: 20px 24px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 14px; transition: all 0.3s ease; } .feature-pill:hover { background: rgba(0, 200, 255, 0.05); border-color: rgba(0, 200, 255, 0.15); } .feature-pill .f-icon { width: 28px; height: 28px; flex-shrink: 0; } .feature-pill .f-icon svg { width: 100%; height: 100%; } .feature-pill .f-text { font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.7); } .feature-pill .f-text strong { display: block; color: #fff; font-size: 16px; font-weight: 600; } /* ── PHOTO BANNER ── */ .photo-banner { position: relative; z-index: 1; width: 100%; overflow: hidden; } .photo-banner img { width: 100%; height: 420px; object-fit: cover; display: block; filter: brightness(0.85); transition: filter 0.5s ease; } .photo-banner:hover img { filter: brightness(1); } .photo-banner-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 40px; background: linear-gradient(transparent, rgba(10,10,15,0.9)); } .photo-banner-overlay h3 { font-family: 'Orbitron', sans-serif; font-weight: 700; font-size: 22px; color: #fff; margin-bottom: 8px; } .photo-banner-overlay p { font-size: 15px; color: rgba(255,255,255,0.5); max-width: 500px; line-height: 1.5; } /* ── GALLERY GRID ── */ .gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; } .gallery-grid .g-item { position: relative; overflow: hidden; border-radius: 16px; border: 1px solid rgba(255,255,255,0.05); transition: all 0.4s ease; } .gallery-grid .g-item.g-tall { grid-row: span 2; } .gallery-grid .g-item img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.88); transition: all 0.5s ease; } .gallery-grid .g-item:hover img { filter: brightness(1.05); transform: scale(1.04); } .gallery-grid .g-item:hover { border-color: rgba(0,200,255,0.2); box-shadow: 0 12px 40px rgba(0,0,0,0.5); } .g-item .g-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 20px; background: linear-gradient(transparent, rgba(10,10,15,0.85)); font-family: 'Orbitron', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(0, 200, 255, 0.7); } /* ── DETAIL SPLIT ── */ .detail-split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 80px; } .detail-split.reverse { direction: rtl; } .detail-split.reverse > * { direction: ltr; } .detail-split-img { border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,0.05); } .detail-split-img img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.9); transition: all 0.5s ease; } .detail-split-img:hover img { filter: brightness(1.05); transform: scale(1.03); } .detail-split-content .mini-tag { font-family: 'Orbitron', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 3px; color: rgba(0,200,255,0.6); text-transform: uppercase; margin-bottom: 12px; } .detail-split-content h3 { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 32px; color: #fff; line-height: 1.2; margin-bottom: 16px; } .detail-split-content p { font-size: 16px; color: rgba(255,255,255,0.45); line-height: 1.7; margin-bottom: 20px; } .detail-split-content ul { list-style: none; padding: 0; } .detail-split-content ul li { padding: 6px 0; font-size: 15px; color: rgba(255,255,255,0.5); display: flex; align-items: center; gap: 10px; } .detail-split-content ul li svg { width: 16px; height: 16px; flex-shrink: 0; } /* ── PORT GRID ── */ .port-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; } .port-item { display: flex; align-items: center; gap: 16px; padding: 22px 24px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 14px; transition: all 0.3s ease; } .port-item:hover { background: rgba(0, 200, 255, 0.04); border-color: rgba(0, 200, 255, 0.12); } .port-item .p-icon { width: 36px; height: 36px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: rgba(0, 200, 255, 0.08); } .port-item .p-icon svg { width: 20px; height: 20px; } .port-item .p-info strong { display: block; font-size: 15px; color: #fff; font-weight: 600; margin-bottom: 2px; } .port-item .p-info span { font-size: 13px; color: rgba(255,255,255,0.35); } /* ── SPEC TABLE ── */ .spec-table { width: 100%; border-collapse: collapse; } .spec-table tr { border-bottom: 1px solid rgba(255,255,255,0.04); transition: background 0.3s ease; } .spec-table tr:hover { background: rgba(0,200,255,0.03); } .spec-table td { padding: 16px 20px; font-size: 15px; } .spec-table td:first-child { color: rgba(255,255,255,0.4); width: 40%; font-weight: 500; } .spec-table td:last-child { color: #fff; font-weight: 600; } /* ── FOOTER ── */ .footer-section { position: relative; z-index: 1; text-align: center; padding: 40px 20px 80px; } .footer-tagline { font-weight: 300; font-size: 20px; color: rgba(255,255,255,0.4); margin-bottom: 16px; letter-spacing: 2px; } .model-code { font-family: 'Rajdhani', sans-serif; font-weight: 300; font-size: 13px; color: rgba(255,255,255,0.15); letter-spacing: 4px; } .section-divider { width: 80px; height: 1px; background: linear-gradient(90deg, transparent, rgba(0,200,255,0.3), transparent); margin: 0 auto 60px; } @keyframes gradientShift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } } @keyframes fadeSlideDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } } @keyframes floatUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 768px) { .hero-section { padding: 40px 16px 30px; min-height: 70vh; } .spec-card { padding: 28px 24px; } .spec-grid, .features-row, .port-grid { grid-template-columns: 1fr; } .gallery-grid { grid-template-columns: 1fr; } .gallery-grid .g-item.g-tall { grid-row: span 1; } .detail-split { grid-template-columns: 1fr; } .detail-split.reverse { direction: ltr; } .photo-banner img { height: 260px; } }
Lenovo Gaming
LOQ 15IAX9

15IAX9 • GAMING LAPTOP

Intel 12. Nesil HX işlemci ve NVIDIA RTX grafikleriyle donatılmış, oyun için tasarlanmış güçlü ve şık dizüstü bilgisayar.

Lenovo LOQ 15IAX9
LOQ Açık Görünüm

Oyun İçin Tasarlandı

İnce çerçeve ekran, güçlü donanım ve gelişmiş soğutma sistemiyle her anı akıcı yaşayın.

Teknik Özellikler

Yüksek performanslı bileşenler, geniş bağlantı seçenekleri ve akıllı termal yönetim bir arada.

İşlemci
Intel Core i5-12600HX
12. Nesil Alder Lake, 12 Çekirdek (4P+8E) / 16 Thread, P-core 4.6 GHz Turbo, E-core 3.3 GHz, 18MB Intel Smart Cache
Ekran Kartı
NVIDIA RTX 3050 6GB
GDDR6 bellek, 95W TGP, Boost Clock 1732 MHz, Ray Tracing & DLSS desteği, NVIDIA Optimus
Ekran
15.6" FHD 144Hz
1920×1080 IPS panel, %100 sRGB renk gamı, 250 nit parlaklık, dar çerçeve, anti-glare yüzey
Bellek Tipi
DDR5-4800
SO-DIMM form faktörü, çift kanal desteği, 2 bellek yuvası, maks. 32GB'a kadar yükseltilebilir
Depolama Tipi
M.2 NVMe PCIe 4.0
Yüksek hızlı NVMe SSD, 2242/2280 form faktörü, 2 adet M.2 yuvası mevcut
Soğutma
Gelişmiş Termal Tasarım
Çift fan sistemi, bakır ısı boruları ve optimum hava akışı kanalları, LA1 termal
Klavye ve Touchpad
İşlemci Performansı

12. Nesil Intel Core i5-12600HX

Hibrit mimari sayesinde hem yüksek performanslı P-core'lar hem de verimli E-core'lar bir arada çalışarak oyun, içerik üretimi ve çoklu görevlerde üstün performans sunar.

  • 4 Performans + 8 Verimlilik çekirdeği
  • 16 Thread eş zamanlı işlem
  • 18MB Intel Smart Cache
  • 4.6 GHz maks. Turbo Boost hızı
Yan Görünüm

Kompakt Güç

21.9 mm incelik ve 2.4 kg ağırlık ile taşınabilirlik ve performansı bir araya getiren tasarım.

Detay Görünüm
Grafik Gücü

NVIDIA GeForce RTX 3050 6GB GDDR6

Ray Tracing ve DLSS teknolojileriyle desteklenen RTX 3050, oyunlarda gerçekçi ışık efektleri ve yapay zeka destekli performans artışı sağlar.

  • 6GB GDDR6 video bellek
  • 95W toplam grafik gücü (TGP)
  • 1732 MHz Boost Clock
  • HDMI 2.1 ile 8K/60Hz çıkış
Ekran Detay
Görüntü Kalitesi

15.6" FHD IPS 144Hz Ekran

Yüksek yenileme hızı ile akıcı oyun deneyimi, geniş IPS görüş açısı ve %100 sRGB renk doğruluğu ile canlı ve keskin görüntüler sunar.

  • 1920×1080 Full HD çözünürlük
  • 144Hz yenileme hızı
  • %100 sRGB renk gamı
  • 250 nit parlaklık, anti-glare
  • TÜV Rheinland Low Blue Light
Klavye Yakın Çekim

Aydınlatmalı Klavye

Beyaz arkadan aydınlatmalı tam boyut klavye ve hassas Precision Touchpad ile karanlıkta bile rahat kullanım.

Galeri

Her açıdan tasarım detaylarını keşfedin.

Bağlantı Noktaları

Tüm çevre birimlerinizi kolayca bağlayın. Dongle'a ihtiyaç duymadan çalışın.

2× USB-A 3.2 Gen 1USB 5Gbps veri aktarım
1× USB-C 3.2 Gen 1Veri aktarım
1× HDMI 2.18K/60Hz harici ekran çıkışı
1× Ethernet (RJ-45)Gigabit kablolu ağ
1× 3.5mm Combo JackKulaklık / mikrofon
1× Kart OkuyucuSD / microSD bellek kartı
Ek Özellikler

Oyun deneyiminizi tamamlayan detaylar.

Aydınlatmalı KlavyeBeyaz arkadan aydınlatma
60Wh BataryaRapid Charge Pro desteği
Wi-Fi 6 & BT 5.1Yüksek hızlı kablosuz bağlantı
Luna GreyPC-ABS kasa, şık tasarım
Intel HM670Yonga seti (chipset)
TPM 2.0Donanımsal güvenlik çipi
Lenovo VantageSistem optimizasyon yazılımı
2.4 kg Ağırlık359.8 × 258.7 × 21.9 mm
Tüm Teknik Detaylar
Model Numarası 83GS00P8TR
İşlemci Intel Core i5-12600HX (12C/16T, 4.6GHz)
Yonga Seti Intel HM670
Ekran Kartı NVIDIA GeForce RTX 3050 6GB GDDR6, 95W TGP
Bellek Tipi DDR5-5600 SO-DIMM, Çift Kanal
Bellek Yuvaları 2× SO-DIMM
Depolama Tipi M.2 2242/2280 NVMe PCIe 4.0 SSD
Ekran 15.6" FHD (1920×1080) IPS, 144Hz, 250 nit
Renk Gamı %100 sRGB
Ekran Yüzeyi Anti-glare (Yansıma önleyici)
Klavye Beyaz arkadan aydınlatmalı, Türkçe Q
Touchpad Buttonless Mylar PTP, 75 × 120 mm
Kamera 720p HD, E-shutter gizlilik perdesi
Wi-Fi Wi-Fi 6 (802.11ax)
Bluetooth Bluetooth 5.1
Ethernet Gigabit Ethernet (RJ-45)
USB Portları 2× USB-A 3.2 Gen 1, 1× USB-C 3.2 Gen 1
Video Çıkışı HDMI 2.1
Ses Girişi 3.5mm combo jack (kulaklık/mikrofon)
Güç Konektörü Slim Tip DC-in
Batarya 60Wh, Rapid Charge Pro
Güç Adaptörü 170W Slim Tip AC adaptör
Renk Luna Grey
Boyutlar 359.86 × 258.7 × 21.9–23.9 mm
Ağırlık ~2.4 kg
Sertifikalar TÜV Rheinland Low Blue Light, ErP Lot 3, RoHS

LENOVO LOQ 15IAX9 • MODEL: 83GS00P8TR



Neden idefix?

Kolay İade
Kolay İade

Siparişinizi teslim aldığınız tarihten itibaren 14 gün içinde iade edebilir, iade sürecinin tamamlanmasının ardındansa ödemenizi hızla geri alabilirsiniz.

Müşteri Odaklı Deneyim
Müşteri Odaklı Deneyim

Kullanıcı dostu ara yüzümüz tüm ihtiyaçlarınıza eksiksiz yanıt verebilmek için tasarlandı. Deneyiminizi uçtan uca kusursuz kılmak adına çağrı merkezimiz ve canlı destek hattımızla ihtiyaç duyduğunuz her anda yanınızdayız!

Hızlı ve Sorunsuz Teslimat
Hızlı ve Sorunsuz Teslimat

Siparişlerinizin bir an önce ulaşması için sabırsızlandığınızın farkındayız. Sunduğumuz farklı teslimat seçenekleri arasından size en uygununu belirlemeniz, siparişinizi olabildiğince çabuk veya dilediğiniz zaman aralığında sorunsuz bir biçimde teslim etmemiz için yeterli.