Ulysse Nardin Marine Diver Uyumlu Silikon Saat Kordonu 22 mm 3 Renk Seçenek
Ürün Açıklaması
/* --- GENEL AYARLAR --- */ .un-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; } .un-wrapper *, .un-wrapper *::before, .un-wrapper *::after { box-sizing: border-box; } /* --- HEADER (MARINE KONSEPTİ) --- */ .un-header { text-align: center; padding: 45px 20px; margin-bottom: 40px; /* Derin Deniz Mavisi Degrade */ background: linear-gradient(135deg, #0d47a1 0%, #1565c0 100%); color: #fff; border-bottom: 4px solid #b0bec5; /* Gümüş Çizgi */ } .un-brand { font-size: 13px; font-weight: 700; letter-spacing: 3px; color: #e3f2fd; /* Açık Mavi */ text-transform: uppercase; display: block; margin-bottom: 10px; opacity: 0.9; } .un-title { font-family: \\\\\\\\\\\\\\\'Playfair Display\\\\\\\\\\\\\\\', serif; font-size: 36px; font-weight: 700; color: #fff; margin: 0; line-height: 1.2; } /* --- DEĞER ÖNERİSİ --- */ .un-intro { text-align: center; max-width: 800px; margin: 0 auto 40px auto; font-size: 18px; color: #546e7a; padding: 0 20px; font-family: \\\\\\\\\\\\\\\'Playfair Display\\\\\\\\\\\\\\\', serif; font-style: italic; } .intro-bold { color: #0d47a1; font-weight: 700; font-style: normal; } /* --- 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 #eceff1; border-radius: 4px; padding: 25px; display: flex; align-items: flex-start; gap: 20px; transition: transform 0.2s, box-shadow 0.2s; } .spec-card:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(13, 71, 161, 0.1); border-color: #0d47a1; } .spec-icon { width: 48px; height: 48px; background: #e3f2fd; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid #bbdefb; } .spec-i...