Saat Kordonu Hakiki Deri Yerli Üretim 12mm Kırmızı Desensiz
Ürün Açıklaması
/* --- GENEL AYARLAR --- */ .elegant-wrapper { font-family: \'Lato\', Helvetica, Arial, sans-serif; max-width: 900px; margin: 0 auto; color: #444; line-height: 1.6; background-color: #fff; } .elegant-wrapper *, .elegant-wrapper *::before, .elegant-wrapper *::after { box-sizing: border-box; } /* --- HEADER (ZARİF & MODERN) --- */ .elegant-header { text-align: center; padding: 45px 20px; margin-bottom: 40px; background: radial-gradient(circle, #fffbfc, #fff); border-bottom: 1px solid #ffebee; position: relative; } .elegant-brand { font-family: \'Lato\', sans-serif; font-size: 13px; letter-spacing: 3px; color: #d32f2f; /* Kırmızı Ton */ text-transform: uppercase; display: block; margin-bottom: 10px; font-weight: 600; } .elegant-title { font-family: \'Playfair Display\', serif; font-size: 34px; font-weight: 600; color: #222; margin: 0; line-height: 1.3; } /* --- GİRİŞ METNİ --- */ .elegant-intro { text-align: center; max-width: 750px; margin: 0 auto 50px auto; font-size: 17px; color: #666; padding: 0 20px; font-family: \'Playfair Display\', serif; font-style: italic; } /* --- TEKNİK GRID --- */ .spec-grid { display: grid; grid-template-columns: 1fr; gap: 20px; 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 #f0f0f0; padding: 25px 20px; display: flex; flex-direction: row; /* Yan yana ikon ve metin */ align-items: center; gap: 20px; transition: all 0.3s ease; border-radius: 8px; /* Yumuşak Köşeler */ } .spec-card:hover { border-color: #ffcdd2; box-shadow: 0 8px 20px rgba(211, 47, 47, 0.05); transform: translateY(-2px); } .spec-icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: #fff0f0; /* Çok açık kırmızı zemin */ border-radius: 50%; flex-shrink: 0; } .spec-icon svg { width: 24px; height: 24px; stroke: #c62828; stroke-width: 1.5; fill: none; } .spec-content { text-align: left; } .spec-content h...