.product-card__addToCart__btn salla-button button {
    background:#9ccddb ;
    color: #fff;
    border: 0;
}
.product-card__normal-cart__btn button {
	background-color: var(--color-primary) !important;
	border-color: var(--color-primary) !important;
	color: #fff !important;
}
i/* صور بروفايل العملاء داخل التقييمات */
.salla-review img[src*="cdn.salla.sa/customer_profiles/"],
.salla-review img[src*="avatar_male.png"],
.salla-review img[src*="avatar_female.png"]{
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  max-width: 56px !important;
  max-height: 56px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

/* حجم أكبر في الشاشات الكبيرة */
@media (min-width: 768px){
  .salla-review img[src*="cdn.salla.sa/customer_profiles/"],
  .salla-review img[src*="avatar_male.png"],
  .salla-review img[src*="avatar_female.png"]{
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    max-width: 72px !important;
    max-height: 72px !important;
  }
}
img[src*="cdn.salla.sa/customer_profiles/"]{
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

@media (min-width: 768px){
  img[src*="cdn.salla.sa/customer_profiles/"]{
    width: 80px !important;
    height: 80px !important;
  }
}