TW Steel Hakiki Deri Saat Kordonu 22 mm kasa girişi TW2220M-1
Ürün Açıklaması
/* --- GENEL AYARLAR --- */ .tw-wrapper { font-family: \'Roboto\', \'Segoe UI\', Helvetica, Arial, sans-serif; max-width: 900px; margin: 0 auto; color: #333; line-height: 1.6; background-color: #fff; } .tw-wrapper *, .tw-wrapper *::before, .tw-wrapper *::after { box-sizing: border-box; } /* --- HEADER (ENDÜSTRİYEL LÜKS) --- */ .tw-header { text-align: center; padding: 50px 20px; margin-bottom: 40px; /* Koyu Çelik Grisi Arkaplan */ background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: #fff; border-bottom: 4px solid #b0bec5; /* Gümüş Çizgi */ position: relative; } .tw-brand { font-size: 13px; font-weight: 700; letter-spacing: 3px; color: #cfd8dc; text-transform: uppercase; display: block; margin-bottom: 15px; opacity: 0.9; } .tw-title { font-family: \'Playfair Display\', serif; font-size: 36px; font-weight: 700; color: #fff; margin: 0; line-height: 1.2; } /* --- GİRİŞ METNİ --- */ .tw-intro { text-align: center; max-width: 800px; margin: 0 auto 50px auto; font-size: 18px; color: #546e7a; padding: 0 20px; font-family: \'Playfair Display\', serif; font-style: italic; } /* --- TEKNİK GRID --- */ .spec-grid { display: grid; grid-template-columns: 1fr; gap: 25px; margin-bottom: 50px; padding: 0 10px; } @media (min-width: 600px) { .spec-grid { grid-template-columns: repeat(2, 1fr); } } .spec-card { background: #fff; border: 1px solid #e0e0e0; padding: 30px 25px; display: flex; flex-direction: row; /* İkon ve metin yan yana */ align-items: center; gap: 20px; transition: all 0.3s ease; border-left: 4px solid #37474f; /* Sol kenar vurgusu */ } .spec-card:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.08); border-left-color: #2c3e50; } .spec-icon { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: #eceff1; border-radius: 4px; flex-shrink: 0; border: 1px solid #cfd8dc; } .spec-icon svg { width: 28px; height: 28px; stroke: #2c3e50; stroke-width: 1.5; fill: none; } .spec-content h4 { margi...