Profesyonel Ahşap Saplı Saatçi Tel Fırçası 22 cm | Pas ve Kir Temizleyici
Ürün Açıklaması
/* --- CSS İZOLASYONU (Scoped CSS) --- */ /* Sitenizin genel yapısını etkilememesi için "body" etiketi stili kullanılmamıştır. */ .brush-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 30px rgba(0,0,0,0.05); } .brush-wrapper *, .brush-wrapper *::before, .brush-wrapper *::after { box-sizing: border-box; } /* --- RENK PALETİ (Ahşap & Pirinç Teması) --- */ .brush-wrapper { --primary-dark: #45271d; /* Koyu Ahşap / Kahve */ --primary-light: #fdfaf6; /* Krem / Çok Açık Bej */ --accent-color: #b45309; /* Bronz / Pirinç Tel Rengi */ --accent-light: #fef3c7; /* Açık Sarı/Bronz */ --danger-red: #dc2626; --danger-bg: #fef2f2; --warn-yellow: #ea580c; --warn-bg: #fff7ed; --border-color: #e7e5e4; } /* --- HEADER --- */ .brush-header { text-align: center; padding: 50px 20px; margin-bottom: 40px; background: linear-gradient(135deg, #5c3a21 0%, #29150d 100%); border-bottom: 4px solid var(--accent-color); border-radius: 8px; color: #fff; box-shadow: 0 4px 15px rgba(69, 39, 29, 0.2); } .brush-brand { font-family: \\\'Roboto\\\', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 4px; color: #fcd34d; text-transform: uppercase; display: block; margin-bottom: 15px; } .brush-title { font-family: \\\'Playfair Display\\\', serif; font-size: 34px; font-weight: 700; color: #ffffff; margin: 0 0 15px 0; line-height: 1.3; } .brush-subtitle { font-size: 16px; color: #d6d3d1; font-weight: 300; letter-spacing: 1px; margin: 0; } /* --- GİRİŞ METNİ --- */ .brush-intro { text-align: center; max-width: 750px; margin: 0 auto 50px auto; font-size: 18px; color: #57534e; 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-...