/* Add custom CSS styles below */ /* تقليل الاهتزاز CLS: حجز مساحة للصور */ img { height: auto; } /* لو فيه بنرات/سلايدر/صور أقسام تتغير أحجامها */ .banner, .slider, .hero, .home-slider, .swiper, .swiper-wrapper { min-height: 220px; } /* للجوال */ @media (max-width: 768px) { .banner, .slider, .hero, .home-slider, .swiper, .swiper-wrapper { min-height: 180px; } } /* منع اهتزاز بسبب ظهور شريط علوي/تنبيهات متأخرة */ .header, .topbar, .announcement-bar { min-height: 56px; } /* تثبيت شكل صور المنتجات داخل القوائم */ .product-card img, .product-item img { aspect-ratio: 1 / 1; object-fit: cover; } .announcement-bar, .topbar, .top-banner { position: sticky !important; top: 0; z-index: 9999; } put_pixel_code_here