/* تغيير أيقونة السلة */
.store-header salla-cart-summary .sicon-cart::before {
  content: "";
  display: inline-block;
  width: 24px; /* نفس العرض الحالي */
  height: 24px; /* لتكون مربعة ومتناسبة مع الأيقونة الأصلية */
  background: url("https://www.svgrepo.com/show/506142/cart-2.svg") center/contain no-repeat;
}

/* تغيير أيقونة الحساب */
.store-header .header-btn .sicon-user::before {
  content: "";
  display: inline-block;
  width: 24px; /* نفس العرض الافتراضي لأيقونات الهيدر */
  height: 24px; /* لتكون مربعة ومتناسبة */
  background: url("https://www.svgrepo.com/show/456992/account.svg") center/contain no-repeat;
}