ASUS
Ürün no. 178051569
ASUS VivoBook 15 X1504VA-BQ4101 ATL35 Intel Core 5 120U 24 GB RAM 2 TB SSD 15,6 inç FreeDOS Laptop+Çanta Lacivert
ASUS
Ürün no. 178051569
Satış ve sevkiyat Atlantis Bilgisayar
Taksitle ödeme
5 aya varan taksit imkanıAylık ₺9.440,54
Adrese teslimata uygun.
Tahmini teslimat 18.06.2026 - 22.06.2026
+ ₺ 0,–
:root {
--navy: #0d1b2e;
--blue-deep: #112240;
--blue-mid: #1a3a5c;
--accent: #4fa3e0;
--accent-light: #7ec8f5;
--steel: #a8c5dc;
--silver: #d4e5ef;
--white: #f0f6fc;
--muted: #8ba8bd;
--glass: rgba(255,255,255,0.05);
--glass-border: rgba(79,163,224,0.25);
}
.vb-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
.vb-wrap {
font-family: 'Nunito', sans-serif;
background: var(--navy);
color: var(--white);
overflow: hidden;
}
/* ── HERO ── */
.vb-hero {
position: relative;
min-height: 90vh;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
padding: 80px 60px 60px;
gap: 40px;
background: radial-gradient(ellipse 80% 60% at 70% 40%, #1a3a5c 0%, var(--navy) 70%);
overflow: hidden;
}
.vb-hero::before {
content: '';
position: absolute;
inset: 0;
background: 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='%234fa3e0' fill-opacity='0.04'%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");
pointer-events: none;
}
.vb-hero-glow {
position: absolute;
width: 600px;
height: 600px;
background: radial-gradient(circle, rgba(79,163,224,0.18) 0%, transparent 70%);
right: -100px;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
}
.vb-hero-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(79,163,224,0.15);
border: 1px solid var(--glass-border);
border-radius: 100px;
padding: 8px 20px;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--accent-light);
margin-bottom: 28px;
}
.vb-hero-badge::before {
content: '';
width: 8px; height: 8px;
border-radius: 50%;
background: var(--accent);
box-shadow: 0 0 10px var(--accent);
animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
0%, 100% { opacity: 1; transform: scale(1); }
50% { opacity: 0.5; transform: scale(0.8); }
}
.vb-hero h1 {
font-family: 'Bebas Neue', sans-serif;
letter-spacing: 0.03em;
font-size: clamp(3rem, 5.5vw, 5rem);
font-weight: 800;
line-height: 1.05;
color: var(--white);
margin-bottom: 14px;
text-shadow: 0 4px 30px rgba(79,163,224,0.2);
}
.vb-hero h1 span {
background: linear-gradient(135deg, var(--accent), var(--accent-light));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.vb-hero-sub {
font-size: 1.25rem;
color: var(--steel);
margin-bottom: 36px;
font-style: italic;
letter-spacing: 0.05em;
font-weight: 500;
}
.vb-hero-pills {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 40px;
}
.vb-pill {
background: var(--glass);
border: 1px solid var(--glass-border);
border-radius: 10px;
padding: 10px 18px;
font-size: 15px;
font-weight: 600;
color: var(--silver);
display: flex;
align-items: center;
gap: 8px;
transition: all 0.3s;
}
.vb-pill:hover {
border-color: var(--accent);
background: rgba(79,163,224,0.1);
transform: translateY(-2px);
}
.vb-pill svg { flex-shrink: 0; }
.vb-hero-img-wrap {
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.vb-hero-img-wrap::before {
content: '';
position: absolute;
width: 80%;
height: 80%;
background: radial-gradient(circle, rgba(79,163,224,0.3) 0%, transparent 70%);
border-radius: 50%;
filter: blur(40px);
}
.vb-hero-img {
width: 100%;
max-width: 560px;
border-radius: 16px;
object-fit: cover;
position: relative;
z-index: 1;
box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 0 0 1px var(--glass-border);
transition: transform 0.6s cubic-bezier(0.23,1,0.32,1);
}
.vb-hero-img:hover { transform: translateY(-6px) scale(1.01); }
/* ── SECTION TITLES ── */
.vb-section { padding: 90px 60px; }
.vb-section-alt { background: var(--blue-deep); }
.vb-section-label {
font-size: 13px;
font-weight: 800;
letter-spacing: 0.24em;
text-transform: uppercase;
color: var(--accent);
margin-bottom: 14px;
}
.vb-section-title {
font-family: 'Bebas Neue', sans-serif;
letter-spacing: 0.03em;
font-size: clamp(2.4rem, 4.2vw, 3.8rem);
font-weight: 800;
line-height: 1.1;
color: var(--white);
margin-bottom: 56px;
}
.vb-section-title span {
background: linear-gradient(135deg, var(--accent), var(--accent-light));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
/* ── DISPLAY SECTION ── */
.vb-display-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: center;
}
.vb-display-img {
width: 100%;
border-radius: 20px;
object-fit: cover;
box-shadow: 0 30px 60px rgba(0,0,0,0.4);
aspect-ratio: 16/10;
}
.vb-specs-list { display: flex; flex-direction: column; gap: 20px; }
.vb-spec-item {
display: flex;
align-items: flex-start;
gap: 18px;
padding: 22px;
background: var(--glass);
border: 1px solid var(--glass-border);
border-radius: 14px;
transition: border-color 0.3s, background 0.3s, transform 0.3s;
}
.vb-spec-item:hover {
border-color: var(--accent);
background: rgba(79,163,224,0.08);
transform: translateX(4px);
}
.vb-spec-icon {
width: 48px; height: 48px;
background: linear-gradient(135deg, rgba(79,163,224,0.25), rgba(126,200,245,0.12));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
border: 1px solid var(--glass-border);
}
.vb-spec-icon svg { color: var(--accent-light); }
.vb-spec-name {
font-size: 12px;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--accent-light);
margin-bottom: 6px;
}
.vb-spec-value {
font-size: 17px;
font-weight: 600;
color: var(--white);
line-height: 1.5;
}
/* ── FEATURE CARDS ── */
.vb-features-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.vb-feature-card {
background: var(--glass);
border: 1px solid var(--glass-border);
border-radius: 20px;
overflow: hidden;
transition: transform 0.4s cubic-bezier(0.23,1,0.32,1), border-color 0.3s, box-shadow 0.4s;
cursor: default;
}
.vb-feature-card:hover {
transform: translateY(-8px);
border-color: rgba(79,163,224,0.6);
box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.vb-feature-img {
width: 100%;
aspect-ratio: 16/9;
object-fit: cover;
display: block;
}
.vb-feature-body { padding: 28px; }
.vb-feature-tag {
font-size: 12px;
font-weight: 800;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--accent);
margin-bottom: 10px;
}
.vb-feature-title {
font-family: 'Bebas Neue', sans-serif;
letter-spacing: 0.03em;
font-size: 1.5rem;
font-weight: 700;
color: var(--white);
margin-bottom: 12px;
line-height: 1.2;
}
.vb-feature-desc {
font-size: 15px;
color: var(--steel);
line-height: 1.7;
font-weight: 500;
}
/* ── PORTS SECTION ── */
.vb-ports-wrap {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: start;
}
.vb-ports-img {
width: 100%;
border-radius: 16px;
object-fit: cover;
box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
.vb-ports-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
}
.vb-port-badge {
background: var(--glass);
border: 1px solid var(--glass-border);
border-radius: 12px;
padding: 16px 18px;
display: flex;
align-items: center;
gap: 12px;
transition: all 0.3s;
}
.vb-port-badge:hover {
border-color: var(--accent);
background: rgba(79,163,224,0.1);
transform: translateY(-2px);
}
.vb-port-dot {
width: 10px; height: 10px;
border-radius: 50%;
flex-shrink: 0;
box-shadow: 0 0 8px currentColor;
}
.vb-port-text {
font-size: 15px;
color: var(--white);
font-weight: 700;
line-height: 1.4;
}
.vb-port-text small {
font-size: 12px;
color: var(--steel);
font-weight: 500;
display: block;
margin-top: 2px;
}
/* ── ADAPTER BOX (fixed) ── */
.vb-adapter-box {
margin-top: 28px;
padding: 24px;
background: linear-gradient(135deg, rgba(79,163,224,0.1), rgba(79,163,224,0.04));
border: 1px solid var(--glass-border);
border-radius: 14px;
}
.vb-adapter-label {
font-size: 12px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--accent);
margin-bottom: 12px;
}
.vb-adapter-content {
font-size: 16px;
color: var(--white);
line-height: 1.8;
font-weight: 600;
}
.vb-adapter-content span {
font-weight: 500;
color: var(--steel);
font-size: 14px;
}
/* ── PHOTO STRIP ── */
.vb-strip {
display: grid;
grid-template-columns: 2fr 1fr 1fr;
gap: 16px;
padding: 0 60px 80px;
}
.vb-strip img {
width: 100%;
border-radius: 16px;
object-fit: cover;
display: block;
transition: transform 0.5s cubic-bezier(0.23,1,0.32,1);
}
.vb-strip img:hover { transform: scale(1.02); }
.vb-strip img:first-child { aspect-ratio: 4/3; }
.vb-strip img:not(:first-child) { aspect-ratio: 1/1; }
/* ── HIGHLIGHT BAR ── */
.vb-highlight-bar {
background: linear-gradient(135deg, var(--blue-mid), #0f2a45);
border-top: 1px solid var(--glass-border);
border-bottom: 1px solid var(--glass-border);
padding: 60px 60px;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 40px;
text-align: center;
}
.vb-highlight-num {
font-family: 'Bebas Neue', sans-serif;
letter-spacing: 0.03em;
font-size: 3.4rem;
font-weight: 800;
background: linear-gradient(135deg, var(--accent), var(--accent-light));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 8px;
line-height: 1;
}
.vb-highlight-num small {
font-size: 1.4rem;
}
.vb-highlight-label {
font-size: 15px;
color: var(--silver);
font-weight: 600;
line-height: 1.5;
}
/* ── GUARANTEE STRIP ── */
.vb-guarantee {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
padding: 32px 60px;
background: rgba(79,163,224,0.08);
border-top: 1px solid var(--glass-border);
border-bottom: 1px solid var(--glass-border);
flex-wrap: wrap;
}
.vb-guarantee-icon {
width: 48px; height: 48px;
background: linear-gradient(135deg, rgba(79,163,224,0.25), rgba(126,200,245,0.12));
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid var(--glass-border);
flex-shrink: 0;
}
.vb-guarantee-text strong {
font-family: 'Bebas Neue', sans-serif;
letter-spacing: 0.03em;
font-size: 18px;
font-weight: 700;
color: var(--white);
display: block;
margin-bottom: 2px;
}
.vb-guarantee-text span {
font-size: 14px;
color: var(--steel);
font-weight: 500;
}
.vb-guarantee-divider {
width: 1px; height: 44px;
background: var(--glass-border);
}
/* ── RESPONSIVE ── */
@media (max-width: 900px) {
.vb-hero { grid-template-columns: 1fr; padding: 60px 24px 40px; }
.vb-hero-img-wrap { order: -1; }
.vb-section { padding: 60px 24px; }
.vb-display-grid, .vb-ports-wrap { grid-template-columns: 1fr; }
.vb-features-grid { grid-template-columns: 1fr 1fr; }
.vb-highlight-bar { grid-template-columns: 1fr 1fr; padding: 40px 24px; gap: 30px; }
.vb-highlight-num { font-size: 2.6rem; }
.vb-strip { grid-template-columns: 1fr; padding: 0 24px 60px; }
.vb-strip img { aspect-ratio: 16/9 !important; }
.vb-guarantee { padding: 24px; }
.vb-guarantee-divider { display: none; }
}
@media (max-width: 560px) {
.vb-features-grid { grid-template-columns: 1fr; }
.vb-ports-grid { grid-template-columns: 1fr; }
}
Yeni Nesil İnce Tasarım
ASUS Vivobook 15 X1504VA
Sessiz Mavi · EAN: 4711636326445
15.6" FHD IPS
Intel® Core™ 5
Wi-Fi 6
2 Yıl Garanti
48W Tip-C Şarj
1.70 kg
Ultra Hafif Taşınabilir Yapı
5.0 GHz
Maks. İşlemci Turbo Hızı
10
Çekirdek / 12 İş Parçacığı
60 Hz
Anti-Parlama FHD Ekran
Ekran Teknolojisi
Her Detayı Net Görün
Panel
15.6" IPS Seviyesi, LED Arka Aydınlatma 1920×1080 FHD · 16:9
Yenileme Hızı
60 Hz · Akıcı Görüntü Deneyimi
Görünürlük
250 nits · Anti-Parlaklık Kaplama 45% NTSC Renk Gamı
Grafik
Intel® Graphics · DirectX® 12 Ultimate Paylaşımlı Bellek
Öne Çıkan Özellikler
Günlük Kullanım İçin Tasarlandı
İşlemci
Intel® Core™ 5 120U
10 çekirdek, 12 iş parçacığı ve 5.0 GHz'e kadar turbo frekansıyla her görevde üstün performans.
Kamera & Ses
720p HD Kamera & SonicMaster
Gizlilik kapağıyla donatılmış HD kamera ve dahili dizi mikrofon. SonicMaster hoparlörlerle zengin ses deneyimi.
Bağlantı
Wi-Fi 6 & Bluetooth® 5.2
802.11ax çift bant Wi-Fi 6 ile daha hızlı ve kararlı kablosuz bağlantı. Bluetooth 5.2 ile cihazlarınızla sorunsuz eşleşme.
Bağlantı Noktaları
Her Cihazla Uyumlu
USB 3.2 Gen1 Type-C · 5Gbps
USB-C PD Şarj 5Gbps + Güç İletimi
2× USB 3.2 Type-A · 5Gbps
USB 2.0 Type-A · 480Mbps
HDMI 1.4 Harici Monitör
3.5mm Jack Kombo Ses
⚡ Şarj Adaptörü
Type-C · 48W AC Adaptör Çıkış: 20V DC / 2.45A Herhangi bir USB-C PD adaptörle şarj edilebilir
Fiziksel Özellikler
İnce, Hafif, Her Yerde Yanınızda
Renk
Sessiz Mavi (Quiet Blue)
Boyutlar (G×D×Y)
35.97 × 23.25 × 1.79 cm
Ağırlık
Sadece 1.70 kg (3.75 lbs)
Batarya
42 WHrs · 3 Hücreli Li-ion 3S1P Konfigürasyonu
2 Yıl ASUS Garantisi Resmi Türkiye Distribütörü Güvencesiyle
Hızlı Kargo & İade Ücretsiz Kargo · 14 Gün İade
Teknik Destek 7/24 Müşteri Hizmetleri
Bu İlan E NTEGRA Entegrasyon Sistemleri ile Listelenmiştir
Ekran | |
|---|---|
Ekran Boyutu | 40 cm / 15.6 inç |
Ekran boyutu(cm) | 40 cm |
Ekran Boyutu (inç) | 15.6 inç |
RAM | |
|---|---|
RAM Tipi | DDR5 |
RAM Bellek Boyutu | 24 GB |
İşlemci | |
|---|---|
İşlemci | Intel Core 5 120U |
NPU (Neural Processing Unit) | |
|---|---|
Toplam TOPS (Saniye Başına Tera İşlemleri) | 0 |
Grafik kart | |
|---|---|
Grafik Kartı | Arc™ Onboard Graphics |
Sabit disk | |
|---|---|
Hard disk 1 | SSD , 2 TB |
Sabit disk tipi | SSD |
Sabit disk kapasitesi | 2 TB |
Bağlanabilirlik | |
|---|---|
Bağlantılar | HDMI |
Ekipman | |
|---|---|
İşletim Sistemi | FreeDOS |
Genel özellikleri | |
|---|---|
Ürün Tipi | Laptop+Çanta |
Renk (Üreticiye Göre) | Lacivert |
Kutu İçeriği | Laptop, Çanta, Mouse |
Üretici Garantisi | 2 Yıl |
Üretici Garantisi | 2Yıl |
| Genel ürün güvenliği |
|---|
| GTIN0759618321198 |
| Ürün tipiLaptop+Çanta |