Hareketli Plastik Bebek Articuno (Boyanabilir)
Ürün Açıklaması
/* Ecem Bilgisayar - Bebek Articuno Figür Ürün Detay Tasarımı */ .eb-arti-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ı - Buz ve Kristal Temalı */ .eb-arti-intro { background: #f0faff; /* Buz Mavisi Zemin */ border-left: 6px solid #00bcd4; padding: 25px; border-radius: 15px; margin-bottom: 35px; box-shadow: 0 4px 15px rgba(0, 188, 212, 0.1); } .eb-arti-intro h1 { font-size: 24px; color: #1a237e; margin: 0 0 10px 0; font-weight: 800; } /* Hediye Kit Banner - Ferah Mavi Vurgu */ .eb-arti-bundle { background: linear-gradient(135deg, #00bcd4 0%, #2196f3 100%); color: #ffffff; padding: 25px; border-radius: 20px; margin-bottom: 35px; display: flex; align-items: center; gap: 20px; box-shadow: 0 8px 20px rgba(33, 150, 243, 0.2); } .eb-arti-bundle-icon { background: rgba(255,255,255,0.2); width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .eb-arti-bundle-text h3 { margin: 0; font-size: 20px; color: #fff; } .eb-arti-list { margin: 10px 0 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 10px; } .eb-arti-list li { background: #ffffff; color: #0097a7; padding: 4px 15px; border-radius: 50px; font-weight: bold; font-size: 13px; } /* Özellikler Grid */ .eb-arti-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-bottom: 35px; } .eb-arti-card { background: #ffffff; border: 1px solid #e1f5fe; padding: 20px; border-radius: 15px; text-align: center; transition: all 0.3s ease; } .eb-arti-card:hover { transform: translateY(-8px); border-color: #00bcd4; box-shadow: 0 10px 20px rgba(0, 188, 212, 0.1); } .eb-arti-card svg { margin-bottom: 12px; } .eb-arti-card h4 { color: #1a237e; margin: 0 0 5px 0; font-size: 16px; } .eb-arti-card p { font-size: 14px; margin: 0; font-weight: 600; color: #555; } /* Boyama İpuçl...