Hublot F1 Formula Uyumlu Deri ve Silikon Saat Kordonu - Dikişli Koyu Kahverengi
Ürün Açıklaması
/* --- GENEL AYARLAR --- */ .hublot-wrapper { font-family: \'Exo 2\', Helvetica, Arial, sans-serif; max-width: 900px; margin: 0 auto; color: #212121; line-height: 1.6; background-color: #f5f5f5; } .hublot-wrapper *, .hublot-wrapper *::before, .hublot-wrapper *::after { box-sizing: border-box; } /* --- HEADER (RACING CONCEPT) --- */ .hublot-header { text-align: center; padding: 50px 20px; margin-bottom: 40px; /* Karbon Fiber Hissi Veren Koyu Zemin */ background-color: #111; background-image: linear-gradient(45deg, #1a1a1a 25%, transparent 25%, transparent 75%, #1a1a1a 75%, #1a1a1a), linear-gradient(45deg, #1a1a1a 25%, transparent 25%, transparent 75%, #1a1a1a 75%, #1a1a1a); background-size: 10px 10px; background-position: 0 0, 5px 5px; color: #fff; border-bottom: 5px solid #d50000; /* F1 Kırmızısı */ border-top: 5px solid #d50000; position: relative; } .hublot-brand { font-family: \'Russo One\', sans-serif; font-size: 14px; letter-spacing: 3px; color: #ff5252; /* Parlak Kırmızı */ text-transform: uppercase; display: block; margin-bottom: 10px; text-shadow: 0 2px 4px rgba(0,0,0,0.8); } .hublot-title { font-family: \'Russo One\', sans-serif; font-size: 34px; color: #fff; margin: 0; line-height: 1.2; text-transform: uppercase; text-shadow: 0 4px 8px rgba(0,0,0,0.9); } /* --- GİRİŞ METNİ --- */ .hublot-intro { text-align: center; max-width: 800px; margin: 0 auto 40px auto; font-size: 16px; color: #424242; padding: 0 20px; font-weight: 500; } /* --- 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 #e0e0e0; padding: 25px 20px; display: flex; flex-direction: row; align-items: center; gap: 20px; transition: all 0.3s ease; border-left: 5px solid #37474f; /* Teknik Gri */ } .spec-card:hover { transform: skewX(-2deg); /* Yarış Hissi */ box-shadow: 5px 5px 15px rgba(0,0,0,...