/* Add custom CSS styles below */ 
.product-card__normal-cart__btn button {
	background-color: var(--color-primary) !important;
	border-color: var(--color-primary) !important;
	color: #fff !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;
  }
}