Bandco Swatch Uuyumlu 19mm Hakiki Deri Saat Kordonu Siyah Desensiz
Ürün Açıklaması
/* --- GENEL AYARLAR --- */ .bandco-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; } .bandco-wrapper *, .bandco-wrapper *::before, .bandco-wrapper *::after { box-sizing: border-box; } /* --- HEADER (PREMIUM GÖRÜNÜM) --- */ .bandco-header { text-align: center; padding: 40px 20px; margin-bottom: 40px; background: linear-gradient(to bottom, #ffffff, #f5f5f5); /* Nötr Gri Geçiş */ border-bottom: 1px solid #e0e0e0; } .bandco-brand { font-size: 13px; font-weight: 700; letter-spacing: 3px; color: #212121; /* Simsiyah Marka */ text-transform: uppercase; display: block; margin-bottom: 10px; opacity: 0.8; } .bandco-title { font-family: \\\'Playfair Display\\\', serif; font-size: 38px; font-weight: 700; color: #000; margin: 0; line-height: 1.2; } /* --- DEĞER ÖNERİSİ --- */ .bandco-intro { text-align: center; max-width: 800px; margin: 0 auto 40px auto; font-size: 18px; color: #555; padding: 0 20px; font-family: \\\'Playfair Display\\\', serif; font-style: italic; } /* --- BİLGİ LİNKİ BUTONU --- */ .info-link-container { text-align: center; margin-bottom: 50px; } .info-btn { display: inline-flex; align-items: center; gap: 10px; background-color: #263238; /* Koyu Antrasit */ color: #fff; text-decoration: none; padding: 12px 25px; border-radius: 4px; font-weight: 500; font-size: 14px; transition: background 0.3s ease; text-transform: uppercase; letter-spacing: 0.5px; } .info-btn:hover { background-color: #000; } /* --- TEKNİK GRID (DÜZELTİLDİ: MASAÜSTÜNDE 2 SÜTUN) --- */ .spec-grid { display: grid; /* Mobilde 1 sütun, 600px üstünde kesin olarak 2 sütun */ grid-template-columns: 1fr; gap: 20px; margin-bottom: 50px; padding: 0 10px; } @media (min-width: 600px) { .spec-grid { grid-template-columns: repeat(2, 1fr); /* Yan yana 2 kutu */ } } .spec-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 4px; padding: 25px; display: flex; align-item...