Swatch Uyumlu Bandco 17mm Hakiki Deri Saat Kayışı Koyu Kahverengi
Ürün Açıklaması
/* --- CSS İZOLASYONU (Scoped CSS) --- */ .strap-wrapper { font-family: \'Roboto\', Helvetica, Arial, sans-serif; max-width: 900px; margin: 20px auto; color: #334155; line-height: 1.6; background-color: #ffffff; padding: 40px; box-sizing: border-box; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); } .strap-wrapper *, .strap-wrapper *::before, .strap-wrapper *::after { box-sizing: border-box; } /* --- RENK PALETİ (Chronexis Kurumsal & Deri Teması) --- */ .strap-wrapper { --primary-dark: #1c1917; /* Derin Taş / Siyah */ --primary-light: #fffbeb; /* Çok Açık Krem Arka Plan */ --accent-brown: #78350f; /* Koyu Kahve / Deri Tonu */ --brand-gold: #b45309; /* Chronexis Altın Tonu */ --danger-red: #ef4444; --border-color: #fde68a; } /* --- HEADER --- */ .strap-header { text-align: center; padding: 50px 20px; margin-bottom: 40px; background: linear-gradient(135deg, #451a03 0%, #1c1917 100%); border-bottom: 5px solid var(--brand-gold); border-radius: 8px; color: #fff; box-shadow: 0 6px 20px rgba(69, 26, 3, 0.2); } .strap-brand { font-family: \'Roboto\', sans-serif; font-size: 16px; font-weight: 900; letter-spacing: 6px; color: #fcd34d; text-transform: uppercase; display: block; margin-bottom: 5px; } .strap-slogan { font-size: 12px; color: #94a3b8; text-transform: uppercase; letter-spacing: 3px; display: block; margin-bottom: 20px; font-weight: 400; } .strap-title { font-family: \'Playfair Display\', serif; font-size: 34px; font-weight: 700; color: #ffffff; margin: 0 0 15px 0; line-height: 1.3; } .strap-subtitle { font-size: 16px; color: #d6d3d1; font-weight: 300; letter-spacing: 1px; margin: 0; } /* --- GİRİŞ METNİ --- */ .strap-intro { text-align: center; max-width: 750px; margin: 0 auto 40px auto; font-size: 18px; color: #4b5563; padding: 0 15px; font-family: \'Playfair Display\', serif; font-style: italic; line-height: 1.8; } /* --- TEKNİK GRID --- */ .spec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 25px; margin-bo...