HONOR Türkiye Ön Lansman Kampanyası

* { box-sizing: border-box; } :root { --bg: #0b0b0d; --panel: #151518; --line: rgba(255,255,255,0.08); --text: #f4f4f6; --muted: #b1b1ba; --red: #d91f26; --white: #ffffff; --shadow: 0 18px 40px rgba(0,0,0,0.28); --radius-xl: 28px; --radius-lg: 22px; --radius-md: 18px; } body { margin: 0; font-family: Inter, Arial, "PingFang SC", "Microsoft YaHei", sans-serif; background: radial-gradient(circle at top, rgba(217,31,38,0.18), transparent 22%), linear-gradient(180deg, #0a0a0c 0%, #111114 100%); color: var(--text); } .page { width: 1440px; margin: 0 auto; padding: 28px 24px 40px; } .hero { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; margin-bottom: 24px; } .hero-main, .hero-side { border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02)); box-shadow: var(--shadow); overflow: hidden; position: relative; } .hero-main { padding: 42px 40px 38px; min-height: 300px; display: flex; align-items: center; background: radial-gradient(circle at top right, rgba(217,31,38,0.20), transparent 32%), linear-gradient(135deg, #131316 0%, #0f0f12 55%, #121217 100%); } .hero-title { margin: 0; font-size: 58px; line-height: 1.06; letter-spacing: -0.03em; max-width: 720px; } .hero-title .accent { color: #ff3b43; } .hero-side { min-height: 300px; padding: 24px; background: radial-gradient(circle at 70% 20%, rgba(217,31,38,0.22), transparent 24%), linear-gradient(160deg, #1a1a1e 0%, #101014 100%); display: flex; align-items: stretch; } .visual-card { border-radius: 22px; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.03); position: relative; overflow: hidden; width: 100%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.46); font-size: 18px; letter-spacing: 0.08em; text-transform: uppercase; } .visual-card::before { content: ""; position: absolute; width: 220px; height: 220px; right: -40px; top: -40px; background: radial-gradient(circle, rgba(255,59,67,0.34), transparent 65%); } .visual-card::after { content: "ÜRÜN / KV"; position: relative; z-index: 1; } .section { border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02)); box-shadow: var(--shadow); margin-bottom: 24px; overflow: hidden; } .section-header { padding: 26px 28px 14px; } .section-title { margin: 0; font-size: 30px; font-weight: 750; letter-spacing: -0.02em; } .progress-wrap { padding: 0 28px 14px; } .progress-line { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0; align-items: center; position: relative; height: 48px; } .progress-line::before { content: ""; position: absolute; left: 44px; right: 44px; top: 50%; transform: translateY(-50%); height: 4px; border-radius: 999px; background: linear-gradient(90deg, #ff5057 0%, #d91f26 100%); } .progress-line::after { content: ""; position: absolute; right: 26px; top: 50%; transform: translateY(-50%); border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 14px solid #d91f26; } .point { position: relative; z-index: 1; text-align: center; font-size: 18px; font-weight: 700; color: #fff; line-height: 1; } .point::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 12px; height: 12px; border-radius: 50%; background: #ff5c63; box-shadow: 0 0 0 5px rgba(255,92,99,0.18); } .point span { position: relative; top: -18px; display: inline-block; background: linear-gradient(180deg, #17171b, #17171b); padding: 0 8px; } .milestone-grid { padding: 0 22px 24px; display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; } .product-card { min-height: 292px; border-radius: 22px; border: 1px solid rgba(255,255,255,0.08); background: linear-gradient(180deg, #19191d 0%, #131317 100%); padding: 14px; display: flex; flex-direction: column; position: relative; overflow: hidden; } .product-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0.04), transparent 35%); pointer-events: none; } .badge { width: fit-content; padding: 6px 11px; border-radius: 999px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); color: #dadbe2; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px; position: relative; z-index: 1; } .product-visual { height: 98px; border-radius: 16px; border: 1px dashed rgba(255,255,255,0.16); background: radial-gradient(circle at 50% 30%, rgba(255,255,255,0.08), transparent 45%), linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.45); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 14px; position: relative; z-index: 1; } .product-name { font-size: 16px; line-height: 1.35; font-weight: 700; min-height: 64px; position: relative; z-index: 1; } .old-price { margin-top: 10px; font-size: 16px; color: rgba(255,255,255,0.45); text-decoration: line-through; position: relative; z-index: 1; } .price { margin-top: 4px; font-size: 30px; font-weight: 800; color: #ffffff; line-height: 1; position: relative; z-index: 1; } .date { margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.5; position: relative; z-index: 1; } .qty-visual { margin-top: auto; padding-top: 14px; position: relative; z-index: 1; } .qty-label { font-size: 12px; color: var(--muted); margin-bottom: 8px; } .qty-dots { display: flex; gap: 6px; flex-wrap: wrap; } .dot-on { width: 10px; height: 10px; border-radius: 50%; background: #ff555c; } .sub-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 0; } .benefit, .form-area { padding: 32px; } .benefit { border-right: 1px solid var(--line); background: radial-gradient(circle at 20% 20%, rgba(217,31,38,0.18), transparent 24%), linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01)); } .section-subtitle { margin: 10px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; max-width: 860px; } .benefit-card { margin-top: 24px; border-radius: 26px; border: 1px solid rgba(255,255,255,0.08); background: linear-gradient(135deg, #bb1017 0%, #ea2f37 100%); padding: 26px; min-height: 240px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: inset 0 1px 0 rgba(255,255,255,0.15); } .benefit-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; } .benefit-card .title { margin: 0; font-size: 58px; font-weight: 800; line-height: 1; max-width: 220px; } .flash-visual { width: 152px; height: 112px; border-radius: 18px; border: 1px dashed rgba(255,255,255,0.34); background: rgba(255,255,255,0.10); display: flex; align-items: center; justify-content: center; text-align: center; color: rgba(255,255,255,0.90); font-size: 14px; font-weight: 700; line-height: 1.4; text-transform: uppercase; flex-shrink: 0; } .benefit-card .text { font-size: 17px; line-height: 1.8; color: rgba(255,255,255,0.96); max-width: 360px; } .benefit-list { margin-top: 20px; display: grid; gap: 10px; color: var(--muted); font-size: 14px; } .benefit-item { padding: 12px 14px; border-radius: 14px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); } .form-shell { margin-top: 24px; border-radius: 24px; border: 1px solid rgba(255,255,255,0.08); background: linear-gradient(180deg, #17171b 0%, #141418 100%); padding: 24px; } .form-title { font-size: 24px; font-weight: 700; margin: 0 0 8px; } .form-desc { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.7; } .input { height: 56px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.04); color: #ffffff; display: flex; align-items: center; padding: 0 18px; font-size: 15px; margin-bottom: 14px; } .button { height: 54px; border-radius: 16px; background: linear-gradient(135deg, var(--red) 0%, #f03239 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; margin-bottom: 20px; box-shadow: 0 10px 24px rgba(217,31,38,0.25); } .checkbox-group { display: grid; gap: 12px; margin-bottom: 18px; } .checkbox { display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; color: var(--muted); font-size: 14px; line-height: 1.7; } .box { width: 18px; height: 18px; border-radius: 5px; border: 1px solid rgba(255,255,255,0.18); margin-top: 2px; background: rgba(255,255,255,0.03); } .success-note { padding: 16px 18px; border-radius: 14px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); color: #d8d8de; font-size: 14px; line-height: 1.7; } .footer-note { text-align: center; color: rgba(255,255,255,0.55); font-size: 13px; line-height: 1.8; padding: 8px 6px 0; }

Online Mağaza açılmadan önce yaklaşan kampanyalarımızı ilk keşfeden siz olun

 

Hedefler Tamamlandıkça Sürpriz İndirimler Açılıyor!

Toplam abone sayısı belirlenen hedeflere ulaştıkça, seçili ürünlerde özel avantajlar aktif olacaktır. Kampanya kapsamındaki ürünler, stoklarla sınırlıdır.

1.000
5.000
10.000
20.000
30.000
40.000
50.000
Hedef 1
Ürün Görseli
HONOR Watch X5i
2699 TL
99 TL
7.30
Adet
 
Hedef 2
Ürün Görseli
HONOR Earbuds 4
2499 TL
99 TL
7.31
Adet
 
Hedef 3
Ürün Görseli
HONOR Choice Kid Watch Plus
6499 TL
99 TL
8.1
Adet
 
Hedef 4
Ürün Görseli
Pad X8b 4+128
8999 TL
99 TL
8.2
Adet
 
Hedef 5
Ürün Görseli
Pad X9a 8+128 + Keyboard
15999 TL
99 TL
8.3
Adet
 
Hedef 6
Ürün Görseli
HONOR Magic8 Lite
25999 TL
99 TL
8.4
Adet
 
Hedef 7
Ürün Görseli
HONOR 400 8+256
29999 TL
99 TL
8.5
Adet
 

Abone Ol, %5 İndirim Kazan

Lansman dönemine özel indirim fırsatı

Flaş İndirim
Flash Sale
İkonu
Abone olun, HONOR Türkiye Online Mağazası’na özel indirim kuponunuzu hemen alın!
Her kullanıcıya yalnızca bir adet kupon tanımlanır
180 gün boyunca geçerlidir

Abone Olmak İçin E-posta Adresinizi Girin

E-posta Adresi
Abone Ol
 
Kampanya hüküm ve koşullarını kabul ediyorum.
 
HONOR haberleri, güncellemeleri ve kampanya e-postalarını almayı kabul ediyorum.
 
İstediğim zaman abonelikten çıkabileceğimi anlıyorum.
Aboneliğiniz tamamlandıktan sonra %5 indirim kuponunuz e-posta adresinize gönderilecektir.

Sepet

Yükleniyor