/* CLS Fix — صور المنتجات فقط */
.product-image img,
.product-card img,
.product-thumbnail img,
.product-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* CLS Fix — الشريط العلوي فقط */
.announcement-bar {
  min-height: 40px !important;
  overflow: hidden !important;
}

/* منع قفز الصور العامة */
img:not([class*="logo"]):not([class*="brand"]):not([class*="header"]) {
  height: auto;
  max-width: 100%;
}