DESi Utopic R / R+/ RX / RXe Serisi İçin Tuş Takımı V3BL
Ürün Açıklaması
body { margin: 0; padding: 0; font-family: 'Poppins', sans-serif; background-color: #ffffff; color: #333; line-height: 1.6; } .custom-utopic-container { max-width: 1400px; margin: 0 auto; padding: 15px; } .custom-utopic-header { text-align: center; padding: 50px 20px; background: linear-gradient(135deg, #169179 0%, #127a69 100%); color: #fff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); margin-bottom: 30px; } .custom-utopic-header h1 { font-size: 2.8rem; font-weight: 400; margin: 0; } .custom-utopic-header p { font-size: 1rem; /* 12pt ≈ 16px ≈ 1rem */ font-weight: 300; margin: 15px 0; } .custom-utopic-section { background: #fff; padding: 30px; margin-bottom: 20px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .custom-utopic-section:hover { transform: translateY(-5px); } .custom-utopic-section h2 { font-size: 1.8rem; font-weight: 600; color: #169179; margin-bottom: 15px; } .custom-utopic-section p, .custom-utopic-section li { font-size: 1.1rem; color: #555; line-height: 1.8; } .custom-utopic-section img { max-width: 100%; height: auto; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); } .custom-utopic-section ul { list-style: none; padding: 0; } .custom-utopic-section ul li { position: relative; padding-left: 25px; margin-bottom: 10px; } .custom-utopic-section ul li:before { content: '✔'; position: absolute; left: 0; color: #169179; font-size: 1.2rem; } .custom-utopic-faq details { margin-bottom: 15px; border-bottom: 1px solid #eee; padding-bottom: 10px; } .custom-utopic-faq summary { font-size: 1.1rem; font-weight: 600; color: #169179; cursor: pointer; padding: 10px 0; transition: color 0.3s ease; } .custom-utopic-faq summary:hover { color: #127a69; } .custom-utopic-faq p { margin: 10px 0; color: #555; font-size: 1.1rem; } .custom-utopic-footer { text-align: center; padding: 20px; background: #fff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); mar...