Dugarry - Versace VRSCVE1D01220 Uyumlu Özel Kesim El Yapımı Deri Saat Kayışı
Ürün Açıklaması
/* --- CSS İZOLASYONU (Scoped CSS) --- */ /* Sitenizin genel yapısını etkilememesi için "body" etiketi stili kullanılmamıştır. */ .bespoke-wrapper { font-family: \\\\\\\'Lato\\\\\\\', Helvetica, Arial, sans-serif; max-width: 900px; margin: 20px auto; color: #1a1a1a; line-height: 1.7; background-color: #fafafa; box-sizing: border-box; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); overflow: hidden; } .bespoke-wrapper *, .bespoke-wrapper *::before, .bespoke-wrapper *::after { box-sizing: border-box; } /* --- RENK PALETİ (Lüks Siyah & Altın Tema) --- */ .bespoke-wrapper { --primary-dark: #111111; /* Derin Siyah */ --primary-light: #ffffff; /* Beyaz */ --accent-gold: #d4af37; /* Lüks Altın */ --accent-gold-light: #f3e5ab; --text-muted: #555555; --border-color: #eeeeee; } /* --- HEADER --- */ .bespoke-header { text-align: center; padding: 60px 20px; margin-bottom: 0; background: radial-gradient(circle at center, #2a2a2a 0%, #000000 100%); color: #fff; border-bottom: 4px solid var(--accent-gold); position: relative; } .bespoke-header::after { content: \\\\\\\'\\\\\\\'; position: absolute; bottom: 10px; left: 0; width: 100%; height: 2px; background-image: linear-gradient(to right, var(--accent-gold) 50%, transparent 50%); background-size: 10px 100%; opacity: 0.5; } .bespoke-brand { font-family: \\\\\\\'Playfair Display\\\\\\\', serif; font-size: 14px; letter-spacing: 5px; color: var(--accent-gold); text-transform: uppercase; display: block; margin-bottom: 15px; font-style: italic; } .bespoke-title { font-family: \\\\\\\'Playfair Display\\\\\\\', serif; font-size: 38px; font-weight: 700; color: #fff; margin: 0; line-height: 1.3; letter-spacing: 1px; } .bespoke-subtitle { display: inline-flex; align-items: center; gap: 8px; background-color: rgba(212, 175, 55, 0.15); padding: 6px 20px; border-radius: 4px; margin-top: 25px; font-size: 14px; color: var(--accent-gold); letter-spacing: 1px; border: 1px solid var(--accent-gold); } /* --- KRİTİK BİLGİ (Üretim Sürec...