A Kalite Profesyonel Cam Elyaf Fırça Kalemi Yedek Ucu (4.3mm)
Ürün Açıklaması
/* --- CSS İZOLASYONU (Scoped CSS) --- */ /* Sitenizin genel yapısını etkilememesi için "body" etiketi stili kullanılmamıştır. */ .fiber-tip-wrapper { font-family: \'Roboto\', Helvetica, Arial, sans-serif; max-width: 900px; margin: 20px auto; color: #333; 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); } .fiber-tip-wrapper *, .fiber-tip-wrapper *::before, .fiber-tip-wrapper *::after { box-sizing: border-box; } /* --- RENK PALETİ (Endüstriyel Çelik & Kırmızı Teması) --- */ .fiber-tip-wrapper { --primary-dark: #1f2937; /* Koyu Antrasit / Gri */ --primary-light: #f9fafb; /* Çok Açık Gri Arka Plan */ --accent-color: #dc2626; /* Alet Kırmızısı */ --accent-dark: #991b1b; /* Koyu Kırmızı */ --danger-red: #ef4444; --danger-bg: #fef2f2; --warn-yellow: #f59e0b; --warn-bg: #fffbeb; --border-color: #e5e7eb; } /* --- HEADER --- */ .fiber-tip-header { text-align: center; padding: 50px 20px; margin-bottom: 40px; background: linear-gradient(135deg, #374151 0%, #111827 100%); border-bottom: 5px solid var(--accent-color); border-radius: 8px; color: #fff; box-shadow: 0 6px 20px rgba(31, 41, 55, 0.15); } .fiber-tip-brand { font-family: \'Roboto\', sans-serif; font-size: 14px; font-weight: 900; letter-spacing: 5px; color: #fca5a5; text-transform: uppercase; display: block; margin-bottom: 15px; } .fiber-tip-title { font-family: \'Playfair Display\', serif; font-size: 34px; font-weight: 700; color: #ffffff; margin: 0 0 15px 0; line-height: 1.3; } .fiber-tip-subtitle { font-size: 16px; color: #e5e7eb; font-weight: 300; letter-spacing: 1px; margin: 0; } /* --- GİRİŞ METNİ --- */ .fiber-tip-intro { text-align: center; max-width: 750px; margin: 0 auto 50px 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(240p...