/* Add custom CSS styles below */ 
/* تقليل CLS - تثبيت نسب الصور */
.product-image, .s-product-card__image {
  aspect-ratio: 1/1;
  overflow: hidden;
}

/* تحسين LCP - تخفيف الشريط الإعلاني */
.s-marquee, [class*="marquee"] {
  will-change: transform;
  contain: layout style;
}

/* تقليل TBT - تحسين rendering */
.s-product-card {
  contain: layout style paint;
}

/* منع layout shift في الهيدر */
header, .s-header {
  min-height: auto;
  contain: layout;
}