/* توحيد لون خلفية المتجر مع لون إطار صور المنتجات */
body {
  background-color: #FFFFFF !important;
}

.s-product-card-image {
  background-color: #FFFFFF !important;
}

/* تصغير شارة العنوان الترويجي على الجوال - قالب رائد */
@media (max-width: 640px) {
  .s-product-card-promotion-title {
    font-size: 10px !important;
    padding: 2px 6px !important;
    top: 6px !important;
    line-height: 1.2 !important;
    height: auto !important;
  }
}
/* البانر العريض الثابت: توحيد لون المساحة فوق وتحت مع لون البانر */
.s-block--fixed-banner {
  background-color: #F3F4F6 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 64px !important;
  padding-bottom: 32px !important;
}

.s-block--fixed-banner .banner--fixed {
  width: 100% !important;
  background-color: #F3F4F6 !important;
}

.s-block--fixed-banner .banner--fixed img {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
}

/* إزالة الهامش الشفاف من القسم اللي بعد البانر مباشرة */
.s-block--fixed-banner + section {
  margin-top: 0 !important;
}