.payments {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 224px;

  &__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0;
    padding: 0;
    margin: 0;
    white-space: nowrap;

    &--small {
      width: 210px;
    }
  }


  &__item {
    display: inline-block;
    list-style-type: none;
  }

  &__image {
    height: 30px;
    width: 48px;
  }

  &-klarna {
    display: block;
    height: 30px;
    width: 50px;
    margin-left: -2px;
    border: 1px solid #eee;
    border-radius: 5px;
  }
}
