.store-header .header-components {
  background-color: #357963 !important;
}

.store-header .header-components * {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* إضافة عنوان "مميزات المتجر" فوق البطاقات */
section.s-block--features.container::before {
  content: "مميزات متجر ماهر";
  display: block;
  font-size: 21px;
  font-weight: normal;
  color: #222;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: Right;
}

/* ترتيب الروابط المهمة بشكل أفقي */
.footer-list .s-menu-footer-list {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}

.footer-list .s-menu-footer-item {
  white-space: nowrap;
  margin-bottom: 0 !important;
}

/* إخفاء الأيقونات الأصلية لجميع البطاقات */
.s-block--features__item:nth-of-type(1) .feature-icon::before,
.s-block--features__item:nth-of-type(2) .feature-icon::before,
.s-block--features__item:nth-of-type(3) .feature-icon::before {
  display: none !important;
}

/* بطاقة 1 - منتجات متنوعة */
.s-block--features__item:nth-of-type(1) .feature-icon {
  background-image: url("https://i.postimg.cc/4y8wr3qG/image.gif") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 60px !important;
  height: 60px !important;
  display: block !important;
  margin: 0 auto 10px !important;
  content: "" !important;
}

/* بطاقة 2 - عروض حصرية */
.s-block--features__item:nth-of-type(2) .feature-icon {
  background-image: url("https://i.postimg.cc/K8Z3B78s/image.gif") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 60px !important;
  height: 60px !important;
  display: block !important;
  margin: 0 auto 10px !important;
  content: "" !important;
}

/* بطاقة 3 - شحن سريع وآمن */
.s-block--features__item:nth-of-type(3) .feature-icon {
  background-image: url("https://i.postimg.cc/jjN3pry1/image.gif") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 60px !important;
  height: 60px !important;
  display: block !important;
  margin: 0 auto 10px !important;
  content: "" !important;
}