Hareketli Plastik Axolotl Figürü (Boyanabilir)
Ürün Açıklaması
/* Ecem Bilgisayar - Axolotl Figür Ürün Detay Tasarımı */ .eb-axo-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ı - Ferah ve Modern */ .eb-axo-intro { background: #e0f7fa; /* Su Temalı Açık Turkuaz */ border-left: 6px solid #00acc1; padding: 25px; border-radius: 15px; margin-bottom: 35px; box-shadow: 0 4px 15px rgba(0, 172, 193, 0.1); } .eb-axo-intro h1 { font-size: 24px; color: #006064; margin: 0 0 10px 0; font-weight: 800; } /* Hediye Paket Banner - Pembe Vurgulu */ .eb-axo-bundle { background: linear-gradient(135deg, #f06292 0%, #ec407a 100%); color: #ffffff; padding: 25px; border-radius: 20px; margin-bottom: 35px; display: flex; align-items: center; gap: 20px; box-shadow: 0 8px 20px rgba(236, 64, 122, 0.2); } .eb-axo-bundle-icon { background: rgba(255,255,255,0.25); width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .eb-axo-bundle-text h3 { margin: 0; font-size: 20px; color: #fff; } .eb-axo-list { margin: 10px 0 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 10px; } .eb-axo-list li { background: #ffffff; color: #ad1457; padding: 4px 15px; border-radius: 50px; font-weight: bold; font-size: 13px; } /* Özellikler Grid */ .eb-axo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 15px; margin-bottom: 35px; } .eb-axo-card { background: #ffffff; border: 1px solid #e1f5fe; padding: 20px; border-radius: 15px; text-align: center; transition: all 0.3s ease; } .eb-axo-card:hover { transform: translateY(-8px); border-color: #00acc1; box-shadow: 0 10px 20px rgba(0, 172, 193, 0.1); } .eb-axo-card svg { margin-bottom: 12px; } .eb-axo-card h4 { color: #006064; margin: 0 0 5px 0; font-size: 16px; } .eb-axo-card p { font-size: 14px; margin: 0; font-weight: 600; color: #555; } /* Boyama İpuçları Kutusu */ .eb-axo...