Hareketli Plastik Astronot Figürü (Boyanabilir)
Ürün Açıklaması
/* Ecem Bilgisayar - Astronot Figür Ürün Detay Tasarımı */ .eb-space-wrapper { font-family: \\\\\\\'Segoe UI\\\\\\\', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.8; max-width: 1000px; margin: 0 auto; padding: 10px; } /* Giriş Kartı - Uzay Temalı */ .eb-space-intro { background: #f0f4f8; border-left: 6px solid #1a237e; /* Derin Uzay Mavisi */ padding: 25px; border-radius: 12px; margin-bottom: 35px; box-shadow: 0 4px 15px rgba(26, 35, 126, 0.05); } .eb-space-intro h1 { font-size: 24px; color: #1a237e; margin: 0 0 10px 0; font-weight: 800; } /* Hediye Seti Banner - Parlayan Vurgu */ .eb-space-bundle { background: linear-gradient(135deg, #1a237e 0%, #3949ab 100%); color: #ffffff; padding: 25px; border-radius: 20px; margin-bottom: 35px; display: flex; align-items: center; gap: 20px; box-shadow: 0 10px 25px rgba(26, 35, 126, 0.2); border: 1px solid #d4af37; /* Altın Çerçeve */ } .eb-bundle-icon { background: rgba(255, 255, 255, 0.15); width: 65px; height: 65px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .eb-bundle-text h3 { margin: 0; font-size: 20px; color: #ffd700; /* Yıldız Sarısı */ } .eb-space-list { margin: 12px 0 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 10px; } .eb-space-list li { background: #ffffff; color: #1a237e; padding: 5px 15px; border-radius: 50px; font-weight: bold; font-size: 13px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } /* Özellikler Grid */ .eb-space-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-bottom: 35px; } .eb-space-card { background: #ffffff; border: 1px solid #e1e8ed; padding: 20px; border-radius: 15px; text-align: center; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); } .eb-space-card:hover { transform: translateY(-8px); border-color: #d4af37; box-shadow: 0 12px 20px rgba(26, 35, 126, 0.1); } .eb-space-card svg { margin-bottom: 12px; } .eb-space-card h4 { color: #1a237e...