/* Add custom CSS styles below */ 
/* تحسين الرسم */
img {
  max-width: 100%;
  height: auto;
}

/* تقليل القفزات البصرية */
img[width][height] {
  height: auto;
}

/* حجز مساحة للصور قبل التحميل */
.s-product-card-image,
.s-slider-block__item img,
.banner-entry img {
  display: block;
}

/* تحسين ظهور الأقسام خارج الشاشة */
.home-page section {
  content-visibility: auto;
  contain-intrinsic-size: 800px;
}

/* تحسين الحسابات */
.home-page section,
.main-content section {
  contain: layout style;
}
body {
  text-rendering: optimizeSpeed;
}